Skip to content

Commit 25b91f0

Browse files
authored
Merge pull request #466 from weblate/weblate-commonwl-user-guide
Translations update from Hosted Weblate
2 parents 87cfa32 + 060ace8 commit 25b91f0

File tree

1 file changed

+63
-54
lines changed

1 file changed

+63
-54
lines changed

locales/ja/LC_MESSAGES/user_guide.po

Lines changed: 63 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgstr ""
99
"Project-Id-Version: Common Workflow Language User Guide\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2023-12-16 11:48+0100\n"
12-
"PO-Revision-Date: 2024-04-06 01:01+0000\n"
12+
"PO-Revision-Date: 2024-04-09 09:01+0000\n"
1313
"Last-Translator: Manabu ISHII <manabu.ishii.rb@gmail.com>\n"
1414
"Language-Team: Japanese <https://hosted.weblate.org/projects/commonwl/"
1515
"user-guide/ja/>\n"
@@ -758,7 +758,7 @@ msgid ""
758758
" - enables JavaScript in expressions."
759759
msgstr ""
760760
"[`InlineJavascriptWorkflow`](https://w3id.org/cwl/Workflow."
761-
"html#InlineJavascriptRequirement) - でJavaScriptを有効にします。"
761+
"html#InlineJavascriptRequirement) - でJavaScriptを有効にします。"
762762

763763
#: ../../src/introduction/basic-concepts.md:142
764764
#: 6f9854ae1b884ad39f88d2f39d66cb98
@@ -767,7 +767,7 @@ msgid ""
767767
" - enables nested workflows."
768768
msgstr ""
769769
"[`SubworkflowFeatureRequirement`](https://w3id.org/cwl/Workflow."
770-
"html#SubworkflowFeatureRequirement) - ネストしたワークフローを有効にします。"
770+
"html#SubworkflowFeatureRequirement) - ネストしたワークフローを有効にします。"
771771

772772
#: ../../src/introduction/basic-concepts.md:143
773773
#: 23fef6de073f4da18118e4d0512670fe
@@ -776,7 +776,7 @@ msgid ""
776776
" - controls staging files in the input directory."
777777
msgstr ""
778778
"[`InitialWorkDirRequirement`](https://w3id.org/cwl/Workflow."
779-
"html#InitialWorkDirRequirement) - "
779+
"html#InitialWorkDirRequirement) - "
780780
"入力ディレクトリのステージングファイルを制御します。"
781781

782782
#: ../../src/introduction/basic-concepts.md:145
@@ -838,13 +838,14 @@ msgstr ""
838838

839839
#: ../../src/introduction/basic-concepts.md:171
840840
#: c0f53138bf084939a54b0a576b44199f
841-
#, fuzzy
842841
msgid ""
843842
"The benefit of explicitness and isolation are flexibility, portability, "
844843
"and scalability; tools and workflows described with CWL can transparently"
845844
" leverage technologies such as Docker and be used with CWL "
846845
"implementations from different vendors."
847-
msgstr "CWLで定義されたツールやワークフローは、Dockerなどの技術を透過的に活用し、異なるベンダーのCWL実装と組み合わせて使用することができるためです。"
846+
msgstr ""
847+
"CWLで定義されたツールやワークフローは、Dockerなどの技術を透過的に活用し、異な"
848+
"るベンダーのCWL実装と組み合わせて使用することができるためです。"
848849

849850
#: ../../src/introduction/basic-concepts.md:176
850851
#: 91d6eb4984a6410ba99616b6617ba9af
@@ -872,11 +873,12 @@ msgstr "CWLサイト内の「CWL仕様」ページ:<https://www.commonwl.org/s
872873

873874
#: ../../src/introduction/basic-concepts.md:182
874875
#: a5b37924c7d04ab984ff2542847afc4a
875-
#, fuzzy
876876
msgid ""
877877
"The Command Line Tool Description Standard: "
878878
"<[https://www.commonwl.org/v1.2/CommandLineTool.html](https://w3id.org/cwl/CommandLineTool.html)>"
879-
msgstr "[`CommandLineTool`](https://www.commonwl.org/v1.0/CommandLineTool.html#CommandLineTool)から"
879+
msgstr ""
880+
"<[https://www.commonwl.org/v1.2/CommandLineTool.html](https://w3id.org/cwl/"
881+
"CommandLineTool.html)>から"
880882

881883
#: ../../src/introduction/basic-concepts.md:183
882884
#: 44af015fa36644b99f07338d241d29c1
@@ -1148,7 +1150,6 @@ msgid "Running `true_shebang.cwl` with a shebang."
11481150
msgstr "`true_shebang.cwl` をシェバングで実行する。"
11491151

11501152
#: ../../src/introduction/prerequisites.md:141 11fea992c00940d29eb29ccf4b9370e9
1151-
#, fuzzy
11521153
msgid ""
11531154
"The *shebang* is the two-character sequence `#!` at the beginning of a "
11541155
"script. When the script is executable, the operating system will execute "
@@ -1157,10 +1158,10 @@ msgid ""
11571158
" using a hard-coded location, since `/usr/bin/env [executable]` looks for"
11581159
" the `[executable]` program in the system `PATH`,"
11591160
msgstr ""
1160-
"*shebang* は、スクリプトの冒頭の2文字列`#!` のことです。スクリプトが実行可能"
1161-
"な場合、オペレーティングシステムは、shebangの後に指定された実行可能ファイルを"
1162-
"使用してスクリプトを実行します。`/usr/bin/env <executable>` は` <executable>`"
1163-
" プログラムを設定されている環境変数`PATH` "
1161+
"*shebang* (訳注:発音、シバン、シェバン)は、スクリプトの冒頭の2文字列`#!` "
1162+
"ことです。スクリプトが実行可能な場合、オペレーティングシステムは、shebangの後"
1163+
"に指定された実行可能ファイルを使用してスクリプトを実行します。`/usr/bin/env "
1164+
"<executable>` は` <executable>` プログラムを設定されている環境変数`PATH` "
11641165
"の中で探すので、ハードコードされた場所を使うよりも`/usr/bin/env <executable>`"
11651166
" を使うことが良い習慣と考えられています"
11661167

@@ -1297,14 +1298,14 @@ msgstr ""
12971298
"echo \"Hello World\"`."
12981299

12991300
#: ../../src/introduction/quick-start.md:27 7b2ae93353184faea0ae4f4acdfc3350
1300-
#, fuzzy
13011301
msgid ""
13021302
"In CWL, there is a distinction between a command-line tool and a "
13031303
"workflow. But for the sake of simplicity, we are using the term "
13041304
"“workflow” here. You will learn more about this in the [basic concepts"
13051305
"](basic-concepts.md) section."
13061306
msgstr ""
1307-
"CWLでは、CommandLineToolとWorkflowは区別されています。しかし、ここでは簡略化のため、「ワークフロー」という用語を使用しています。これについては、[基本概念"
1307+
"CWLでは、CommandLineToolとWorkflowは区別されています。しかし、ここでは簡略化"
1308+
"のため、「ワークフロー」という用語を使用しています。これについては、[基本概念"
13081309
"](basic-concepts.md)のセクションで詳しく説明します。"
13091310

13101311
#: ../../src/introduction/quick-start.md:32 1ed30b04073d47a9893774746479fb5d
@@ -1346,7 +1347,7 @@ msgid ""
13461347
"[OPTIONS] [CWL_DOCUMENT] [INPUTS_OBJECT]`. You can run the "
13471348
"`hello_world.cwl` workflow without specifying any option:"
13481349
msgstr ""
1349-
"基本的に `cwltool` の使い方は、`cwltool [OPTIONS] [cwl_document] "
1350+
"基本的に `cwltool` の使い方は、`cwltool [OPTIONS] [CWL_DOCUMENT] "
13501351
"[INPUTS_OBJECT]`です。`hello_world.cwl` "
13511352
"Workflowは、オプションを指定せずに実行することができます:"
13521353

@@ -1590,7 +1591,6 @@ msgstr ""
15901591
"[Apache 2.0][apache-license]です。"
15911592

15921593
#: ../../src/topics/best-practices.md:20 384eb620dc31468e8c3f5f33a3436200
1593-
#, fuzzy
15941594
msgid ""
15951595
"If possible, the license should be specified with its corresponding [SPDX"
15961596
" identifier][spdx]. Construct the metadata field for the license by "
@@ -1639,8 +1639,8 @@ msgid ""
16391639
"In tool descriptions, list dependencies using short name(s) under "
16401640
"[`SoftwareRequirement`](https://w3id.org/cwl/CommandLineTool.html#SoftwareRequirement)."
16411641
msgstr ""
1642-
"ツール定義では、[`SoftwareRequirement`] (https://w3id.org/cwl/CommandLineTool"
1643-
".html#SoftwareRequirement)."
1642+
"ツール定義では、[`SoftwareRequirement`](https://w3id.org/cwl/CommandLineTool."
1643+
"html#SoftwareRequirement)."
16441644
"の下に、短い名前を使用して依存関係をリストアップします。"
16451645

16461646
#: ../../src/topics/best-practices.md:47 6c9eaae099fa4ca4b0986b1c4146df50
@@ -1669,9 +1669,9 @@ msgid ""
16691669
"known to work with this description under "
16701670
"[`SoftwareRequirement`](https://w3id.org/cwl/CommandLineTool.html#SoftwareRequirement)."
16711671
msgstr ""
1672-
"ツール定義では、[`SoftwareRequirement`] (https://w3id.org/cwl/CommandLineTool"
1673-
".html#SoftwareRequirement)の下に、このツール定義で動作することが確認されてい"
1674-
"るツールのバージョンのリストを書きます。"
1672+
"ツール定義では、[`SoftwareRequirement`](https://w3id.org/cwl/CommandLineTool."
1673+
"html#SoftwareRequirement)の下に、このツール定義で動作することが確認されている"
1674+
"ツールのバージョンのリストを書きます。"
16751675

16761676
#: ../../src/topics/best-practices.md:58 88806cb0462f4359801c1fa0ff0ebcc0
16771677
#, fuzzy
@@ -1712,9 +1712,10 @@ msgid ""
17121712
"(sub)command is capable of more. Don't overcomplicate your tool "
17131713
"descriptions with options that you don't need or use."
17141714
msgstr ""
1715-
"各`CommandLineTool` の定義は、たとえ(サブ)コマンドがそれ以上の機能を備えて"
1716-
"いたとしても、一つの使用方法のみに焦点を当てるべきです。必要ないまたは、使用"
1717-
"しないオプションでツールの定義を複雑にし過ぎないようにしましょう。"
1715+
"各[`CommandLineTool`](https://w3id.org/cwl/CommandLineTool."
1716+
"html#CommandLineTool) の定義は、たとえ(サブ)コマンドがそれ以上の機能を備え"
1717+
"ていたとしても、一つの使用方法のみに焦点を当てるべきです。必要ないまたは、使"
1718+
"用しないオプションでツールの定義を複雑にし過ぎないようにしましょう。"
17181719

17191720
#: ../../src/topics/best-practices.md:73 ef5a5f9b253c4ca3916802a695fb7c6d
17201721
msgid ""
@@ -1781,16 +1782,16 @@ msgid "Command Line Tool"
17811782
msgstr "コマンドラインツール"
17821783

17831784
#: ../../src/topics/command-line-tool.md:3 cf0f1c00c0b34c94a8e2460a700c303e
1784-
#, fuzzy
17851785
msgid ""
17861786
"A command-line tool is a type of Process object that can be run by itself"
17871787
" or as a Workflow step. It is a wrapper for a command like `ls`, `echo`, "
17881788
"`tar`, etc. The command-line tool is defined in the `baseCommand` "
17891789
"attribute of the command-line tool CWL document."
17901790
msgstr ""
1791-
"コマンドラインツールは、Processオブジェクトの一種であり、それ自体またはワークフローのステップとし "
1792-
"て実行することができます。`ls`,`echo`,`tar` "
1793-
"などのコマンドのラッパーです。コマンドラインツールは、コマンドラインツールCWL文書の`baseCommand` 属性で定義されています。"
1791+
"CommandLineToolは、Processオブジェクトの一種であり、それ自体またはワークフロ"
1792+
"ーのステップとして実行することができます。`ls`,`echo`,`tar` などの実行したい"
1793+
"コマンドのラッパーです。実行したいコマンドは、CommandLineToolについてのCWL定"
1794+
"義の`baseCommand` 属性で定義されています。"
17941795

17951796
#: ../../src/topics/command-line-tool.md:8 7a180ba1f2d746a78b79be7e899cbad6
17961797
msgid ""
@@ -1810,19 +1811,20 @@ msgid "`echo.cwl`"
18101811
msgstr "`echo.cwl`"
18111812

18121813
#: ../../src/topics/command-line-tool.md:57 e3a06ebe51b64b0183673a8acc04969f
1813-
#, fuzzy
18141814
msgid ""
18151815
"The example above uses a simplified form to define inputs and outputs. "
18161816
"You will learn more about in the [Inputs](../topics/inputs.md) and in the"
18171817
" [Outputs](../topics/outputs.md) sections."
1818-
msgstr "上記の例では、簡略化した形で入力と出力を定義しています。[Inputs](../topics/inputs.md)と[Outputs](../topics/outputs.md)のセクションで、より詳しく説明する予定です。"
1818+
msgstr ""
1819+
"上記の例では、簡略化した形で入力と出力を定義しています。[Inputs](../topics/"
1820+
"inputs.md)と[Outputs](../topics/outputs."
1821+
"md)のセクションで、より詳しく説明する予定です。"
18191822

18201823
#: ../../src/topics/command-line-tool.md:68 2bab464d19d14562a6501373aff13905
18211824
msgid "Network Access"
18221825
msgstr "ネットワークアクセス"
18231826

18241827
#: ../../src/topics/command-line-tool.md:69 201712f3ceee4d4ea56ab96d3fef97b0
1825-
#, fuzzy
18261828
msgid ""
18271829
"This indicates whether a process requires outgoing IPv4/IPv6 network "
18281830
"access. Starting with CWL v1.1, programs are not granted network access "
@@ -1839,11 +1841,13 @@ msgstr ""
18391841
msgid ""
18401842
"CWL v1.0 command-line tools that are upgraded to v1.1 or v1.2 or v1.2 "
18411843
"will have `networkAccess: true` set automatically."
1842-
msgstr "CWL v1.0のコマンドラインツールをv1.1またはv1.2にアップグレードすると、自動的にネットワークアクセスを取得します。"
1844+
msgstr ""
1845+
"CWL v1.0のコマンドラインツールをv1.1またはv1."
1846+
"2にアップグレードすると、自動的に`networkAccess: "
1847+
"true`が追加されネットワークアクセスを取得します。"
18431848

18441849
#: ../../src/topics/creating-files-at-runtime.md:1
18451850
#: 17c5b4ee43cc4a979676ad27e473d046
1846-
#, fuzzy
18471851
msgid "Creating Files at Runtime"
18481852
msgstr "実行時にファイルを作成する"
18491853

@@ -2108,7 +2112,7 @@ msgid ""
21082112
msgstr ""
21092113
"CommandLinetToolと同様に、`inputs` と`outputs` "
21102114
"が必要です。しかし、`baseCommand` の代わりに、[`expression`](https://w3id."
2111-
"org/cwl/CommandLineTool.html#Expressions_(Optional)) 属性を必要とします。"
2115+
"org/cwl/CommandLineTool.html#Expressions_(Optional)) 属性を必要とします。"
21122116

21132117
#: ../../src/topics/expression-tool.md:17 f172488c19a94d688036197117d30b38
21142118
msgid "CWL expression tool."
@@ -2136,15 +2140,16 @@ msgid "Expressions"
21362140
msgstr "Expressions"
21372141

21382142
#: ../../src/topics/expressions.md:3 24d05cbbab8e460e99f2edc97ab0dcec
2139-
#, fuzzy
21402143
msgid ""
21412144
"If you need to manipulate input parameters, include the requirement "
21422145
"[`InlineJavascriptRequirement`](https://w3id.org/cwl/CommandLineTool.html#InlineJavascriptRequirement)"
21432146
" and then anywhere a parameter reference is legal you can provide a "
21442147
"fragment of Javascript that will be evaluated by the CWL runner."
21452148
msgstr ""
2146-
"入力パラメータを操作する必要がある場合は、`InlineJavascriptRequirement` "
2147-
"を含めると、パラメータ参照が合法な場所であれば、CWL runnerによって評価されるJavascriptを使用できます。"
2149+
"入力パラメータを操作する必要がある場合は、[`InlineJavascriptRequirement`](htt"
2150+
"ps://w3id.org/cwl/CommandLineTool.html#InlineJavascriptRequirement) "
2151+
"を含めると、パラメータ参照が合法な場所であれば、CWL "
2152+
"runnerによって評価されるJavascriptを使用できます。"
21482153

21492154
#: ../../src/topics/expressions.md:9 3d48d1a8f7f74bc1886e41653cb53a22
21502155
#, fuzzy
@@ -2497,15 +2502,16 @@ msgid "Using External Libraries and Inline JavaScript Code with `expressionLib`"
24972502
msgstr "`expressionLib` による外部ライブラリの利用とインラインJavaScriptコードの利用"
24982503

24992504
#: ../../src/topics/expressions.md:118 ea6cbaa5dae647538c0bd9a4d5cad3f9
2500-
#, fuzzy
25012505
msgid ""
25022506
"The requirement "
25032507
"[`InlineJavascriptRequirement`](https://w3id.org/cwl/CommandLineTool.html#InlineJavascriptRequirement)"
25042508
" supports an `expressionLib` attribute that allows users to load external"
25052509
" JavaScript files, or to provide inline JavaScript code."
25062510
msgstr ""
2507-
"`InlineJavascriptRequirement` は、`expressionLib` 属性をサポートし、ユーザーが外部 "
2508-
"JavaScript ファイルを読み込んだり、インライン JavaScript コードを提供したりできるようにします。"
2511+
"[`InlineJavascriptRequirement`](https://w3id.org/cwl/CommandLineTool."
2512+
"html#InlineJavascriptRequirement)は、`expressionLib` 属性をサポートし、"
2513+
"ユーザーが外部 JavaScript ファイルを読み込んだり、インライン JavaScript "
2514+
"コードを提供したりできるようにします。"
25092515

25102516
#: ../../src/topics/expressions.md:122 484dc17440524cfda4dc486a7c5d5f63
25112517
msgid ""
@@ -2623,7 +2629,6 @@ msgid "File Formats"
26232629
msgstr "ファイルフォーマット"
26242630

26252631
#: ../../src/topics/file-formats.md:3 d99dab4f2f264c68b839b59b80d570e0
2626-
#, fuzzy
26272632
msgid ""
26282633
"Tools and workflows can take "
26292634
"[`File`](https://w3id.org/cwl/CommandLineTool.html#File) types as input "
@@ -2632,8 +2637,12 @@ msgid ""
26322637
"helps document for others how to use your tool while allowing you to do "
26332638
"some simple type-checking when creating parameter files."
26342639
msgstr ""
2635-
"ToolsやWorkflowsは、`File` 型を入力として受け取り、出力として生成することができます。また、`File` "
2636-
"タイプのフォーマットを示すことをお勧めします。これにより、ツールの使用方法を他の人に示すことができ、また、パラメータファイルを作成する際に簡単な型チェックを行うことができるようになります。"
2640+
"ToolsやWorkflowsは、[`File`](https://w3id.org/cwl/CommandLineTool.html#File) "
2641+
"型を入力として受け取り、出力として生成することができます。また、[`File`](http"
2642+
"s://w3id.org/cwl/CommandLineTool.html#File) タイプのフォーマットを示すことを"
2643+
"お勧めします。これにより、ツールの使用方法を他の人に示すことができ、また、パ"
2644+
"ラメータファイルを作成する際に簡単な型チェックを行うことができるようになりま"
2645+
"す。"
26372646

26382647
#: ../../src/topics/file-formats.md:8 23ba3dd26f5543119e2c152105b58e98
26392648
msgid ""
@@ -3091,7 +3100,6 @@ msgstr ""
30913100
"に変更すると、コマンドラインやジョブ入力ファイルで何も指定されていない場合にデフォルト値を持つようになります。"
30923101

30933102
#: ../../src/topics/inputs.md:295 b5055c77f85e43609fe3e9b9839778e3
3094-
#, fuzzy
30953103
msgid ""
30963104
"Here, the boolean “or” operator `||` in JavaScript is used for its "
30973105
"_short-circuiting_ property. If `inputs.file_format` is “true” in a "
@@ -3102,11 +3110,11 @@ msgid ""
31023110
"reasonable default can be provided there."
31033111
msgstr ""
31043112
"ここでは、JavaScriptのブール値 \"or\"\"演算子 `||` は、その_short-"
3105-
"circuiting_プロパティに使用されます。`inputs.file_format`がブール値の \"true "
3106-
"\"である場合(例えば、列挙された有効な空でない文字列)、式の評価は`||`の最初"
3107-
"のオペランドで停止します。しかし、`inputs.file_format`が`null`の場合、式全体"
3108-
"の値は2番目のオペランドの値になります。これにより合理的なデフォルト値を提供し"
3109-
"ます。"
3113+
"circuiting_プロパティに使用されます。`inputs.file_format`がブール値の \"true"
3114+
"\"である場合(例えば、列挙された有効な空でない文字列)、式の評価は "
3115+
"`||`の最初のオペランドで停止します。しかし、 `inputs.file_format`が`null`の場"
3116+
"合、式全体の値は2番目のオペランドの値になります。これにより合理的なデフォルト"
3117+
"値を提供します。"
31103118

31113119
#: ../../src/topics/metadata-and-authorship.md:1
31123120
#: 723c2232310c4276aeac2bd6728d2912
@@ -3294,7 +3302,7 @@ msgid ""
32943302
msgstr ""
32953303
"これまでの例では、`baseCommand` "
32963304
"は単なる文字列で、引数はCWL入力として渡していました。単一の文字列の代わりに、"
3297-
"_文字列の配列_ を使用することができます。 配列の最初の要素は実行するコマンド"
3305+
"_文字列の配列_ を使用することができます。 配列の最初の要素は実行するコマンド"
32983306
"で、それ以降の要素は必須のコマンドライン引数です"
32993307

33003308
#: ../../src/topics/outputs.md:28 9b65071222c94951bed12ac53e964ee3
@@ -3854,16 +3862,17 @@ msgid "`docker-job.yml`"
38543862
msgstr "`docker-job.yml`"
38553863

38563864
#: ../../src/topics/using-containers.md:33 d766b66de4714a5da0cd87ed886cc32f
3857-
#, fuzzy
38583865
msgid ""
38593866
"Before we run this, let's just break it down and see what some bits do. "
38603867
"Most of this has been explained in previous sections, the only part that "
38613868
"is really new is the "
38623869
"[`dockerRequirement`](https://w3id.org/cwl/CommandLineTool.html#DockerRequirement)"
38633870
" section."
38643871
msgstr ""
3865-
"これを実行する前に、これを分解して、いくつか細かく何をするのかを見てみましょう。 "
3866-
"この大部分は以前のセクションで説明したもので、本当に新しいのは`dockerRequirement` の部分だけです。"
3872+
"これを実行する前に、これを分解して、いくつか細かく何をするのかを見てみましょ"
3873+
"う。 この大部分は以前のセクションで説明したもので、本当に新しいのは[`dockerR"
3874+
"equirement`](https://w3id.org/cwl/CommandLineTool.html#DockerRequirement) "
3875+
"の部分だけです。"
38673876

38683877
#: ../../src/topics/using-containers.md:44 1f02618ab6254459ae71f72844e3cc18
38693878
#, fuzzy

0 commit comments

Comments
 (0)