@@ -12,7 +12,7 @@ msgstr ""
1212"Project-Id-Version: Python Packaging User Guide\n"
1313"Report-Msgid-Bugs-To: \n"
1414"POT-Creation-Date: 2025-08-11 12:33+0000\n"
15- "PO-Revision-Date: 2025-08-14 11 :02+0000\n"
15+ "PO-Revision-Date: 2025-08-15 23 :02+0000\n"
1616"Last-Translator: moto kawasaki <moto@kawasaki3.org>\n"
1717"Language-Team: Japanese <https://hosted.weblate.org/projects/pypa/"
1818"packaging-python-org/ja/>\n"
@@ -21,7 +21,7 @@ msgstr ""
2121"Content-Type: text/plain; charset=UTF-8\n"
2222"Content-Transfer-Encoding: 8bit\n"
2323"Plural-Forms: nplurals=1; plural=0;\n"
24- "X-Generator: Weblate 5.13-dev \n"
24+ "X-Generator: Weblate 5.13\n"
2525
2626#: ../source/contribute.rst:5
2727msgid "Contribute to this guide"
@@ -9251,10 +9251,18 @@ msgid ""
92519251"``[project]`` in your :file:`pyproject.toml` if your packaging tool supports "
92529252"it, or in its config file/section. You're done!"
92539253msgstr ""
9254+ "これを適用するには、単にリポジトリのルートディレクトリにある "
9255+ ":file:`LICENSE.txt` と名付けられたファイルに `テキスト <chooseamitlicense_>`"
9256+ "__ "
9257+ "を貼り付けて、年とあなたの名前をコピーライトの行に追加して下さい。それから、"
9258+ "パッケージングツールがサポートしている場合は ``license = \"MIT\"`` を "
9259+ ":file:`pyproject.toml` の中の ``[project]`` "
9260+ "の下か、あるいは、設定ファイル・節の中に追加してください。これで出来上がりで"
9261+ "す。"
92549262
92559263#: ../source/guides/licensing-examples-and-user-scenarios.rst:261
92569264msgid "I want to distribute my project under a specific license"
9257- msgstr ""
9265+ msgstr "プロジェクトを特定のライセンスの下で配布したい "
92589266
92599267#: ../source/guides/licensing-examples-and-user-scenarios.rst:263
92609268msgid ""
@@ -9266,6 +9274,16 @@ msgid ""
92669274"``LICENSE-ID`` and copyable license text on sites like `ChooseALicense "
92679275"<choosealicenselist_>`__ or `SPDX <spdxlist_>`__."
92689276msgstr ""
9277+ "特定のライセンスを使用するには、もし :file:`LICENSE` または :file:`COPYING` "
9278+ "で始まるファイルを既に置いているのでなければ、"
9279+ "単にリポジトリのルートディレクトリにある :file:`LICENSE.txt` "
9280+ "ファイルの中にそのテキストを貼り付けて、 "
9281+ "使っているパッケージングツールがサポートしているなら :file:`pyproject.toml` "
9282+ "の中の ``[project]`` の下に ``license = \"LICENSE-ID\"`` "
9283+ "を追加するか、そうでなければ設定ファイルの中に追加すれば良いだけです。 `"
9284+ "ChooseALicense <choosealicenselist_>`__ や `SPDX <spdxlist_>`__ "
9285+ "のようなサイトに行けば、 ``LICENSE-ID`` "
9286+ "とコピー可能なライセンス条項を見つけることができるでしょう。"
92699287
92709288#: ../source/guides/licensing-examples-and-user-scenarios.rst:272
92719289msgid ""
0 commit comments