Keep up-to-date changes for chinese translation

This commit is contained in:
Bram Chen
2014-02-26 12:18:00 +08:00
parent 83b2a5d305
commit 9e820a602b
28 changed files with 326 additions and 8 deletions

View File

@@ -0,0 +1,14 @@
title: $:/language/Help/load
description: 從檔案中載入條目
從 2.x.x TiddlyWiki (`.html`), `.tiddler`, `.tid`, `.json` 或其他檔案載入條目
```
--load <filepath>
```
從已加密的 TiddlyWiki 檔案中載入條目,須使用 PasswordCommand 指定密碼,例如:
```
tiddlywiki ./MyWiki --password pa55w0rd --load my_encrypted_wiki.html
```