@@ -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-03-07 01 :01+0000\n "
12+ "PO-Revision-Date : 2024-03-13 02 :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 "
@@ -989,16 +989,17 @@ msgid "CWL Runner"
989989msgstr "CWL Runner"
990990
991991#: ../../src/introduction/prerequisites.md:39 89f0bf6ff8544a6d87114085be8e0bb6
992- #, fuzzy
993992msgid ""
994993"The first thing you will need for running CWL workflows is a CWL runner. "
995994"`cwltool` is a Python Open Source project maintained by the CWL "
996995"community. It is also the CWL reference runner, which means it must "
997996"support everything in the current CWL specification, {{ cwl_version }}."
998997msgstr ""
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+ "}}のすべてをサポートしなければならないことを意味します。"
10021003
10031004#: ../../src/introduction/prerequisites.md:44 068f09d4d66547448693f7b9dadef497
10041005msgid ""
@@ -1009,15 +1010,15 @@ msgstr ""
10091010"`conda` のような仮想環境を使用することを推奨します。"
10101011
10111012#: ../../src/introduction/prerequisites.md:48 1edf8b8438334ae29dc406dbfd711228
1012- #, fuzzy
10131013msgid ""
10141014"Visit the `cwltool` "
10151015"[documentation](https://cwltool.readthedocs.io/en/latest/#install) for "
10161016"details on installing `cwltool`."
10171017msgstr ""
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+ "を参照してください。"
10211022
10221023#: ../../src/introduction/prerequisites.md:52 5e300141ce43435f9437507374987213
10231024msgid "Let's use a simple CWL tool description `true.cwl` with `cwltool`."
@@ -1054,7 +1055,6 @@ msgid "Running `true.cwl` with `cwltool`."
10541055msgstr "`cwltool` を使って `true.cwl` を実行します。"
10551056
10561057#: ../../src/introduction/prerequisites.md:78 d2dc809318be49cc996d892e93ad84ac
1057- #, fuzzy
10581058msgid "Generic ``cwl-runner`` alias"
10591059msgstr "一般的な ``cwl-runner`` エイリアス"
10601060
@@ -1074,13 +1074,13 @@ msgstr ""
10741074"は、システム管理者またはユーザーによってインストールされ、好みのCWL実装を指し示す。これは、複数のCWLランナーがある環境では便利です。"
10751075
10761076#: ../../src/introduction/prerequisites.md:88 6dd6aa836099469381fb564d63b84f3d
1077- #, fuzzy
10781077msgid ""
10791078"The CWL community publishes a Python package with the name `cwlref-"
10801079"runner` that installs an alias for `cwltool` under the name `cwl-runner`."
10811080msgstr ""
1082- "CWLコミュニティは、`cwlref-runner` という名前のPythonパッケージを公開しており、`cwltool` のエイリアスを"
1083- "`cwl-runner` という名前でインストールします"
1081+ "CWLコミュニティは、`cwlref-runner` "
1082+ "という名前のPythonパッケージを公開しており、`cwltool` のエイリアスを`cwl-"
1083+ "runner` という名前でインストールします"
10841084
10851085#: ../../src/introduction/prerequisites.md:91 cc1a9b95508e44a1bf08ae75d990c301
10861086msgid "Installing `cwl-runner` alias for cwltool with `pip`."
@@ -1148,10 +1148,12 @@ msgid ""
11481148" using a hard-coded location, since `/usr/bin/env [executable]` looks for"
11491149" the `[executable]` program in the system `PATH`,"
11501150msgstr ""
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+ " を使うことが良い習慣と考えられています"
11551157
11561158#: ../../src/introduction/prerequisites.md:148 854736eef2ac4b63b187a4cea9660ae4
11571159msgid "Text Editor"
@@ -1249,12 +1251,14 @@ msgid "Quick Start"
12491251msgstr "クイックスタート"
12501252
12511253#: ../../src/introduction/quick-start.md:3 733db5702c774f32b8c91d13f74f3720
1252- #, fuzzy
12531254msgid ""
12541255"This section will show you a brief overview of what CWL is, and where you"
12551256" can learn more about it. No previous knowledge of CWL is required, but "
12561257"you must be comfortable following instructions for the command-line."
1257- msgstr "このセクションでは、CWLとは何か、またCWLについてもっと詳しく知ることができる場所について、簡単に紹介します。CWLに関する予備知識は必要ありませんが、コマンドラインを使用することに慣れていると良いです。"
1258+ msgstr ""
1259+ "このセクションでは、CWLとは何か、またCWLについてもっと詳しく知ることができる"
1260+ "場所について、簡単に紹介します。CWLに関する予備知識は必要ありませんが、コマン"
1261+ "ドラインを使用することに慣れていると良いです。"
12581262
12591263#: ../../src/introduction/quick-start.md:7 0b164074dd0849c3b2c8d2f78ea99e95
12601264msgid "“Hello World”"
@@ -1860,15 +1864,14 @@ msgstr "`createfile.cwl`"
18601864
18611865#: ../../src/topics/creating-files-at-runtime.md:15
18621866#: 252f8e897b0942a8be098481890005f3
1863- #, fuzzy
18641867msgid ""
18651868"Any [expressions](../topics/expressions.md) like `$(inputs.message)` are "
18661869"expanded by the CWL engine before creating the file. Here, insert the "
18671870"value at the input `message`."
18681871msgstr ""
1869- "`$(inputs.message)` のような "
1870- "[Expressions](../topics/expressions.md)は、ファイルを作成する前にCWLエンジンによって展開されます 。ここでは、入力パラメータ`message` "
1871- " に値を挿入します。"
1872+ "`$(inputs.message)` のような [Expressions](../topics/expressions.md)は、ファ "
1873+ "イルを作成する前にCWL実行エンジンによって展開されます 。ここでは、入力パラメー "
1874+ "タ`message` に値を挿入します。"
18721875
18731876#: ../../src/topics/creating-files-at-runtime.md:20
18741877#: aca24b72687c4d4d84bf9de8b71413f7
@@ -1952,7 +1955,6 @@ msgid "Custom Types"
19521955msgstr "カスタムタイプ"
19531956
19541957#: ../../src/topics/custom-types.md:3 e0275ddda8f84207a58d10c17ca99a45
1955- #, fuzzy
19561958msgid ""
19571959"Sometimes you may want to write your own custom types for use and reuse "
19581960"in CWL descriptions. Use of such custom types can reduce redundancy "
@@ -1962,7 +1964,7 @@ msgid ""
19621964msgstr ""
19631965"CWL定義で使用・再利用するために、独自のカスタム型を書きたい場合があります。こ"
19641966"のようなカスタムタイプを使用することで、同じタイプを使用する複数の記述の間の"
1965- "冗長性を減らし、また、CWL記述を直接いじらずに 、ツールや分析のカスタマイズや設"
1967+ "冗長性を減らし、また、CWL定義を直接いじらずに 、ツールや分析のカスタマイズや設"
19661968"定を追加できるようになります。"
19671969
19681970#: ../../src/topics/custom-types.md:9 8367e38e5e7c4a298d1d87b9001aaddc
@@ -4561,12 +4563,14 @@ msgid "YAML Guide"
45614563msgstr "YAMLガイド"
45624564
45634565#: ../../src/topics/yaml-guide.md:6 705765787eb84ecaae004194225924cb
4564- #, fuzzy
45654566msgid ""
45664567"[YAML][yaml] is a file format designed to be readable by both computers "
45674568"and humans. This guide introduces the features of YAML that are relevant "
45684569"when writing CWL descriptions and input parameter files."
4569- msgstr "[YAML][yaml]は、コンピュータと人間の両方が読むことができるように設計されたファイル形式です。本ガイドでは、CWL定義や入力パラメータファイルを書く際に関連するYAMLの機能を紹介します。"
4570+ msgstr ""
4571+ "[YAML][yaml]は、コンピュータと人間の両方が読むことができるように設計されたフ"
4572+ "ァイル形式です。本ガイドでは、CWL定義や入力パラメータファイルを書く際に関連す"
4573+ "るYAMLの機能を紹介します。"
45704574
45714575#: ../../src/topics/yaml-guide.md:13 cb243f6ab11f48ffb5c91945c4e0d101
45724576msgid "You can skip this section if you are already comfortable with YAML."
@@ -4614,20 +4618,19 @@ msgstr ""
46144618"は、CWL仕様で特別な意味を持つ複数語のキー名、それ以外はアンダースコアのキー名として使用します。例えば:"
46154619
46164620#: ../../src/topics/yaml-guide.md:42 514365e59d9648deb896e2068d967a64
4617- #, fuzzy
46184621msgid ""
46194622"The YAML above defines four keys - `first_name`, `last_name`, "
46204623"`age_years`, and `home` - with their four respective values. Values can "
46214624"be character strings, numeric (integer, floating point, or scientific "
46224625"representation), Boolean (`true` or `false`), or more complex nested "
46234626"types (see below)."
46244627msgstr ""
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` "
46274631")、またはより複雑な入れ子型(下記参照)にすることができます。"
46284632
46294633#: ../../src/topics/yaml-guide.md:51 6939eb7e783744d7bcf75ea0a7cae129
4630- #, fuzzy
46314634msgid ""
46324635"Values may be wrapped in quotation marks, but be aware that this may "
46334636"change the way that they are interpreted i.e. `\" 1234\" ` will be treated "
@@ -4637,34 +4640,33 @@ msgid ""
46374640"want to specify a fixed numeric value to a command, make sure that you "
46384641"wrap that numeric value in quotes: `baseCommand: [echo, \" 42\" ]`."
46394642msgstr ""
4640- "値は引用符で括ることができますが、意味が変わってきます。例えば、`\" 1234\" ` は文字列として扱われ、`1234` "
4641- "は整数値として扱われます。CWLでは、`baseCommand` "
4642- "のすべての部分が文字列でなければならないので、コマンドに固定した数値を指定する場合は、その数値を引用符で囲むようにしてください:[echo, "
4643- "\" 42\" ]`."
4643+ "値は引用符で括ることができますが、意味が変わってきます。例えば、`\" 1234\" ` "
4644+ "は文字列として扱われ、`1234` は整数値として扱われます。CWLでは、`baseCommand`"
4645+ " のすべての部分が文字列でなければならないので、コマンドに固定した数値を指定す "
4646+ "る場合は、その数値を引用符で囲むようにしてください:[echo, \" 42\" ]`."
46444647
46454648#: ../../src/topics/yaml-guide.md:61 96e1776b09e840ebbc9b4b7e01da0e43
46464649msgid "Comments"
46474650msgstr "コメント"
46484651
46494652#: ../../src/topics/yaml-guide.md:63 8b17f7557c3540b2b0d0beca0fe4ebc7
4650- #, fuzzy
46514653msgid ""
46524654"You may use `#` to add comments to your CWL and parameter files. Any "
46534655"characters to the right of ` #` will be ignored by the program "
46544656"interpreting the YAML. For example:"
46554657msgstr ""
4656- "`#` を使って、CWL定義と入力パラメータファイルにコメントを追加することができます。` #` の右側にある文字は、YAML "
4658+ "`#` を使うと、CWL定義や入力パラメータファイルにコメントを追加することができま"
4659+ "す。` #` の右側にある文字は、YAML "
46574660"を解釈するプログラムによって無視されます。たとえば、次のようになります:"
46584661
46594662#: ../../src/topics/yaml-guide.md:76 13da997c82c04023a4b7bb36b76e969d
4660- #, fuzzy
46614663msgid ""
46624664"If there is anything on the line before the comment, be sure to add at "
46634665"least one space before the `#`!"
4664- msgstr "同じ行内のコメントの前に何かある場合は、必ず`#` の前に少なくとも1つのスペースを追加してください!"
4666+ msgstr "同じ行の中でコメントの前に何かある場合は、必ず`#` "
4667+ "の前に少なくとも1つのスペースを追加してください!"
46654668
46664669#: ../../src/topics/yaml-guide.md:79 b9fc191166a64450b64a8182adabad75
4667- #, fuzzy
46684670msgid "Maps"
46694671msgstr "マップ"
46704672
0 commit comments