Skip to content

Commit 3c673b5

Browse files
weblatemanabuishii
andauthored
Translated using Weblate (Japanese) (#421)
Currently translated at 28.0% (168 of 598 strings) Translated using Weblate (Japanese) Currently translated at 27.9% (167 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 5c63b0c commit 3c673b5

File tree

1 file changed

+19
-13
lines changed

1 file changed

+19
-13
lines changed

locales/ja/LC_MESSAGES/user_guide.po

Lines changed: 19 additions & 13 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-25 00:56+0000\n"
11+
"PO-Revision-Date: 2023-08-26 23:56+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"
@@ -17,7 +17,7 @@ msgstr ""
1717
"Content-Type: text/plain; charset=UTF-8\n"
1818
"Content-Transfer-Encoding: 8bit\n"
1919
"Plural-Forms: nplurals=1; plural=0;\n"
20-
"X-Generator: Weblate 5.0\n"
20+
"X-Generator: Weblate 5.0.1-dev\n"
2121

2222
#: ../../LICENSE.md:2 4e203044f0464fd5a3256430391dde12
2323
msgid "Licenses"
@@ -2337,7 +2337,8 @@ msgstr ""
23372337
msgid ""
23382338
"Next, create a whale.txt using [touch] by typing `touch whale.txt` on the "
23392339
"command line."
2340-
msgstr ""
2340+
msgstr "次に、コマンドラインで`touch whale.txt` と入力し、[touch]"
2341+
"をコマンドを使用して whale.txt を作成します。"
23412342

23422343
#: ../../src/topics/inputs.md:53 0b056dde9e87428996e47870b12119da
23432344
msgid ""
@@ -2400,6 +2401,9 @@ msgid ""
24002401
"Input files are read-only. If you wish to update an input file, you must "
24012402
"[first copy it to the output directory](staging-input-files.md)."
24022403
msgstr ""
2404+
"入力ファイルは読み取り専用です。 "
2405+
"入力ファイルを更新したい場合は、[まず出力ディレクトリにコピーする](staging-"
2406+
"input-files.md)必要があります。"
24032407

24042408
#: ../../src/topics/inputs.md:134 74f7a6b8f8f74dc2a970fdd6e63d8f80
24052409
msgid ""
@@ -2416,11 +2420,12 @@ msgstr ""
24162420
msgid ""
24172421
"The `baseCommand` field will always appear in the final command line before "
24182422
"the parameters."
2419-
msgstr ""
2423+
msgstr "`baseCommand` "
2424+
"フィールドは、常にパラメータの前の最終コマンド行に表示されます。"
24202425

24212426
#: ../../src/topics/inputs.md:146 9654e65b1c0642dbb5d4f34edb211989
24222427
msgid "Array Inputs"
2423-
msgstr ""
2428+
msgstr "配列入力"
24242429

24252430
#: ../../src/topics/inputs.md:148 d1f02be278754267893dfce5a940997d
24262431
msgid ""
@@ -2433,11 +2438,11 @@ msgstr ""
24332438

24342439
#: ../../src/topics/inputs.md:154 01f30e38dfdd452dba3a996073936e16
24352440
msgid "`array-inputs.cwl`"
2436-
msgstr ""
2441+
msgstr "`array-inputs.cwl`"
24372442

24382443
#: ../../src/topics/inputs.md:160 787d4bfb093c4ad287b902084706b751
24392444
msgid "`array-inputs-job.yml`"
2440-
msgstr ""
2445+
msgstr "`array-inputs-job.yml`"
24412446

24422447
#: ../../src/topics/inputs.md:166 ../../src/topics/outputs.md:82
24432448
#: ../../src/topics/outputs.md:105 588f0f7f967f4d69af27c9729d6d3119
@@ -2480,21 +2485,21 @@ msgstr ""
24802485

24812486
#: ../../src/topics/inputs.md:198 ddf598abf4f34aca9fffa045860fbf96
24822487
msgid "`record.cwl`"
2483-
msgstr ""
2488+
msgstr "`record.cwl`"
24842489

24852490
#: ../../src/topics/inputs.md:204 d52a8089920e45bd89d582533b50e3a1
24862491
msgid "`record-job1.yml`"
2487-
msgstr ""
2492+
msgstr "`record-job1.yml`"
24882493

24892494
#: ../../src/topics/inputs.md:215 750474486a84482292eeba45f118287f
24902495
msgid ""
24912496
"In the first example, you can't provide `itemA` without also providing "
24922497
"`itemB`."
2493-
msgstr ""
2498+
msgstr "最初の例では、`itemB` も与えずに、`itemA` を与えることはできません。"
24942499

24952500
#: ../../src/topics/inputs.md:217 9a5cf1d76fc84c1f9b0d123a3a2a480b
24962501
msgid "`record-job2.yml`"
2497-
msgstr ""
2502+
msgstr "`record-job2.yml`"
24982503

24992504
#: ../../src/topics/inputs.md:233 1eb0e39bb6d04b8cab300f44a79f3add
25002505
msgid ""
@@ -2505,13 +2510,14 @@ msgstr ""
25052510

25062511
#: ../../src/topics/inputs.md:236 bc21ee10bff843689cc98ac6630edcea
25072512
msgid "`record-job3.yml`"
2508-
msgstr ""
2513+
msgstr "`record-job3.yml`"
25092514

25102515
#: ../../src/topics/inputs.md:252 4b2ab812f62c4f949dd25c8527f2411c
25112516
msgid ""
25122517
"In the third example, only `itemD` is provided, so it appears on the command "
25132518
"line."
2514-
msgstr ""
2519+
msgstr "3番目の例では、`itemD` "
2520+
"のみが提供されているので、コマンドラインに表示されます。"
25152521

25162522
#: ../../src/topics/inputs.md:255 b771302d1bec4050a9417b080eef76c9
25172523
msgid "Exclusive Input Parameters with Expressions"

0 commit comments

Comments
 (0)