@@ -13,7 +13,7 @@ msgstr ""
1313"Project-Id-Version: Python Packaging User Guide\n"
1414"Report-Msgid-Bugs-To: \n"
1515"POT-Creation-Date: 2026-02-03 23:55+0000\n"
16- "PO-Revision-Date: 2026-02-03 01:02 +0000\n"
16+ "PO-Revision-Date: 2026-02-05 03:01 +0000\n"
1717"Last-Translator: moto kawasaki <moto@kawasaki3.org>\n"
1818"Language-Team: Japanese <https://hosted.weblate.org/projects/pypa/packaging-"
1919"python-org/ja/>\n"
@@ -3937,9 +3937,8 @@ msgid ""
39373937"<Import Package>` by providing a package level ``__version__`` attribute::"
39383938msgstr ""
39393939"多くのプロジェクトでは、パッケージレベルの ``__version__`` アトリビュートを提"
3940- "供することで、トップレベルの :term:`インポートパッケージ <Import "
3941- "Package>`:term:`インポートパッケージ <Import Package>` にバージョン番号を付与"
3942- "することも選択しています::"
3940+ "供することで、トップレベルの :term:`インポートパッケージ <Import Package>` に"
3941+ "バージョン番号を付与することも選択しています::"
39433942
39443943#: ../source/discussions/versioning.rst:194
39453944msgid ""
@@ -3974,12 +3973,13 @@ msgid ""
39743973"missing [#fallback-to-dist-version]_."
39753974msgstr ""
39763975"インポートされたパッケージやモジュールはランタイムのバージョン情報をこのやり"
3977- "方で公開することを *要求* されてはいない (:pep:`396` で撤回された提案を見てく"
3978- "ださい) ので、 ``__version__`` アトリビュートは、それを提供するものとして知ら"
3979- "れているインターフェース (あるプロジェクトが自身のバージョン番号やその直接の"
3980- "依存先のバージョン番号を問い合わせるなど) だけから問い合わせを受けるか、また"
3981- "は、問い合わせる側のコードがアトリビュート欠損の場合 [#fallback-to-dist-"
3982- "version]_ を取り扱えるように設計されているかのいずれかであるべきです。"
3976+ "方で公開することを *要求* されてはいない ( :pep:`PEP 396 <396>` で撤回された"
3977+ "提案を見てください) ので、 ``__version__`` アトリビュートは、それを提供するも"
3978+ "のとして知られているインターフェース (あるプロジェクトが自身のバージョン番号"
3979+ "やその直接の依存先のバージョン番号を問い合わせるなど) だけから問い合わせを受"
3980+ "けるか、または、問い合わせる側のコードがアトリビュート欠損の場合 [#fallback-"
3981+ "to-dist-version]_ を取り扱えるように設計されているかのいずれかであるべきです"
3982+ "。"
39833983
39843984#: ../source/discussions/versioning.rst:210
39853985msgid ""
@@ -4481,9 +4481,9 @@ msgid ""
44814481"Archive` (``PKG-INFO`` in a :term:`Sdist <Source Distribution (or "
44824482"\"sdist\")>` and ``METADATA`` in a :term:`Wheel`)."
44834483msgstr ""
4484- "インストールされた :term:`プロジェクト <Project>` (``METADATA`` ファイル) "
4485- "や :term:`配布物アーカイブ <Distribution Archive>` (:term:`Sdist <Source "
4486- "Distribution (または \"sdist\")>` の中の ``PKG-INFO`` や :term:`Wheel` 内の "
4484+ "インストールされた :term:`プロジェクト <Project>` (``METADATA`` ファイル) や "
4485+ ":term:`配布物アーカイブ <Distribution Archive>` ( :term:`Sdist <Source "
4486+ "Distribution (or \"sdist\")>` の中の ``PKG-INFO`` や :term:`Wheel` 内の "
44874487"``METADATA``) の内部に含まれる場合に :term:`コアとなるメタデータ <Core "
44884488"Metadata>` が具体的な形式を取ることになります。"
44894489
@@ -17832,26 +17832,17 @@ msgstr ""
1783217832"WHEEL は、パッケージをビルドする部分に特化した wheel のメタデータです。"
1783317833
1783417834#: ../source/specifications/binary-distribution-format.rst:239
17835- #, fuzzy
17836- #| msgid ""
17837- #| "RECORD is a list of (almost) all the files in the wheel and their secure "
17838- #| "hashes. Unlike PEP 376, every file except RECORD, which cannot contain a "
17839- #| "hash of itself, must include its hash. The hash algorithm must be sha256 "
17840- #| "or better; specifically, md5 and sha1 are not permitted, as signed wheel "
17841- #| "files rely on the strong hashes in RECORD to validate the integrity of "
17842- #| "the archive."
1784317835msgid ""
1784417836"RECORD is a list of (almost) all the files in the wheel and their secure "
1784517837"hashes. Unlike PEP 376, every file except RECORD, which cannot contain a "
1784617838"hash of itself, must include its hash. The hash algorithm must be sha256 or "
1784717839"better; specifically, md5 and sha1 are not permitted."
1784817840msgstr ""
17849- "RECORD は、 wheel に含まれる (ほとんど) 全てのファイルとそのセキュアなハッ"
17850- "シュ値のリストです。 PEP 376 とは異なり、自分自身のハッシュ値を内包することは"
17851- "不可能な RECORD を除く各ファイルのハッシュ値が含まれていなければなりません。"
17852- "署名済みの wheel ファイルがアーカイブの完全性を検証するのに RECORD 内の暗号学"
17853- "的に強いハッシュ値に依存しているので、ハッシュ計算のアルゴリズムは sha256 以"
17854- "上でなければならず、特に md5 とsha1 は許されません。"
17841+ "RECORD は、 wheel に含まれる (ほとんど) 全てのファイルとそのセキュアな"
17842+ "ハッシュ値のリストです。 PEP 376 とは異なり、自分自身のハッシュ値を内包するこ"
17843+ "とは不可能な RECORD を除く個々のファイルのハッシュ値が含まれていなければなり"
17844+ "ません。ハッシュ計算のアルゴリズムは sha256 以上でなければならず、特に md5 と"
17845+ "sha1 は許されません。"
1785517846
1785617847#: ../source/specifications/binary-distribution-format.rst:244
1785717848msgid "PEP 376's INSTALLER and REQUESTED are not included in the archive."
@@ -17864,24 +17855,24 @@ msgid ""
1786417855"and other tools must not add them to wheels anymore, installers should be "
1786517856"aware that these files may still be part of some wheels."
1786617857msgstr ""
17858+ "RECORD.jws および RECORD.p7s は非推奨になりました。これらがまだ使われている場"
17859+ "所では、 RECORD.jws と RECORD.p7s のいずれも RECORD の中で言及してはなりませ"
17860+ "ん。ビルドバックエンドとその他のツール類はもはやこれらを wheel ファイルに追加"
17861+ "してはならず、 インストーラはこれらのファイルがまだその一部をなすような "
17862+ "wheel ファイルも存在するということを認識しておくべきです。"
1786717863
1786817864#: ../source/specifications/binary-distribution-format.rst:250
17869- #, fuzzy
17870- #| msgid ""
17871- #| "During extraction, wheel installers verify all the hashes in RECORD "
17872- #| "against the file contents. Apart from RECORD and its signatures, "
17873- #| "installation will fail if any file in the archive is not both mentioned "
17874- #| "and correctly hashed in RECORD."
1787517865msgid ""
1787617866"During extraction, wheel installers verify all the hashes in RECORD against "
1787717867"the file contents. Apart from RECORD, RECORD.jws and RECORD.p7s, "
1787817868"installation will fail if any file in the archive is not both mentioned and "
1787917869"correctly hashed in RECORD."
1788017870msgstr ""
1788117871"展開中に wheel インストーラは RECORD 内のハッシュ値と実際のファイルの内容 (の"
17882- "ハッシュ値) をすべて検証します。 RECORD とその署名による検証に加えて、アーカ"
17883- "イブの中のいずれかのファイルが RECORD にリストされていないか、または、正しく"
17884- "ハッシュされていない時にはインストールがフェイルするでしょう。"
17872+ "ハッシュ値) をすべて検証します。 RECORD ・ RECORD.jws ・ RECORD.p7s による検"
17873+ "証とは別に、アーカイブの中のいずれかのファイルが RECORD にリストされていない"
17874+ "か、または、ハッシュ値が正しくない時には、インストールがフェイルするでしょう"
17875+ "。"
1788517876
1788617877#: ../source/specifications/binary-distribution-format.rst:256
1788717878msgid "Subdirectories in :file:`.dist-info/`"
@@ -18209,7 +18200,7 @@ msgstr ""
1820918200
1821018201#: ../source/specifications/binary-distribution-format.rst:393
1821118202msgid "January 2026: Deprecate RECORD.jws and RECORD.p7s :pep:`815`."
18212- msgstr ""
18203+ msgstr "2026年1月: :pep:`815` で RECORD.jws および RECORD.p7s が非推奨になりました。 "
1821318204
1821418205#: ../source/specifications/binary-distribution-format.rst:397
1821518206msgid "Appendix"
0 commit comments