Skip to content

Commit d209c44

Browse files
weblatemanabuishii
andauthored
Translated using Weblate (Japanese) (#474)
Currently translated at 89.3% (535 of 599 strings) Translated using Weblate (Japanese) Currently translated at 88.9% (533 of 599 strings) Translate-URL: https://hosted.weblate.org/projects/commonwl/user-guide/ja/ Translation: Common Workflow Language/CWL User Guide Co-authored-by: Manabu ISHII <manabu.ishii.rb@gmail.com>
1 parent abb640c commit d209c44

File tree

1 file changed

+25
-34
lines changed

1 file changed

+25
-34
lines changed

locales/ja/LC_MESSAGES/user_guide.po

Lines changed: 25 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgstr ""
99
"Project-Id-Version: Common Workflow Language User Guide\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2023-12-16 11:48+0100\n"
12-
"PO-Revision-Date: 2024-05-02 08:07+0000\n"
12+
"PO-Revision-Date: 2024-05-08 01:07+0000\n"
1313
"Last-Translator: Manabu ISHII <manabu.ishii.rb@gmail.com>\n"
1414
"Language-Team: Japanese <https://hosted.weblate.org/projects/commonwl/"
1515
"user-guide/ja/>\n"
@@ -18,7 +18,7 @@ msgstr ""
1818
"Content-Type: text/plain; charset=utf-8\n"
1919
"Content-Transfer-Encoding: 8bit\n"
2020
"Plural-Forms: nplurals=1; plural=0;\n"
21-
"X-Generator: Weblate 5.5.3-dev\n"
21+
"X-Generator: Weblate 5.5.4-rc\n"
2222
"Generated-By: Babel 2.12.1\n"
2323

2424
#: ../../LICENSE.md:2 a48279b2231348eea3f7a3b74a6362ac
@@ -155,7 +155,7 @@ msgstr "よくある質問"
155155

156156
#: ../../src/faq.md:11 370a9659c7904ef6b5e1ae7480f82ef6
157157
msgid "How do I create non \"`File`\" types using `evalFrom`?"
158-
msgstr "\"`File`\" 型をつかわず `evalFrom`を使う方法"
158+
msgstr "\"`File`\" 型をつかわず `evalFrom`を使うにはどうしたらよいですか?"
159159

160160
#: ../../src/faq.md:41 8333f51e3f5945fe8963adfc6685bcb1
161161
msgid "How do I rename an input file?"
@@ -246,9 +246,9 @@ msgid ""
246246
msgstr "2つ目の方法は、`type: File` をスクリプト自体に含める方法です:"
247247

248248
#: ../../src/faq.md:138 ba246320fdd94a1aab4736f83718d793
249-
#, fuzzy
250249
msgid "How can I set `self`-based input bindings for optional inputs?"
251-
msgstr "オプショナル入力のために `self`-形式のInput Bindings を設定します"
250+
msgstr "オプショナル入力のために `self`-形式のInput Bindings "
251+
"をどのように設定しますか?"
252252

253253
#: ../../src/faq.md:140 6169b7be9af7448abcb57eaf91e1cc91
254254
msgid ""
@@ -271,23 +271,22 @@ msgid ""
271271
msgstr "以下は、Booleanパラメータの値によって、コマンドラインに追加する文字列を変える例を示しています。"
272272

273273
#: ../../src/faq.md:188 5c9980839f404ba6aef92ef23034500f
274-
#, fuzzy
275274
msgid ""
276275
"How do I connect a solo value to an input that expects an array of that "
277276
"type?"
278-
msgstr "ある型の配列を期待する入力に1つの値を与える"
277+
msgstr "ある型の配列を期待する入力に1つの値を与えるにはどうしたらよいでしょうか?"
279278

280279
#: ../../src/faq.md:190 2525baf16c1f4725b096f33fd99009cf
281-
#, fuzzy
282280
msgid ""
283281
"Add a "
284282
"[`MultipleInputFeatureRequirement`](https://www.commonwl.org/v1.0/Workflow.html#MultipleInputFeatureRequirement)"
285283
" along with [`linkMerge: "
286284
"merge_nested`](https://www.commonwl.org/v1.0/Workflow.html#WorkflowStepInput):"
287285
msgstr ""
288-
"[`MultipleInputFeatureRequirement`](https://www.commonwl.org/v1.0/Workflow.html#MultipleInputFeatureRequirement)"
289-
" と [`linkMerge: "
290-
"merge_nested`](https://www.commonwl.org/v1.0/Workflow.html#WorkflowStepInput)を一緒に使います"
286+
"[`MultipleInputFeatureRequirement`](https://www.commonwl.org/v1.0/Workflow."
287+
"html#MultipleInputFeatureRequirement) と [`linkMerge: "
288+
"merge_nested`](https://www.commonwl.org/v1.0/Workflow."
289+
"html#WorkflowStepInput)を一緒に使います:"
291290

292291
#: ../../src/faq.md:194 a00d5d96b15048a79ae099d22d63bb42
293292
msgid "merge_nested"
@@ -302,9 +301,8 @@ msgid ""
302301
msgstr "入力は、各入力リンクに対して正確に1つのエントリで構成される配列でなければなりません。\"merge_nested\"が1つのリンクで指定された場合、リンクからの値は1つのアイテムリストでラップされなければなりません。"
303302

304303
#: ../../src/faq.md:199 3af16c07e3f148ddb8849c94a3864158
305-
#, fuzzy
306304
msgid "Which means \"create a list with exactly these sources as elements\"."
307-
msgstr "つまり、\"まさにこれらのソースを要素とするリストを作成する\" ということです"
305+
msgstr "つまり、\"まさにこれらのソースを要素とするリストを作成する\" ということです"
308306

309307
#: ../../src/faq.md:201 0ea3de393d2f42aeb82658c85a19ec45
310308
#, fuzzy
@@ -371,9 +369,8 @@ msgstr ""
371369
"のいずれかのコマンドラインフラグについては、特別なレコードタイプを定義することができます。また、ここにnullを指定することで、オプションの入力を作成することができます。"
372370

373371
#: ../../src/faq.md:322 6fd3c469d11d4d52b9fbb7a3d443a8db
374-
#, fuzzy
375372
msgid "How do I set mutually exclusive parameters?"
376-
msgstr "相互に排他的なパラメータを設定する"
373+
msgstr "相互に排他的なパラメータを設定するにはどうしたらよいでしょうか?"
377374

378375
#: ../../src/faq.md:324 a0687ce5c1f940538abc977cad83138f
379376
#, fuzzy
@@ -1087,7 +1084,7 @@ msgid ""
10871084
msgstr ""
10881085
"CWLコミュニティは、`cwlref-runner` "
10891086
"という名前のPythonパッケージを公開しており、`cwltool` のエイリアスを`cwl-"
1090-
"runner` という名前でインストールします"
1087+
"runner` という名前でインストールします"
10911088

10921089
#: ../../src/introduction/prerequisites.md:91 cc1a9b95508e44a1bf08ae75d990c301
10931090
msgid "Installing `cwl-runner` alias for cwltool with `pip`."
@@ -1863,7 +1860,7 @@ msgid ""
18631860
"[`InitialWorkDirRequirement`](https://w3id.org/cwl/CommandLineTool.html#InitialWorkDirRequirement)."
18641861
msgstr ""
18651862
"[`InitialWorkDirRequirement`](https://w3id.org/cwl/CommandLineTool."
1866-
"html#InitialWorkDirRequirement)から"
1863+
"html#InitialWorkDirRequirement)を使ってそのうようなファイルを生成します。"
18671864

18681865
#: ../../src/topics/creating-files-at-runtime.md:9
18691866
#: 008f768d56b8465bb4e8f4fde15853a7
@@ -3747,7 +3744,6 @@ msgstr ""
37473744
"にキャッシュされました。作成された中間ファイルを確認することができます:"
37483745

37493746
#: ../../src/topics/troubleshooting.md:44 04e80f7ce14d4d73bc5d290dcf01bcdb
3750-
#, fuzzy
37513747
msgid ""
37523748
"Each workflow step has received a unique ID (the long value that looks "
37533749
"like a hash). The `${HASH}.status` files display the status of each step "
@@ -3953,28 +3949,26 @@ msgid "`echo-uppercase-single-file.cwl`"
39533949
msgstr "`echo-uppercase-single-file.cwl`"
39543950

39553951
#: ../../src/topics/workflows.md:150 5a9a1dd6ed1f4ca6803f1d235c4fd392
3956-
#, fuzzy
39573952
msgid ""
39583953
"Having separate files helps with modularity and code organization. But it"
39593954
" can be helpful writing everything in a single file for development. "
39603955
"There are other ways to combine multiple files into a single file (e.g. "
39613956
"`cwltool --pack`) discussed further in other sections of this user guide."
39623957
msgstr ""
39633958
"ファイルを分けることは、モジュール化やコードの整理に役立ちます。しかし、開発"
3964-
"のためにすべてを1つのファイルに書いておくと便利なことがあります。複数のファイ"
3965-
"ルを1つのファイルにまとめる方法は他にもあります(例:`cwltool --pack` "
3959+
"のためにすべてを1つのファイルに書いておくと便利なことがあります。他にも複数の"
3960+
"ファイルを1つのファイルにまとめる方法があり(例:`cwltool --pack` "
39663961
")このユーザーガイドの他のセクションで詳しく説明します。"
39673962

39683963
#: ../../src/topics/workflows.md:160 277ed30d4b3a4156a4523e8d10e6ce60
3969-
#, fuzzy
39703964
msgid ""
39713965
"For a sub-workflows you need to enable the requirement "
39723966
"`SubworkflowFeatureRequirement`. It is covered in another section of this"
39733967
" user guide in more detail."
39743968
msgstr ""
3975-
"サブワークフローでは、Requirement、`SubworkflowFeatureRequirement` を有効にす"
3976-
"る必要があります。このユーザーガイドの別のセクションで、より詳しく説明してい"
3977-
"ます。"
3969+
"サブワークフロー使うにはRequirementの1つである、`SubworkflowFeatureRequireme"
3970+
"nt` を有効にする必要があります。このユーザーガイドの別のセクションで、より詳"
3971+
"しく説明しています。"
39783972

39793973
#: ../../src/topics/workflows.md:165 82818ab17aa4403eb982fd81a14a5865
39803974
msgid "Writing Workflows"
@@ -3987,7 +3981,6 @@ msgid ""
39873981
msgstr "このワークフローでは、tarファイルからJavaのソースファイルを取り出し、コンパイルします。"
39883982

39893983
#: ../../src/topics/workflows.md:170 c61097c695424f7195e8205a23b6ecff
3990-
#, fuzzy
39913984
msgid "`1st-workflow.cwl`"
39923985
msgstr "`1st-workflow.cwl`"
39933986

@@ -4122,11 +4115,11 @@ msgstr ""
41224115
"のパラメータに使用されることになり ます。"
41234116

41244117
#: ../../src/topics/workflows.md:267 04a4db2f3da94ce29e7999039ee13fde
4125-
#, fuzzy
41264118
msgid ""
41274119
"The `out` section of the workflow step lists the output parameters that "
41284120
"are expected from the tool."
4129-
msgstr "ワークフローステップの`out` セクションには、ツールから期待される出力パラメータが記載されています。"
4121+
msgstr "ワークフローステップの`out` "
4122+
"セクションには、ツールから期待される出力パラメータが記載されています。"
41304123

41314124
#: ../../src/topics/workflows.md:278 2651ee113a3d4b79b138854ebe729f48
41324125
#, fuzzy
@@ -4205,19 +4198,18 @@ msgstr ""
42054198
"workflow.cwl\" alt=\"Visualization of 1st-workflow.cwl\" /></a>"
42064199

42074200
#: ../../src/topics/workflows.md:322 7ce847ab54224452b6425de2a55ec893
4208-
#, fuzzy
42094201
msgid ""
42104202
"A CWL `Workflow` can be used as a `step` just like a `CommandLineTool`, "
42114203
"its CWL file is included with `run`. The workflow inputs (`tarball` and "
42124204
"`name_of_file_to_extract`) and outputs (`compiled_class`) then can be "
42134205
"mapped to become the step's input/outputs."
42144206
msgstr ""
4215-
"CWL`Workflow` は、`CommandLineTool` を`step` として使用することができ、その CWL ファイルは`run` "
4216-
"に記述されます。ワークフローの入力(`tarball` および`name_of_file_to_extract` "
4217-
")と出力(`compiled_class` )は、ステップの入力/出力になるようにマッピングすることができます。"
4207+
"CWL`Workflow` は、`CommandLineTool` を`step` として使用することができ、その "
4208+
"CWL ファイルは`run` に記述されます。ワークフローの入力(`tarball` "
4209+
"および`name_of_file_to_extract` )と出力(`compiled_class` "
4210+
")は、ステップの入力/出力になるようにマッピングすることができます。"
42184211

42194212
#: ../../src/topics/workflows.md:336 d621821d2c1b403cb7415b381dd883f6
4220-
#, fuzzy
42214213
msgid ""
42224214
"Our `1st-workflow.cwl` was parameterized with workflow inputs, so when "
42234215
"running it we had to provide a job file to denote the tar file and "
@@ -4231,7 +4223,6 @@ msgstr ""
42314223
"テップで再利用できることを意味するため、一般的にベストプラクティスです。"
42324224

42334225
#: ../../src/topics/workflows.md:341 358c612f175241f7bf148a04d75e00c9
4234-
#, fuzzy
42354226
msgid ""
42364227
"Here we use `default:` to hard-code `\"Hello.java\"` as the "
42374228
"`name_of_file_to_extract` input, however our workflow also requires a tar"

0 commit comments

Comments
 (0)