Skip to content

Commit 15a0737

Browse files
weblatemanabuishii
andauthored
Translated using Weblate (Japanese) (#429)
Currently translated at 45.1% (270 of 598 strings) Translated using Weblate (Japanese) Currently translated at 45.1% (270 of 598 strings) Translated using Weblate (Japanese) Currently translated at 44.8% (268 of 598 strings) Translate-URL: https://hosted.weblate.org/projects/commonwl/user-guide/ja/ Translation: Common Workflow Language/CWL User Guide Co-authored-by: Manabu ISHII <[email protected]>
1 parent 50f13d2 commit 15a0737

File tree

1 file changed

+46
-8
lines changed

1 file changed

+46
-8
lines changed

locales/ja/LC_MESSAGES/user_guide.po

Lines changed: 46 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgstr ""
88
"Project-Id-Version: Common Workflow Language User Guide\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2023-01-25 14:33+0100\n"
11-
"PO-Revision-Date: 2023-10-08 04:10+0000\n"
11+
"PO-Revision-Date: 2023-10-13 08:02+0000\n"
1212
"Last-Translator: Manabu ISHII <[email protected]>\n"
1313
"Language-Team: Japanese <https://hosted.weblate.org/projects/commonwl/"
1414
"user-guide/ja/>\n"
@@ -3274,8 +3274,9 @@ msgstr ""
32743274
"いくつかは他のCWLランナーにも適用されるかもしれません。"
32753275

32763276
#: ../../src/topics/troubleshooting.md:6 1b6b7a75cc754775bf9dd80c0941e8da
3277+
#, fuzzy
32773278
msgid "Run `cwltool` with `cachedir`"
3278-
msgstr ""
3279+
msgstr "`cwltool` を`cachedir` で実行する。"
32793280

32803281
#: ../../src/topics/troubleshooting.md:8 9a710602e00c4934ae3a3b471aa68458
32813282
msgid ""
@@ -3297,13 +3298,17 @@ msgstr ""
32973298

32983299
#: ../../src/topics/troubleshooting.md:20 0490b1fab86749e49b473949c52bbe8b
32993300
msgid "`troubleshooting-wf1.cwl`"
3300-
msgstr ""
3301+
msgstr "`troubleshooting-wf1.cwl`"
33013302

33023303
#: ../../src/topics/troubleshooting.md:27 cfe9d8241fe84bd5b74042a5625d933f
3304+
#, fuzzy
33033305
msgid ""
33043306
"Let's execute this workflow with `/tmp/cachedir/` as the `--cachedir` value "
33053307
"(`cwltool` will create the directory for you if it does not exist already):"
33063308
msgstr ""
3309+
"`--cachedir` に `/tmp/cachedir/` "
3310+
"を指定して、このワークフローを実行してみましょう(`cwltool` "
3311+
"は、ディレクトリがまだ存在しない場合、新規作成します):"
33073312

33083313
#: ../../src/topics/troubleshooting.md:35 764d933cc4da446abd8dd8f913f05dac
33093314
msgid ""
@@ -3363,10 +3368,12 @@ msgid ""
33633368
msgstr ""
33643369

33653370
#: ../../src/topics/using-containers.md:15 7a644506619a4f08958ec7d4540cd557
3371+
#, fuzzy
33663372
msgid ""
33673373
"One of the responsibilities of the CWL runner is to adjust the paths of "
33683374
"input files to reflect the location where they appear inside the container."
3369-
msgstr ""
3375+
msgstr "CWLランナーの役割のひとつに、入力ファイルのパスをコンテナ内のでの配置位置に合"
3376+
"わせて調整することがあります。"
33703377

33713378
#: ../../src/topics/using-containers.md:18 b5195b7d8eaa419fb2b90cb33a57783a
33723379
msgid ""
@@ -3496,24 +3503,27 @@ msgstr ""
34963503

34973504
#: ../../src/topics/workflows.md:165 46cc4859856e4367a9e5e68eecd48b73
34983505
msgid "Writing Workflows"
3499-
msgstr ""
3506+
msgstr "ワークフローを書く"
35003507

35013508
#: ../../src/topics/workflows.md:167 9c56528acd5f49deb139e034dfbfac7c
35023509
msgid ""
35033510
"This workflow extracts a java source file from a tar file and then compiles "
35043511
"it."
3505-
msgstr ""
3512+
msgstr "このワークフローでは、tarファイルからJavaのソースファイルを取り出し、コンパイ"
3513+
"ルします。"
35063514

35073515
#: ../../src/topics/workflows.md:170 55ab007d472f43388e4c77aae8f165e7
3516+
#, fuzzy
35083517
msgid "`1st-workflow.cwl`"
3509-
msgstr ""
3518+
msgstr "`1st-workflow.cwl`"
35103519

35113520
#: ../../src/topics/workflows.md:179 ../../src/topics/workflows.md:180
35123521
#: 23af7bd2facf4043b2b1c4373fce15fa 307b6618a92948fca4203ccb497c77e6
35133522
msgid "Visualization of 1st-workflow.cwl"
35143523
msgstr "1st-workflow.cwlの可視化。"
35153524

35163525
#: ../../src/topics/workflows.md:180 a2dd833fdca4443181648e41051a5232
3526+
#, fuzzy
35173527
msgid ""
35183528
"[![Visualization of 1st-workflow.cwl](https://view.commonwl.org/graph/png/"
35193529
"github.com/common-workflow-language/user_guide/blob/"
@@ -3522,6 +3532,13 @@ msgid ""
35223532
"workflow-language/user_guide/blob/a29e7eae0006660946fc705a310b37a21a7e1edc/"
35233533
"_includes/cwl/21-1st-workflow/1st-workflow.cwl)"
35243534
msgstr ""
3535+
"[[1st-workflow.cwlを可視化したもの]](https://view.commonwl.org/graph/png/"
3536+
"github.com/common-workflow-language/user_guide/blob/"
3537+
"a29e7eae0006660946fc705a310b37a21a7e1edc/_includes/cwl/21-1st-workflow/1st-"
3538+
"workflow.cwl)](https://view.commonwl.org/graph/png/github.com/"
3539+
"common-workflow-language/user_guide/blob/"
3540+
"a29e7eae0006660946fc705a310b37a21a7e1edc/_includes/cwl/21-1st-workflow/1st-"
3541+
"workflow.cwl)"
35253542

35263543
#: ../../src/topics/workflows.md:183 7e40cc9f9e1341c195e843c009575b94
35273544
msgid ""
@@ -3555,20 +3572,30 @@ msgstr ""
35553572
" ` class` フィールドは、この文書がワークフローを記述していることを示します。"
35563573

35573574
#: ../../src/topics/workflows.md:221 ea94a9a02cd44b9d8e06bfe16e6b8cc8
3575+
#, fuzzy
35583576
msgid ""
35593577
"The `inputs` section describes the inputs of the workflow. This is a list "
35603578
"of input parameters where each parameter consists of an identifier and a "
35613579
"data type. These parameters can be used as sources for input to specific "
35623580
"workflows steps."
35633581
msgstr ""
3582+
"`inputs` セクションでは、ワークフローの入力について記述します。 これは入力パ"
3583+
"ラメータのリストであり、各パラメータは識別子とデータ型から構成されます。 こ"
3584+
"れらのパラメータは、特定のワークフロー・ステップへの入力ソースとして使用でき"
3585+
"ます。"
35643586

35653587
#: ../../src/topics/workflows.md:233 c84d4450bc6a475dbf34e0b22cea9130
3588+
#, fuzzy
35663589
msgid ""
35673590
"The `outputs` section describes the outputs of the workflow. This is a list "
35683591
"of output parameters where each parameter consists of an identifier and a "
35693592
"data type. The `outputSource` connects the output parameter `classfile` of "
35703593
"the `compile` step to the workflow output parameter `compiled_class`."
35713594
msgstr ""
3595+
"`outputs` セクションでは、ワークフローの出力について記述します。 これは出力"
3596+
"パラメータのリストであり、各パラメータは識別子とデータ型から構成されます。 `"
3597+
" outputSource` は、`compile` ステップの出力パラメータ`classfile` "
3598+
"を、ワークフロー出力パラメータ`compiled_class` に接続します。"
35723599

35733600
#: ../../src/topics/workflows.md:248 cca9665f6daa44b49233baf34ab9fcc7
35743601
msgid ""
@@ -3582,12 +3609,17 @@ msgid ""
35823609
msgstr ""
35833610

35843611
#: ../../src/topics/workflows.md:256 547edbf5fa424b8286cc21674ff159b0
3612+
#, fuzzy
35853613
msgid ""
35863614
"The first step, `untar` runs `tar-param.cwl` (described previously in "
35873615
"[Parameter References](parameter-references.md)). This tool has two input "
35883616
"parameters, `tarfile` and `extractfile` and one output parameter "
35893617
"`extracted_file`."
35903618
msgstr ""
3619+
"最初のステップである`untar` は、`tar-param.cwl` を実行します([パラメータ参照"
3620+
"](parameter-references."
3621+
"md)で以前説明しました)。このツールは、2つの入力パラメータ、`tarfile` "
3622+
"と`extractfile` と1つの出力パラメータ`extracted_file` を持ちます。"
35913623

35923624
#: ../../src/topics/workflows.md:261 7ca248888b9d484cb544cd76ba538662
35933625
msgid ""
@@ -3599,10 +3631,12 @@ msgid ""
35993631
msgstr ""
36003632

36013633
#: ../../src/topics/workflows.md:267 ae6b240718104380b08db5552d7355ea
3634+
#, fuzzy
36023635
msgid ""
36033636
"The `out` section of the workflow step lists the output parameters that are "
36043637
"expected from the tool."
3605-
msgstr ""
3638+
msgstr "ワークフローステップの`out` "
3639+
"セクションには、ツールから期待される出力パラメータが記載されています。"
36063640

36073641
#: ../../src/topics/workflows.md:278 e5a8b7f84be64020b191099f3fad30ed
36083642
msgid ""
@@ -3693,11 +3727,15 @@ msgid ""
36933727
msgstr ""
36943728

36953729
#: ../../src/topics/workflows.md:366 3bea5822b8694e2aa32c446e1c54a045
3730+
#, fuzzy
36963731
msgid ""
36973732
"In this case our step can assume `Hello.java` rather than be parameterized, "
36983733
"so we can use hardcoded values `hello.tar` and `Hello.java` in a "
36993734
"`baseCommand` and the resulting `outputs`:"
37003735
msgstr ""
3736+
"この場合、ステップではパラメータ化するのではなく、`Hello.java` "
3737+
"を想定することができるので、`baseCommand` で直接書かれた値`hello.tar` "
3738+
"と`Hello.java` を使用でき、結果として`outputs` が得られます:"
37013739

37023740
#: ../../src/topics/workflows.md:383 426023bd6e3a471cbb30dbda3d6f9e57
37033741
msgid ""

0 commit comments

Comments
 (0)