@@ -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-17 01:01 +0000\n"
1616"Last-Translator: moto kawasaki <
[email protected] >\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,23 +9274,37 @@ 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 ""
92729290"Many popular code hosts, project templates and packaging tools can add the "
92739291"license file for you, and may support the expression as well in the future."
92749292msgstr ""
9293+ "多くの人気のあるソースコードホスト・プロジェクトテンプレート・パッケージング"
9294+ "ツールによってライセンスファイルを加えることができ、将来に渡って表現をサポー"
9295+ "トするでしょう。"
92759296
92769297#: ../source/guides/licensing-examples-and-user-scenarios.rst:277
92779298msgid "I maintain an existing package that's already licensed"
9278- msgstr ""
9299+ msgstr "既にライセンスが付与された既存パッケージを維持管理しています "
92799300
92809301#: ../source/guides/licensing-examples-and-user-scenarios.rst:279
92819302msgid ""
92829303"If you already have license files and metadata in your project, you should "
92839304"only need to make a couple of tweaks to take advantage of the new "
92849305"functionality."
9285- msgstr ""
9306+ msgstr "ライセンスファイルやプロジェクト内のメタデータが既に存在しているなら、新機能"
9307+ "の利点を得るためには2,3の捻りを加えるだけで良いはずです。"
92869308
92879309#: ../source/guides/licensing-examples-and-user-scenarios.rst:283
92889310msgid ""
@@ -9294,6 +9316,15 @@ msgid ""
92949316"otherwise, check the `SPDX license list <spdxlist_>`__ for the identifier "
92959317"that matches the license used in your project."
92969318msgstr ""
9319+ "プロジェクト設定ファイルにおいて、ライセンス条項を ``license`` "
9320+ "(:file:`pyproject.toml` の ``[project]`` テーブル) "
9321+ "の下か、使っているパッケージングツールでの相当する場所に置き、"
9322+ "古いやり方である ``license`` テーブルサブキーや ``License::`` "
9323+ "分類子を取り除くのを忘れないでください。既存の ``license`` 値は、"
9324+ "そのままでも正当なもの (例えば ``MIT`` や ``Apache-2.0 OR BSD-2-Clause`` 等) "
9325+ "かもしれません; そうでなければ、"
9326+ "そのプロジェクトで採用しているライセンスに合致する識別子を `SPDX "
9327+ "ライセンスリスト <spdxlist_>`__ で確認して下さい。"
92979328
92989329#: ../source/guides/licensing-examples-and-user-scenarios.rst:292
92999330msgid ""
0 commit comments