@@ -12,10 +12,10 @@ msgstr ""
1212"Project-Id-Version: Python Packaging User Guide\n"
1313"Report-Msgid-Bugs-To: \n"
1414"POT-Creation-Date: 2025-08-07 14:11+0000\n"
15- "PO-Revision-Date: 2025-08-07 00:01 +0000\n"
15+ "PO-Revision-Date: 2025-08-08 21:40 +0000\n"
1616"Last-Translator: moto kawasaki <moto@kawasaki3.org>\n"
17- "Language-Team: Japanese <https://hosted.weblate.org/projects/pypa/packaging- "
18- "python-org/ja/>\n"
17+ "Language-Team: Japanese <https://hosted.weblate.org/projects/pypa/"
18+ "packaging- python-org/ja/>\n"
1919"Language: ja\n"
2020"MIME-Version: 1.0\n"
2121"Content-Type: text/plain; charset=UTF-8\n"
@@ -9093,17 +9093,29 @@ msgid ""
90939093"contain the Apache 2.0 and 2-clause BSD license text, and the Packaging "
90949094"copyright statement and `license choice notice <packaginglicense_>`__."
90959095msgstr ""
9096+ "加えて、ライセンスの要求事項次第で、パッケージ内に適切なライセンスファイルが"
9097+ "含まれていなければなりません。 :file:`LICENSE` ファイルには Setuptools や "
9098+ "``pyparsing`` や ``more_itertools`` や ``ordered-set`` が使用する MIT "
9099+ "ライセンスとコピーライトが含まれているものと思ってください; そして、:file:`"
9100+ "setuptools/_vendor/packaging/` ディレクトリの :file:`LICENSE*` "
9101+ "ファイル群には Apache 2.0 と 2 項の BSD ライセンスの文言があり、Packaging "
9102+ "コピーライト文言や `ライセンス選択通知 <packaginglicense_>`__ "
9103+ "があるものと思ってください。"
90969104
90979105#: ../source/guides/licensing-examples-and-user-scenarios.rst:111
90989106msgid ""
90999107"Specifically, we assume the license files are located at the following paths "
91009108"in the project source tree (relative to the project root and :file:"
91019109"`pyproject.toml`):"
91029110msgstr ""
9111+ "明確にいうと、ライセンスファイル群はプロジェクトソースコードツリー内の以下の "
9112+ "(プロジェクトルートと :file:`pyproject.toml` からの相対) "
9113+ "パスに位置するものと仮定しています:"
91039114
91049115#: ../source/guides/licensing-examples-and-user-scenarios.rst:122
91059116msgid "Putting it all together, our :file:`pyproject.toml` would be:"
9106- msgstr ""
9117+ msgstr "これらをすべて一緒にすると、 :file:`pyproject.toml` "
9118+ "はこんなふうになるでしょう:"
91079119
91089120#: ../source/guides/licensing-examples-and-user-scenarios.rst:133
91099121msgid ""
0 commit comments