@@ -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-10-08 04:10 +0000\n "
11
+ "PO-Revision-Date : 2023-10-13 08:02 +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 "
@@ -3274,8 +3274,9 @@ msgstr ""
3274
3274
"いくつかは他のCWLランナーにも適用されるかもしれません。"
3275
3275
3276
3276
#: ../../src/topics/troubleshooting.md:6 1b6b7a75cc754775bf9dd80c0941e8da
3277
+ #, fuzzy
3277
3278
msgid "Run `cwltool` with `cachedir`"
3278
- msgstr ""
3279
+ msgstr "`cwltool` を`cachedir` で実行する。 "
3279
3280
3280
3281
#: ../../src/topics/troubleshooting.md:8 9a710602e00c4934ae3a3b471aa68458
3281
3282
msgid ""
@@ -3297,13 +3298,17 @@ msgstr ""
3297
3298
3298
3299
#: ../../src/topics/troubleshooting.md:20 0490b1fab86749e49b473949c52bbe8b
3299
3300
msgid "`troubleshooting-wf1.cwl`"
3300
- msgstr ""
3301
+ msgstr "`troubleshooting-wf1.cwl` "
3301
3302
3302
3303
#: ../../src/topics/troubleshooting.md:27 cfe9d8241fe84bd5b74042a5625d933f
3304
+ #, fuzzy
3303
3305
msgid ""
3304
3306
"Let's execute this workflow with `/tmp/cachedir/` as the `--cachedir` value "
3305
3307
"(`cwltool` will create the directory for you if it does not exist already):"
3306
3308
msgstr ""
3309
+ "`--cachedir` に `/tmp/cachedir/` "
3310
+ "を指定して、このワークフローを実行してみましょう(`cwltool` "
3311
+ "は、ディレクトリがまだ存在しない場合、新規作成します):"
3307
3312
3308
3313
#: ../../src/topics/troubleshooting.md:35 764d933cc4da446abd8dd8f913f05dac
3309
3314
msgid ""
@@ -3363,10 +3368,12 @@ msgid ""
3363
3368
msgstr ""
3364
3369
3365
3370
#: ../../src/topics/using-containers.md:15 7a644506619a4f08958ec7d4540cd557
3371
+ #, fuzzy
3366
3372
msgid ""
3367
3373
"One of the responsibilities of the CWL runner is to adjust the paths of "
3368
3374
"input files to reflect the location where they appear inside the container."
3369
- msgstr ""
3375
+ msgstr "CWLランナーの役割のひとつに、入力ファイルのパスをコンテナ内のでの配置位置に合"
3376
+ "わせて調整することがあります。"
3370
3377
3371
3378
#: ../../src/topics/using-containers.md:18 b5195b7d8eaa419fb2b90cb33a57783a
3372
3379
msgid ""
@@ -3496,24 +3503,27 @@ msgstr ""
3496
3503
3497
3504
#: ../../src/topics/workflows.md:165 46cc4859856e4367a9e5e68eecd48b73
3498
3505
msgid "Writing Workflows"
3499
- msgstr ""
3506
+ msgstr "ワークフローを書く "
3500
3507
3501
3508
#: ../../src/topics/workflows.md:167 9c56528acd5f49deb139e034dfbfac7c
3502
3509
msgid ""
3503
3510
"This workflow extracts a java source file from a tar file and then compiles "
3504
3511
"it."
3505
- msgstr ""
3512
+ msgstr "このワークフローでは、tarファイルからJavaのソースファイルを取り出し、コンパイ"
3513
+ "ルします。"
3506
3514
3507
3515
#: ../../src/topics/workflows.md:170 55ab007d472f43388e4c77aae8f165e7
3516
+ #, fuzzy
3508
3517
msgid "`1st-workflow.cwl`"
3509
- msgstr ""
3518
+ msgstr "`1st-workflow.cwl` "
3510
3519
3511
3520
#: ../../src/topics/workflows.md:179 ../../src/topics/workflows.md:180
3512
3521
#: 23af7bd2facf4043b2b1c4373fce15fa 307b6618a92948fca4203ccb497c77e6
3513
3522
msgid "Visualization of 1st-workflow.cwl"
3514
3523
msgstr "1st-workflow.cwlの可視化。"
3515
3524
3516
3525
#: ../../src/topics/workflows.md:180 a2dd833fdca4443181648e41051a5232
3526
+ #, fuzzy
3517
3527
msgid ""
3518
3528
"["
3524
3534
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)"
3525
3542
3526
3543
#: ../../src/topics/workflows.md:183 7e40cc9f9e1341c195e843c009575b94
3527
3544
msgid ""
@@ -3555,20 +3572,30 @@ msgstr ""
3555
3572
" ` class` フィールドは、この文書がワークフローを記述していることを示します。"
3556
3573
3557
3574
#: ../../src/topics/workflows.md:221 ea94a9a02cd44b9d8e06bfe16e6b8cc8
3575
+ #, fuzzy
3558
3576
msgid ""
3559
3577
"The `inputs` section describes the inputs of the workflow. This is a list "
3560
3578
"of input parameters where each parameter consists of an identifier and a "
3561
3579
"data type. These parameters can be used as sources for input to specific "
3562
3580
"workflows steps."
3563
3581
msgstr ""
3582
+ "`inputs` セクションでは、ワークフローの入力について記述します。 これは入力パ"
3583
+ "ラメータのリストであり、各パラメータは識別子とデータ型から構成されます。 こ"
3584
+ "れらのパラメータは、特定のワークフロー・ステップへの入力ソースとして使用でき"
3585
+ "ます。"
3564
3586
3565
3587
#: ../../src/topics/workflows.md:233 c84d4450bc6a475dbf34e0b22cea9130
3588
+ #, fuzzy
3566
3589
msgid ""
3567
3590
"The `outputs` section describes the outputs of the workflow. This is a list "
3568
3591
"of output parameters where each parameter consists of an identifier and a "
3569
3592
"data type. The `outputSource` connects the output parameter `classfile` of "
3570
3593
"the `compile` step to the workflow output parameter `compiled_class`."
3571
3594
msgstr ""
3595
+ "`outputs` セクションでは、ワークフローの出力について記述します。 これは出力"
3596
+ "パラメータのリストであり、各パラメータは識別子とデータ型から構成されます。 `"
3597
+ " outputSource` は、`compile` ステップの出力パラメータ`classfile` "
3598
+ "を、ワークフロー出力パラメータ`compiled_class` に接続します。"
3572
3599
3573
3600
#: ../../src/topics/workflows.md:248 cca9665f6daa44b49233baf34ab9fcc7
3574
3601
msgid ""
@@ -3582,12 +3609,17 @@ msgid ""
3582
3609
msgstr ""
3583
3610
3584
3611
#: ../../src/topics/workflows.md:256 547edbf5fa424b8286cc21674ff159b0
3612
+ #, fuzzy
3585
3613
msgid ""
3586
3614
"The first step, `untar` runs `tar-param.cwl` (described previously in "
3587
3615
"[Parameter References](parameter-references.md)). This tool has two input "
3588
3616
"parameters, `tarfile` and `extractfile` and one output parameter "
3589
3617
"`extracted_file`."
3590
3618
msgstr ""
3619
+ "最初のステップである`untar` は、`tar-param.cwl` を実行します([パラメータ参照"
3620
+ "](parameter-references."
3621
+ "md)で以前説明しました)。このツールは、2つの入力パラメータ、`tarfile` "
3622
+ "と`extractfile` と1つの出力パラメータ`extracted_file` を持ちます。"
3591
3623
3592
3624
#: ../../src/topics/workflows.md:261 7ca248888b9d484cb544cd76ba538662
3593
3625
msgid ""
@@ -3599,10 +3631,12 @@ msgid ""
3599
3631
msgstr ""
3600
3632
3601
3633
#: ../../src/topics/workflows.md:267 ae6b240718104380b08db5552d7355ea
3634
+ #, fuzzy
3602
3635
msgid ""
3603
3636
"The `out` section of the workflow step lists the output parameters that are "
3604
3637
"expected from the tool."
3605
- msgstr ""
3638
+ msgstr "ワークフローステップの`out` "
3639
+ "セクションには、ツールから期待される出力パラメータが記載されています。"
3606
3640
3607
3641
#: ../../src/topics/workflows.md:278 e5a8b7f84be64020b191099f3fad30ed
3608
3642
msgid ""
@@ -3693,11 +3727,15 @@ msgid ""
3693
3727
msgstr ""
3694
3728
3695
3729
#: ../../src/topics/workflows.md:366 3bea5822b8694e2aa32c446e1c54a045
3730
+ #, fuzzy
3696
3731
msgid ""
3697
3732
"In this case our step can assume `Hello.java` rather than be parameterized, "
3698
3733
"so we can use hardcoded values `hello.tar` and `Hello.java` in a "
3699
3734
"`baseCommand` and the resulting `outputs`:"
3700
3735
msgstr ""
3736
+ "この場合、ステップではパラメータ化するのではなく、`Hello.java` "
3737
+ "を想定することができるので、`baseCommand` で直接書かれた値`hello.tar` "
3738
+ "と`Hello.java` を使用でき、結果として`outputs` が得られます:"
3701
3739
3702
3740
#: ../../src/topics/workflows.md:383 426023bd6e3a471cbb30dbda3d6f9e57
3703
3741
msgid ""
0 commit comments