Skip to content

Commit 15395be

Browse files
motokweblate
authored andcommitted
Translated using Weblate (Japanese)
Currently translated at 78.9% (3452 of 4372 strings) Co-authored-by: moto kawasaki <[email protected]> Translate-URL: https://hosted.weblate.org/projects/pypa/packaging-python-org/ja/ Translation: pypa/packaging.python.org
1 parent 2d55733 commit 15395be

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

locales/ja/LC_MESSAGES/messages.po

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ msgstr ""
1111
"Project-Id-Version: Python Packaging User Guide\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2025-05-20 00:17+0000\n"
14-
"PO-Revision-Date: 2025-05-20 00:17+0000\n"
14+
"PO-Revision-Date: 2025-05-21 02:01+0000\n"
1515
"Last-Translator: moto kawasaki <[email protected]>\n"
16-
"Language-Team: Japanese <https://hosted.weblate.org/projects/pypa/packaging-"
17-
"python-org/ja/>\n"
16+
"Language-Team: Japanese <https://hosted.weblate.org/projects/pypa/"
17+
"packaging-python-org/ja/>\n"
1818
"Language: ja\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=UTF-8\n"
@@ -3282,19 +3282,23 @@ msgstr ""
32823282

32833283
#: ../source/discussions/single-source-version.rst:26
32843284
msgid "In general, the options are:"
3285-
msgstr ""
3285+
msgstr "一般的に、取りうる選択肢は:"
32863286

32873287
#: ../source/discussions/single-source-version.rst:28
32883288
msgid ""
32893289
"If the code is in a version control system (VCS), such as Git, then the "
32903290
"version can be extracted from the VCS."
3291-
msgstr ""
3291+
msgstr "ソースコードが Git のようなバージョン管理システム (VCS) の中にあるなら、"
3292+
"バージョン番号は VCS から取り出すことできます。"
32923293

32933294
#: ../source/discussions/single-source-version.rst:30
32943295
msgid ""
32953296
"The version can be hard-coded into the :file:`pyproject.toml` file -- and "
32963297
"the build system can copy it into other locations it may be required."
32973298
msgstr ""
3299+
"バージョン番号は、 :file:`pyproject.toml` "
3300+
"ファイルにハードコードすることが可能です -- "
3301+
"そして、ビルドシステムがそれを要求される他の場所にコピーすることができます。"
32983302

32993303
#: ../source/discussions/single-source-version.rst:33
33003304
msgid ""
@@ -3304,10 +3308,17 @@ msgid ""
33043308
"attribute in a particular module, such as :file:`__init__.py`. The build "
33053309
"system can then extract it from the runtime location at build time."
33063310
msgstr ""
3311+
"バージョン番号の文字列をソースコードの中にハードコードすることもできます -- "
3312+
":file:`_version.txt` のような特別な目的のファイル ("
3313+
"これはプロジェクトのソースコード配布物 (パッケージ) "
3314+
"の一部として同梱されなければなりません) の中に置くか、あるいは、 "
3315+
":file:`__init__.py` "
3316+
"のような特定のモジュールの中のアトリビュートとして置くかです。ビルドシステム"
3317+
"は、ビルド時にランタイムの場所からそれを取り出すことができます。"
33073318

33083319
#: ../source/discussions/single-source-version.rst:38
33093320
msgid "Consult your build system's documentation for their recommended method."
3310-
msgstr ""
3321+
msgstr "推奨される方法を知るには、ビルドシステムの説明文書に当たってください。"
33113322

33123323
#: ../source/discussions/single-source-version.rst:40
33133324
msgid ""

0 commit comments

Comments
 (0)