@@ -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-07 01 :01+0000\n "
12
+ "PO-Revision-Date : 2024-03-13 02 :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 "
@@ -989,16 +989,17 @@ msgid "CWL Runner"
989
989
msgstr "CWL Runner"
990
990
991
991
#: ../../src/introduction/prerequisites.md:39 89f0bf6ff8544a6d87114085be8e0bb6
992
- #, fuzzy
993
992
msgid ""
994
993
"The first thing you will need for running CWL workflows is a CWL runner. "
995
994
"`cwltool` is a Python Open Source project maintained by the CWL "
996
995
"community. It is also the CWL reference runner, which means it must "
997
996
"support everything in the current CWL specification, {{ cwl_version }}."
998
997
msgstr ""
999
- "CWL ワークフローを実行するために最初に必要なものは、CWL runnerです。`cwltool` は、CWL "
1000
- "コミュニティによって維持されている Python オープンソース・プロジェクトです。これはCWL reference runner(訳注: "
1001
- "CWLの参照実装)でもあり、現在のCWL仕様{{ cwl_version }}のすべてをサポートしなければならないことを意味します。"
998
+ "CWL ワークフローを実行するために最初に必要なものは、CWL runnerです。`cwltool`"
999
+ " は、CWL コミュニティによって維持されている Python "
1000
+ "オープンソース・プロジェクトです。これはCWL reference runner(訳注: "
1001
+ "CWLの参照実装)でもあり、`cwltool`は現在のCWL仕様{{ cwl_version "
1002
+ "}}のすべてをサポートしなければならないことを意味します。"
1002
1003
1003
1004
#: ../../src/introduction/prerequisites.md:44 068f09d4d66547448693f7b9dadef497
1004
1005
msgid ""
@@ -1009,15 +1010,15 @@ msgstr ""
1009
1010
"`conda` のような仮想環境を使用することを推奨します。"
1010
1011
1011
1012
#: ../../src/introduction/prerequisites.md:48 1edf8b8438334ae29dc406dbfd711228
1012
- #, fuzzy
1013
1013
msgid ""
1014
1014
"Visit the `cwltool` "
1015
1015
"[documentation](https://cwltool.readthedocs.io/en/latest/#install) for "
1016
1016
"details on installing `cwltool`."
1017
1017
msgstr ""
1018
- "`cwltool` を`apt` と`conda` とともにインストールする他の方法については、`cwltool` "
1019
- "[documentation](https://github.com/common-workflow-"
1020
- "language/cwltool#install) を参照してください。"
1018
+ "`cwltool` を`apt` と`conda` "
1019
+ "とともにインストールする他の方法については、`cwltool` "
1020
+ "[ドキュメント](https://github.com/common-workflow-language/cwltool#install) "
1021
+ "を参照してください。"
1021
1022
1022
1023
#: ../../src/introduction/prerequisites.md:52 5e300141ce43435f9437507374987213
1023
1024
msgid "Let's use a simple CWL tool description `true.cwl` with `cwltool`."
@@ -1054,7 +1055,6 @@ msgid "Running `true.cwl` with `cwltool`."
1054
1055
msgstr "`cwltool` を使って `true.cwl` を実行します。"
1055
1056
1056
1057
#: ../../src/introduction/prerequisites.md:78 d2dc809318be49cc996d892e93ad84ac
1057
- #, fuzzy
1058
1058
msgid "Generic ``cwl-runner`` alias"
1059
1059
msgstr "一般的な ``cwl-runner`` エイリアス"
1060
1060
@@ -1074,13 +1074,13 @@ msgstr ""
1074
1074
"は、システム管理者またはユーザーによってインストールされ、好みのCWL実装を指し示す。これは、複数のCWLランナーがある環境では便利です。"
1075
1075
1076
1076
#: ../../src/introduction/prerequisites.md:88 6dd6aa836099469381fb564d63b84f3d
1077
- #, fuzzy
1078
1077
msgid ""
1079
1078
"The CWL community publishes a Python package with the name `cwlref-"
1080
1079
"runner` that installs an alias for `cwltool` under the name `cwl-runner`."
1081
1080
msgstr ""
1082
- "CWLコミュニティは、`cwlref-runner` という名前のPythonパッケージを公開しており、`cwltool` のエイリアスを"
1083
- "`cwl-runner` という名前でインストールします"
1081
+ "CWLコミュニティは、`cwlref-runner` "
1082
+ "という名前のPythonパッケージを公開しており、`cwltool` のエイリアスを`cwl-"
1083
+ "runner` という名前でインストールします"
1084
1084
1085
1085
#: ../../src/introduction/prerequisites.md:91 cc1a9b95508e44a1bf08ae75d990c301
1086
1086
msgid "Installing `cwl-runner` alias for cwltool with `pip`."
@@ -1148,10 +1148,12 @@ msgid ""
1148
1148
" using a hard-coded location, since `/usr/bin/env [executable]` looks for"
1149
1149
" the `[executable]` program in the system `PATH`,"
1150
1150
msgstr ""
1151
- "*shebang* は、スクリプトの冒頭の2文字列`#!` "
1152
- "のことです。スクリプトが実行可能な場合、オペレーティングシステムは、shebangの後に指定された実行可能ファイルを使用してスクリプトを実行します。`/usr/bin/env"
1153
- " <executable>` は` <executable>` プログラムをシステムの`PATH` "
1154
- "で探すので、ハードコードされた場所を使うよりも`/usr/bin/env <executable>` を使うことが良い習慣と考えられています"
1151
+ "*shebang* は、スクリプトの冒頭の2文字列`#!` のことです。スクリプトが実行可能"
1152
+ "な場合、オペレーティングシステムは、shebangの後に指定された実行可能ファイルを"
1153
+ "使用してスクリプトを実行します。`/usr/bin/env <executable>` は` <executable>`"
1154
+ " プログラムを設定されている環境変数`PATH` "
1155
+ "の中で探すので、ハードコードされた場所を使うよりも`/usr/bin/env <executable>`"
1156
+ " を使うことが良い習慣と考えられています"
1155
1157
1156
1158
#: ../../src/introduction/prerequisites.md:148 854736eef2ac4b63b187a4cea9660ae4
1157
1159
msgid "Text Editor"
@@ -1249,12 +1251,14 @@ msgid "Quick Start"
1249
1251
msgstr "クイックスタート"
1250
1252
1251
1253
#: ../../src/introduction/quick-start.md:3 733db5702c774f32b8c91d13f74f3720
1252
- #, fuzzy
1253
1254
msgid ""
1254
1255
"This section will show you a brief overview of what CWL is, and where you"
1255
1256
" can learn more about it. No previous knowledge of CWL is required, but "
1256
1257
"you must be comfortable following instructions for the command-line."
1257
- msgstr "このセクションでは、CWLとは何か、またCWLについてもっと詳しく知ることができる場所について、簡単に紹介します。CWLに関する予備知識は必要ありませんが、コマンドラインを使用することに慣れていると良いです。"
1258
+ msgstr ""
1259
+ "このセクションでは、CWLとは何か、またCWLについてもっと詳しく知ることができる"
1260
+ "場所について、簡単に紹介します。CWLに関する予備知識は必要ありませんが、コマン"
1261
+ "ドラインを使用することに慣れていると良いです。"
1258
1262
1259
1263
#: ../../src/introduction/quick-start.md:7 0b164074dd0849c3b2c8d2f78ea99e95
1260
1264
msgid "“Hello World”"
@@ -1860,15 +1864,14 @@ msgstr "`createfile.cwl`"
1860
1864
1861
1865
#: ../../src/topics/creating-files-at-runtime.md:15
1862
1866
#: 252f8e897b0942a8be098481890005f3
1863
- #, fuzzy
1864
1867
msgid ""
1865
1868
"Any [expressions](../topics/expressions.md) like `$(inputs.message)` are "
1866
1869
"expanded by the CWL engine before creating the file. Here, insert the "
1867
1870
"value at the input `message`."
1868
1871
msgstr ""
1869
- "`$(inputs.message)` のような "
1870
- "[Expressions](../topics/expressions.md)は、ファイルを作成する前にCWLエンジンによって展開されます 。ここでは、入力パラメータ`message` "
1871
- " に値を挿入します。"
1872
+ "`$(inputs.message)` のような [Expressions](../topics/expressions.md)は、ファ "
1873
+ "イルを作成する前にCWL実行エンジンによって展開されます 。ここでは、入力パラメー "
1874
+ "タ`message` に値を挿入します。"
1872
1875
1873
1876
#: ../../src/topics/creating-files-at-runtime.md:20
1874
1877
#: aca24b72687c4d4d84bf9de8b71413f7
@@ -1952,7 +1955,6 @@ msgid "Custom Types"
1952
1955
msgstr "カスタムタイプ"
1953
1956
1954
1957
#: ../../src/topics/custom-types.md:3 e0275ddda8f84207a58d10c17ca99a45
1955
- #, fuzzy
1956
1958
msgid ""
1957
1959
"Sometimes you may want to write your own custom types for use and reuse "
1958
1960
"in CWL descriptions. Use of such custom types can reduce redundancy "
@@ -1962,7 +1964,7 @@ msgid ""
1962
1964
msgstr ""
1963
1965
"CWL定義で使用・再利用するために、独自のカスタム型を書きたい場合があります。こ"
1964
1966
"のようなカスタムタイプを使用することで、同じタイプを使用する複数の記述の間の"
1965
- "冗長性を減らし、また、CWL記述を直接いじらずに 、ツールや分析のカスタマイズや設"
1967
+ "冗長性を減らし、また、CWL定義を直接いじらずに 、ツールや分析のカスタマイズや設"
1966
1968
"定を追加できるようになります。"
1967
1969
1968
1970
#: ../../src/topics/custom-types.md:9 8367e38e5e7c4a298d1d87b9001aaddc
@@ -4561,12 +4563,14 @@ msgid "YAML Guide"
4561
4563
msgstr "YAMLガイド"
4562
4564
4563
4565
#: ../../src/topics/yaml-guide.md:6 705765787eb84ecaae004194225924cb
4564
- #, fuzzy
4565
4566
msgid ""
4566
4567
"[YAML][yaml] is a file format designed to be readable by both computers "
4567
4568
"and humans. This guide introduces the features of YAML that are relevant "
4568
4569
"when writing CWL descriptions and input parameter files."
4569
- msgstr "[YAML][yaml]は、コンピュータと人間の両方が読むことができるように設計されたファイル形式です。本ガイドでは、CWL定義や入力パラメータファイルを書く際に関連するYAMLの機能を紹介します。"
4570
+ msgstr ""
4571
+ "[YAML][yaml]は、コンピュータと人間の両方が読むことができるように設計されたフ"
4572
+ "ァイル形式です。本ガイドでは、CWL定義や入力パラメータファイルを書く際に関連す"
4573
+ "るYAMLの機能を紹介します。"
4570
4574
4571
4575
#: ../../src/topics/yaml-guide.md:13 cb243f6ab11f48ffb5c91945c4e0d101
4572
4576
msgid "You can skip this section if you are already comfortable with YAML."
@@ -4614,20 +4618,19 @@ msgstr ""
4614
4618
"は、CWL仕様で特別な意味を持つ複数語のキー名、それ以外はアンダースコアのキー名として使用します。例えば:"
4615
4619
4616
4620
#: ../../src/topics/yaml-guide.md:42 514365e59d9648deb896e2068d967a64
4617
- #, fuzzy
4618
4621
msgid ""
4619
4622
"The YAML above defines four keys - `first_name`, `last_name`, "
4620
4623
"`age_years`, and `home` - with their four respective values. Values can "
4621
4624
"be character strings, numeric (integer, floating point, or scientific "
4622
4625
"representation), Boolean (`true` or `false`), or more complex nested "
4623
4626
"types (see below)."
4624
4627
msgstr ""
4625
- "上記のYAMLは4つのキー -`first_name`,`last_name`,`age_years`, `home` - "
4626
- "と4つのそれぞれの値を定義しています。値は、文字列、数値(整数、浮動小数点、科学的表現)、ブール値(`true` または`false` "
4628
+ "上記のYAMLは4つのキー -`first_name`,`last_name`,`age_years`, `home` - 及びそ"
4629
+ "れぞれの値を定義しています。値は、文字列、数値(整数、浮動小数点、科学的表現"
4630
+ ")、ブール値(`true` または`false` "
4627
4631
")、またはより複雑な入れ子型(下記参照)にすることができます。"
4628
4632
4629
4633
#: ../../src/topics/yaml-guide.md:51 6939eb7e783744d7bcf75ea0a7cae129
4630
- #, fuzzy
4631
4634
msgid ""
4632
4635
"Values may be wrapped in quotation marks, but be aware that this may "
4633
4636
"change the way that they are interpreted i.e. `\" 1234\" ` will be treated "
@@ -4637,34 +4640,33 @@ msgid ""
4637
4640
"want to specify a fixed numeric value to a command, make sure that you "
4638
4641
"wrap that numeric value in quotes: `baseCommand: [echo, \" 42\" ]`."
4639
4642
msgstr ""
4640
- "値は引用符で括ることができますが、意味が変わってきます。例えば、`\" 1234\" ` は文字列として扱われ、`1234` "
4641
- "は整数値として扱われます。CWLでは、`baseCommand` "
4642
- "のすべての部分が文字列でなければならないので、コマンドに固定した数値を指定する場合は、その数値を引用符で囲むようにしてください:[echo, "
4643
- "\" 42\" ]`."
4643
+ "値は引用符で括ることができますが、意味が変わってきます。例えば、`\" 1234\" ` "
4644
+ "は文字列として扱われ、`1234` は整数値として扱われます。CWLでは、`baseCommand`"
4645
+ " のすべての部分が文字列でなければならないので、コマンドに固定した数値を指定す "
4646
+ "る場合は、その数値を引用符で囲むようにしてください:[echo, \" 42\" ]`."
4644
4647
4645
4648
#: ../../src/topics/yaml-guide.md:61 96e1776b09e840ebbc9b4b7e01da0e43
4646
4649
msgid "Comments"
4647
4650
msgstr "コメント"
4648
4651
4649
4652
#: ../../src/topics/yaml-guide.md:63 8b17f7557c3540b2b0d0beca0fe4ebc7
4650
- #, fuzzy
4651
4653
msgid ""
4652
4654
"You may use `#` to add comments to your CWL and parameter files. Any "
4653
4655
"characters to the right of ` #` will be ignored by the program "
4654
4656
"interpreting the YAML. For example:"
4655
4657
msgstr ""
4656
- "`#` を使って、CWL定義と入力パラメータファイルにコメントを追加することができます。` #` の右側にある文字は、YAML "
4658
+ "`#` を使うと、CWL定義や入力パラメータファイルにコメントを追加することができま"
4659
+ "す。` #` の右側にある文字は、YAML "
4657
4660
"を解釈するプログラムによって無視されます。たとえば、次のようになります:"
4658
4661
4659
4662
#: ../../src/topics/yaml-guide.md:76 13da997c82c04023a4b7bb36b76e969d
4660
- #, fuzzy
4661
4663
msgid ""
4662
4664
"If there is anything on the line before the comment, be sure to add at "
4663
4665
"least one space before the `#`!"
4664
- msgstr "同じ行内のコメントの前に何かある場合は、必ず`#` の前に少なくとも1つのスペースを追加してください!"
4666
+ msgstr "同じ行の中でコメントの前に何かある場合は、必ず`#` "
4667
+ "の前に少なくとも1つのスペースを追加してください!"
4665
4668
4666
4669
#: ../../src/topics/yaml-guide.md:79 b9fc191166a64450b64a8182adabad75
4667
- #, fuzzy
4668
4670
msgid "Maps"
4669
4671
msgstr "マップ"
4670
4672
0 commit comments