Skip to content

Commit 480459a

Browse files
weblatemanabuishii
andauthored
Translated using Weblate (Japanese) (#438)
Currently translated at 51.3% (307 of 598 strings) Translated using Weblate (Japanese) Currently translated at 50.6% (303 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 d057fd9 commit 480459a

File tree

1 file changed

+68
-32
lines changed

1 file changed

+68
-32
lines changed

locales/ja/LC_MESSAGES/user_guide.po

Lines changed: 68 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ 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-11-09 05:34+0000\n"
11+
"PO-Revision-Date: 2023-11-18 05:11+0000\n"
1212
"Last-Translator: Manabu ISHII <[email protected]>\n"
13-
"Language-Team: Japanese <https://hosted.weblate.org/projects/commonwl/user-"
14-
"guide/ja/>\n"
13+
"Language-Team: Japanese <https://hosted.weblate.org/projects/commonwl/"
14+
"user-guide/ja/>\n"
1515
"Language: ja\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
1818
"Content-Transfer-Encoding: 8bit\n"
1919
"Plural-Forms: nplurals=1; plural=0;\n"
20-
"X-Generator: Weblate 5.2-dev\n"
20+
"X-Generator: Weblate 5.2\n"
2121

2222
#: ../../LICENSE.md:2 4e203044f0464fd5a3256430391dde12
2323
msgid "Licenses"
@@ -273,15 +273,15 @@ msgid "Connect a Solo Value to an Input that Expects an Array of that Type"
273273
msgstr "ある型の配列を期待する入力に1つの値を与える"
274274

275275
#: ../../src/faq.md:190 d9e30e11533b4d53a144f5df7041268d
276-
#, fuzzy
277276
msgid ""
278277
"Using [`MultipleInputFeatureRequirement`](https://www.commonwl.org/v1.0/"
279278
"Workflow.html#MultipleInputFeatureRequirement) along with [`linkMerge: "
280279
"merge_nested`](https://www.commonwl.org/v1.0/Workflow.html#WorkflowStepInput)"
281280
msgstr ""
282281
"[`MultipleInputFeatureRequirement`](https://www.commonwl.org/v1.0/Workflow."
283-
"html#MultipleInputFeatureRequirement) と [`linkMerge: merge_nested`](https://"
284-
"www.commonwl.org/v1.0/Workflow.html#WorkflowStepInput)を一緒に使います。"
282+
"html#MultipleInputFeatureRequirement) と [`linkMerge: "
283+
"merge_nested`](https://www.commonwl.org/v1.0/Workflow."
284+
"html#WorkflowStepInput)を一緒に使います"
285285

286286
#: ../../src/faq.md:194 941077158ec54ae19bfa2e2ad6662da1
287287
msgid "merge_nested"
@@ -299,10 +299,8 @@ msgstr ""
299299
"アイテムリストでラップされなければなりません。"
300300

301301
#: ../../src/faq.md:199 a1d57e15656548128a76a8b975c564c9
302-
#, fuzzy
303302
msgid "Which means \"create a list with exactly these sources as elements\""
304-
msgstr ""
305-
"つまり、\"まさにこれらのソースを要素とするリストを作成する\" ということです。"
303+
msgstr "つまり、\"まさにこれらのソースを要素とするリストを作成する\" ということです"
306304

307305
#: ../../src/faq.md:201 c8c235a9bf6240628f0b5493ffebf7e0
308306
#, fuzzy
@@ -445,9 +443,8 @@ msgstr "`-` (ハイフン文字、引き算の記号)が原因で発生した問
445443

446444
#: ../../src/faq.md:423 f6c402f7f6974edbbb5582c8e22f3869
447445
msgid "To fix this error, change `-` (hyphen) to `_` (underscore)"
448-
msgstr ""
449-
"このエラーを修正するには、`-` (ハイフン) を`_` (アンダースコア) に変更してく"
450-
"ださい。"
446+
msgstr "このエラーを修正するには、`-` (ハイフン) を`_` (アンダースコア) "
447+
"に変更してください"
451448

452449
#: ../../src/faq.md:436 190099a242a645c9b9f8bc3ce89d920d
453450
msgid ""
@@ -958,12 +955,18 @@ msgid "CWL Runner"
958955
msgstr "CWL Runner"
959956

960957
#: ../../src/introduction/prerequisites.md:41 0f2704bf1f7148be95e999e312899f11
958+
#, fuzzy
961959
msgid ""
962960
"The first thing you will need for running CWL workflows is a CWL runner. "
963961
"`cwltool` is a Python Open Source project maintained by the CWL community. "
964962
"It is also the CWL reference runner, which means it must support everything "
965963
"in the current CWL specification, {{ cwl_version }}."
966964
msgstr ""
965+
"CWL ワークフローを実行するために最初に必要なものは、CWL runnerです。`cwltool`"
966+
" は、CWL コミュニティによって維持されている Python "
967+
"オープンソース・プロジェクトです。これはCWL reference runner(訳注: "
968+
"CWLの参照実装)でもあり、現在のCWL仕様{{ cwl_version "
969+
"}}のすべてをサポートしなければならないことを意味します。"
967970

968971
#: ../../src/introduction/prerequisites.md:46 86264c9e56104ecea9146407c379aae2
969972
msgid ""
@@ -978,9 +981,8 @@ msgstr ""
978981
"`cwltool` をインストールします:"
979982

980983
#: ../../src/introduction/prerequisites.md:51 0a0f0e5151ab4c498b4f8a12c016f28d
981-
#, fuzzy
982984
msgid "Installing `cwltool` with `pip` and `venv`."
983-
msgstr "`pip` と `venv` での `cwltool` のインストール"
985+
msgstr "`pip` と `venv` での `cwltool` のインストール"
984986

985987
#: ../../src/introduction/prerequisites.md:62 f7aaafeee230400da056464c853582c2
986988
#, fuzzy
@@ -1048,8 +1050,9 @@ msgid ""
10481050
"The CWL community publishes a Python package with the name `cwlref-runner` "
10491051
"that installs an alias for `cwltool` under the name `cwl-runner`"
10501052
msgstr ""
1051-
"CWLコミュニティは、`cwlref-runner` という名前のPythonパッケージを公開してお"
1052-
"り、`cwltool` のエイリアスを`cwl-runner` という名前でインストールします。"
1053+
"CWLコミュニティは、`cwlref-runner` "
1054+
"という名前のPythonパッケージを公開しており、`cwltool` のエイリアスを`cwl-"
1055+
"runner` という名前でインストールします"
10531056

10541057
#: ../../src/introduction/prerequisites.md:104 71ebe91d4bda473abe87578929433212
10551058
msgid "Installing `cwl-runner` alias for cwltool with `pip`."
@@ -2081,7 +2084,7 @@ msgstr "次に、`expression.cwl` を実行することができます:"
20812084

20822085
#: ../../src/topics/expressions.md:37 65e0cdd505b944caa40f65e612cdddfc
20832086
msgid "Running `expression.cwl`"
2084-
msgstr "`expression.cwl` を実行する"
2087+
msgstr "`expression.cwl` を実行する"
20852088

20862089
#: ../../src/topics/expressions.md:47 8b70a1ad70514039b97164fa630c12e4
20872090
msgid ""
@@ -2559,7 +2562,7 @@ msgstr "`metadata_example.cwl`"
25592562
#: ../../src/topics/metadata-and-authorship.md:22
25602563
#: f558bcf2a993482195cd418b37761809 fb47f73c38cf4ec59bd3021866a631f8
25612564
msgid "The equivalent of this CWL description in command line format is:"
2562-
msgstr "このCWL定義に相当するものをコマンドライン形式にすると"
2565+
msgstr "このCWL定義に相当するものをコマンドライン形式にすると:"
25632566

25642567
#: ../../src/topics/file-formats.md:32 74b28c1b09c6429b82e462e4ec61808e
25652568
msgid "Sample Parameter Files"
@@ -2715,6 +2718,9 @@ msgid ""
27152718
"\"example_flag\" is \"true\", then `prefix` will be added to the command "
27162719
"line. If false, no flag is added."
27172720
msgstr ""
2721+
"ブール型はフラグとして扱われます。 入力パラメータ \"example_flag \"\"true"
2722+
" \"の場合、コマンドラインに`prefix` が追加されます。 "
2723+
"falseの場合、フラグは付加されません。"
27182724

27192725
#: ../../src/topics/inputs.md:95 a519be60726a44af9941fdce04735353
27202726
msgid ""
@@ -2723,6 +2729,9 @@ msgid ""
27232729
"before the parameter . In the example above, this is rendered as `--example-"
27242730
"string hello`."
27252731
msgstr ""
2732+
"文字列型は、コマンドライン上ではリテラル値として与えられます。 ` prefix` は"
2733+
"オプションです。与えられた場合、コマンドライン上のパラメータの前に別の引数と"
2734+
"して与えられます。 上の例では、`--example-string hello` と与えられます。"
27262735

27272736
#: ../../src/topics/inputs.md:109 cb8fc8c4c79e467eac5fab4ca685201e
27282737
msgid ""
@@ -2820,8 +2829,9 @@ msgid ""
28202829
msgstr ""
28212830

28222831
#: ../../src/topics/inputs.md:191 5d7d7a28cc5d4862803032aec78174d9
2832+
#, fuzzy
28232833
msgid "Inclusive and Exclusive Inputs"
2824-
msgstr ""
2834+
msgstr "包括的入力と排他的入力"
28252835

28262836
#: ../../src/topics/inputs.md:193 dea0d4b681f94e73b13965dcfe75cf7d
28272837
msgid ""
@@ -2877,12 +2887,17 @@ msgid "Exclusive Input Parameters with Expressions"
28772887
msgstr "式で入力パラメータを排他的に指定する"
28782888

28792889
#: ../../src/topics/inputs.md:257 2c3b884cb1c54521900cc90782e8a58d
2890+
#, fuzzy
28802891
msgid ""
28812892
"If you use exclusive input parameters combined with expressions, you need to "
28822893
"be aware that the `inputs` JavaScript object will contain one of the "
28832894
"exclusive input values. This means that you might need to use an **or** "
28842895
"boolean operator to check which values are present."
28852896
msgstr ""
2897+
"排他的入力パラメータを式と組み合わせて使用する場合、`inputs` JavaScript オブ"
2898+
"ジェクトに排他的入力値のいずれかが含まれることを意識する必要があります。つま"
2899+
"り、**or** のブーリアン演算子を使用して、どの値が存在するかをチェックする必要"
2900+
"がある場合があります。"
28862901

28872902
#: ../../src/topics/inputs.md:262 a1073b6306044dffb414319ae01f68bb
28882903
#, fuzzy
@@ -2922,18 +2937,24 @@ msgstr ""
29222937
"ロー実行時に失敗することになります。"
29232938

29242939
#: ../../src/topics/inputs.md:289 e98e165f6bba40809c90473d72f9d592
2940+
#, fuzzy
29252941
msgid ""
29262942
"To correct it, you must remember to use an or operator in your JavaScript "
29272943
"expression when using exclusive parameters, or any parameter that allows "
29282944
"`null`. For example, the expression could be changed to `$(inputs."
29292945
"file_format || 'auto')`, to have a default value if none was provided in the "
29302946
"command line or job input file."
29312947
msgstr ""
2948+
"これを修正するには、排他的パラメータ、または`null` "
2949+
"を許可するパラメータを使用する場合、JavaScript 式で or "
2950+
"演算子を使用することを忘れてはなりません。たとえば、式を`$("
2951+
"inputs.file_format || 'auto')` に変更すると、コマンドラインやジョブ入力ファイ"
2952+
"ルで何も指定されていない場合にデフォルト値を持つようになります。"
29322953

29332954
#: ../../src/topics/metadata-and-authorship.md:1
29342955
#: d33aa2353ad44fb885d3a1ee48263dc4
29352956
msgid "Metadata and Authorship"
2936-
msgstr ""
2957+
msgstr "メタデータと著者"
29372958

29382959
#: ../../src/topics/metadata-and-authorship.md:3
29392960
#: cd64d2d828834cbbb24ea5358caf5405
@@ -2970,13 +2991,18 @@ msgstr ""
29702991

29712992
#: ../../src/topics/metadata-and-authorship.md:30
29722993
#: cb9980db4e5f4c74b01c2dec6d5e92d0
2994+
#, fuzzy
29732995
msgid ""
29742996
"For those that are highly motivated, it is also possible to annotate your "
29752997
"tool with a much larger amount of metadata. This example includes EDAM "
29762998
"ontology tags as keywords (allowing the grouping of related tools), hints at "
29772999
"hardware requirements in order to use the tool, and a few more metadata "
29783000
"fields."
29793001
msgstr ""
3002+
"高いモチベーションを持つ人であれば、ツールにもっと多くのメタデータを付与する"
3003+
"ことも可能です。この例では、EDAMオントロジーのタグをキーワードとして含み(関"
3004+
"連するツールのグループ化が可能)、ツールを使用するために必要なハードウェアの"
3005+
"ヒントや、さらにいくつかのメタデータフィールドがあります。"
29803006

29813007
#: ../../src/topics/metadata-and-authorship.md:35
29823008
#: 2dfbd4d580044ed083992f3ceb1bc64e
@@ -3043,14 +3069,19 @@ msgstr ""
30433069

30443070
#: ../../src/topics/operations.md:58 98d9b8d867594543890af99e77e24edb
30453071
msgid "`cwltool` does not know how to run operations"
3046-
msgstr "`cwltool` は、どうやってoperationsを実行するかを知りません"
3072+
msgstr "`cwltool` は、どうやってoperationsを実行するかを知りません"
30473073

30483074
#: ../../src/topics/operations.md:66 a25d0b1e13324b40a6b8fcd227948c4f
3075+
#, fuzzy
30493076
msgid ""
30503077
"CWL runners may come up with ways to bind operations to concrete steps. A "
30513078
"CWL runner could, for instance, use abstract operations with ID's that "
30523079
"correspond to steps executed by a different workflow engine."
30533080
msgstr ""
3081+
"CWL runnerは、操作を具体的なステップにバインドする方法を思いつくかもしれませ"
3082+
"ん。例えば、CWL runnerは、"
3083+
"異なるワークフローエンジンで実行されるステップに対応するIDを持つ抽象的な "
3084+
"operation を使用することができます。"
30543085

30553086
#: ../../src/topics/outputs.md:1 da077da5eb8a4ffebfde041fc16300de
30563087
msgid "Outputs"
@@ -3099,6 +3130,10 @@ msgid ""
30993130
"_array of strings_. The first element is the command to run, and any "
31003131
"subsequent elements are mandatory command line arguments"
31013132
msgstr ""
3133+
"これまでの例では、`baseCommand` "
3134+
"は単なる文字列で、引数はCWL入力として渡していました。単一の文字列の代わりに、"
3135+
"文字列の配列__ を使用することができます。 最初の要素は実行するコマンドで、そ"
3136+
"れ以降の要素は必須のコマンドライン引数です。"
31023137

31033138
#: ../../src/topics/outputs.md:26 f1ee2e00b0cc4112b51c9df3a919b73f
31043139
msgid "`tar.cwl`"
@@ -3125,18 +3160,22 @@ msgstr ""
31253160
msgid ""
31263161
"The field `outputBinding` describes how to set the value of each output "
31273162
"parameter."
3128-
msgstr ""
3163+
msgstr "`outputBinding` "
3164+
"フィールドには、各出力パラメータの値の設定方法が記述されています。"
31293165

31303166
#: ../../src/topics/outputs.md:62 329d2809dfae4f90bc638f5f03a47ee3
31313167
msgid ""
31323168
"The `glob` field consists of the name of a file in the output directory. If "
31333169
"you don't know name of the file in advance, you can use a wildcard pattern "
31343170
"like `glob: '*.txt'`."
31353171
msgstr ""
3172+
"`glob` フィールドは、出力ディレクトリ内のファイル名で構成されます。ファイル名"
3173+
"が予め分からない場合は、`glob: '*.txt'` "
3174+
"のようにワイルドカードパターンを使用することができます。"
31363175

31373176
#: ../../src/topics/outputs.md:65 96df2d45e42441d49ce193ccbfab78a3
31383177
msgid "Capturing Standard Output"
3139-
msgstr ""
3178+
msgstr "標準出力をキャプチャする"
31403179

31413180
#: ../../src/topics/outputs.md:67 c6bcf7c6a8774dd6be41cc775848c3b8
31423181
#, fuzzy
@@ -3453,9 +3492,8 @@ msgstr ""
34533492
"いくつかは他のCWLランナーにも適用されるかもしれません。"
34543493

34553494
#: ../../src/topics/troubleshooting.md:6 1b6b7a75cc754775bf9dd80c0941e8da
3456-
#, fuzzy
34573495
msgid "Run `cwltool` with `cachedir`"
3458-
msgstr "`cwltool` を`cachedir` で実行する"
3496+
msgstr "`cwltool` を`cachedir` で実行する"
34593497

34603498
#: ../../src/topics/troubleshooting.md:8 9a710602e00c4934ae3a3b471aa68458
34613499
msgid ""
@@ -3702,7 +3740,7 @@ msgstr "`1st-workflow.cwl`"
37023740
#: ../../src/topics/workflows.md:179 ../../src/topics/workflows.md:180
37033741
#: 23af7bd2facf4043b2b1c4373fce15fa 307b6618a92948fca4203ccb497c77e6
37043742
msgid "Visualization of 1st-workflow.cwl"
3705-
msgstr "1st-workflow.cwlの可視化"
3743+
msgstr "1st-workflow.cwlの可視化"
37063744

37073745
#: ../../src/topics/workflows.md:180 a2dd833fdca4443181648e41051a5232
37083746
#, fuzzy
@@ -3984,13 +4022,12 @@ msgid "`scatter-workflow.cwl`"
39844022
msgstr "`scatter-workflow.cwl`"
39854023

39864024
#: ../../src/topics/workflows.md:421 3a67d77a2e7b4c0bb61cc3585ceae942
3987-
#, fuzzy
39884025
msgid ""
39894026
"Aside from the `requirements` section including `ScatterFeatureRequirement`, "
39904027
"what is going on here?"
39914028
msgstr ""
3992-
"`requirements` セクションの`ScatterFeatureRequirement` などを含めて、ここはど"
3993-
"うなっているのでしょうか。"
4029+
"`requirements` セクションの`ScatterFeatureRequirement` "
4030+
"などを含めて、ここはどうなっているのでしょうか?"
39944031

39954032
#: ../../src/topics/workflows.md:429 f1cb55fc59824cc18a95fd6dcb32cf4c
39964033
#, fuzzy
@@ -4371,13 +4408,12 @@ msgid "JSON Style"
43714408
msgstr "JSON形式"
43724409

43734410
#: ../../src/topics/yaml-guide.md:169 87bafb845c714b109874f6137b84462d
4374-
#, fuzzy
43754411
msgid ""
43764412
"YAML is based on [JavaScript Object Notation (JSON)][json]. Maps and arrays "
43774413
"can also be defined in YAML using the native JSON syntax. For example:"
43784414
msgstr ""
43794415
"YAMLは[JavaScript Object Notation (JSON)][json]に基づいています。マップと配列"
4380-
"は、JSON構文を使ってYAMLで定義することもできます。例えば"
4416+
"は、JSON構文を使ってYAMLで定義することもできます。例えば:"
43814417

43824418
#: ../../src/topics/yaml-guide.md:177 5ab9ddf613a540a2b8228e37600cc5dc
43834419
#, fuzzy

0 commit comments

Comments
 (0)