@@ -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-09-17 00:41+0000\n"
15- "PO-Revision-Date: 2025-09-17 00:41 +0000\n"
15+ "PO-Revision-Date: 2025-09-18 06:02 +0000\n"
1616"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"
1919"Language: ja\n"
2020"MIME-Version: 1.0\n"
2121"Content-Type: text/plain; charset=UTF-8\n"
@@ -13497,7 +13497,7 @@ msgstr "2.4.0"
1349713497
1349813498#: ../source/guides/writing-pyproject-toml.rst:322
1349913499msgid "2.2.0"
13500- msgstr ""
13500+ msgstr "2.2.0 "
1350113501
1350213502#: ../source/guides/writing-pyproject-toml.rst:323
1350313503msgid "0.7.19"
@@ -20357,6 +20357,10 @@ msgid ""
2035720357"August 2025: Clarified that ``Dynamic`` only affects how fields must be "
2035820358"treated when building a wheel from a sdist, not when modifying a wheel."
2035920359msgstr ""
20360+ "2025年8月: ``動的 <Dynamic>`` "
20361+ "指定がそのフィールドの取り扱いに影響を与えるのは、 sdist から wheel "
20362+ "をビルドする時だけであって、 wheel "
20363+ "を変換するするときには影響を与えないのだということが明確化された。"
2036020364
2036120365#: ../source/specifications/core-metadata.rst:940
2036220366msgid "August 2024: Core metadata 2.4 was approved through :pep:`639`."
@@ -20498,13 +20502,20 @@ msgid ""
2049820502"Dependency Groups MUST :ref:`normalize <name-normalization>` these names "
2049920503"before comparisons."
2050020504msgstr ""
20505+ "``[dependency-groups]`` キーは、ある時には \"group names\" とも呼ばれますが、"
20506+ " :ref:`正当な非標準化名称 <name-format>` でなければなりません。"
20507+ "依存関係グループ <Dependency Groups> を取り扱うツール類は、"
20508+ "比較の前にこのような名称を :ref:`標準化 <name-normalization>` "
20509+ "しなければなりません。"
2050120510
2050220511#: ../source/specifications/dependency-groups.rst:51
2050320512msgid ""
2050420513"Tools SHOULD prefer to present the original, non-normalized name to users, "
2050520514"and if duplicate names are detected after normalization, tools SHOULD emit "
2050620515"an error."
2050720516msgstr ""
20517+ "ツール類は、オリジナルの非標準化名称をユーザに表示することを選好するべきで、"
20518+ "標準化後に名称の重複が検出された場合にはツール類はエラーを発するべきです。"
2050820519
2050920520#: ../source/specifications/dependency-groups.rst:55
2051020521msgid ""
@@ -20513,24 +20524,29 @@ msgid ""
2051320524"Strings must be valid :ref:`dependency specifiers <dependency-specifiers>`, "
2051420525"and tables must be valid Dependency Group Includes."
2051520526msgstr ""
20527+ "要求事項リスト、つまり ``[dependency-groups]`` 内の値は、文字列やテーブル ("
20528+ "Python の ``dict``) やその混合物を含んでいても構いません。文字列は正当な "
20529+ ":ref:`依存関係指定子 <dependency-specifiers>` でなければならず、"
20530+ "テーブルは正当な Dependency Group Includes でなければなりません。"
2051620531
2051720532#: ../source/specifications/dependency-groups.rst:61
20518- #, fuzzy
20519- #| msgid "Dependency Overrides"
2052020533msgid "Dependency Group Include"
20521- msgstr "依存関係を上書きする "
20534+ msgstr "Dependency Group Include "
2052220535
2052320536#: ../source/specifications/dependency-groups.rst:63
2052420537msgid ""
2052520538"A Dependency Group Include includes another Dependency Group in the current "
2052620539"group."
20527- msgstr ""
20540+ msgstr "Dependency Group Include "
20541+ "は、現在のグループに他の依存関係グループをインクルードするものです。"
2052820542
2052920543#: ../source/specifications/dependency-groups.rst:66
2053020544msgid ""
2053120545"An include is a table with exactly one key, ``\"include-group\"``, whose "
2053220546"value is a string, the name of another Dependency Group."
2053320547msgstr ""
20548+ "include は正確に一つだけのキーを持つテーブルで ``\"include-group\"`` "
20549+ "といい、その値は他の依存関係グループの名称文字列です。"
2053420550
2053520551#: ../source/specifications/dependency-groups.rst:69
2053620552msgid ""
0 commit comments