forked from TiddlyWiki/TiddlyWiki5
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update chinese language files (TiddlyWiki#8444)
* Update chinese language files * add chinese translations for OpenControlPanel/Hint in Buttons.multids * Update chinese language files * Add chinese translations for procedure and function snippet to "stamp button"
- Loading branch information
1 parent
59f253e
commit 1df3055
Showing
6 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
title: $:/language/Snippets/FunctionDefinition | ||
tags: $:/tags/TextEditor/Snippet | ||
caption: 函数定义 | ||
|
||
\function f.name(param1,param2:"默认值") [<param1>!is[blank]else<param2>] | ||
|
||
<<f.name>> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
title: $:/language/Snippets/ProcedureDefinition | ||
tags: $:/tags/TextEditor/Snippet | ||
caption: 程序定义 | ||
|
||
\procedure procName(param1:"预设值",param2) | ||
这里就是您的文字了。 | ||
\end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
title: $:/language/Snippets/FunctionDefinition | ||
tags: $:/tags/TextEditor/Snippet | ||
caption: 函數定義 | ||
|
||
\function f.name(param1,param2:"預設值") [<param1>!is[blank]else<param2>] | ||
|
||
<<f.name>> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
title: $:/language/Snippets/ProcedureDefinition | ||
tags: $:/tags/TextEditor/Snippet | ||
caption: 程序定義 | ||
|
||
\procedure procName(param1:"預設值",param2) | ||
這裡就是您的文字了。 | ||
\end |