@@ -8,7 +8,7 @@ msgstr ""
8
8
"Project-Id-Version : Common Workflow Language User Guide\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
10
"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 "
12
12
"
Last-Translator :
Manabu ISHII <[email protected] >\n "
13
13
"Language-Team : Japanese <https://hosted.weblate.org/projects/commonwl/ "
14
14
"user-guide/ja/>\n "
@@ -17,7 +17,7 @@ msgstr ""
17
17
"Content-Type : text/plain; charset=UTF-8\n "
18
18
"Content-Transfer-Encoding : 8bit\n "
19
19
"Plural-Forms : nplurals=1; plural=0;\n "
20
- "X-Generator : Weblate 5.0\n "
20
+ "X-Generator : Weblate 5.0.1-dev \n "
21
21
22
22
#: ../../LICENSE.md:2 4e203044f0464fd5a3256430391dde12
23
23
msgid "Licenses"
@@ -2337,7 +2337,8 @@ msgstr ""
2337
2337
msgid ""
2338
2338
"Next, create a whale.txt using [touch] by typing `touch whale.txt` on the "
2339
2339
"command line."
2340
- msgstr ""
2340
+ msgstr "次に、コマンドラインで`touch whale.txt` と入力し、[touch]"
2341
+ "をコマンドを使用して whale.txt を作成します。"
2341
2342
2342
2343
#: ../../src/topics/inputs.md:53 0b056dde9e87428996e47870b12119da
2343
2344
msgid ""
@@ -2400,6 +2401,9 @@ msgid ""
2400
2401
"Input files are read-only. If you wish to update an input file, you must "
2401
2402
"[first copy it to the output directory](staging-input-files.md)."
2402
2403
msgstr ""
2404
+ "入力ファイルは読み取り専用です。 "
2405
+ "入力ファイルを更新したい場合は、[まず出力ディレクトリにコピーする](staging-"
2406
+ "input-files.md)必要があります。"
2403
2407
2404
2408
#: ../../src/topics/inputs.md:134 74f7a6b8f8f74dc2a970fdd6e63d8f80
2405
2409
msgid ""
@@ -2416,11 +2420,12 @@ msgstr ""
2416
2420
msgid ""
2417
2421
"The `baseCommand` field will always appear in the final command line before "
2418
2422
"the parameters."
2419
- msgstr ""
2423
+ msgstr "`baseCommand` "
2424
+ "フィールドは、常にパラメータの前の最終コマンド行に表示されます。"
2420
2425
2421
2426
#: ../../src/topics/inputs.md:146 9654e65b1c0642dbb5d4f34edb211989
2422
2427
msgid "Array Inputs"
2423
- msgstr ""
2428
+ msgstr "配列入力 "
2424
2429
2425
2430
#: ../../src/topics/inputs.md:148 d1f02be278754267893dfce5a940997d
2426
2431
msgid ""
@@ -2433,11 +2438,11 @@ msgstr ""
2433
2438
2434
2439
#: ../../src/topics/inputs.md:154 01f30e38dfdd452dba3a996073936e16
2435
2440
msgid "`array-inputs.cwl`"
2436
- msgstr ""
2441
+ msgstr "`array-inputs.cwl` "
2437
2442
2438
2443
#: ../../src/topics/inputs.md:160 787d4bfb093c4ad287b902084706b751
2439
2444
msgid "`array-inputs-job.yml`"
2440
- msgstr ""
2445
+ msgstr "`array-inputs-job.yml` "
2441
2446
2442
2447
#: ../../src/topics/inputs.md:166 ../../src/topics/outputs.md:82
2443
2448
#: ../../src/topics/outputs.md:105 588f0f7f967f4d69af27c9729d6d3119
@@ -2480,21 +2485,21 @@ msgstr ""
2480
2485
2481
2486
#: ../../src/topics/inputs.md:198 ddf598abf4f34aca9fffa045860fbf96
2482
2487
msgid "`record.cwl`"
2483
- msgstr ""
2488
+ msgstr "`record.cwl` "
2484
2489
2485
2490
#: ../../src/topics/inputs.md:204 d52a8089920e45bd89d582533b50e3a1
2486
2491
msgid "`record-job1.yml`"
2487
- msgstr ""
2492
+ msgstr "`record-job1.yml` "
2488
2493
2489
2494
#: ../../src/topics/inputs.md:215 750474486a84482292eeba45f118287f
2490
2495
msgid ""
2491
2496
"In the first example, you can't provide `itemA` without also providing "
2492
2497
"`itemB`."
2493
- msgstr ""
2498
+ msgstr "最初の例では、`itemB` も与えずに、`itemA` を与えることはできません。 "
2494
2499
2495
2500
#: ../../src/topics/inputs.md:217 9a5cf1d76fc84c1f9b0d123a3a2a480b
2496
2501
msgid "`record-job2.yml`"
2497
- msgstr ""
2502
+ msgstr "`record-job2.yml` "
2498
2503
2499
2504
#: ../../src/topics/inputs.md:233 1eb0e39bb6d04b8cab300f44a79f3add
2500
2505
msgid ""
@@ -2505,13 +2510,14 @@ msgstr ""
2505
2510
2506
2511
#: ../../src/topics/inputs.md:236 bc21ee10bff843689cc98ac6630edcea
2507
2512
msgid "`record-job3.yml`"
2508
- msgstr ""
2513
+ msgstr "`record-job3.yml` "
2509
2514
2510
2515
#: ../../src/topics/inputs.md:252 4b2ab812f62c4f949dd25c8527f2411c
2511
2516
msgid ""
2512
2517
"In the third example, only `itemD` is provided, so it appears on the command "
2513
2518
"line."
2514
- msgstr ""
2519
+ msgstr "3番目の例では、`itemD` "
2520
+ "のみが提供されているので、コマンドラインに表示されます。"
2515
2521
2516
2522
#: ../../src/topics/inputs.md:255 b771302d1bec4050a9417b080eef76c9
2517
2523
msgid "Exclusive Input Parameters with Expressions"
0 commit comments