Skip to content

Commit 545cef8

Browse files
weblatemanabuishii
andauthored
Translated using Weblate (Japanese) (#422)
Currently translated at 31.1% (186 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 3c673b5 commit 545cef8

File tree

1 file changed

+62
-21
lines changed

1 file changed

+62
-21
lines changed

locales/ja/LC_MESSAGES/user_guide.po

Lines changed: 62 additions & 21 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-08-26 23:56+0000\n"
11+
"PO-Revision-Date: 2023-08-29 01:18+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"
@@ -2620,8 +2620,9 @@ msgid "`metadata_example3.cwl`"
26202620
msgstr ""
26212621

26222622
#: ../../src/topics/operations.md:1 8acf361cf77c4d45ba3f2e344146259f
2623+
#, fuzzy
26232624
msgid "Operations"
2624-
msgstr ""
2625+
msgstr "Operations"
26252626

26262627
#: ../../src/topics/operations.md:3 83d3b9a0ed3148fda9ce72cd108cb9e1
26272628
msgid ""
@@ -2635,11 +2636,12 @@ msgstr ""
26352636
msgid ""
26362637
"You can create operations to visualize a workflow during development, before "
26372638
"you are ready to submit the workflow to a CWL runner:"
2638-
msgstr ""
2639+
msgstr "CWLランナーにワークフローを送信する前に、開発中のワークフローを可視化すること"
2640+
"ができます:"
26392641

26402642
#: ../../src/topics/operations.md:10 49cf614893d8438299b3bca384eb40cf
26412643
msgid "`operations.cwl`"
2642-
msgstr ""
2644+
msgstr "`operations.cwl`"
26432645

26442646
#: ../../src/topics/operations.md:16 88160cef4cfa4add9020aa89511a5749
26452647
msgid ""
@@ -2659,11 +2661,12 @@ msgstr ""
26592661
msgid ""
26602662
"If you try running it with `cwltool`, the command will fail since `cwltool` "
26612663
"does not have enough information to know how to execute it:"
2662-
msgstr ""
2664+
msgstr "`cwltool` だけで実行しようとすると、`cwltool` "
2665+
"は実行するのに必要な情報がないため、コマンドは失敗します:"
26632666

26642667
#: ../../src/topics/operations.md:58 98d9b8d867594543890af99e77e24edb
26652668
msgid "`cwltool` does not know how to run operations"
2666-
msgstr ""
2669+
msgstr "`cwltool` は、どうやってoperationsを実行するかを知りません。"
26672670

26682671
#: ../../src/topics/operations.md:66 a25d0b1e13324b40a6b8fcd227948c4f
26692672
msgid ""
@@ -2674,11 +2677,12 @@ msgstr ""
26742677

26752678
#: ../../src/topics/outputs.md:1 da077da5eb8a4ffebfde041fc16300de
26762679
msgid "Outputs"
2677-
msgstr ""
2680+
msgstr "Outputs"
26782681

26792682
#: ../../src/topics/outputs.md:3 1b3016f0462f42deb42ddaa33f28bf3d
2683+
#, fuzzy
26802684
msgid "Returning Output Files"
2681-
msgstr ""
2685+
msgstr "出力ファイルの回収"
26822686

26832687
#: ../../src/topics/outputs.md:5 d661df070e3040869da412d07a71f716
26842688
msgid ""
@@ -2701,11 +2705,11 @@ msgstr ""
27012705
msgid ""
27022706
"The following example demonstrates how to return a file that has been "
27032707
"extracted from a tar file."
2704-
msgstr ""
2708+
msgstr "次の例は、tarファイルから抽出されたファイルを返す方法を示しています。"
27052709

27062710
#: ../../src/topics/outputs.md:19 7e3fa7baf0f549ec89457e7004ac9545
27072711
msgid "Passing mandatory arguments to the `baseCommand`"
2708-
msgstr ""
2712+
msgstr "`baseCommand` に必須引数を渡します。"
27092713

27102714
#: ../../src/topics/outputs.md:21 22447a560f6f4317bf67bd7c4336126c
27112715
msgid ""
@@ -2717,21 +2721,23 @@ msgstr ""
27172721

27182722
#: ../../src/topics/outputs.md:26 f1ee2e00b0cc4112b51c9df3a919b73f
27192723
msgid "`tar.cwl`"
2720-
msgstr ""
2724+
msgstr "`tar.cwl`"
27212725

27222726
#: ../../src/topics/outputs.md:32 ad8e1acb251246d2a47c39b20d4e483a
27232727
msgid "`tar-job.yml`"
2724-
msgstr ""
2728+
msgstr "`tar-job.yml`"
27252729

27262730
#: ../../src/topics/outputs.md:38 dc200c6960ae4476a772645d021f14b8
2731+
#, fuzzy
27272732
msgid "Next, create a tar file for the example."
2728-
msgstr ""
2733+
msgstr "次に、サンプルとなるtarファイルを作成します。"
27292734

27302735
#: ../../src/topics/outputs.md:45 52703d6b7f914097934bfad13663abeb
27312736
msgid ""
27322737
"And now invoke `cwltool` with the tool description and the input object on "
27332738
"the command line:"
2734-
msgstr ""
2739+
msgstr "そして、今度はコマンドラインにツール定義と入力オブジェクトを指定して`cwltool`"
2740+
" を呼び出します:"
27352741

27362742
#: ../../src/topics/outputs.md:51 5e1c79df657d4a6e84e055dd6b300a5d
27372743
msgid ""
@@ -2810,13 +2816,15 @@ msgstr ""
28102816

28112817
#: ../../src/topics/parameter-references.md:19 5c64d938862747cb9fb52515a656ce27
28122818
msgid "`tar-param-job.yml`"
2813-
msgstr ""
2819+
msgstr "`tar-param-job.yml`"
28142820

28152821
#: ../../src/topics/parameter-references.md:25 074cf5d912854d8c864607cc24b15302
2822+
#, fuzzy
28162823
msgid ""
28172824
"Create your input files and invoke `cwltool` with the tool description and "
28182825
"the input object on the command line:"
2819-
msgstr ""
2826+
msgstr "入力ファイル(入力オブジェクト)を作成し、コマンドラインでツール定義と入力オブ"
2827+
"ジェクトを指定して`cwltool` を呼び出します:"
28202828

28212829
#: ../../src/topics/parameter-references.md:36 0290af3e3cbb4b32b0450c8771f3bf95
28222830
msgid ""
@@ -2835,7 +2843,7 @@ msgstr ""
28352843
msgid ""
28362844
"The value of the \"inputs\" variable is the input object provided when the "
28372845
"CWL tool was invoked."
2838-
msgstr ""
2846+
msgstr "変数 \"inputs \"の値は、CWLツールの起動時に提供された入力オブジェクトです。"
28392847

28402848
#: ../../src/topics/parameter-references.md:54 eea20f89c45f424a888178df53713b28
28412849
msgid ""
@@ -2847,96 +2855,129 @@ msgstr ""
28472855

28482856
#: ../../src/topics/parameter-references.md:59 cb4ea13f5db84c0da43df3f7f2478d78
28492857
msgid "Where are parameter references allowed?"
2850-
msgstr ""
2858+
msgstr "パラメータ参照はどこで許されるのですか?"
28512859

28522860
#: ../../src/topics/parameter-references.md:61 6d3fb423e6c4434697cd113fb27e28ad
28532861
msgid "You can only use parameter references in certain fields. These are:"
28542862
msgstr ""
28552863

28562864
#: ../../src/topics/parameter-references.md:63 7647e0229a924f988cf02b7812a55c06
2865+
#, fuzzy
28572866
msgid ""
28582867
"From [`CommandLineTool`](http://www.commonwl.org/v1.0/CommandLineTool."
28592868
"html#CommandLineTool)"
28602869
msgstr ""
2870+
"[`CommandLineTool`](http://www.commonwl.org/v1.0/CommandLineTool."
2871+
"html#CommandLineTool) から"
28612872

28622873
#: ../../src/topics/parameter-references.md:69 9d663249666045618a0d3acddb85a9a9
28632874
msgid ""
28642875
"From [CommandInputParameter](http://www.commonwl.org/v1.0/CommandLineTool."
28652876
"html#CommandInputParameter)"
28662877
msgstr ""
2878+
"[CommandInputParameter](http://www.commonwl.org/v1.0/CommandLineTool."
2879+
"html#CommandInputParameter) から"
28672880

28682881
#: ../../src/topics/parameter-references.md:72 5fed4984f6784347b4cbe0630b1dd2c2
28692882
msgid ""
28702883
"From [`inputBinding`](http://www.commonwl.org/v1.0/CommandLineTool."
28712884
"html#CommandLineBinding)"
28722885
msgstr ""
2886+
"[`inputBinding`](http://www.commonwl.org/v1.0/CommandLineTool."
2887+
"html#CommandLineBinding) から"
28732888

28742889
#: ../../src/topics/parameter-references.md:74 dbf6153cd02542a6a01c172803122b7f
2890+
#, fuzzy
28752891
msgid ""
28762892
"From [CommandOutputParamater](http://www.commonwl.org/v1.0/CommandLineTool."
28772893
"html#CommandOutputParameter)"
28782894
msgstr ""
2895+
"[CommandOutputParamater](http://www.commonwl.org/v1.0/CommandLineTool."
2896+
"html#CommandOutputParameter) から"
28792897

28802898
#: ../../src/topics/parameter-references.md:77 b6250cf6fa8a4a0c94b33302e0decca5
2899+
#, fuzzy
28812900
msgid ""
28822901
"From [CommandOutputBinding](http://www.commonwl.org/v1.0/CommandLineTool."
28832902
"html#CommandOutputBinding)"
28842903
msgstr ""
2904+
"[CommandOutputBinding](http://www.commonwl.org/v1.0/CommandLineTool."
2905+
"html#CommandOutputBinding) から"
28852906

28862907
#: ../../src/topics/parameter-references.md:81 fa6ca3bbc6784380a03a950a6f49a180
2908+
#, fuzzy
28872909
msgid ""
28882910
"From [InputParameter](http://www.commonwl.org/v1.0/Workflow."
28892911
"html#InputParameter) and [WorkflowOutputParameter](http://www.commonwl.org/"
28902912
"v1.0/Workflow.html#WorkflowOutputParameter)"
28912913
msgstr ""
2914+
"[InputParameter](http://www.commonwl.org/v1.0/Workflow.html#InputParameter) "
2915+
"と [WorkflowOutputParameter](http://www.commonwl.org/v1.0/Workflow."
2916+
"html#WorkflowOutputParameter) から"
28922917

28932918
#: ../../src/topics/parameter-references.md:85 b92b516e537a4773ad67b4af586e7a25
28942919
msgid ""
28952920
"From [WorkflowStepInput](http://www.commonwl.org/v1.0/Workflow."
28962921
"html#WorkflowStepInput)"
28972922
msgstr ""
2923+
"[WorkflowStepInput](http://www.commonwl.org/v1.0/Workflow."
2924+
"html#WorkflowStepInput) から"
28982925

28992926
#: ../../src/topics/parameter-references.md:89 467a701228504d06b971b79a59c69064
2927+
#, fuzzy
29002928
msgid ""
29012929
"From [InputParameter](http://www.commonwl.org/v1.0/Workflow."
29022930
"html#InputParameter) and [ExpressionToolOutputParameter](http://www.commonwl."
29032931
"org/v1.0/Workflow.html#ExpressionToolOutputParameter)"
29042932
msgstr ""
2933+
"[InputParameter](http://www.commonwl.org/v1.0/Workflow.html#InputParameter) "
2934+
"と [ExpressionToolOutputParameter](http://www.commonwl.org/v1.0/Workflow."
2935+
"html#ExpressionToolOutputParameter) から"
29052936

29062937
#: ../../src/topics/parameter-references.md:92 2634f989eb304009a8568d70ed42786c
2938+
#, fuzzy
29072939
msgid ""
29082940
"From [`ResourceRequirement`](http://www.commonwl.org/v1.0/CommandLineTool."
29092941
"html#ResourceRequirement)"
29102942
msgstr ""
2943+
"[`ResourceRequirement`](http://www.commonwl.org/v1.0/CommandLineTool."
2944+
"html#ResourceRequirement) から"
29112945

29122946
#: ../../src/topics/parameter-references.md:101
29132947
#: 5d8bed66282c408695292ea92a03b2c4
2948+
#, fuzzy
29142949
msgid ""
29152950
"From [`InitialWorkDirRequirement`](http://www.commonwl.org/v1.0/"
29162951
"CommandLineTool.html#InitialWorkDirRequirement)"
29172952
msgstr ""
2953+
"[`InitialWorkDirRequirement`](http://www.commonwl.org/v1.0/CommandLineTool."
2954+
"html#InitialWorkDirRequirement) から"
29182955

29192956
#: ../../src/topics/parameter-references.md:103
29202957
#: 958178d1fa8843aaa0541e2bb115cfd4
2958+
#, fuzzy
29212959
msgid "in [Dirent](http://www.commonwl.org/v1.0/CommandLineTool.html#Dirent)"
2922-
msgstr ""
2960+
msgstr "[Dirent](http://www.commonwl.org/v1.0/CommandLineTool.html#Dirent) の中に"
29232961

29242962
#: ../../src/topics/parameter-references.md:107
29252963
#: 9a6b311ded8d4e43ae635b1b927dbdf2
2964+
#, fuzzy
29262965
msgid ""
29272966
"From [EnvironmentDef](http://www.commonwl.org/v1.0/CommandLineTool."
29282967
"html#EnvironmentDef)"
29292968
msgstr ""
2969+
"[EnvironmentDef](http://www.commonwl.org/v1.0/CommandLineTool."
2970+
"html#EnvironmentDef) から"
29302971

29312972
#: ../../src/topics/requirements-and-hints.md:5
29322973
#: aac74f957774479a83aab4c6ff1390ae
29332974
msgid "Requirements and Hints"
2934-
msgstr ""
2975+
msgstr "Requirements と Hints"
29352976

29362977
#: ../../src/topics/specifying-software-requirements.md:1
29372978
#: b75d29d1d55d44488338f9689f156855
29382979
msgid "Specifying Software Requirements"
2939-
msgstr ""
2980+
msgstr "ソフトウェア要求事項の指定"
29402981

29412982
#: ../../src/topics/specifying-software-requirements.md:3
29422983
#: 574d93d1d592458a985f259519c036cb

0 commit comments

Comments
 (0)