@@ -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-02-29 05:02 +0000\n "
12
+ "PO-Revision-Date : 2024-03-07 01:01 +0000\n "
13
13
"
Last-Translator :
Manabu ISHII <[email protected] >\n "
14
14
"Language-Team : Japanese <https://hosted.weblate.org/projects/commonwl/ "
15
15
"user-guide/ja/>\n "
@@ -938,15 +938,15 @@ msgid "CWL Implementations"
938
938
msgstr "CWL実装"
939
939
940
940
#: ../../src/introduction/prerequisites.md:14 ff74d48407464c4b9d451fa419137144
941
- #, fuzzy
942
941
msgid ""
943
942
"There are many implementations of the CWL standards. Some are complete "
944
943
"CWL runners, while others could be plug-ins or extensions to workflow "
945
944
"engines. We have a better explanation in the [Implementations](basic-"
946
945
"concepts.md#implementations) section."
947
946
msgstr ""
948
- "CWL規格の実装は数多く存在します。あるものは完全なCWL実装であり、他のものはワークフローエンジンのプラグインや拡張になり得ます。[実装"
949
- "](basic-concepts.md#implementations)のセクションでより詳しいをしています。"
947
+ "CWL標準規格の実装は数多く存在します。あるものは完全なCWL実装であり、他のもの"
948
+ "はワークフローエンジンのプラグインや拡を含むことがあります。[実装](basic-"
949
+ "concepts.md#implementations)のセクションでより詳しい説明をしています。"
950
950
951
951
#: ../../src/introduction/prerequisites.md:19 eb98aa9c71d746a69e9610996ffc5b47
952
952
msgid "Operating System"
@@ -971,22 +971,20 @@ msgid "Windows"
971
971
msgstr "Windows"
972
972
973
973
#: ../../src/introduction/prerequisites.md:29 aeeb990abbbd42cca122c342054be29c
974
- #, fuzzy
975
974
msgid ""
976
975
"If you are using Windows, you will have to install the Windows Subsystem "
977
976
"for Linux 2 as documented in the [`cwltool` documentation for Microsoft "
978
977
"Windows users](https://github.com/common-workflow-"
979
978
"language/cwltool/blob/main/README.rst#ms-windows-users). Your operating "
980
979
"system also needs internet access and a recent version of Python (3.6+)."
981
980
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."
984
983
"rst#ms-windows-users)に記載されているように、Windows Subsystem for Linux 2を"
985
984
"インストールする必要があります。インターネットアクセスとPythonの最新バージョ"
986
985
"ン(3.6+)も必要です。"
987
986
988
987
#: ../../src/introduction/prerequisites.md:34 21d1f29fb15745c480194eae6acdd031
989
- #, fuzzy
990
988
msgid "CWL Runner"
991
989
msgstr "CWL Runner"
992
990
@@ -3170,20 +3168,19 @@ msgid "`metadata_example3.cwl`"
3170
3168
msgstr "`metadata_example3.cwl`"
3171
3169
3172
3170
#: ../../src/topics/operations.md:1 a79974b2f4534fcd8c7a04401e8a5556
3173
- #, fuzzy
3174
3171
msgid "Operations"
3175
3172
msgstr "Operations"
3176
3173
3177
3174
#: ../../src/topics/operations.md:3 b6507c8e1625476b97708423acb4fd0e
3178
- #, fuzzy
3179
3175
msgid ""
3180
3176
"An Operation is a type of CWL process, just like a workflow, a command-"
3181
3177
"line tool, or an expression tool. It is a step of a workflow that "
3182
3178
"specifies inputs and outputs, but it does not provide enough information "
3183
3179
"to be executed."
3184
3180
msgstr ""
3185
- "Operationは、Workflow、CommandLineTool、ExpressionToolと同様に、CWL "
3186
- "Processの一種です。Workflowのステップで、入力と出力を指定しますが、実行するのに十分な情報を提供しません。"
3181
+ "Operationは、Workflow、CommandLineTool、ExpressionToolと同様に、CWL Processの"
3182
+ "一種です。Workflowのステップで、入力と出力を指定しますが、実行するのに十分な"
3183
+ "情報を提供しません。"
3187
3184
3188
3185
#: ../../src/topics/operations.md:7 047b09455db64524a71c47ab5192039f
3189
3186
msgid ""
@@ -3196,15 +3193,14 @@ msgid "`operations.cwl`"
3196
3193
msgstr "`operations.cwl`"
3197
3194
3198
3195
#: ../../src/topics/operations.md:16 d21e9444182d4e27bae934db4573ae99
3199
- #, fuzzy
3200
3196
msgid ""
3201
3197
"The `uppercase` step of the workflow is an operation. It can appear where"
3202
3198
" a command line tool or an expression is expected. You can also plot it "
3203
3199
"with the CWL Viewer or `cwltool`:"
3204
3200
msgstr ""
3205
3201
"ワークフローの`uppercase` ステップは Operation "
3206
- "です。CommandLineToolやExpressionToolのように使用することができます。また、CWL Viewerや`cwltool` "
3207
- "を使ってプロットすることもできます :"
3202
+ "です。CommandLineToolやExpressionToolのように使用することができます。また、"
3203
+ "CWL Viewerや`cwltool` を使って可視化することもできます :"
3208
3204
3209
3205
#: ../../src/topics/operations.md:24 61e4ae6ed18e41708270eb358cd55277
3210
3206
msgid ""
@@ -3217,11 +3213,11 @@ msgstr ""
3217
3213
"ザーガイドはSphinxで構築されています):"
3218
3214
3219
3215
#: ../../src/topics/operations.md:56 c07e3ff02ac14ffb89bcbd1b30f3f3fd
3220
- #, fuzzy
3221
3216
msgid ""
3222
3217
"The operation file will fail to run with `cwltool` because `cwltool` "
3223
3218
"lacks the necessary information to execute it:"
3224
- msgstr "操作ファイルを `cwltool` で実行しようとすると、`cwltool` "
3219
+ msgstr ""
3220
+ "operation ファイルを `cwltool` で実行しようとすると、`cwltool` "
3225
3221
"が実行に必要な情報を持っていないため、失敗します:"
3226
3222
3227
3223
#: ../../src/topics/operations.md:59 e184470550e645f6b9ce658af7e65ecf
@@ -4484,7 +4480,6 @@ msgstr ""
4484
4480
"workflows)で、ワークフロー全体を別のワークフローの1ステップにすることができることを思い出しましょう!2ステップのワークフローを1ステップのサブワークフローに変換してみましょう:"
4485
4481
4486
4482
#: ../../src/topics/workflows.md:513 fac138ba275745898b763a7d719a8235
4487
- #, fuzzy
4488
4483
msgid "`scatter-nested-workflow.cwl`"
4489
4484
msgstr "`scatter-nested-workflow.cwl`"
4490
4485
@@ -4496,28 +4491,29 @@ msgid ""
4496
4491
msgstr "今、scatter は1つのステップに作用しますが、そのステップは2つのステップで構成されているので、各ステップは並行して実行されます。"
4497
4492
4498
4493
#: ../../src/topics/workflows.md:522 b0bf01dad1234a1db3c87b10953e42ef
4499
- #, fuzzy
4500
4494
msgid "Conditional Workflows"
4501
4495
msgstr "条件分岐ワークフロー"
4502
4496
4503
4497
#: ../../src/topics/workflows.md:524 8d933ed1ec6e408589f781e3a425b869
4504
- #, fuzzy
4505
4498
msgid ""
4506
4499
"This workflow contains a conditional step and is executed based on the "
4507
4500
"input. This allows workflows to skip additional steps based on input "
4508
4501
"parameters given at the start of the program or by previous steps."
4509
- msgstr "このワークフローは、条件付きステップを含み、入力に基づき実行されます。これにより、ワークフローは、プログラムの開始時に与えられた入力パラメータや以前のステップによって、追加のステップをスキップすることができます。"
4502
+ msgstr ""
4503
+ "このワークフローは、条件付きステップを含み、入力に基づき実行されます。これに"
4504
+ "より、ワークフローは、プログラムの開始時に与えられた入力パラメータや以前のス"
4505
+ "テップによって、追加のステップをスキップすることができます。"
4510
4506
4511
4507
#: ../../src/topics/workflows.md:527 9ac7b4f71621411da9a4ca3bc277dcb0
4512
4508
msgid "`conditional-workflow.cwl`"
4513
4509
msgstr "`conditional-workflow.cwl`"
4514
4510
4515
4511
#: ../../src/topics/workflows.md:566 4a4a2b2b99b44d449adb246cebce0a26
4516
- #, fuzzy
4517
4512
msgid ""
4518
4513
"The first thing you'll notice is that this workflow is only compatible "
4519
4514
"for version 1.2 or greater of the CWL standards."
4520
- msgstr "まず、このワークフローはCWL仕様のバージョン1.2以降でしか対応していないことがわかります。"
4515
+ msgstr "まず、このワークフローはCWL仕様のバージョン1."
4516
+ "2以降から対応しているがわかります。"
4521
4517
4522
4518
#: ../../src/topics/workflows.md:573 4742fe09a4264fb8be6f092519de5d72
4523
4519
#, fuzzy
0 commit comments