@@ -10,7 +10,7 @@ msgstr ""
10
10
"Report-Msgid-Bugs-To : \n "
11
11
"POT-Creation-Date : 2023-12-16 11:48+0100\n "
12
12
"PO-Revision-Date : 2024-04-08 08:23+0000\n "
13
- "
Last-Translator :
Michael Crusoe <[email protected] >\n"
13
+ "
Last-Translator :
Manabu ISHII <[email protected] >\n"
14
14
"Language-Team : Japanese <https://hosted.weblate.org/projects/commonwl/ "
15
15
"user-guide/ja/>\n "
16
16
"Language : ja\n "
@@ -872,11 +872,12 @@ msgstr "CWLサイト内の「CWL仕様」ページ:<https://www.commonwl.org/s
872
872
873
873
#: ../../src/introduction/basic-concepts.md:182
874
874
#: a5b37924c7d04ab984ff2542847afc4a
875
- #, fuzzy
876
875
msgid ""
877
876
"The Command Line Tool Description Standard: "
878
877
"<[https://www.commonwl.org/v1.2/CommandLineTool.html](https://w3id.org/cwl/CommandLineTool.html)>"
879
- msgstr "[`CommandLineTool`](https://www.commonwl.org/v1.0/CommandLineTool.html#CommandLineTool)から"
878
+ msgstr ""
879
+ "<[`CommandLineTool`](https://www.commonwl.org/v1.0/CommandLineTool."
880
+ "html#CommandLineTool)>から"
880
881
881
882
#: ../../src/introduction/basic-concepts.md:183
882
883
#: 44af015fa36644b99f07338d241d29c1
@@ -1148,7 +1149,6 @@ msgid "Running `true_shebang.cwl` with a shebang."
1148
1149
msgstr "`true_shebang.cwl` をシェバングで実行する。"
1149
1150
1150
1151
#: ../../src/introduction/prerequisites.md:141 11fea992c00940d29eb29ccf4b9370e9
1151
- #, fuzzy
1152
1152
msgid ""
1153
1153
"The *shebang* is the two-character sequence `#!` at the beginning of a "
1154
1154
"script. When the script is executable, the operating system will execute "
@@ -1157,10 +1157,10 @@ msgid ""
1157
1157
" using a hard-coded location, since `/usr/bin/env [executable]` looks for"
1158
1158
" the `[executable]` program in the system `PATH`,"
1159
1159
msgstr ""
1160
- "*shebang* は、スクリプトの冒頭の2文字列`#!` のことです。スクリプトが実行可能 "
1161
- "な場合 、オペレーティングシステムは、shebangの後に指定された実行可能ファイルを "
1162
- "使用してスクリプトを実行します 。`/usr/bin/env <executable>` は` <executable>` "
1163
- " プログラムを設定されている環境変数`PATH` "
1160
+ "*shebang* (訳注:発音、シバン、シェバン) は、スクリプトの冒頭の2文字列`#!` の "
1161
+ "ことです。スクリプトが実行可能な場合 、オペレーティングシステムは、shebangの後 "
1162
+ "に指定された実行可能ファイルを使用してスクリプトを実行します 。`/usr/bin/env "
1163
+ "<executable>` は` <executable>` プログラムを設定されている環境変数`PATH` "
1164
1164
"の中で探すので、ハードコードされた場所を使うよりも`/usr/bin/env <executable>`"
1165
1165
" を使うことが良い習慣と考えられています"
1166
1166
@@ -1297,14 +1297,14 @@ msgstr ""
1297
1297
"echo \" Hello World\" `."
1298
1298
1299
1299
#: ../../src/introduction/quick-start.md:27 7b2ae93353184faea0ae4f4acdfc3350
1300
- #, fuzzy
1301
1300
msgid ""
1302
1301
"In CWL, there is a distinction between a command-line tool and a "
1303
1302
"workflow. But for the sake of simplicity, we are using the term "
1304
1303
"“workflow” here. You will learn more about this in the [basic concepts"
1305
1304
"](basic-concepts.md) section."
1306
1305
msgstr ""
1307
- "CWLでは、CommandLineToolとWorkflowは区別されています。しかし、ここでは簡略化のため、「ワークフロー」という用語を使用しています。これについては、[基本概念"
1306
+ "CWLでは、CommandLineToolとWorkflowは区別されています。しかし、ここでは簡略化"
1307
+ "のため、「ワークフロー」という用語を使用しています。これについては、[基本概念"
1308
1308
"](basic-concepts.md)のセクションで詳しく説明します。"
1309
1309
1310
1310
#: ../../src/introduction/quick-start.md:32 1ed30b04073d47a9893774746479fb5d
@@ -1782,16 +1782,16 @@ msgid "Command Line Tool"
1782
1782
msgstr "コマンドラインツール"
1783
1783
1784
1784
#: ../../src/topics/command-line-tool.md:3 cf0f1c00c0b34c94a8e2460a700c303e
1785
- #, fuzzy
1786
1785
msgid ""
1787
1786
"A command-line tool is a type of Process object that can be run by itself"
1788
1787
" or as a Workflow step. It is a wrapper for a command like `ls`, `echo`, "
1789
1788
"`tar`, etc. The command-line tool is defined in the `baseCommand` "
1790
1789
"attribute of the command-line tool CWL document."
1791
1790
msgstr ""
1792
- "コマンドラインツールは、Processオブジェクトの一種であり、それ自体またはワークフローのステップとし "
1793
- "て実行することができます。`ls`,`echo`,`tar` "
1794
- "などのコマンドのラッパーです。コマンドラインツールは、コマンドラインツールCWL文書の`baseCommand` 属性で定義されています。"
1791
+ "CommandLineToolは、Processオブジェクトの一種であり、それ自体またはワークフロ"
1792
+ "ーのステップとして実行することができます。`ls`,`echo`,`tar` などの実行したい"
1793
+ "コマンドのラッパーです。実行したいコマンドは、CommandLineToolについてのCWL定"
1794
+ "義の`baseCommand` 属性で定義されています。"
1795
1795
1796
1796
#: ../../src/topics/command-line-tool.md:8 7a180ba1f2d746a78b79be7e899cbad6
1797
1797
msgid ""
@@ -1811,12 +1811,14 @@ msgid "`echo.cwl`"
1811
1811
msgstr "`echo.cwl`"
1812
1812
1813
1813
#: ../../src/topics/command-line-tool.md:57 e3a06ebe51b64b0183673a8acc04969f
1814
- #, fuzzy
1815
1814
msgid ""
1816
1815
"The example above uses a simplified form to define inputs and outputs. "
1817
1816
"You will learn more about in the [Inputs](../topics/inputs.md) and in the"
1818
1817
" [Outputs](../topics/outputs.md) sections."
1819
- msgstr "上記の例では、簡略化した形で入力と出力を定義しています。[Inputs](../topics/inputs.md)と[Outputs](../topics/outputs.md)のセクションで、より詳しく説明する予定です。"
1818
+ msgstr ""
1819
+ "上記の例では、簡略化した形で入力と出力を定義しています。[Inputs](../topics/"
1820
+ "inputs.md)と[Outputs](../topics/outputs."
1821
+ "md)のセクションで、より詳しく説明する予定です。"
1820
1822
1821
1823
#: ../../src/topics/command-line-tool.md:68 2bab464d19d14562a6501373aff13905
1822
1824
msgid "Network Access"
@@ -2499,15 +2501,16 @@ msgid "Using External Libraries and Inline JavaScript Code with `expressionLib`"
2499
2501
msgstr "`expressionLib` による外部ライブラリの利用とインラインJavaScriptコードの利用"
2500
2502
2501
2503
#: ../../src/topics/expressions.md:118 ea6cbaa5dae647538c0bd9a4d5cad3f9
2502
- #, fuzzy
2503
2504
msgid ""
2504
2505
"The requirement "
2505
2506
"[`InlineJavascriptRequirement`](https://w3id.org/cwl/CommandLineTool.html#InlineJavascriptRequirement)"
2506
2507
" supports an `expressionLib` attribute that allows users to load external"
2507
2508
" JavaScript files, or to provide inline JavaScript code."
2508
2509
msgstr ""
2509
- "`InlineJavascriptRequirement` は、`expressionLib` 属性をサポートし、ユーザーが外部 "
2510
- "JavaScript ファイルを読み込んだり、インライン JavaScript コードを提供したりできるようにします。"
2510
+ "[`InlineJavascriptRequirement`](https://w3id.org/cwl/CommandLineTool."
2511
+ "html#InlineJavascriptRequirement)は、`expressionLib` 属性をサポートし、"
2512
+ "ユーザーが外部 JavaScript ファイルを読み込んだり、インライン JavaScript "
2513
+ "コードを提供したりできるようにします。"
2511
2514
2512
2515
#: ../../src/topics/expressions.md:122 484dc17440524cfda4dc486a7c5d5f63
2513
2516
msgid ""
0 commit comments