mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-26 02:34:36 +00:00
Keep up-to-date changes for chinese translation
This commit is contained in:
22
languages/zh-Hans/Help/default.tid
Normal file
22
languages/zh-Hans/Help/default.tid
Normal file
@@ -0,0 +1,22 @@
|
||||
title: $:/language/Help/default
|
||||
|
||||
\define commandTitle()
|
||||
$:/language/Help/$(command)$
|
||||
\end
|
||||
```
|
||||
用法: tiddlywiki [<wikifolder>] [--<command> [<args>...]...]
|
||||
```
|
||||
|
||||
可用的命令:
|
||||
|
||||
<ul>
|
||||
<$list filter="[commands[]sort[title]]" variable="command">
|
||||
<li><$link to=<<commandTitle>>><$macrocall $name="command" $type="text/plain" $output="text/plain"/></$link>: <$transclude tiddler=<<commandTitle>> field="description"/></li>
|
||||
</$list>
|
||||
</ul>
|
||||
|
||||
取得关于某个命令的详细帮助:
|
||||
|
||||
```
|
||||
tiddlywiki --help <command>
|
||||
```
|
||||
Reference in New Issue
Block a user