1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-09 22:36:05 +00:00

Update chinese translations for Help tiddlers

This commit is contained in:
Bram Chen
2014-04-26 19:52:45 +08:00
parent f7e50e0950
commit 4008191459
12 changed files with 76 additions and 8 deletions

View File

@@ -0,0 +1,10 @@
建制title: $:/language/Help/build
description: 自動執行已組態的命令
產生指定的建置目標為當前 wiki。若未指定任何建置目標則產生所有可用的目標。
```
--build <target> [<target> ...]
```
建置目標在 wiki 資料夾的 `tiddlywiki.info` 檔案中定義。

View File

@@ -0,0 +1,8 @@
title: $:/language/Help/clearpassword
description: 清除用於後續加密的密碼
清除用於後續加密的密碼
```
--clearpassword
```

View File

@@ -0,0 +1,10 @@
title: $:/language/Help/output
description: 設置後續命令的基準輸出目錄
設置後續命令的基準輸出目錄。預設輸出目錄為當前的工作目錄。
```
--output <pathname>
```
若指定的路徑是相對路徑,則它是被解析相對於當前的輸出目錄。

View File

@@ -1,8 +1,10 @@
title: $:/language/Help/rendertiddler
description: 呈現個別條目為指定的 ContentType
description: 呈現個別條目為指定的內容類型
呈現個別條目為指定的 ContentType預設為 `text/html` 且儲存為指定的檔名:
呈現個別條目為指定的[[內容類型|ContentType]],預設為 `text/html` 且儲存為指定的檔名:
```
--rendertiddler <title> <filename> [<type>]
```
自動建立在檔案名稱的路徑中任何缺少的資料夾。

View File

@@ -1,7 +1,7 @@
title: $:/language/Help/rendertiddlers
description: 呈現符合篩選條件的條目為指定的 ContentType
description: 呈現符合篩選條件的條目為指定的內容類型
呈現符合篩選條的條目為指定的 ContentType (預設為 `text/html`) 與副檔名 (預設為 `.html`).
呈現符合篩選條的條目為指定的[[內容類型|ContentType]] (預設為 `text/html`) 與副檔名 (預設為 `.html`).
```
--rendertiddlers <filter> <template> <pathname> [<type>] [<extension>]
@@ -12,3 +12,5 @@ description: 呈現符合篩選條件的條目為指定的 ContentType
```
--rendertiddlers [!is[system]] $:/core/templates/static.tiddler.html ./static text/plain
```
在目標資料夾中的任何檔案都會被刪除。若缺少目標資料夾,則以遞迴方式建立。

View File

@@ -6,3 +6,5 @@ description: 將條目的原始內容儲存到一個檔案
```
--savetiddler <title> <filename>
```
自動建立在檔案名稱的路徑中任何缺少的資料夾。