@@ -9,8 +9,8 @@ msgstr ""
9
9
"Project-Id-Version : Common Workflow Language User Guide\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
11
"POT-Creation-Date : 2023-12-16 11:48+0100\n "
12
- "PO-Revision-Date : 2024-04-08 08:23 +0000\n "
13
- "
Last-Translator :
Manabu ISHII <[email protected] >\n"
12
+ "PO-Revision-Date : 2024-04-08 08:39 +0000\n "
13
+ "
Last-Translator :
Michael Crusoe <[email protected] >\n"
14
14
"Language-Team : Japanese <https://hosted.weblate.org/projects/commonwl/ "
15
15
"user-guide/ja/>\n "
16
16
"Language : ja\n "
@@ -758,7 +758,7 @@ msgid ""
758
758
" - enables JavaScript in expressions."
759
759
msgstr ""
760
760
"[`InlineJavascriptWorkflow`](https://w3id.org/cwl/Workflow."
761
- "html#InlineJavascriptRequirement) - でJavaScriptを有効にします。"
761
+ "html#InlineJavascriptRequirement) - でJavaScriptを有効にします。"
762
762
763
763
#: ../../src/introduction/basic-concepts.md:142
764
764
#: 6f9854ae1b884ad39f88d2f39d66cb98
@@ -767,7 +767,7 @@ msgid ""
767
767
" - enables nested workflows."
768
768
msgstr ""
769
769
"[`SubworkflowFeatureRequirement`](https://w3id.org/cwl/Workflow."
770
- "html#SubworkflowFeatureRequirement) - ネストしたワークフローを有効にします。"
770
+ "html#SubworkflowFeatureRequirement) - ネストしたワークフローを有効にします。"
771
771
772
772
#: ../../src/introduction/basic-concepts.md:143
773
773
#: 23fef6de073f4da18118e4d0512670fe
@@ -776,7 +776,7 @@ msgid ""
776
776
" - controls staging files in the input directory."
777
777
msgstr ""
778
778
"[`InitialWorkDirRequirement`](https://w3id.org/cwl/Workflow."
779
- "html#InitialWorkDirRequirement) - "
779
+ "html#InitialWorkDirRequirement) - "
780
780
"入力ディレクトリのステージングファイルを制御します。"
781
781
782
782
#: ../../src/introduction/basic-concepts.md:145
@@ -876,8 +876,8 @@ msgid ""
876
876
"The Command Line Tool Description Standard: "
877
877
"<[https://www.commonwl.org/v1.2/CommandLineTool.html](https://w3id.org/cwl/CommandLineTool.html)>"
878
878
msgstr ""
879
- "<[`CommandLineTool`]( https://www.commonwl.org/v1.0 /CommandLineTool."
880
- "html# CommandLineTool)>から"
879
+ "<[https://www.commonwl.org/v1.2 /CommandLineTool.html](https://w3id.org/cwl/ "
880
+ "CommandLineTool.html )>から"
881
881
882
882
#: ../../src/introduction/basic-concepts.md:183
883
883
#: 44af015fa36644b99f07338d241d29c1
@@ -3099,7 +3099,6 @@ msgstr ""
3099
3099
"に変更すると、コマンドラインやジョブ入力ファイルで何も指定されていない場合にデフォルト値を持つようになります。"
3100
3100
3101
3101
#: ../../src/topics/inputs.md:295 b5055c77f85e43609fe3e9b9839778e3
3102
- #, fuzzy
3103
3102
msgid ""
3104
3103
"Here, the boolean “or” operator `||` in JavaScript is used for its "
3105
3104
"_short-circuiting_ property. If `inputs.file_format` is “true” in a "
@@ -3110,11 +3109,11 @@ msgid ""
3110
3109
"reasonable default can be provided there."
3111
3110
msgstr ""
3112
3111
"ここでは、JavaScriptのブール値 \" or\" 、 \" 演算子 `||` は、その_short-"
3113
- "circuiting_プロパティに使用されます。`inputs.file_format`がブール値の \" true "
3114
- "\" である場合(例えば、列挙された有効な空でない文字列)、式の評価は`||`の最初 "
3115
- "のオペランドで停止します 。しかし、`inputs.file_format`が`null`の場合、式全体 "
3116
- "の値は2番目のオペランドの値になります。これにより合理的なデフォルト値を提供し "
3117
- "ます 。"
3112
+ "circuiting_プロパティに使用されます。`inputs.file_format`がブール値の \" true"
3113
+ "\" である場合(例えば、列挙された有効な空でない文字列)、式の評価は "
3114
+ "`||`の最初のオペランドで停止します 。しかし、 `inputs.file_format`が`null`の場 "
3115
+ "合、式全体の値は2番目のオペランドの値になります。これにより合理的なデフォルト "
3116
+ "値を提供します 。"
3118
3117
3119
3118
#: ../../src/topics/metadata-and-authorship.md:1
3120
3119
#: 723c2232310c4276aeac2bd6728d2912
0 commit comments