@@ -9,7 +9,7 @@ msgstr ""
9
9
"Project-Id-Version : Common Workflow Language User Guide\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
11
"POT-Creation-Date : 2023-12-16 11:48+0100\n "
12
- "PO-Revision-Date : 2024-10-16 10:15 +0000\n "
12
+ "PO-Revision-Date : 2024-10-19 09:16 +0000\n "
13
13
"
Last-Translator :
Zoë Ma <[email protected] >\n "
14
14
"Language-Team : Chinese (Simplified Han script) <https://hosted.weblate.org/ "
15
15
"projects/commonwl/user-guide/zh_Hans/>\n "
@@ -1992,7 +1992,7 @@ msgid ""
1992
1992
" and then anywhere a parameter reference is legal you can provide a "
1993
1993
"fragment of Javascript that will be evaluated by the CWL runner."
1994
1994
msgstr ""
1995
- "如果需要对输入参数进行处理,请添加需求 "
1995
+ "如果需要对输入参数进行处理,请添加需求 "
1996
1996
"[`InlineJavascriptRequirement`](https://w3id.org/cwl/CommandLineTool."
1997
1997
"html#InlineJavascriptRequirement). 然后,在任何可以合法引用参数的地方,"
1998
1998
"您都可以提供一 JavaScript 片段,让 CWL 运行程序计算其值。"
@@ -2913,7 +2913,7 @@ msgid ""
2913
2913
"expression’s value becomes that of the second operand, which is why a "
2914
2914
"reasonable default can be provided there."
2915
2915
msgstr ""
2916
- "这里,我们要使用的是 JavaScript 中布尔“或”运算符 `||` 的_短路_特点 。如果 "
2916
+ "这里,我们要使用的是 JavaScript 中布尔“或”运算符 `||` 的“短路”特点 。如果 "
2917
2917
"`inputs.file_format` 为布尔意义上的“真值”(例如来自枚举的有效、非空字符串),"
2918
2918
"这个表达式的计值过程到 `||` 运算符前的操作数就终止,也就是“短路”了。反之,"
2919
2919
"如果 `inputs.file_format` 为 `null`, "
@@ -3088,7 +3088,7 @@ msgid ""
3088
3088
"mandatory command line arguments"
3089
3089
msgstr ""
3090
3090
"在此前的例子里,`baseCommand` 命令只是一个字符串,命令的参数都由 CWL "
3091
- "输入传递而来。不过,我们也可以用_字符串数组_作为 `baseCommand` "
3091
+ "输入传递而来。不过,我们也可以用“字符串数组”作为 `baseCommand` "
3092
3092
"的值。数组的第一个元素是将要运行的命令,其后的元素均为命令行的必要参数"
3093
3093
3094
3094
#: ../../src/topics/outputs.md:28 9b65071222c94951bed12ac53e964ee3
@@ -3378,7 +3378,7 @@ msgid ""
3378
3378
msgstr ""
3379
3379
"工具描述往往是针对特定版本的软件而编写。为了方便他人使用您的工具描述,"
3380
3380
"您可以在 `hints` 部分添加[`SoftwareRequirement`](https://w3id.org/cwl/"
3381
- "CommandLineTool.html#SoftwareRequirement) "
3381
+ "CommandLineTool.html#SoftwareRequirement) "
3382
3382
"字段,用来指明该描述适用于哪个工具版本。"
3383
3383
3384
3384
#: ../../src/topics/specifying-software-requirements.md:13
0 commit comments