@@ -12,10 +12,10 @@ msgstr ""
12
12
"Project-Id-Version: Python Packaging User Guide\n"
13
13
"Report-Msgid-Bugs-To: \n"
14
14
"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"
16
16
"Last-Translator: moto kawasaki <
[email protected] >\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"
19
19
"Language: ja\n"
20
20
"MIME-Version: 1.0\n"
21
21
"Content-Type: text/plain; charset=UTF-8\n"
@@ -9093,17 +9093,29 @@ msgid ""
9093
9093
"contain the Apache 2.0 and 2-clause BSD license text, and the Packaging "
9094
9094
"copyright statement and `license choice notice <packaginglicense_>`__."
9095
9095
msgstr ""
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
+ "があるものと思ってください。"
9096
9104
9097
9105
#: ../source/guides/licensing-examples-and-user-scenarios.rst:111
9098
9106
msgid ""
9099
9107
"Specifically, we assume the license files are located at the following paths "
9100
9108
"in the project source tree (relative to the project root and :file:"
9101
9109
"`pyproject.toml`):"
9102
9110
msgstr ""
9111
+ "明確にいうと、ライセンスファイル群はプロジェクトソースコードツリー内の以下の "
9112
+ "(プロジェクトルートと :file:`pyproject.toml` からの相対) "
9113
+ "パスに位置するものと仮定しています:"
9103
9114
9104
9115
#: ../source/guides/licensing-examples-and-user-scenarios.rst:122
9105
9116
msgid "Putting it all together, our :file:`pyproject.toml` would be:"
9106
- msgstr ""
9117
+ msgstr "これらをすべて一緒にすると、 :file:`pyproject.toml` "
9118
+ "はこんなふうになるでしょう:"
9107
9119
9108
9120
#: ../source/guides/licensing-examples-and-user-scenarios.rst:133
9109
9121
msgid ""
0 commit comments