@@ -8,7 +8,7 @@ msgstr ""
8
8
"Project-Id-Version : Common Workflow Language User Guide\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
10
"POT-Creation-Date : 2023-01-25 14:33+0100\n "
11
- "PO-Revision-Date : 2023-11-18 05:11 +0000\n "
11
+ "PO-Revision-Date : 2023-11-22 21:01 +0000\n "
12
12
"
Last-Translator :
Manabu ISHII <[email protected] >\n "
13
13
"Language-Team : Japanese <https://hosted.weblate.org/projects/commonwl/ "
14
14
"user-guide/ja/>\n "
@@ -17,7 +17,7 @@ msgstr ""
17
17
"Content-Type : text/plain; charset=UTF-8\n "
18
18
"Content-Transfer-Encoding : 8bit\n "
19
19
"Plural-Forms : nplurals=1; plural=0;\n "
20
- "X-Generator : Weblate 5.2\n "
20
+ "X-Generator : Weblate 5.2.1-rc \n "
21
21
22
22
#: ../../LICENSE.md:2 4e203044f0464fd5a3256430391dde12
23
23
msgid "Licenses"
@@ -3132,8 +3132,8 @@ msgid ""
3132
3132
msgstr ""
3133
3133
"これまでの例では、`baseCommand` "
3134
3134
"は単なる文字列で、引数はCWL入力として渡していました。単一の文字列の代わりに、"
3135
- "文字列の配列__ を使用することができます。 最初の要素は実行するコマンドで、そ "
3136
- "れ以降の要素は必須のコマンドライン引数です。 "
3135
+ "文字列の配列__ を使用することができます。 "
3136
+ "最初の要素は実行するコマンドで、それ以降の要素は必須のコマンドライン引数です "
3137
3137
3138
3138
#: ../../src/topics/outputs.md:26 f1ee2e00b0cc4112b51c9df3a919b73f
3139
3139
msgid "`tar.cwl`"
@@ -3461,7 +3461,7 @@ msgstr ""
3461
3461
3462
3462
#: ../../src/topics/staging-input-files.md:1 b85eb83e05e845d7a179f1b1d74db444
3463
3463
msgid "Staging Input Files"
3464
- msgstr ""
3464
+ msgstr "入力ファイルのステージング "
3465
3465
3466
3466
#: ../../src/topics/staging-input-files.md:3 35f97d37492b4c7ca3ad6cfc1e6fa366
3467
3467
msgid ""
@@ -3475,11 +3475,11 @@ msgstr ""
3475
3475
3476
3476
#: ../../src/topics/staging-input-files.md:9 c8159d0cb2ab452a9ce8e8d2adbaaa94
3477
3477
msgid "`linkfile.cwl`"
3478
- msgstr ""
3478
+ msgstr "`linkfile.cwl` "
3479
3479
3480
3480
#: ../../src/topics/troubleshooting.md:1 0f7508ce59754a7eb230dea6042244c6
3481
3481
msgid "Troubleshooting"
3482
- msgstr ""
3482
+ msgstr "トラブルシューティング "
3483
3483
3484
3484
#: ../../src/topics/troubleshooting.md:3 fbe0c65b444441f785d0054176d036a6
3485
3485
msgid ""
@@ -3609,11 +3609,15 @@ msgid "`docker-job.yml`"
3609
3609
msgstr "`docker-job.yml`"
3610
3610
3611
3611
#: ../../src/topics/using-containers.md:33 2713594c937d4c528fc8d04d9e9819ed
3612
+ #, fuzzy
3612
3613
msgid ""
3613
3614
"Before we run this, let's just break it down and see what some bits do. "
3614
3615
"Most of this has been explained in previous sections, the only part that is "
3615
3616
"really new is the `dockerRequirement` section."
3616
3617
msgstr ""
3618
+ "これを実行する前に、これを分解して、いくつか細かく何をするのかを見てみましょ"
3619
+ "う。 この大部分は以前のセクションで説明したもので、本当に新しいのは`dockerRe"
3620
+ "quirement` の部分だけです。"
3617
3621
3618
3622
#: ../../src/topics/using-containers.md:44 cf94c1424fc2413c85647fd1ee73d951
3619
3623
msgid ""
@@ -3873,7 +3877,7 @@ msgstr ""
3873
3877
3874
3878
#: ../../src/topics/workflows.md:285 f0b04849253c4693904512ddd7f9ce84
3875
3879
msgid "Nested Workflows"
3876
- msgstr ""
3880
+ msgstr "ネストされたワークフロー "
3877
3881
3878
3882
#: ../../src/topics/workflows.md:287 12a06d8358534102b202965d4258c18e
3879
3883
msgid ""
@@ -3882,16 +3886,20 @@ msgid ""
3882
3886
"be used as a step in another CWL workflow, if the workflow engine supports "
3883
3887
"the `SubworkflowFeatureRequirement`:"
3884
3888
msgstr ""
3889
+ "ワークフローは、複数のツールを組み合わせてより大きな処理を実行するための方法"
3890
+ "です。ワークフローエンジンが`SubworkflowFeatureRequirement` "
3891
+ "をサポートしている場合、CWL ワークフローを別の CWL "
3892
+ "ワークフローのステップとすることができます :"
3885
3893
3886
3894
#: ../../src/topics/workflows.md:297 1658cac0de1b47e9b60f6d4a4ad9bb19
3887
3895
msgid ""
3888
3896
"Here's an example workflow that uses our `1st-workflow.cwl` as a nested "
3889
3897
"workflow:"
3890
- msgstr ""
3898
+ msgstr "`1st-workflow.cwl` をネストしたワークフローの例を紹介します: "
3891
3899
3892
3900
#: ../../src/topics/workflows.md:300 49ed137fe996452a8534c68d100db941
3893
3901
msgid "`nestedworkflows.cwl`"
3894
- msgstr ""
3902
+ msgstr "`nestedworkflows.cwl` "
3895
3903
3896
3904
#: ../../src/topics/workflows.md:309 b7f93705e5b8416696be01850072e8c0
3897
3905
msgid ""
@@ -3900,6 +3908,11 @@ msgid ""
3900
3908
"on the right. In purple we see the fixed string `\" Hello.java\" ` being "
3901
3909
"supplied as the `name_of_file_to_extract`."
3902
3910
msgstr ""
3911
+ "この2ステップのワークフローは、`create-tar` "
3912
+ "ステップから始まり、オレンジ色の`compile` "
3913
+ "ステップに接続されています。`compile` "
3914
+ "は、右図にある別のワークフローです。紫色では、固定文字列`\" Hello.java\" ` "
3915
+ "が`name_of_file_to_extract` として与えられているのがわかります。"
3903
3916
3904
3917
#: ../../src/topics/workflows.md:314 e87045829b344089ab59dc27063ddd7a
3905
3918
msgid ""
@@ -3916,12 +3929,17 @@ msgid ""
3916
3929
msgstr ""
3917
3930
3918
3931
#: ../../src/topics/workflows.md:322 42ef2f145b824d69b63abc1da175c216
3932
+ #, fuzzy
3919
3933
msgid ""
3920
3934
"A CWL `Workflow` can be used as a `step` just like a `CommandLineTool`, its "
3921
3935
"CWL file is included with `run`. The workflow inputs (`tarball` and "
3922
3936
"`name_of_file_to_extract`) and outputs (`compiled_class`) then can be mapped "
3923
3937
"to become the step's input/outputs."
3924
3938
msgstr ""
3939
+ "CWL`Workflow` は、`CommandLineTool` を`step` として使用することができ、その "
3940
+ "CWL ファイルは`run` に記述されます。ワークフローの入力(`tarball` "
3941
+ "および`name_of_file_to_extract` )と出力(`compiled_class` "
3942
+ ")は、ステップの入力/出力になるようにマッピングすることができます。"
3925
3943
3926
3944
#: ../../src/topics/workflows.md:336 c61cedf543664d388183e04b3939cc39
3927
3945
msgid ""
0 commit comments