Skip to content

Commit 4805a9a

Browse files
weblatemr-cmanabuishii
authored
Translations update from Hosted Weblate (#434)
* Translated using Weblate (Japanese) Currently translated at 49.1% (294 of 598 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 --------- Co-authored-by: Michael Crusoe <[email protected]> Co-authored-by: Manabu ISHII <[email protected]>
1 parent 1585ac0 commit 4805a9a

File tree

1 file changed

+26
-13
lines changed

1 file changed

+26
-13
lines changed

locales/ja/LC_MESSAGES/user_guide.po

Lines changed: 26 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-10-20 04:13+0000\n"
11+
"PO-Revision-Date: 2023-11-09 05:34+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.1\n"
20+
"X-Generator: Weblate 5.2-dev\n"
2121

2222
#: ../../LICENSE.md:2 4e203044f0464fd5a3256430391dde12
2323
msgid "Licenses"
@@ -146,9 +146,8 @@ msgid "FAQ"
146146
msgstr "よくある質問"
147147

148148
#: ../../src/faq.md:11 61edb787dab04ca2ad3ed07616d878a0
149-
#, fuzzy
150149
msgid "Non \"`File`\" Types Using `evalFrom`"
151-
msgstr "\"`File`\" 型をつかわず `evalFrom`を使う方法"
150+
msgstr "\"`File`\" 型をつかわず `evalFrom`を使う方法"
152151

153152
#: ../../src/faq.md:41 d5321589e7ed4f0db3c630cc39800791
154153
msgid "Rename an Input File"
@@ -194,7 +193,7 @@ msgstr ""
194193

195194
#: ../../src/faq.md:89 1a8cc75ea6174b9297871b2e58971077
196195
msgid "Start with adding a _shebang_ at the top of your file:"
197-
msgstr "まず、ファイルの先頭に_shebang_ を追加します:"
196+
msgstr "まず、ファイルの先頭に _shebang_ を追加します:"
198197

199198
#: ../../src/faq.md:95 a7d84f740a714ec588503ee084fbbc34
200199
msgid ""
@@ -1541,18 +1540,18 @@ msgid ""
15411540
"Metadata and Authorship section of this User Guide](../topics/metadata-and-"
15421541
"authorship.md)."
15431542
msgstr ""
1544-
"CW定義にメタデータを与える例については、[このユーザーガイドのメタデータと著"
1545-
"者名のセクション](../topics/metadata-and-authorship.md)を参照してください。"
1543+
"CW定義にメタデータを与える例については、 "
1544+
"[このユーザーガイドのメタデータと著者名のセクション](../topics/metadata-and-"
1545+
"authorship.md)を参照してください。"
15461546

15471547
#: ../../src/topics/best-practices.md:40 ecf2b9c0b1664afe9c4e180610610021
1548-
#, fuzzy
15491548
msgid ""
15501549
"Include [attribution information][license-example] for the author(s) of the "
15511550
"CWL tool or workflow description. Use unambiguous identifiers like [ORCID]"
15521551
"[orcid]."
15531552
msgstr ""
1554-
"CWLツールやワークフローの定義の著者の[帰属情報][ライセンス例]を含みます。[ORC"
1555-
"ID][orcid]のような曖昧でない識別子を使用してください。"
1553+
"CWLツールやワークフローの定義の著者の[帰属情報][license-example]を含みます。["
1554+
"ORCID][orcid]のような曖昧でない識別子を使用してください。"
15561555

15571556
#: ../../src/topics/best-practices.md:44 e24cb13d98014e558b6a6946758359e0
15581557
msgid ""
@@ -1663,15 +1662,14 @@ msgstr "ツール定義を同僚(できれば別の機関の人)に渡し、
16631662
"ックをもらいましょう。"
16641663

16651664
#: ../../src/topics/best-practices.md:93 f1c1340f9745458980e0fbd641738687
1666-
#, fuzzy
16671665
msgid ""
16681666
"Complex workflows with individual components which can be abstracted should "
16691667
"utilise the [`SubworkflowFeatureRequirement`][subworkflow] to make their "
16701668
"workflow modular and allow sections of them to be easily reused."
16711669
msgstr ""
16721670
"抽象化できる個々のコンポーネントを持つ複雑なワークフローは、ワークフローをモ"
16731671
"ジュール化し、その一部を容易に再利用できるようにするために、[`SubworkflowFeat"
1674-
"ureRequirement`][サブワークフロー]を利用します。"
1672+
"ureRequirement`][subworkflow]を利用します。"
16751673

16761674
#: ../../src/topics/best-practices.md:97 5424e5472c3d466fa2a3d2022c6cb475
16771675
#, fuzzy
@@ -2516,10 +2514,12 @@ msgstr "次のチュートリアルで、`$namespaces` と`$schemas` "
25162514
"の部分をより詳しく説明しますので、今は気にしないでください。"
25172515

25182516
#: ../../src/topics/file-formats.md:17 5cb830da47464a8b9c3950983fa4d56f
2517+
#, fuzzy
25192518
msgid ""
25202519
"Note that for added value `cwltool` can do some basic reasoning based on "
25212520
"file formats and warn you if there seem to be some obvious mismatches."
2522-
msgstr ""
2521+
msgstr "なお、さらなる利点として`cwltool` は、ファイル形式に基づく基本的な推論を行い"
2522+
"、明らかな不一致があるようであれば警告を発します。"
25232523

25242524
#: ../../src/topics/file-formats.md:20 0535d5de416b4ea3b2f5996583deecc1
25252525
msgid "`metadata_example.cwl`"
@@ -2536,24 +2536,34 @@ msgid "Sample Parameter Files"
25362536
msgstr "サンプルパラメーターファイル"
25372537

25382538
#: ../../src/topics/file-formats.md:34 a2ce43b391864e8bbde16328cc19b32b
2539+
#, fuzzy
25392540
msgid ""
25402541
"Below is an example of a parameter file for the example above. We encourage "
25412542
"checking in working examples of parameter files for your tool. This allows "
25422543
"others to quickly work with your tool, starting from a \"known good\" "
25432544
"parameterization."
25442545
msgstr ""
2546+
"以下は、上記の例のパラメータファイルの例です。あなたのツールのパラメータファ"
2547+
"イルの実例をチェックすることをお勧めします。これにより、他の人が「既知の良い"
2548+
"」パラメータ化から始めて、あなたのツールで素早く作業することができます。"
25452549

25462550
#: ../../src/topics/file-formats.md:39 aebee48b742c4145a600fd2daf8c75dc
25472551
msgid "`sample.yml`"
25482552
msgstr "`sample.yml`"
25492553

25502554
#: ../../src/topics/file-formats.md:45 56ee4dcfff6141d5bef80eb96559876d
2555+
#, fuzzy
25512556
msgid ""
25522557
"___Note:___ To follow the example below, you need to download the example "
25532558
"input file, *file-formats.bam*. The file is available from <https://github."
25542559
"com/common-workflow-language/user_guide/raw/main/src/_includes/cwl/file-"
25552560
"formats/file-formats.bam> and can be downloaded e.g. via `wget`:"
25562561
msgstr ""
2562+
"___注:___ 以下の例に実行するには、例の入力ファイル、*file-formats.bam* "
2563+
"をダウンロードする必要があります。このファイルは<https://github.com/"
2564+
"common-workflow-language/user_guide/raw/main/src/_includes/cwl/file-formats/"
2565+
"file-formats.bam> から入手可能で、`wget` "
2566+
"などでダウンロードすることができます:"
25572567

25582568
#: ../../src/topics/index.md:1 8d3a6d83e2e54c56995893c41590b7ff
25592569
msgid "Topics"
@@ -2623,11 +2633,14 @@ msgstr ""
26232633
"間を省くことができます:"
26242634

26252635
#: ../../src/topics/inputs.md:40 7dc630ea86464b1dba3a4e5079260b3b
2636+
#, fuzzy
26262637
msgid ""
26272638
"You can redirect the output to a file, i.e. `cwltool --make-template inp.cwl "
26282639
"> inp-job.yml`, and then modify the default values with your desired input "
26292640
"values."
26302641
msgstr ""
2642+
"`cwltool --make-template inp.cwl &gt; inp-job.yml` のように、出力をファイルに"
2643+
"リダイレクトし、デフォルト値を希望の入力値で修正することができます。"
26312644

26322645
#: ../../src/topics/inputs.md:44 ae37901a8dbe48a59e27ab4e2e6e2d30
26332646
msgid ""

0 commit comments

Comments
 (0)