Skip to content

Commit 5ff279d

Browse files
manabuishiiweblate
authored andcommitted
Translated using Weblate (Japanese)
Currently translated at 75.9% (455 of 599 strings) Co-authored-by: Manabu ISHII <[email protected]> Translate-URL: https://hosted.weblate.org/projects/commonwl/user-guide/ja/ Translation: Common Workflow Language/CWL User Guide
1 parent 1fb4161 commit 5ff279d

File tree

1 file changed

+22
-19
lines changed

1 file changed

+22
-19
lines changed

locales/ja/LC_MESSAGES/user_guide.po

Lines changed: 22 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgstr ""
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2023-12-16 11:48+0100\n"
1212
"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"
1414
"Language-Team: Japanese <https://hosted.weblate.org/projects/commonwl/"
1515
"user-guide/ja/>\n"
1616
"Language: ja\n"
@@ -872,11 +872,12 @@ msgstr "CWLサイト内の「CWL仕様」ページ:<https://www.commonwl.org/s
872872

873873
#: ../../src/introduction/basic-concepts.md:182
874874
#: a5b37924c7d04ab984ff2542847afc4a
875-
#, fuzzy
876875
msgid ""
877876
"The Command Line Tool Description Standard: "
878877
"<[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)>から"
880881

881882
#: ../../src/introduction/basic-concepts.md:183
882883
#: 44af015fa36644b99f07338d241d29c1
@@ -1148,7 +1149,6 @@ msgid "Running `true_shebang.cwl` with a shebang."
11481149
msgstr "`true_shebang.cwl` をシェバングで実行する。"
11491150

11501151
#: ../../src/introduction/prerequisites.md:141 11fea992c00940d29eb29ccf4b9370e9
1151-
#, fuzzy
11521152
msgid ""
11531153
"The *shebang* is the two-character sequence `#!` at the beginning of a "
11541154
"script. When the script is executable, the operating system will execute "
@@ -1157,10 +1157,10 @@ msgid ""
11571157
" using a hard-coded location, since `/usr/bin/env [executable]` looks for"
11581158
" the `[executable]` program in the system `PATH`,"
11591159
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` "
11641164
"の中で探すので、ハードコードされた場所を使うよりも`/usr/bin/env <executable>`"
11651165
" を使うことが良い習慣と考えられています"
11661166

@@ -1297,14 +1297,14 @@ msgstr ""
12971297
"echo \"Hello World\"`."
12981298

12991299
#: ../../src/introduction/quick-start.md:27 7b2ae93353184faea0ae4f4acdfc3350
1300-
#, fuzzy
13011300
msgid ""
13021301
"In CWL, there is a distinction between a command-line tool and a "
13031302
"workflow. But for the sake of simplicity, we are using the term "
13041303
"“workflow” here. You will learn more about this in the [basic concepts"
13051304
"](basic-concepts.md) section."
13061305
msgstr ""
1307-
"CWLでは、CommandLineToolとWorkflowは区別されています。しかし、ここでは簡略化のため、「ワークフロー」という用語を使用しています。これについては、[基本概念"
1306+
"CWLでは、CommandLineToolとWorkflowは区別されています。しかし、ここでは簡略化"
1307+
"のため、「ワークフロー」という用語を使用しています。これについては、[基本概念"
13081308
"](basic-concepts.md)のセクションで詳しく説明します。"
13091309

13101310
#: ../../src/introduction/quick-start.md:32 1ed30b04073d47a9893774746479fb5d
@@ -1782,16 +1782,16 @@ msgid "Command Line Tool"
17821782
msgstr "コマンドラインツール"
17831783

17841784
#: ../../src/topics/command-line-tool.md:3 cf0f1c00c0b34c94a8e2460a700c303e
1785-
#, fuzzy
17861785
msgid ""
17871786
"A command-line tool is a type of Process object that can be run by itself"
17881787
" or as a Workflow step. It is a wrapper for a command like `ls`, `echo`, "
17891788
"`tar`, etc. The command-line tool is defined in the `baseCommand` "
17901789
"attribute of the command-line tool CWL document."
17911790
msgstr ""
1792-
"コマンドラインツールは、Processオブジェクトの一種であり、それ自体またはワークフローのステップとし "
1793-
"て実行することができます。`ls`,`echo`,`tar` "
1794-
"などのコマンドのラッパーです。コマンドラインツールは、コマンドラインツールCWL文書の`baseCommand` 属性で定義されています。"
1791+
"CommandLineToolは、Processオブジェクトの一種であり、それ自体またはワークフロ"
1792+
"ーのステップとして実行することができます。`ls`,`echo`,`tar` などの実行したい"
1793+
"コマンドのラッパーです。実行したいコマンドは、CommandLineToolについてのCWL定"
1794+
"義の`baseCommand` 属性で定義されています。"
17951795

17961796
#: ../../src/topics/command-line-tool.md:8 7a180ba1f2d746a78b79be7e899cbad6
17971797
msgid ""
@@ -1811,12 +1811,14 @@ msgid "`echo.cwl`"
18111811
msgstr "`echo.cwl`"
18121812

18131813
#: ../../src/topics/command-line-tool.md:57 e3a06ebe51b64b0183673a8acc04969f
1814-
#, fuzzy
18151814
msgid ""
18161815
"The example above uses a simplified form to define inputs and outputs. "
18171816
"You will learn more about in the [Inputs](../topics/inputs.md) and in the"
18181817
" [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)のセクションで、より詳しく説明する予定です。"
18201822

18211823
#: ../../src/topics/command-line-tool.md:68 2bab464d19d14562a6501373aff13905
18221824
msgid "Network Access"
@@ -2499,15 +2501,16 @@ msgid "Using External Libraries and Inline JavaScript Code with `expressionLib`"
24992501
msgstr "`expressionLib` による外部ライブラリの利用とインラインJavaScriptコードの利用"
25002502

25012503
#: ../../src/topics/expressions.md:118 ea6cbaa5dae647538c0bd9a4d5cad3f9
2502-
#, fuzzy
25032504
msgid ""
25042505
"The requirement "
25052506
"[`InlineJavascriptRequirement`](https://w3id.org/cwl/CommandLineTool.html#InlineJavascriptRequirement)"
25062507
" supports an `expressionLib` attribute that allows users to load external"
25072508
" JavaScript files, or to provide inline JavaScript code."
25082509
msgstr ""
2509-
"`InlineJavascriptRequirement` は、`expressionLib` 属性をサポートし、ユーザーが外部 "
2510-
"JavaScript ファイルを読み込んだり、インライン JavaScript コードを提供したりできるようにします。"
2510+
"[`InlineJavascriptRequirement`](https://w3id.org/cwl/CommandLineTool."
2511+
"html#InlineJavascriptRequirement)は、`expressionLib` 属性をサポートし、"
2512+
"ユーザーが外部 JavaScript ファイルを読み込んだり、インライン JavaScript "
2513+
"コードを提供したりできるようにします。"
25112514

25122515
#: ../../src/topics/expressions.md:122 484dc17440524cfda4dc486a7c5d5f63
25132516
msgid ""

0 commit comments

Comments
 (0)