Skip to content

Commit 931fadb

Browse files
weblatemanabuishii
andauthored
Translated using Weblate (Japanese) (#423)
Currently translated at 33.9% (203 of 598 strings) Translated using Weblate (Japanese) Currently translated at 32.7% (196 of 598 strings) Translated using Weblate (Japanese) Currently translated at 31.9% (191 of 598 strings) Translate-URL: https://hosted.weblate.org/projects/commonwl/user-guide/ja/ Translation: Common Workflow Language/CWL User Guide Co-authored-by: Manabu ISHII <[email protected]>
1 parent 545cef8 commit 931fadb

File tree

1 file changed

+48
-20
lines changed

1 file changed

+48
-20
lines changed

locales/ja/LC_MESSAGES/user_guide.po

Lines changed: 48 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgstr ""
88
"Project-Id-Version: Common Workflow Language User Guide\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2023-01-25 14:33+0100\n"
11-
"PO-Revision-Date: 2023-08-29 01:18+0000\n"
11+
"PO-Revision-Date: 2023-09-03 01:58+0000\n"
1212
"Last-Translator: Manabu ISHII <[email protected]>\n"
1313
"Language-Team: Japanese <https://hosted.weblate.org/projects/commonwl/"
1414
"user-guide/ja/>\n"
@@ -3120,11 +3120,11 @@ msgstr ""
31203120

31213121
#: ../../src/topics/using-containers.md:1 eff5f28ca83c458a9b07faf7a81f7e91
31223122
msgid "Using Containers"
3123-
msgstr ""
3123+
msgstr "コンテナの使用"
31243124

31253125
#: ../../src/topics/using-containers.md:3 2e634f3737d04d279ae78ceee4b0a664
31263126
msgid "Running Tools Inside Docker"
3127-
msgstr ""
3127+
msgstr "Dockerの内部でツールを実行する"
31283128

31293129
#: ../../src/topics/using-containers.md:5 e07f33d01b804663a25ffb08aad74821
31303130
msgid ""
@@ -3149,15 +3149,16 @@ msgstr ""
31493149
msgid ""
31503150
"This example runs a simple Node.js script inside a Docker container which "
31513151
"will then print \"Hello World\" to the standard output."
3152-
msgstr ""
3152+
msgstr "この例では、Dockerコンテナ内で簡単なNode.jsスクリプトを実行し、標準出力に「"
3153+
"Hello World」と表示します。"
31533154

31543155
#: ../../src/topics/using-containers.md:21 7921a837ee744c5aa9a5bda04b0c8db1
31553156
msgid "`docker.cwl`"
3156-
msgstr ""
3157+
msgstr "`docker.cwl`"
31573158

31583159
#: ../../src/topics/using-containers.md:27 387e9bc9381a4450af54aff77e4df6a2
31593160
msgid "`docker-job.yml`"
3160-
msgstr ""
3161+
msgstr "`docker-job.yml`"
31613162

31623163
#: ../../src/topics/using-containers.md:33 2713594c937d4c528fc8d04d9e9819ed
31633164
msgid ""
@@ -3184,16 +3185,19 @@ msgid ""
31843185
"Create a Javascript file named \"hello.js\" and invoke `cwltool` providing "
31853186
"the tool description and the input object on the command line:"
31863187
msgstr ""
3188+
"Javascriptで \"hello.js \"というファイルを作成し、`cwltool` "
3189+
"コマンドラインでツール定義と入力オブジェクトを指定して呼び出します:"
31873190

31883191
#: ../../src/topics/using-containers.md:55 1a5596243cec4c948d9b6bf0bb12fad0
31893192
msgid "`hello.js`"
3190-
msgstr ""
3193+
msgstr "`hello.js`"
31913194

31923195
#: ../../src/topics/using-containers.md:69 483181f498fc4d968b5fe6ef427709f7
31933196
msgid ""
31943197
"Notice the CWL runner has constructed a Docker command line to run the "
31953198
"script."
3196-
msgstr ""
3199+
msgstr "CWLランナーがスクリプトを実行するためにDockerコマンドラインを構築していること"
3200+
"に注目してください。"
31973201

31983202
#: ../../src/topics/using-containers.md:72 7487485d6aa4458089a4b4bdf107ea64
31993203
msgid ""
@@ -3202,10 +3206,14 @@ msgid ""
32023206
"job369354770_examples/hello.js` inside the container, as reflected in the "
32033207
"invocation of the `node` command."
32043208
msgstr ""
3209+
"この例では、スクリプト`hello.js` のパスは、コンテナの外側では `/home/me/cwl/"
3210+
"user_guide/hello.js` が、コンテナの内側では`/var/lib/cwl/"
3211+
"job369354770_examples/hello.js` です。これは`node` "
3212+
"コマンドの呼び出しに反映されているためです。"
32053213

32063214
#: ../../src/topics/workflows.md:1 7394e7690f934043af617436b40845f0
32073215
msgid "Workflows"
3208-
msgstr ""
3216+
msgstr "ワークフロー"
32093217

32103218
#: ../../src/topics/workflows.md:3 b9ae9e9a896048caad7e6c38a5bc1bd1
32113219
msgid ""
@@ -3215,29 +3223,38 @@ msgid ""
32153223
msgstr ""
32163224

32173225
#: ../../src/topics/workflows.md:13 f228fb7953ea48ed99d89880205f4620
3226+
#, fuzzy
32183227
msgid "CWL workflow."
3219-
msgstr ""
3228+
msgstr "CWLのワークフローです。"
32203229

32213230
#: ../../src/topics/workflows.md:41 5870ac44e4c24b8daf5f06c49f95ce04
3231+
#, fuzzy
32223232
msgid ""
32233233
"The CWL document `echo-uppercase.cwl` defines a workflow that runs the "
32243234
"command-line tool, and the expression tool showed in the earlier examples."
32253235
msgstr ""
3236+
"CWL定義`echo-uppercase.cwl` は、コマンドラインツール、および先の例で示したExp"
3237+
"ressionToolを実行するワークフローを定義しています。"
32263238

32273239
#: ../../src/topics/workflows.md:51 a913c76d06164fa18718a8a6a7dcf0d6
32283240
msgid "`echo-uppercase.cwl`"
3229-
msgstr ""
3241+
msgstr "`echo-uppercase.cwl`"
32303242

32313243
#: ../../src/topics/workflows.md:81 93188ed43ee949cc98b3ea679ce14feb
3244+
#, fuzzy
32323245
msgid ""
32333246
"A command-line tool or expression tool can also be written directly in the "
32343247
"same CWL document as the workflow. For example, we can rewrite the `echo-"
32353248
"uppercase.cwl` workflow as a single file:"
32363249
msgstr ""
3250+
"コマンドラインツールやExpressionToolは、ワークフローと同じCWLドキュメントに直"
3251+
"接記述することも可能です。例えば、`echo-uppercase.cwl` "
3252+
"ワークフローを1つのファイルとして書き換えることができます:"
32373253

32383254
#: ../../src/topics/workflows.md:91 36618126a4df4326b236ebe2ea42cffa
3255+
#, fuzzy
32393256
msgid "`echo-uppercase-single-file.cwl`"
3240-
msgstr ""
3257+
msgstr "`echo-uppercase-single-file.cwl`"
32413258

32423259
#: ../../src/topics/workflows.md:150 1cc17ad26e9c474b895ba5cd20c8b66a
32433260
msgid ""
@@ -3271,7 +3288,7 @@ msgstr ""
32713288
#: ../../src/topics/workflows.md:179 ../../src/topics/workflows.md:180
32723289
#: 23af7bd2facf4043b2b1c4373fce15fa 307b6618a92948fca4203ccb497c77e6
32733290
msgid "Visualization of 1st-workflow.cwl"
3274-
msgstr ""
3291+
msgstr "1st-workflow.cwlの可視化。"
32753292

32763293
#: ../../src/topics/workflows.md:180 a2dd833fdca4443181648e41051a5232
32773294
msgid ""
@@ -3287,27 +3304,32 @@ msgstr ""
32873304
msgid ""
32883305
"Use a YAML or a JSON object in a separate file to describe the input of a "
32893306
"run:"
3290-
msgstr ""
3307+
msgstr "Runの入力データを記述するために、別ファイルのYAMLまたはJSONオブジェクトを使用"
3308+
"します:"
32913309

32923310
#: ../../src/topics/workflows.md:185 26c51dcb76364ed780376aecb7cbacda
32933311
msgid "`1st-workflow-job.yml`"
3294-
msgstr ""
3312+
msgstr "`1st-workflow-job.yml`"
32953313

32963314
#: ../../src/topics/workflows.md:191 6fcf8ad3d1bd49afa4a105622437bd59
32973315
msgid ""
32983316
"Next, create a sample Java file and add it to a tar file to use with the "
32993317
"command-line tool."
3300-
msgstr ""
3318+
msgstr "次に、サンプルとなるJavaファイルを作成し、コマンドラインツールで使用するため"
3319+
"にtarファイルに追加します。"
33013320

33023321
#: ../../src/topics/workflows.md:205 71cb81fa4511495b80422244849979e4
33033322
msgid "What's going on here? Let's break it down:"
3304-
msgstr ""
3323+
msgstr "どうなっているのでしょう? 分解してみましょう:"
33053324

33063325
#: ../../src/topics/workflows.md:212 def35d6021394def80a53ae49a2cdbde
3326+
#, fuzzy
33073327
msgid ""
33083328
"The `cwlVersion` field indicates the version of the CWL spec used by the "
33093329
"document. The `class` field indicates this document describes a workflow."
33103330
msgstr ""
3331+
"`cwlVersion` フィールドは、この文書が使用するCWL仕様のバージョンを示します。"
3332+
" ` class` フィールドは、この文書がワークフローを記述していることを示します。"
33113333

33123334
#: ../../src/topics/workflows.md:221 ea94a9a02cd44b9d8e06bfe16e6b8cc8
33133335
msgid ""
@@ -3480,8 +3502,9 @@ msgid ""
34803502
msgstr ""
34813503

34823504
#: ../../src/topics/workflows.md:398 cfa765264a27411ab914de569aa3dac4
3505+
#, fuzzy
34833506
msgid "Scattering Steps"
3484-
msgstr ""
3507+
msgstr "Scatter ステップ"
34853508

34863509
#: ../../src/topics/workflows.md:400 35f8ee0a00274a5bbb8a80c0f1fcbad6
34873510
msgid ""
@@ -3504,19 +3527,24 @@ msgstr ""
35043527

35053528
#: ../../src/topics/workflows.md:415 1e1f4d85fc5f49b5aac5c5b00f77d6fd
35063529
msgid "`scatter-workflow.cwl`"
3507-
msgstr ""
3530+
msgstr "`scatter-workflow.cwl`"
35083531

35093532
#: ../../src/topics/workflows.md:421 3a67d77a2e7b4c0bb61cc3585ceae942
3533+
#, fuzzy
35103534
msgid ""
35113535
"Aside from the `requirements` section including `ScatterFeatureRequirement`, "
35123536
"what is going on here?"
35133537
msgstr ""
3538+
"`requirements` セクションの`ScatterFeatureRequirement` "
3539+
"などを含めて、ここはどうなっているのでしょうか。"
35143540

35153541
#: ../../src/topics/workflows.md:429 f1cb55fc59824cc18a95fd6dcb32cf4c
3542+
#, fuzzy
35163543
msgid ""
35173544
"First of all, notice that the main workflow level input here requires an "
35183545
"array of strings."
3519-
msgstr ""
3546+
msgstr "まず、ここでのメインワークフローの入力には、文字列の配列が必要であることに注"
3547+
"目してください。"
35203548

35213549
#: ../../src/topics/workflows.md:441 d947c54933d64aad90df392a1cedd63f
35223550
msgid ""

0 commit comments

Comments
 (0)