@@ -9,7 +9,7 @@ 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-03-20 01:01+0000\n "
12
+ "PO-Revision-Date : 2024-04-06 01:01+0000\n "
13
13
"Last-Translator : Manabu ISHII <manabu.ishii.rb@gmail.com>\n "
14
14
"Language-Team : Japanese <https://hosted.weblate.org/projects/commonwl/ "
15
15
"user-guide/ja/>\n "
@@ -795,15 +795,15 @@ msgstr ""
795
795
796
796
#: ../../src/introduction/basic-concepts.md:151
797
797
#: b6a5cd431c324078a9a4e1513a14ee28
798
- #, fuzzy
799
798
msgid ""
800
799
"Hints are similar to requirements, but while requirements list features "
801
800
"that are required, hints list optional features. Requirements are "
802
801
"explained in detail in the [Requirements](../topics/requirements-and-"
803
802
"hints.md) section."
804
803
msgstr ""
805
- "Hintsはrequirementsと似ていますが、requirementsが必須の機能を列挙するのに対し、hintsはオプションの機能を列挙します。requirementsについては、[requirements](../topics"
806
- "/requirements-and-hints.md) セクションで詳しく説明しています。"
804
+ "HintsはRequirementsと似ていますが、Requirementsが必須機能を列挙するのに対し、"
805
+ "Hintsはオプションの機能を列挙します。Requirementsについては、[Requirements](."
806
+ "./topics/requirements-and-hints.md) セクションで詳しく説明しています。"
807
807
808
808
#: ../../src/introduction/basic-concepts.md:155
809
809
#: 88d7bad84dd341d2abb33673b8b8f250
@@ -826,14 +826,14 @@ msgstr ""
826
826
827
827
#: ../../src/introduction/basic-concepts.md:167
828
828
#: 4ea1d3bf04dc42f0bc6735a45b9e0dc0
829
- #, fuzzy
830
829
msgid ""
831
830
"CWL has roots in \" make\" and many similar tools that determine order of "
832
831
"execution, based on dependencies between tasks. However, unlike \" make\" ,"
833
832
" CWL tasks are isolated, and you must be explicit about your inputs and "
834
833
"outputs."
835
834
msgstr ""
836
- "CWLのルーツは、タスク間の依存関係に基づき、実行順序を決定する \" make\" や多くの類似ツールにあります。しかし、\" make\" "
835
+ "CWLのルーツは、タスク間の依存関係に基づき、実行順序を決定する \" make\" "
836
+ "や多くの類似ツールにあります。しかし、\" make\" "
837
837
"とは異なり、CWLのタスクは分離されており、入力と出力を明示する必要があります。"
838
838
839
839
#: ../../src/introduction/basic-concepts.md:171
@@ -911,12 +911,14 @@ msgid "Introduction"
911
911
msgstr "はじめに"
912
912
913
913
#: ../../src/introduction/index.md:3 08db628a949b4513b824ee334e70a7df
914
- #, fuzzy
915
914
msgid ""
916
915
"This section will guide you through a short introduction to CWL, the "
917
916
"prerequisites for following this user guide, and some basic concepts that"
918
917
" are useful to know before reading the rest of the user guide."
919
- msgstr "このセクションでは、CWLの簡単な紹介、このユーザーガイドに従うための前提条件、そしてユーザーガイドの他の部分を読む前に知っておくと便利な基本概念について案内します。"
918
+ msgstr ""
919
+ "このセクションでは、CWLの簡単な紹介、このユーザーガイドに従うための前提条件、"
920
+ "そしてユーザーガイドの他の部分を読む前に知っておくと便利な基本概念について案"
921
+ "内します。"
920
922
921
923
#: ../../src/introduction/prerequisites.md:1 d3f5749a76c14fdf8052f5f683d11b9e
922
924
msgid "Prerequisites"
@@ -1285,15 +1287,14 @@ msgid "`hello_world.cwl`"
1285
1287
msgstr "`hello_world.cwl`"
1286
1288
1287
1289
#: ../../src/introduction/quick-start.md:22 6a13fb9112ab41acb60dc65b3656f63e
1288
- #, fuzzy
1289
1290
msgid ""
1290
1291
"The example above is just a wrapper for the `echo` command-line tool. "
1291
1292
"Running the workflow above with the default input values will produce the"
1292
1293
" same result as the command-line `echo \" Hello World\" `."
1293
1294
msgstr ""
1294
- "上記の例は、`echo` "
1295
- "のコマンドラインツールのラッパーに過ぎません。デフォルトの入力値で上記のワークフローを実行すると 、コマンドラインと同じ結果が得られます`echo "
1296
- "\" Hello World\" `."
1295
+ "上記の例は、`echo` のCommandLineToolのラッパーに過ぎません。デフォルトの入力 "
1296
+ "値で上記のワークフローを実行すると 、コマンドラインと同じ結果が得られます`"
1297
+ "echo \" Hello World\" `."
1297
1298
1298
1299
#: ../../src/introduction/quick-start.md:27 7b2ae93353184faea0ae4f4acdfc3350
1299
1300
#, fuzzy
@@ -1716,12 +1717,10 @@ msgstr ""
1716
1717
"しないオプションでツールの定義を複雑にし過ぎないようにしましょう。"
1717
1718
1718
1719
#: ../../src/topics/best-practices.md:73 ef5a5f9b253c4ca3916802a695fb7c6d
1719
- #, fuzzy
1720
1720
msgid ""
1721
1721
"Custom types should be defined with one external YAML per type definition"
1722
1722
" for re-use."
1723
- msgstr "カスタム型は、再利用のため、タイプ定義ごとに1つの外部YAMLで定義した方が良いで"
1724
- "す。"
1723
+ msgstr "カスタム型は、型定義ごとに1つの外部YAMLで定義すると再利用しやすくなります。"
1725
1724
1726
1725
#: ../../src/topics/best-practices.md:76 ff59f40e84004523904e3094be07cc80
1727
1726
msgid "Include a top-level short `label` summarising the tool/workflow."
@@ -2565,27 +2564,24 @@ msgid ""
2565
2564
msgstr "`capitalizeWords` 関数を外部ファイル`custom-functions.js` に移動し、CWL 定義でインポートしてみましょう:"
2566
2565
2567
2566
#: ../../src/topics/expressions.md:158 71ac99c65d15451cbbf58d1e81934010
2568
- #, fuzzy
2569
2567
msgid "`custom-functions.js`"
2570
2568
msgstr "`custom-functions.js`"
2571
2569
2572
2570
#: ../../src/topics/expressions.md:164 60918e53189243d3872e61c7a4de20fc
2573
- #, fuzzy
2574
2571
msgid "`hello-world-expressionlib-external.cwl`"
2575
2572
msgstr "`hello-world-expressionlib-external.cwl`"
2576
2573
2577
2574
#: ../../src/topics/expressions.md:171 ad2a74bd983b47869dc78b2eb7b6fce1
2578
- #, fuzzy
2579
2575
msgid ""
2580
2576
"The `custom-functions.js` file is included in the CWL document with the "
2581
2577
"`$include: custom-functions.js` statement. That makes the functions and "
2582
2578
"variables available to be used in other parts of the CWL document."
2583
2579
msgstr ""
2584
- "`custom-functions.js` ファイルは、`$include: custom-functions.js` "
2585
- "という記述でCWL定義に含まれます。これにより、関数と変数がCWL定義の他の部分で使用できるようになります。"
2580
+ "`custom-functions.js` ファイルは、`$include: custom-functions.js` という記述"
2581
+ "でCWL定義に含まれます。これにより、関数と変数がCWL定義の他の部分で使用できる"
2582
+ "ようになります。"
2586
2583
2587
2584
#: ../../src/topics/expressions.md:175 82c02dd2446b4de9a4c4b87736107b30
2588
- #, fuzzy
2589
2585
msgid "Running `hello-world-expressionlib-external.cwl`."
2590
2586
msgstr "`hello-world-expressionlib-external.cwl`実行しています。"
2591
2587
@@ -2610,18 +2606,17 @@ msgid "Running `hello-world-expressionlib.cwl`."
2610
2606
msgstr "`hello-world-expressionlib.cwl`を実行する。"
2611
2607
2612
2608
#: ../../src/topics/expressions.md:200 8b797cfb232f4e5da51f6c21e9a8e7e3
2613
- #, fuzzy
2614
2609
msgid ""
2615
2610
"The `$include` statement can be used to include a file from the local "
2616
2611
"disk or from a remote location. It works with both relative and absolute "
2617
2612
"paths. Read the [text about "
2618
2613
"`$include`](https://www.commonwl.org/v1.0/SchemaSalad.html#Include) from "
2619
2614
"the CWL specification to learn more about it."
2620
2615
msgstr ""
2621
- "`$include` "
2622
- "ステートメントを使用すると、ローカルディスクまたはリモートロケーションからファイルをインクルードすることができます。相対パスと絶対パスの両方で動作します。CWL仕様の[text "
2623
- " "
2624
- "about`$include`](https://www.commonwl.org/v1.0/ SchemaSalad.html#Include)を読むと、より詳しく知ることができます。"
2616
+ "`$include` ステートメントを使用すると、ローカルディスクまたはリモートロケーシ "
2617
+ "ョンからファイルをインクルードすることができます。相対パスと絶対パスの両方で "
2618
+ "動作します。CWL仕様の[`$include`について](https://www.commonwl.org/v1.0/ "
2619
+ "SchemaSalad.html#Include)を読むと、より詳しく知ることができます。"
2625
2620
2626
2621
#: ../../src/topics/file-formats.md:1 ac906f26116c45d882e1afa42ae38e34
2627
2622
msgid "File Formats"
@@ -2662,11 +2657,11 @@ msgid ""
2662
2657
msgstr "次のチュートリアルで、`$namespaces` と`$schemas` の部分をより詳しく説明しますので、今は気にしないでください。"
2663
2658
2664
2659
#: ../../src/topics/file-formats.md:17 c04841dbf4be4cf8a22cceca8b08bd14
2665
- #, fuzzy
2666
2660
msgid ""
2667
2661
"Note that for added value `cwltool` can do some basic reasoning based on "
2668
2662
"file formats and warn you if there seem to be some obvious mismatches."
2669
- msgstr "なお、さらなる利点として`cwltool` は、ファイル形式に基づく基本的な推論を行い、明らかな不一致があるようであれば警告を発します。"
2663
+ msgstr "なお、さらなる利点として`cwltool` は、ファイル形式に基づく基本的な推論を行い"
2664
+ "、明らかな不一致があるようであれば警告を発します。"
2670
2665
2671
2666
#: ../../src/topics/file-formats.md:20 c5f6f6e4c23e4bf19dee69acb8ebed8e
2672
2667
msgid "`metadata_example.cwl`"
@@ -4059,39 +4054,37 @@ msgid "What's going on here? Let's break it down:"
4059
4054
msgstr "どうなっているのでしょう? 分解してみましょう:"
4060
4055
4061
4056
#: ../../src/topics/workflows.md:212 6428bd7bd3be4393bfe5675f8e45ff94
4062
- #, fuzzy
4063
4057
msgid ""
4064
4058
"The `cwlVersion` field indicates the version of the CWL spec used by the "
4065
4059
"document. The `class` field indicates this document describes a "
4066
4060
"workflow."
4067
4061
msgstr ""
4068
- "`cwlVersion` フィールドは、この文書が使用するCWL仕様のバージョンを示します。 ` class` "
4069
- "フィールドは、この文書がワークフローを記述していることを示します。"
4062
+ "`cwlVersion` フィールドは、この文書が使用するCWL仕様のバージョンを示します。"
4063
+ " ` class` フィールドは、この文書がワークフローを記述していることを示します。"
4070
4064
4071
4065
#: ../../src/topics/workflows.md:221 d6abec8805f649fca668292412263f78
4072
- #, fuzzy
4073
4066
msgid ""
4074
4067
"The `inputs` section describes the inputs of the workflow. This is a "
4075
4068
"list of input parameters where each parameter consists of an identifier "
4076
4069
"and a data type. These parameters can be used as sources for input to "
4077
4070
"specific workflows steps."
4078
4071
msgstr ""
4079
- "`inputs` セクションでは、ワークフローの入力について記述します。 "
4080
- "これは入力パラメータのリストであり 、各パラメータは識別子とデータ型から構成されます。 "
4081
- "これらのパラメータは 、特定のワークフロー・ステップへの入力ソースとして使用できます 。"
4072
+ "`inputs` セクションでは、ワークフローの入力について記述します。 これは入力パ "
4073
+ "ラメータのリストであり 、各パラメータは識別子とデータ型から構成されます。 こ "
4074
+ "れらのパラメータは 、特定のワークフロー・ステップへの入力として使用できます 。"
4082
4075
4083
4076
#: ../../src/topics/workflows.md:233 22bf3e4910ef4f86a2e8f6d5a6cf0d42
4084
- #, fuzzy
4085
4077
msgid ""
4086
4078
"The `outputs` section describes the outputs of the workflow. This is a "
4087
4079
"list of output parameters where each parameter consists of an identifier "
4088
4080
"and a data type. The `outputSource` connects the output parameter "
4089
4081
"`classfile` of the `compile` step to the workflow output parameter "
4090
4082
"`compiled_class`."
4091
4083
msgstr ""
4092
- "`outputs` セクションでは、ワークフローの出力について記述します。 "
4093
- "これは出力パラメータのリストであり、各パラメータは識別子とデータ型から構成されます。 ` outputSource` は、`compile` "
4094
- "ステップの出力パラメータ`classfile` を、ワークフロー出力パラメータ`compiled_class` に接続します。"
4084
+ "`outputs` セクションでは、ワークフローの出力について記述します。 これは出力"
4085
+ "パラメータのリストであり、各パラメータは識別子とデータ型から構成されます。 `"
4086
+ " outputSource` は、`compile` ステップの出力パラメータ`classfile` "
4087
+ "を、ワークフロー出力パラメータ`compiled_class` とします。"
4095
4088
4096
4089
#: ../../src/topics/workflows.md:248 e0429688fce445da8083e69323e5b020
4097
4090
#, fuzzy
@@ -4301,26 +4294,31 @@ msgstr ""
4301
4294
"定義の中に埋め込んだことにお気づきでしょうか。これは一般的にベストプラクティスではありません。なぜなら、そのツールを再利用できないからです。このケースでそれを行う理由は、コマンドラインに、このワークフロー定義内でしか意味をなさないファイル名がハードコーディングされているためです。"
4302
4295
4303
4296
#: ../../src/topics/workflows.md:389 afe43b9e92e949a589f493293eff2903
4304
- #, fuzzy
4305
4297
msgid ""
4306
4298
"In this example we had to prepare a tar file outside, but only because "
4307
4299
"our inner workflow was designed to take that as an input. A better "
4308
4300
"refactoring of the inner workflow would be to take a list of Java files "
4309
4301
"to compile, which would simplify its usage as a tool step in other "
4310
4302
"workflows."
4311
- msgstr "この例では、外部にtarファイルを用意する必要がありましたが、これは内部のワークフローがそれを入力として受け取るように設計されているためです。内部ワークフローのリファクタリングとしては、コンパイルするJavaファイルのリストを受け取るようにすれば、他のワークフローにおけるツールステップとしての使い方が簡単になります。"
4303
+ msgstr ""
4304
+ "この例では、外部にtarファイルを用意する必要がありました。これは内部ワークフロ"
4305
+ "ーがそれを入力として受け取るように設計されているためです。内部ワークフローの"
4306
+ "リファクタリングとしては、コンパイルするjavaファイルのリストを受け取るように"
4307
+ "すれば、他のワークフローにおいてもツールステップとしての使い方が簡単になりま"
4308
+ "す。"
4312
4309
4313
4310
#: ../../src/topics/workflows.md:394 239eef3a740d42a69208a8f4e716d2b3
4314
- #, fuzzy
4315
4311
msgid ""
4316
4312
"Nested workflows can be a powerful feature to generate higher-level "
4317
4313
"functional and reusable workflow units - but just like for creating a CWL"
4318
4314
" Tool description, care must be taken to improve its usability in "
4319
4315
"multiple workflows."
4320
- msgstr "ネストされたワークフローは、より高機能で再利用可能なワークフローユニットを生成する強力な機能ですが、CWLツール定義の作成と同様に、複数のワークフローでの使い勝手を向上させるための配慮が必要です。"
4316
+ msgstr ""
4317
+ "ネストされたワークフローは、より高機能で再利用可能なワークフローユニットを生"
4318
+ "成する強力な機能ですが、CWLツール定義の作成と同様に、複数のワークフローでの使"
4319
+ "い勝手を向上させるための配慮が必要です。"
4321
4320
4322
4321
#: ../../src/topics/workflows.md:398 96d1ca78cc324f40b61c4b7330447db2
4323
- #, fuzzy
4324
4322
msgid "Scattering Steps"
4325
4323
msgstr "Scatter ステップ"
4326
4324
@@ -4499,11 +4497,11 @@ msgid "`scatter-nested-workflow.cwl`"
4499
4497
msgstr "`scatter-nested-workflow.cwl`"
4500
4498
4501
4499
#: ../../src/topics/workflows.md:519 508ef2240879445594b0f262ed11a01d
4502
- #, fuzzy
4503
4500
msgid ""
4504
4501
"Now the scatter acts on a single step, but that step consists of two "
4505
4502
"steps so each step is performed in parallel."
4506
- msgstr "今、scatter は1つのステップに作用しますが、そのステップは2つのステップで構成されているので、各ステップは並行して実行されます。"
4503
+ msgstr "今、scatter は1つのステップに作用しますが、そのステップは2つのステップで構成"
4504
+ "されているので、各ステップは並行して実行されます。"
4507
4505
4508
4506
#: ../../src/topics/workflows.md:522 b0bf01dad1234a1db3c87b10953e42ef
4509
4507
msgid "Conditional Workflows"
@@ -4543,33 +4541,31 @@ msgstr ""
4543
4541
" は、条件の検証が行われる場所です。この場合、ワークフローから`in1` に値`< 1` が含まれるときのみ、このステップが実行されます。"
4544
4542
4545
4543
#: ../../src/topics/workflows.md:587 b33ecd2b8af042feb08687e32d4b6bbf
4546
- #, fuzzy
4547
4544
msgid ""
4548
4545
"Using the following command `cwltool cond-wf-003.1.cwl --val 0` the value"
4549
4546
" will pass the first conditional step and will therefore be executed and "
4550
4547
"is shown in the log by `INFO [step step1] start` whereas the second step "
4551
4548
"is skipped as indicated by `INFO [step step2] will be skipped`."
4552
4549
msgstr ""
4553
- "次のコマンドを実行します。 `cwltool cond-wf-003.1.cwl --val 0` "
4554
- "この値は最初の条件ステップを通過するため実行され 、ログには`INFO [step step1] start` "
4555
- "で示されています。一方、2番目のステップは`INFO [step step2] will be skipped` で示されているようにスキップされ "
4556
- " ます。"
4550
+ "次のコマンド `cwltool cond-wf-003.1.cwl --val 0` を実行します。この値(val)は最 "
4551
+ "初の条件ステップを通過するため実行され 、ログには`INFO [step step1] start` "
4552
+ "で示されています。一方、2番目のステップは`INFO [step step2] will be skipped` "
4553
+ "で示されているようにスキップされ ます。"
4557
4554
4558
4555
#: ../../src/topics/workflows.md:607 7cd80b31a94543358ece7a2d413adce9
4559
- #, fuzzy
4560
4556
msgid ""
4561
4557
"When a value of 3 is given the first conditional step will not be "
4562
4558
"executed but the second step will `cwltool cond-wf-003.1.cwl --val 3`."
4563
4559
msgstr ""
4564
- "値3が与えられた場合、最初の条件ステップは実行されませんが、2番目の条件ステップは実行されます `cwltool cond-wf-003.1.cwl"
4565
- " --val 3` ."
4560
+ "`cwltool cond-wf-003.1.cwl --val 3`のように値(val)として3が与えられた場合、最 "
4561
+ "初の条件ステップは実行されませんが、2番目の条件ステップは実行されます ."
4566
4562
4567
4563
#: ../../src/topics/workflows.md:627 9679e32f65e0482a8b083387e4a18c1f
4568
- #, fuzzy
4569
4564
msgid ""
4570
4565
"If no conditions are met for example when using `--val 2` the workflow "
4571
4566
"will raise a permanentFail."
4572
- msgstr "`--val 2` を使用した場合など、条件を満たさない場合は、ワークフローはpermanentFailを発生させ、失敗となります。"
4567
+ msgstr "`--val 2` を使用した場合など、条件を満たさない場合は、ワークフローはpermanent"
4568
+ "Failを発生させ、失敗となります。"
4573
4569
4574
4570
#: ../../src/topics/yaml-guide.md:1 4fa76441f95d45fab76ab7eef8d7d4d2
4575
4571
msgid "YAML Guide"
0 commit comments