@@ -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-09-03 01:58 +0000\n "
11
+ "PO-Revision-Date : 2023-09-07 04:57 +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 "
@@ -3583,26 +3583,32 @@ msgid ""
3583
3583
"our `message_array`. Ok, so how about if we want to scatter over two steps "
3584
3584
"in a workflow?"
3585
3585
msgstr ""
3586
+ "ワークフローは、`message_array` の各要素毎に、echo を呼び出していることがわか"
3587
+ "ります。では、ワークフローの2つのステップに分散させたい場合はどうでしょうか?"
3586
3588
3587
3589
#: ../../src/topics/workflows.md:469 2eaacf1a90204a2b9bd621344560f2a1
3588
3590
msgid ""
3589
3591
"Let's perform a simple echo like above, but capturing `stdout` by adding the "
3590
3592
"following lines instead of `outputs: []`"
3591
- msgstr ""
3593
+ msgstr "上記のような簡単なエコーを実行します、`outputs: "
3594
+ "[]`の代わりに次の行を追加して`stdout` をキャプチャしてみましょう"
3592
3595
3593
3596
#: ../../src/topics/workflows.md:472 242993d42b164ee5abe7ca10d45856de
3597
+ #, fuzzy
3594
3598
msgid "`hello_world_to_stdout.cwl`"
3595
- msgstr ""
3599
+ msgstr "`hello_world_to_stdout.cwl` "
3596
3600
3597
3601
#: ../../src/topics/workflows.md:480 4a94e5f7e1bc4d628702140e4e51d6d3
3598
3602
msgid ""
3599
3603
"And add a second step that uses `wc` to count the characters in each file. "
3600
3604
"See the tool below:"
3601
- msgstr ""
3605
+ msgstr "そして、`wc` を使って各ファイルの文字数をカウントする第2ステップを追加します"
3606
+ "。以下のツールを見てください:"
3602
3607
3603
3608
#: ../../src/topics/workflows.md:483 e61d93b848184c8e8e573928427b4d0a
3609
+ #, fuzzy
3604
3610
msgid "`wc-tool.cwl`"
3605
- msgstr ""
3611
+ msgstr "`wc-tool.cwl` "
3606
3612
3607
3613
#: ../../src/topics/workflows.md:489 e3a7182f00f440b8b5461da91194a64b
3608
3614
msgid ""
@@ -3611,8 +3617,9 @@ msgid ""
3611
3617
msgstr ""
3612
3618
3613
3619
#: ../../src/topics/workflows.md:491 99fa96caacaa45cb97aded9a24fcac6d
3620
+ #, fuzzy
3614
3621
msgid "`scatter-two-steps.cwl`"
3615
- msgstr ""
3622
+ msgstr "`scatter-two-steps.cwl` "
3616
3623
3617
3624
#: ../../src/topics/workflows.md:497 b5338f39e8c74ff28e139da68089a742
3618
3625
msgid ""
@@ -3640,18 +3647,22 @@ msgid ""
3640
3647
msgstr ""
3641
3648
3642
3649
#: ../../src/topics/workflows.md:513 1c9e386922324ec8a59306572c19fb8b
3650
+ #, fuzzy
3643
3651
msgid "`scatter-nested-workflow.cwl`"
3644
- msgstr ""
3652
+ msgstr "`scatter-nested-workflow.cwl` "
3645
3653
3646
3654
#: ../../src/topics/workflows.md:519 d80ab383eec9402faba997b548fe42eb
3655
+ #, fuzzy
3647
3656
msgid ""
3648
3657
"Now the scatter acts on a single step, but that step consists of two steps "
3649
3658
"so each step is performed in parallel."
3650
- msgstr ""
3659
+ msgstr "今、scatter は1つのステップに作用しますが、そのステップは2つのステップで構成"
3660
+ "されているので、各ステップは並行して実行されます。"
3651
3661
3652
3662
#: ../../src/topics/workflows.md:522 f7d2827d97db4bf4ab84b5d6621c3b48
3663
+ #, fuzzy
3653
3664
msgid "Conditional Workflows"
3654
- msgstr ""
3665
+ msgstr "条件分岐ワークフロー "
3655
3666
3656
3667
#: ../../src/topics/workflows.md:524 49217c02f58c43ff9ec00f10da8d4e84
3657
3668
msgid ""
@@ -3711,35 +3722,35 @@ msgstr ""
3711
3722
3712
3723
#: ../../src/topics/yaml-guide.md:13 c38438fbf9a04e729ec2e3c962435289
3713
3724
msgid "You can skip this section if you are already comfortable with YAML."
3714
- msgstr ""
3725
+ msgstr "すでにYAMLに慣れている方は、このセクションを読み飛ばしてもかまいません。 "
3715
3726
3716
3727
#: ../../src/topics/yaml-guide.md:16 fdb9cc750cec43ee962517e637dc5fea
3717
3728
msgid "Contents"
3718
- msgstr ""
3729
+ msgstr "目次 "
3719
3730
3720
3731
#: ../../src/topics/yaml-guide.md:18 08da9cd8056b4ddd8f5150cc85ba72ee
3721
3732
msgid "[Key-Value Pairs](#key-value-pairs)"
3722
- msgstr ""
3733
+ msgstr "[キーバリューペア](#key-value-pairs) "
3723
3734
3724
3735
#: ../../src/topics/yaml-guide.md:19 b027fc234ed943bbb00d4c6bc03c040a
3725
3736
msgid "[Comments](#comments)"
3726
- msgstr ""
3737
+ msgstr "[コメント](#comments) "
3727
3738
3728
3739
#: ../../src/topics/yaml-guide.md:20 b8befec0d8684638aaa616a659e0100c
3729
3740
msgid "[Maps](#maps)"
3730
- msgstr ""
3741
+ msgstr "[マップ](#maps) "
3731
3742
3732
3743
#: ../../src/topics/yaml-guide.md:21 4ea28c6f8faf4cc1a5b29fdcf34c5fdc
3733
3744
msgid "[Arrays](#arrays)"
3734
- msgstr ""
3745
+ msgstr "[配列](#arrays) "
3735
3746
3736
3747
#: ../../src/topics/yaml-guide.md:22 36db4f26b5194e9da5c6a1ed8cb0ad04
3737
3748
msgid "[JSON Style](#json-style)"
3738
- msgstr ""
3749
+ msgstr "[JSON 形式](#json-style) "
3739
3750
3740
3751
#: ../../src/topics/yaml-guide.md:24 98056c5cfd5640ad9de0679360797cc7
3741
3752
msgid "Key-Value Pairs"
3742
- msgstr ""
3753
+ msgstr "キーバリューペア "
3743
3754
3744
3755
#: ../../src/topics/yaml-guide.md:26 cda73485875d4c8e9464679a20558616
3745
3756
msgid ""
@@ -3772,7 +3783,7 @@ msgstr ""
3772
3783
3773
3784
#: ../../src/topics/yaml-guide.md:61 dcdaadc7dfff4ebc9fef0d5d05b34cc1
3774
3785
msgid "Comments"
3775
- msgstr ""
3786
+ msgstr "コメント "
3776
3787
3777
3788
#: ../../src/topics/yaml-guide.md:63 9ca3554d771d45998e88aaede525b227
3778
3789
msgid ""
@@ -3782,14 +3793,17 @@ msgid ""
3782
3793
msgstr ""
3783
3794
3784
3795
#: ../../src/topics/yaml-guide.md:76 3fca839cede94cfd8e4f605c73ba699d
3796
+ #, fuzzy
3785
3797
msgid ""
3786
3798
"If there is anything on the line before the comment, be sure to add at least "
3787
3799
"one space before the `#`!"
3788
- msgstr ""
3800
+ msgstr "同じ行内のコメントの前に何かある場合は、必ず`#` "
3801
+ "の前に少なくとも1つのスペースを追加してください!"
3789
3802
3790
3803
#: ../../src/topics/yaml-guide.md:79 da34c635707345b2a5e85a2fcd30bbaf
3804
+ #, fuzzy
3791
3805
msgid "Maps"
3792
- msgstr ""
3806
+ msgstr "マップ "
3793
3807
3794
3808
#: ../../src/topics/yaml-guide.md:81 3ded0f125249485c921994b6e6b93ac9
3795
3809
msgid ""
0 commit comments