@@ -9,7 +9,7 @@ msgstr ""
99"Project-Id-Version : Common Workflow Language User Guide\n "
1010"Report-Msgid-Bugs-To : \n "
1111"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 "
1313"Last-Translator : Zoë Ma <zoe.ma@curii.com>\n "
1414"Language-Team : Chinese (Simplified Han script) <https://hosted.weblate.org/ "
1515"projects/commonwl/user-guide/zh_Hans/>\n "
@@ -1992,7 +1992,7 @@ msgid ""
19921992" and then anywhere a parameter reference is legal you can provide a "
19931993"fragment of Javascript that will be evaluated by the CWL runner."
19941994msgstr ""
1995- "如果需要对输入参数进行处理,请添加需求 "
1995+ "如果需要对输入参数进行处理,请添加需求 "
19961996"[`InlineJavascriptRequirement`](https://w3id.org/cwl/CommandLineTool."
19971997"html#InlineJavascriptRequirement). 然后,在任何可以合法引用参数的地方,"
19981998"您都可以提供一 JavaScript 片段,让 CWL 运行程序计算其值。"
@@ -2913,7 +2913,7 @@ msgid ""
29132913"expression’s value becomes that of the second operand, which is why a "
29142914"reasonable default can be provided there."
29152915msgstr ""
2916- "这里,我们要使用的是 JavaScript 中布尔“或”运算符 `||` 的_短路_特点 。如果 "
2916+ "这里,我们要使用的是 JavaScript 中布尔“或”运算符 `||` 的“短路”特点 。如果 "
29172917"`inputs.file_format` 为布尔意义上的“真值”(例如来自枚举的有效、非空字符串),"
29182918"这个表达式的计值过程到 `||` 运算符前的操作数就终止,也就是“短路”了。反之,"
29192919"如果 `inputs.file_format` 为 `null`, "
@@ -3088,7 +3088,7 @@ msgid ""
30883088"mandatory command line arguments"
30893089msgstr ""
30903090"在此前的例子里,`baseCommand` 命令只是一个字符串,命令的参数都由 CWL "
3091- "输入传递而来。不过,我们也可以用_字符串数组_作为 `baseCommand` "
3091+ "输入传递而来。不过,我们也可以用“字符串数组”作为 `baseCommand` "
30923092"的值。数组的第一个元素是将要运行的命令,其后的元素均为命令行的必要参数"
30933093
30943094#: ../../src/topics/outputs.md:28 9b65071222c94951bed12ac53e964ee3
@@ -3378,7 +3378,7 @@ msgid ""
33783378msgstr ""
33793379"工具描述往往是针对特定版本的软件而编写。为了方便他人使用您的工具描述,"
33803380"您可以在 `hints` 部分添加[`SoftwareRequirement`](https://w3id.org/cwl/"
3381- "CommandLineTool.html#SoftwareRequirement) "
3381+ "CommandLineTool.html#SoftwareRequirement) "
33823382"字段,用来指明该描述适用于哪个工具版本。"
33833383
33843384#: ../../src/topics/specifying-software-requirements.md:13
0 commit comments