mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Update chinese help texts (#2945)
* update help texts of load command * add help texts for new import command
This commit is contained in:
parent
8fc80cbf3c
commit
9ca9c188c9
24
languages/zh-Hans/Help/import.tid
Normal file
24
languages/zh-Hans/Help/import.tid
Normal file
@ -0,0 +1,24 @@
|
||||
title: $:/language/Help/import
|
||||
description: 从文件导入条目
|
||||
|
||||
从 2.x.x TiddlyWiki 文件 (`.html`)、`.tiddler`、`.tid`、`.json` 或其他文件导入条目。必须明确指定解串器,而不像 load 命令,从文件扩展名推断解串器。
|
||||
|
||||
```
|
||||
--import <filepath> <deserializer> [<title>] [<encoding>]
|
||||
```
|
||||
|
||||
核心的解串器包括:
|
||||
|
||||
* application/javascript
|
||||
* application/json
|
||||
* application/x-tiddler
|
||||
* application/x-tiddler-html-div
|
||||
* application/x-tiddlers
|
||||
* text/html
|
||||
* text/plain
|
||||
|
||||
导入的条目名称,默认为文件名。
|
||||
|
||||
编码默认为 "utf8",但用于导入二进制文件可以是 "base64"。
|
||||
|
||||
请注意,TiddlyWiki 不会导入旧版本的已加载插件。
|
@ -5,6 +5,7 @@ description: 从文件中加载条目
|
||||
|
||||
```
|
||||
--load <filepath>
|
||||
--load <dirpath>
|
||||
```
|
||||
|
||||
从已加密的 TiddlyWiki 文件中加载条目,须使用 PasswordCommand 指定密码,例如:
|
||||
|
24
languages/zh-Hant/Help/import.tid
Normal file
24
languages/zh-Hant/Help/import.tid
Normal file
@ -0,0 +1,24 @@
|
||||
title: $:/language/Help/import
|
||||
description: 從檔案導入條目
|
||||
|
||||
從 2.x.x TiddlyWiki 檔案 (`.html`)、`.tiddler`、`.tid`、`.json` 或其他檔案導入條目。必須明確指定解串器,而不像 load 命令,從檔案的副檔名推斷解串器。
|
||||
|
||||
```
|
||||
--import <filepath> <deserializer> [<title>] [<encoding>]
|
||||
```
|
||||
|
||||
核心的解串器包括:
|
||||
|
||||
* application/javascript
|
||||
* application/json
|
||||
* application/x-tiddler
|
||||
* application/x-tiddler-html-div
|
||||
* application/x-tiddlers
|
||||
* text/html
|
||||
* text/plain
|
||||
|
||||
導入的條目名稱,預設為檔名。
|
||||
|
||||
編碼預設為 "utf8",但用於導入二進位檔案可以是 "base64"。
|
||||
|
||||
請注意,TiddlyWiki 不會導入舊版本的已載入插件。
|
@ -5,6 +5,7 @@ description: 從檔案中載入條目
|
||||
|
||||
```
|
||||
--load <filepath>
|
||||
--load <dirpath>
|
||||
```
|
||||
|
||||
從已加密的 TiddlyWiki 檔案中載入條目,須使用 PasswordCommand 指定密碼,例如:
|
||||
|
Loading…
Reference in New Issue
Block a user