Skip to content

Commit d6bcbc7

Browse files
weblateZoeCMamanabuishii
authored
Translations update from Hosted Weblate (#459)
* Translated using Weblate (Chinese (Simplified)) Currently translated at 72.7% (436 of 599 strings) Translated using Weblate (Chinese (Simplified)) Currently translated at 71.9% (431 of 599 strings) Co-authored-by: Zoë Ma <[email protected]> Translate-URL: https://hosted.weblate.org/projects/commonwl/user-guide/zh_Hans/ Translation: Common Workflow Language/CWL User Guide * Translated using Weblate (Japanese) Currently translated at 64.1% (384 of 599 strings) Translated using Weblate (Japanese) Currently translated at 63.4% (380 of 599 strings) Translated using Weblate (Japanese) Currently translated at 62.7% (376 of 599 strings) Co-authored-by: Manabu ISHII <[email protected]> Translate-URL: https://hosted.weblate.org/projects/commonwl/user-guide/ja/ Translation: Common Workflow Language/CWL User Guide --------- Co-authored-by: Zoë Ma <[email protected]> Co-authored-by: Manabu ISHII <[email protected]>
1 parent 8a045a8 commit d6bcbc7

File tree

2 files changed

+53
-29
lines changed

2 files changed

+53
-29
lines changed

locales/ja/LC_MESSAGES/user_guide.po

Lines changed: 19 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -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-02-29 05:02+0000\n"
12+
"PO-Revision-Date: 2024-03-07 01:01+0000\n"
1313
"Last-Translator: Manabu ISHII <[email protected]>\n"
1414
"Language-Team: Japanese <https://hosted.weblate.org/projects/commonwl/"
1515
"user-guide/ja/>\n"
@@ -938,15 +938,15 @@ msgid "CWL Implementations"
938938
msgstr "CWL実装"
939939

940940
#: ../../src/introduction/prerequisites.md:14 ff74d48407464c4b9d451fa419137144
941-
#, fuzzy
942941
msgid ""
943942
"There are many implementations of the CWL standards. Some are complete "
944943
"CWL runners, while others could be plug-ins or extensions to workflow "
945944
"engines. We have a better explanation in the [Implementations](basic-"
946945
"concepts.md#implementations) section."
947946
msgstr ""
948-
"CWL規格の実装は数多く存在します。あるものは完全なCWL実装であり、他のものはワークフローエンジンのプラグインや拡張になり得ます。[実装"
949-
"](basic-concepts.md#implementations)のセクションでより詳しいをしています。"
947+
"CWL標準規格の実装は数多く存在します。あるものは完全なCWL実装であり、他のもの"
948+
"はワークフローエンジンのプラグインや拡を含むことがあります。[実装](basic-"
949+
"concepts.md#implementations)のセクションでより詳しい説明をしています。"
950950

951951
#: ../../src/introduction/prerequisites.md:19 eb98aa9c71d746a69e9610996ffc5b47
952952
msgid "Operating System"
@@ -971,22 +971,20 @@ msgid "Windows"
971971
msgstr "Windows"
972972

973973
#: ../../src/introduction/prerequisites.md:29 aeeb990abbbd42cca122c342054be29c
974-
#, fuzzy
975974
msgid ""
976975
"If you are using Windows, you will have to install the Windows Subsystem "
977976
"for Linux 2 as documented in the [`cwltool` documentation for Microsoft "
978977
"Windows users](https://github.com/common-workflow-"
979978
"language/cwltool/blob/main/README.rst#ms-windows-users). Your operating "
980979
"system also needs internet access and a recent version of Python (3.6+)."
981980
msgstr ""
982-
"Windowsを使用している場合は、[`cwltool` documentation for Microsoft Windows "
983-
"users](https://github.com/common-workflow-language/cwltool/blob/main/README."
981+
"Windowsを使用している場合は、[Microsoft Windows ユーザのための`cwltool` "
982+
"文書](https://github.com/common-workflow-language/cwltool/blob/main/README."
984983
"rst#ms-windows-users)に記載されているように、Windows Subsystem for Linux 2を"
985984
"インストールする必要があります。インターネットアクセスとPythonの最新バージョ"
986985
"ン(3.6+)も必要です。"
987986

988987
#: ../../src/introduction/prerequisites.md:34 21d1f29fb15745c480194eae6acdd031
989-
#, fuzzy
990988
msgid "CWL Runner"
991989
msgstr "CWL Runner"
992990

@@ -3170,20 +3168,19 @@ msgid "`metadata_example3.cwl`"
31703168
msgstr "`metadata_example3.cwl`"
31713169

31723170
#: ../../src/topics/operations.md:1 a79974b2f4534fcd8c7a04401e8a5556
3173-
#, fuzzy
31743171
msgid "Operations"
31753172
msgstr "Operations"
31763173

31773174
#: ../../src/topics/operations.md:3 b6507c8e1625476b97708423acb4fd0e
3178-
#, fuzzy
31793175
msgid ""
31803176
"An Operation is a type of CWL process, just like a workflow, a command-"
31813177
"line tool, or an expression tool. It is a step of a workflow that "
31823178
"specifies inputs and outputs, but it does not provide enough information "
31833179
"to be executed."
31843180
msgstr ""
3185-
"Operationは、Workflow、CommandLineTool、ExpressionToolと同様に、CWL "
3186-
"Processの一種です。Workflowのステップで、入力と出力を指定しますが、実行するのに十分な情報を提供しません。"
3181+
"Operationは、Workflow、CommandLineTool、ExpressionToolと同様に、CWL Processの"
3182+
"一種です。Workflowのステップで、入力と出力を指定しますが、実行するのに十分な"
3183+
"情報を提供しません。"
31873184

31883185
#: ../../src/topics/operations.md:7 047b09455db64524a71c47ab5192039f
31893186
msgid ""
@@ -3196,15 +3193,14 @@ msgid "`operations.cwl`"
31963193
msgstr "`operations.cwl`"
31973194

31983195
#: ../../src/topics/operations.md:16 d21e9444182d4e27bae934db4573ae99
3199-
#, fuzzy
32003196
msgid ""
32013197
"The `uppercase` step of the workflow is an operation. It can appear where"
32023198
" a command line tool or an expression is expected. You can also plot it "
32033199
"with the CWL Viewer or `cwltool`:"
32043200
msgstr ""
32053201
"ワークフローの`uppercase` ステップは Operation "
3206-
"です。CommandLineToolやExpressionToolのように使用することができます。また、CWL Viewerや`cwltool` "
3207-
"を使ってプロットすることもできます:"
3202+
"です。CommandLineToolやExpressionToolのように使用することができます。また、"
3203+
"CWL Viewerや`cwltool` を使って可視化することもできます:"
32083204

32093205
#: ../../src/topics/operations.md:24 61e4ae6ed18e41708270eb358cd55277
32103206
msgid ""
@@ -3217,11 +3213,11 @@ msgstr ""
32173213
"ザーガイドはSphinxで構築されています):"
32183214

32193215
#: ../../src/topics/operations.md:56 c07e3ff02ac14ffb89bcbd1b30f3f3fd
3220-
#, fuzzy
32213216
msgid ""
32223217
"The operation file will fail to run with `cwltool` because `cwltool` "
32233218
"lacks the necessary information to execute it:"
3224-
msgstr "操作ファイルを `cwltool` で実行しようとすると、`cwltool` "
3219+
msgstr ""
3220+
"operation ファイルを `cwltool` で実行しようとすると、`cwltool` "
32253221
"が実行に必要な情報を持っていないため、失敗します:"
32263222

32273223
#: ../../src/topics/operations.md:59 e184470550e645f6b9ce658af7e65ecf
@@ -4484,7 +4480,6 @@ msgstr ""
44844480
"workflows)で、ワークフロー全体を別のワークフローの1ステップにすることができることを思い出しましょう!2ステップのワークフローを1ステップのサブワークフローに変換してみましょう:"
44854481

44864482
#: ../../src/topics/workflows.md:513 fac138ba275745898b763a7d719a8235
4487-
#, fuzzy
44884483
msgid "`scatter-nested-workflow.cwl`"
44894484
msgstr "`scatter-nested-workflow.cwl`"
44904485

@@ -4496,28 +4491,29 @@ msgid ""
44964491
msgstr "今、scatter は1つのステップに作用しますが、そのステップは2つのステップで構成されているので、各ステップは並行して実行されます。"
44974492

44984493
#: ../../src/topics/workflows.md:522 b0bf01dad1234a1db3c87b10953e42ef
4499-
#, fuzzy
45004494
msgid "Conditional Workflows"
45014495
msgstr "条件分岐ワークフロー"
45024496

45034497
#: ../../src/topics/workflows.md:524 8d933ed1ec6e408589f781e3a425b869
4504-
#, fuzzy
45054498
msgid ""
45064499
"This workflow contains a conditional step and is executed based on the "
45074500
"input. This allows workflows to skip additional steps based on input "
45084501
"parameters given at the start of the program or by previous steps."
4509-
msgstr "このワークフローは、条件付きステップを含み、入力に基づき実行されます。これにより、ワークフローは、プログラムの開始時に与えられた入力パラメータや以前のステップによって、追加のステップをスキップすることができます。"
4502+
msgstr ""
4503+
"このワークフローは、条件付きステップを含み、入力に基づき実行されます。これに"
4504+
"より、ワークフローは、プログラムの開始時に与えられた入力パラメータや以前のス"
4505+
"テップによって、追加のステップをスキップすることができます。"
45104506

45114507
#: ../../src/topics/workflows.md:527 9ac7b4f71621411da9a4ca3bc277dcb0
45124508
msgid "`conditional-workflow.cwl`"
45134509
msgstr "`conditional-workflow.cwl`"
45144510

45154511
#: ../../src/topics/workflows.md:566 4a4a2b2b99b44d449adb246cebce0a26
4516-
#, fuzzy
45174512
msgid ""
45184513
"The first thing you'll notice is that this workflow is only compatible "
45194514
"for version 1.2 or greater of the CWL standards."
4520-
msgstr "まず、このワークフローはCWL仕様のバージョン1.2以降でしか対応していないことがわかります。"
4515+
msgstr "まず、このワークフローはCWL仕様のバージョン1."
4516+
"2以降から対応しているがわかります。"
45214517

45224518
#: ../../src/topics/workflows.md:573 4742fe09a4264fb8be6f092519de5d72
45234519
#, fuzzy

locales/zh_Hans/LC_MESSAGES/user_guide.po

Lines changed: 34 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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-02-18 03:01+0000\n"
12+
"PO-Revision-Date: 2024-03-07 01:01+0000\n"
1313
"Last-Translator: Zoë Ma <[email protected]>\n"
1414
"Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/"
1515
"commonwl/user-guide/zh_Hans/>\n"
@@ -18,7 +18,7 @@ msgstr ""
1818
"Content-Type: text/plain; charset=utf-8\n"
1919
"Content-Transfer-Encoding: 8bit\n"
2020
"Plural-Forms: nplurals=1; plural=0;\n"
21-
"X-Generator: Weblate 5.4\n"
21+
"X-Generator: Weblate 5.5-dev\n"
2222
"Generated-By: Babel 2.12.1\n"
2323

2424
#: ../../LICENSE.md:2 a48279b2231348eea3f7a3b74a6362ac
@@ -3529,6 +3529,9 @@ msgid ""
35293529
"executed by the workflow. And the `step_a` output file `stdout.txt` is "
35303530
"visible in the output of the command above."
35313531
msgstr ""
3532+
"工作流中的每一步骤均有唯一的 ID(即形如散列/哈希值的一长串字符)。文件 "
3533+
"`${HASH}.status` 包含工作流各步骤的执行状态。在上例命令的输出结果中可以看到 "
3534+
"`step_a` 这一步骤的输出文件 `stdout.txt`."
35323535

35333536
#: ../../src/topics/troubleshooting.md:48 719917cb0fd849f5a328671df8726189
35343537
msgid ""
@@ -3539,6 +3542,10 @@ msgid ""
35393542
"new cache entry for the output of `step_b`. Also note that the status of "
35403543
"`step_b` is now of success."
35413544
msgstr ""
3545+
"现在,将 `step_b` 中的错误(即 `revv`)改正过来,使之执行 `rev` 命令。然后,"
3546+
"用与之前相同的命令行选项执行 `cwltool`. 注意这时 `cwltool` 的输出包含 "
3547+
"`step_a` 经缓存的输出,而 `step_b` 的输出有了新的缓存项。同时,可以注意到 "
3548+
"`step_b` 的状态已经是“成功”。"
35423549

35433550
#: ../../src/topics/troubleshooting.md:59 2a9dbb3ad7564f5aa103349c45ee7925
35443551
msgid ""
@@ -3549,14 +3556,18 @@ msgid ""
35493556
" troubleshooting your CWL documents and also as a way to prevent "
35503557
"`cwltool` to re-evaluate steps unnecessarily."
35513558
msgstr ""
3559+
"此例子中,工作流步骤 `step_a` 并没有得到重新计算,因为它仍在缓存中,而且其执"
3560+
"行或输出都没有改变。另外,`cwltool` 能够认识到我们修改了 `step_b` "
3561+
"中可执行文件的名称后,它必须重新计算这一步骤。这一技巧十分适用于排查 CWL "
3562+
"程序中的错误时,而且可以避免 `cwltool` 无谓地重复运算每一步骤。"
35523563

35533564
#: ../../src/topics/using-containers.md:1 7439fe097aa4459ba1e4c0e28fc59b9a
35543565
msgid "Using Containers"
3555-
msgstr ""
3566+
msgstr "使用容器"
35563567

35573568
#: ../../src/topics/using-containers.md:3 eff5c6ac1cad44f9862585daf0a91298
35583569
msgid "Running Tools Inside Docker"
3559-
msgstr ""
3570+
msgstr "在 Docker 中运行工具"
35603571

35613572
#: ../../src/topics/using-containers.md:5 50d1a644bc8c49f78c453e4e0f3c07c8
35623573
msgid ""
@@ -3570,19 +3581,25 @@ msgid ""
35703581
" management while avoiding the complexity of invoking and managing Docker"
35713582
" containers."
35723583
msgstr ""
3584+
"[Docker][docker] 容器可以为软件及其依赖的组件提供确知可正常使用的完整运行环境"
3585+
",进而简化软件的安装。不过,容器与宿主系统是刻意隔离开来的。因此,要在 "
3586+
"Docker 容器中运行某个工具,需进行额外操作,以使输入文件在容器内可用,而输出文"
3587+
"件可从容器中提取。CWL 运行程序可以自动完成这个任务,从而帮助您使用 Docker "
3588+
"简化对软件的管理,同时避免调用和管理 Docker 容器等复杂操作。"
35733589

35743590
#: ../../src/topics/using-containers.md:15 4b0f6cfc8a774c77bfbc99e568af2ece
35753591
msgid ""
35763592
"One of the responsibilities of the CWL runner is to adjust the paths of "
35773593
"input files to reflect the location where they appear inside the "
35783594
"container."
3579-
msgstr ""
3595+
msgstr "CWL 运行程序的任务之一,就是调整输入文件的路径,以反映它们在容器内的位置。"
35803596

35813597
#: ../../src/topics/using-containers.md:18 27c02a5d479a420eab7d14888d9fb288
35823598
msgid ""
35833599
"This example runs a simple Node.js script inside a Docker container which"
35843600
" will then print \"Hello World\" to the standard output."
3585-
msgstr ""
3601+
msgstr "本示例在 Docker 容器中运行一个简单的 Node.js 脚本,将 \"Hello World\" "
3602+
"写入标准输出。"
35863603

35873604
#: ../../src/topics/using-containers.md:21 1a62a93ab20b4f2ca1e13ded3a767dc5
35883605
msgid "`docker.cwl`"
@@ -3600,6 +3617,9 @@ msgid ""
36003617
"[`dockerRequirement`](https://w3id.org/cwl/CommandLineTool.html#DockerRequirement)"
36013618
" section."
36023619
msgstr ""
3620+
"运行这个例子前,我们先来看看代码各部分都是为了做什么。这里,多数内容已在此前"
3621+
"的章节中讲授,而算得上新内容的就是 [`dockerRequirement`](https://w3id.org/"
3622+
"cwl/CommandLineTool.html#DockerRequirement) 这一段代码。"
36033623

36043624
#: ../../src/topics/using-containers.md:44 1f02618ab6254459ae71f72844e3cc18
36053625
msgid ""
@@ -3613,6 +3633,14 @@ msgid ""
36133633
"best practices when using containers for reproducible research). In this "
36143634
"case we have used a container called `node:slim`."
36153635
msgstr ""
3636+
"`baseCommand: node` 告诉 CWL, 我们打算为了这个命令使用 Node.js 运行环境,"
3637+
"意在运行 JavaScript 程序。然后,我们需要给出一点“提示” (`hints`), "
3638+
"以便找到我们想要的容器。这个例子里,我们只需要在 `DockerRequirements` "
3639+
"下列出我们 Docker 容器的需求。`dockerPull:` 参数应赋予的值,就是您假如使用 `"
3640+
"docker pull` 命令的话应该给出的参数,也就是容器映像 (image) 的名称("
3641+
"您可进一步标明容器的标签即 tag, "
3642+
"用容器从事可复现研究工作时这是个好习惯)。这里,我们使用的容器名为 "
3643+
"`node:slim`."
36163644

36173645
#: ../../src/topics/using-containers.md:52 54cade4978ec463bbb5c0d8c08e27adb
36183646
msgid ""

0 commit comments

Comments
 (0)