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
```