Skip to content

Commit 50f13d2

Browse files
weblatemanabuishii
andauthored
Translated using Weblate (Japanese) (#428)
Currently translated at 44.6% (267 of 598 strings) Translated using Weblate (Japanese) Currently translated at 44.4% (266 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 9d9d162 commit 50f13d2

File tree

1 file changed

+79
-18
lines changed

1 file changed

+79
-18
lines changed

locales/ja/LC_MESSAGES/user_guide.po

Lines changed: 79 additions & 18 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-09-23 04:03+0000\n"
11+
"PO-Revision-Date: 2023-10-08 04:10+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"
@@ -2441,46 +2441,59 @@ msgid "Essential Input Parameters"
24412441
msgstr "必須入力パラメータ"
24422442

24432443
#: ../../src/topics/inputs.md:5 96671c56523c4ea9992fb5dfcfa6490e
2444+
#, fuzzy
24442445
msgid ""
24452446
"The `inputs` of a tool is a list of input parameters that control how to run "
24462447
"the tool. Each parameter has an `id` for the name of parameter, and `type` "
24472448
"describing what types of values are valid for that parameter."
24482449
msgstr ""
2450+
"ツールの`inputs` は、ツールの実行に関わる入力パラメーターのリストです。 "
2451+
"各パラメーターには、パラメーター名を示す`id` "
2452+
"と、そのパラメーターに有効な値の種類を示す`type` があります。"
24492453

24502454
#: ../../src/topics/inputs.md:9 bcc6246742cb46bfb185e415c4a3431a
2455+
#, fuzzy
24512456
msgid ""
24522457
"Available primitive types are *string*, *int*, *long*, *float*, *double*, "
24532458
"and *null*; complex types are *array* and *record*; in addition there are "
24542459
"special types *File*, *Directory* and *Any*."
24552460
msgstr ""
2461+
"利用可能なプリミティブ型は*string*,*int*,*long*,*float*,*double*, *null*; "
2462+
"複合型は*array* and*record*; さらに特殊型*File*,*Directory* ,*Any* "
2463+
"があります。"
24562464

24572465
#: ../../src/topics/inputs.md:13 86dce36de687449c88fb5eb9d64eb045
24582466
msgid ""
24592467
"The following example demonstrates some input parameters with different "
24602468
"types and appearing on the command line in different ways."
2461-
msgstr ""
2469+
msgstr "次の例では、異なる型の入力パラメーターが、異なる方法でコマンドライン上に表示"
2470+
"されることを示します。"
24622471

24632472
#: ../../src/topics/inputs.md:16 cd9cea15f57b492ba4098237cd7c5bed
24642473
msgid "First, create a file called `inp.cwl`, containing the following:"
2465-
msgstr ""
2474+
msgstr "まず、以下の内容を含む`inp.cwl` というファイルを作成します:"
24662475

24672476
#: ../../src/topics/inputs.md:18 8bdb875b63104f699efe28ea0abb1e3d
24682477
msgid "`inp.cwl`"
2469-
msgstr ""
2478+
msgstr "`inp.cwl`"
24702479

24712480
#: ../../src/topics/inputs.md:24 c6a0151a68494c0cb0176781e65e252e
24722481
msgid "Create a file called `inp-job.yml`:"
2473-
msgstr ""
2482+
msgstr "`inp-job.yml` というファイルを作成します:"
24742483

24752484
#: ../../src/topics/inputs.md:26 dc5e6b5e01d64226bd5dbbf3175fe010
24762485
msgid "`inp-job.yml`"
2477-
msgstr ""
2486+
msgstr "`inp-job.yml`"
24782487

24792488
#: ../../src/topics/inputs.md:33 36ab1d9edafc4831bb1bca5f123b04b0
2489+
#, fuzzy
24802490
msgid ""
24812491
"You can use `cwltool` to create a template input object. That saves you from "
24822492
"having to type all the input parameters in a input object file:"
24832493
msgstr ""
2494+
"`cwltool` を使って、テンプレートとなる入力オブジェクトを作成することができま"
2495+
"す。これにより、入力オブジェクトファイルにすべての入力パラメータを入力する手"
2496+
"間を省くことができます:"
24842497

24852498
#: ../../src/topics/inputs.md:40 7dc630ea86464b1dba3a4e5079260b3b
24862499
msgid ""
@@ -2609,10 +2622,12 @@ msgstr "`array-inputs-job.yml`"
26092622
#: ../../src/topics/inputs.md:166 ../../src/topics/outputs.md:82
26102623
#: ../../src/topics/outputs.md:105 588f0f7f967f4d69af27c9729d6d3119
26112624
#: 02adef8ee8204842b5b4a0408f3bac33 9db68837918a4a349f32f15f12697a1d
2625+
#, fuzzy
26122626
msgid ""
26132627
"Now invoke `cwltool` providing the tool description and the input object on "
26142628
"the command line:"
2615-
msgstr ""
2629+
msgstr "ここで、コマンドラインにツール定義と入力オブジェクトを指定し `cwltool` "
2630+
"を起動します:"
26162631

26172632
#: ../../src/topics/inputs.md:178 75d59e395c66416cae9b352db5081516
26182633
msgid ""
@@ -2669,6 +2684,9 @@ msgid ""
26692684
"matching item (`itemC`) is added to the command line and remaining item "
26702685
"(`itemD`) is ignored."
26712686
msgstr ""
2687+
"2番目の例では、`itemC` と`itemD` が排他的であるため、最初に一致した項目 "
2688+
"(`itemC`) のみがコマンドラインに追加され、残りの項目 (`itemD`) "
2689+
"は無視されます。"
26722690

26732691
#: ../../src/topics/inputs.md:236 bc21ee10bff843689cc98ac6630edcea
26742692
msgid "`record-job3.yml`"
@@ -2682,8 +2700,9 @@ msgstr "3番目の例では、`itemD` "
26822700
"のみが提供されているので、コマンドラインに表示されます。"
26832701

26842702
#: ../../src/topics/inputs.md:255 b771302d1bec4050a9417b080eef76c9
2703+
#, fuzzy
26852704
msgid "Exclusive Input Parameters with Expressions"
2686-
msgstr ""
2705+
msgstr "式で入力パラメータを排他的に指定する"
26872706

26882707
#: ../../src/topics/inputs.md:257 2c3b884cb1c54521900cc90782e8a58d
26892708
msgid ""
@@ -2694,30 +2713,41 @@ msgid ""
26942713
msgstr ""
26952714

26962715
#: ../../src/topics/inputs.md:262 a1073b6306044dffb414319ae01f68bb
2716+
#, fuzzy
26972717
msgid ""
26982718
"Let's use an example that contains an exclusive `file_format` input "
26992719
"parameter that accepts `null` (i.e. no value provided), or any value from an "
27002720
"enum."
27012721
msgstr ""
2722+
"`file_format` 入力パラメータに、`null` (つまり、値が提供されていない)、"
2723+
"または enum の任意の値を受け入れる排他的なものを含む例を使ってみましょう。"
27022724

27032725
#: ../../src/topics/inputs.md:265 4a31c733092142b1af834eab1747c224
27042726
msgid "`exclusive-parameter-expressions.cwl`"
2705-
msgstr ""
2727+
msgstr "`exclusive-parameter-expressions.cwl`"
27062728

27072729
#: ../../src/topics/inputs.md:271 9a1d92334685449386dfa3b3a899ed48
2730+
#, fuzzy
27082731
msgid ""
27092732
"Note how the JavaScript expression uses the value of the exclusive input "
27102733
"parameter without taking into consideration a `null` value. If you provide a "
27112734
"valid value, such as “fasta” (one of the values of the enum), your command "
27122735
"should execute successfully:"
27132736
msgstr ""
2737+
"JavaScriptの式では、`null` の値を考慮せずに、排他的入力パラメータの値を使用し"
2738+
"ていることに注意してください。\"fasta\"(enumの値の1つ)のような有効な値を指"
2739+
"定すると、コマンドは正常に実行されるはずです:"
27142740

27152741
#: ../../src/topics/inputs.md:280 fb623af4c480411b8fde28d01c981411
2742+
#, fuzzy
27162743
msgid ""
27172744
"However, if you do not provide any input value, then `file_format` will be "
27182745
"evaluated to a `null` value, which does not match the expected type for the "
27192746
"output field (a `string`), resulting in failure when running your workflow."
27202747
msgstr ""
2748+
"しかし、入力値を提供しない場合、`file_format` は、`null` "
2749+
"の値として評価されます。これは、出力フィールドが期待する型(`string` "
2750+
")と一致しないため、ワークフロー実行時に失敗することになります。"
27212751

27222752
#: ../../src/topics/inputs.md:289 e98e165f6bba40809c90473d72f9d592
27232753
msgid ""
@@ -2779,20 +2809,24 @@ msgstr ""
27792809
#: ../../src/topics/metadata-and-authorship.md:35
27802810
#: 2dfbd4d580044ed083992f3ceb1bc64e
27812811
msgid "`metadata_example3.cwl`"
2782-
msgstr ""
2812+
msgstr "`metadata_example3.cwl`"
27832813

27842814
#: ../../src/topics/operations.md:1 8acf361cf77c4d45ba3f2e344146259f
27852815
#, fuzzy
27862816
msgid "Operations"
27872817
msgstr "Operations"
27882818

27892819
#: ../../src/topics/operations.md:3 83d3b9a0ed3148fda9ce72cd108cb9e1
2820+
#, fuzzy
27902821
msgid ""
27912822
"An Operation is a type of CWL process, just like a workflow, a command-line "
27922823
"tool, or an expression tool. It is a step of a workflow that specifies "
27932824
"inputs and outputs, but it does not provide enough information to be "
27942825
"executed."
27952826
msgstr ""
2827+
"Operationは、Workflow、CommandLineTool、ExpressionToolと同様に、CWL Processの"
2828+
"一種です。Workflowのステップで、入力と出力を指定しますが、実行するのに十分な"
2829+
"情報を提供しません。"
27962830

27972831
#: ../../src/topics/operations.md:7 5565c1b2d8a349169a305a9b26b4574d
27982832
msgid ""
@@ -2806,18 +2840,25 @@ msgid "`operations.cwl`"
28062840
msgstr "`operations.cwl`"
28072841

28082842
#: ../../src/topics/operations.md:16 88160cef4cfa4add9020aa89511a5749
2843+
#, fuzzy
28092844
msgid ""
28102845
"The `uppercase` step of the workflow is an operation. It can be used like a "
28112846
"command line tool or an expression. You can also plot it with the CWL Viewer "
28122847
"or `cwltool`:"
28132848
msgstr ""
2849+
"ワークフローの`uppercase` ステップは Operation "
2850+
"です。CommandLineToolやExpressionToolのように使用することができます。また、"
2851+
"CWL Viewerや`cwltool` を使ってプロットすることもできます:"
28142852

28152853
#: ../../src/topics/operations.md:24 2f73a786b5d94dc0b23ed0cdd185afc8
28162854
msgid ""
28172855
"The output of the command above can be rendered with a Graphviz renderer. "
28182856
"The following image is rendered with the Sphinx Graphviz directive (this "
28192857
"user guide is built with Sphinx):"
28202858
msgstr ""
2859+
"上記のコマンドの出力は、Graphvizレンダラーでレンダリングすることができます。"
2860+
"以下の画像は、SphinxのGraphvizディレクティブでレンダリングしたものです(この"
2861+
"ユーザーガイドはSphinxで構築されています):"
28212862

28222863
#: ../../src/topics/operations.md:55 730ba1434a1445ae847ec6153b6a3b72
28232864
msgid ""
@@ -2847,12 +2888,17 @@ msgid "Returning Output Files"
28472888
msgstr "出力ファイルの回収"
28482889

28492890
#: ../../src/topics/outputs.md:5 d661df070e3040869da412d07a71f716
2891+
#, fuzzy
28502892
msgid ""
28512893
"The `outputs` of a tool is a list of output parameters that should be "
28522894
"returned after running the tool. Each parameter has an `id` for the name of "
28532895
"parameter, and `type` describing what types of values are valid for that "
28542896
"parameter."
28552897
msgstr ""
2898+
"ツールの`outputs` "
2899+
"は、ツールの実行後に返されるべき出力パラメータのリストです。 "
2900+
"各パラメーターには、パラメーター名を示す`id` "
2901+
"と、そのパラメーターに有効な値の型を示す`type` があります。"
28562902

28572903
#: ../../src/topics/outputs.md:10 a11585474d3849cca5467512ed964743
28582904
msgid ""
@@ -2919,33 +2965,39 @@ msgid "Capturing Standard Output"
29192965
msgstr ""
29202966

29212967
#: ../../src/topics/outputs.md:67 c6bcf7c6a8774dd6be41cc775848c3b8
2968+
#, fuzzy
29222969
msgid ""
29232970
"To capture a tool's standard output stream, add the `stdout` field with the "
29242971
"name of the file where the output stream should go. Then add `type: stdout` "
29252972
"on the corresponding output parameter."
29262973
msgstr ""
2974+
"ツールの標準出力をキャプチャするには、`stdout` "
2975+
"フィールドに、標準出力を保存したいファイル名を追加します。 "
2976+
"次に、対応する出力パラメータに`type: stdout` を追加します。"
29272977

29282978
#: ../../src/topics/outputs.md:71 9d86c03ab44841c785b924cc44727e31
2979+
#, fuzzy
29292980
msgid "`stdout.cwl`"
2930-
msgstr ""
2981+
msgstr "`stdout.cwl`"
29312982

29322983
#: ../../src/topics/outputs.md:89 2fb58c2feaa84970bb5274c49f4b5b64
29332984
msgid "Array Outputs"
2934-
msgstr ""
2985+
msgstr "出力の配列"
29352986

29362987
#: ../../src/topics/outputs.md:91 9647019d8c37466886e7aab6f176634d
29372988
msgid ""
29382989
"You can also capture multiple output files into an array of files using "
29392990
"`glob`."
2940-
msgstr ""
2991+
msgstr "また、`glob` を使って、複数の出力ファイルを配列に取り込むことができます。"
29412992

29422993
#: ../../src/topics/outputs.md:93 b9eaf21f5e014eefaae301c47dafd144
2994+
#, fuzzy
29432995
msgid "`array-outputs.cwl`"
2944-
msgstr ""
2996+
msgstr "`array-outputs.cwl`"
29452997

29462998
#: ../../src/topics/outputs.md:99 cffff6c43b4945daa3b2a49763bc50ae
29472999
msgid "`array-outputs-job.yml`"
2948-
msgstr ""
3000+
msgstr "`array-outputs-job.yml`"
29493001

29503002
#: ../../src/topics/outputs.md:112 cc067051f22f433bbece08f60933e002
29513003
msgid ""
@@ -2957,7 +3009,7 @@ msgstr ""
29573009

29583010
#: ../../src/topics/parameter-references.md:1 a190a6440ec34898990cdac05d809f22
29593011
msgid "Parameter References"
2960-
msgstr ""
3012+
msgstr "パラメータリファレンス"
29613013

29623014
#: ../../src/topics/parameter-references.md:3 dbfe2c1123144316aa026374b0f353d3
29633015
msgid ""
@@ -2974,7 +3026,7 @@ msgstr ""
29743026

29753027
#: ../../src/topics/parameter-references.md:13 280f1a07d0ae41d7a4674504f832fcf0
29763028
msgid "`tar-param.cwl`"
2977-
msgstr ""
3029+
msgstr "`tar-param.cwl`"
29783030

29793031
#: ../../src/topics/parameter-references.md:19 5c64d938862747cb9fb52515a656ce27
29803032
msgid "`tar-param-job.yml`"
@@ -2989,17 +3041,23 @@ msgstr "入力ファイル(入力オブジェクト)を作成し、コマンド
29893041
"ジェクトを指定して`cwltool` を呼び出します:"
29903042

29913043
#: ../../src/topics/parameter-references.md:36 0290af3e3cbb4b32b0450c8771f3bf95
3044+
#, fuzzy
29923045
msgid ""
29933046
"Certain fields permit parameter references which are enclosed in `$(...)`. "
29943047
"These are evaluated and replaced with value being referenced."
2995-
msgstr ""
3048+
msgstr "`$(...)` で囲まれたパラメータ参照を許可するフィールドもあります。これらは評価"
3049+
"され、参照されている値に置き換えられます。"
29963050

29973051
#: ../../src/topics/parameter-references.md:47 b54240bb94f746bba7511633aa969db0
3052+
#, fuzzy
29983053
msgid ""
29993054
"References are written using a subset of Javascript syntax. In this "
30003055
"example, `$(inputs.extractfile)`, `$(inputs[\"extractfile\"])`, and `"
30013056
"$(inputs['extractfile'])` are equivalent."
30023057
msgstr ""
3058+
"パラメータリファレンスは、Javascriptの構文のサブセットを使用して記述します。"
3059+
" この例では、`$(inputs.extractfile)` 、`$(inputs[\"extractfile\"])` "
3060+
"、`$(inputs['extractfile'])` は同等です。"
30033061

30043062
#: ../../src/topics/parameter-references.md:51 8b70a072aa87414c88e89a3e19af0a51
30053063
msgid ""
@@ -3211,6 +3269,9 @@ msgid ""
32113269
"executing CWL. We focus on `cwltool` here but some of these techniques may "
32123270
"apply to other CWL Runners."
32133271
msgstr ""
3272+
"このセクションでは、CWLの実行に問題がある場合にトラブルシューティングを行う方"
3273+
"法を説明します。ここでは、`cwltool` に焦点を当てますが、これらのテクニックの"
3274+
"いくつかは他のCWLランナーにも適用されるかもしれません。"
32143275

32153276
#: ../../src/topics/troubleshooting.md:6 1b6b7a75cc754775bf9dd80c0941e8da
32163277
msgid "Run `cwltool` with `cachedir`"

0 commit comments

Comments
 (0)