55#
66# Translators:
77# tomo, 2021
8+ # Naoki Koike, 2023
89#
910#, fuzzy
1011msgid ""
1112msgstr ""
1213"Project-Id-Version : Python 3.11\n "
1314"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2023-04-28 14:13 +0000\n "
15+ "POT-Creation-Date : 2023-05-12 14:12 +0000\n "
1516"PO-Revision-Date : 2021-06-28 01:08+0000\n "
16- "Last-Translator : tomo, 2021 \n "
17+ "Last-Translator : Naoki Koike, 2023 \n "
1718"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
1819"ja/)\n "
1920"MIME-Version : 1.0\n "
@@ -24,7 +25,7 @@ msgstr ""
2425
2526#: ../../library/importlib.metadata.rst:5
2627msgid "Using :mod:`!importlib.metadata`"
27- msgstr ""
28+ msgstr ":mod:`!importlib.metadata` を使う "
2829
2930#: ../../library/importlib.metadata.rst:11
3031msgid "``importlib.metadata`` is no longer provisional."
@@ -105,6 +106,8 @@ msgstr ""
105106#: ../../library/importlib.metadata.rst:80
106107msgid "You can get the version string for ``wheel`` by running the following:"
107108msgstr ""
109+ "以下のように実行することで、``wheel`` のバージョン文字列を取得することができ"
110+ "ます:"
108111
109112#: ../../library/importlib.metadata.rst:89
110113msgid ""
@@ -117,25 +120,30 @@ msgstr ""
117120#: ../../library/importlib.metadata.rst:93
118121msgid "You can get the :ref:`metadata for a distribution <metadata>`::"
119122msgstr ""
123+ ":ref:`ディストリビューションのメタデータ <metadata>`:: を取得することができま"
124+ "す。"
120125
121126#: ../../library/importlib.metadata.rst:98
122127msgid ""
123128"You can also get a :ref:`distribution's version number <version>`, list its :"
124129"ref:`constituent files <files>`, and get a list of the distribution's :ref:"
125130"`requirements`."
126131msgstr ""
132+ "また、 :ref:`配布物のバージョン番号 <version>` を取得し、 :ref:`構成ファイル "
133+ "<files>` をリストアップし、配布物の :ref:`requirements` のリストを取得するこ"
134+ "とができます。"
127135
128136#: ../../library/importlib.metadata.rst:104
129137msgid "Functional API"
130138msgstr "機能 API"
131139
132140#: ../../library/importlib.metadata.rst:106
133141msgid "This package provides the following functionality via its public API."
134- msgstr ""
142+ msgstr "本パッケージは、公開APIを通じて以下の機能を提供します。 "
135143
136144#: ../../library/importlib.metadata.rst:112
137145msgid "Entry points"
138- msgstr ""
146+ msgstr "エントリポイント "
139147
140148#: ../../library/importlib.metadata.rst:114
141149msgid ""
@@ -209,7 +217,7 @@ msgstr ""
209217
210218#: ../../library/importlib.metadata.rst:189
211219msgid "Distribution metadata"
212- msgstr ""
220+ msgstr "配布物メタデータ "
213221
214222#: ../../library/importlib.metadata.rst:191
215223msgid ""
@@ -251,7 +259,7 @@ msgstr ""
251259
252260#: ../../library/importlib.metadata.rst:228
253261msgid "Distribution versions"
254- msgstr ""
262+ msgstr "配布物バージョン "
255263
256264#: ../../library/importlib.metadata.rst:230
257265msgid ""
@@ -262,7 +270,7 @@ msgstr ""
262270
263271#: ../../library/importlib.metadata.rst:241
264272msgid "Distribution files"
265- msgstr ""
273+ msgstr "配布物ファイル "
266274
267275#: ../../library/importlib.metadata.rst:243
268276msgid ""
@@ -277,13 +285,15 @@ msgstr ""
277285
278286#: ../../library/importlib.metadata.rst:260
279287msgid "Once you have the file, you can also read its contents::"
280- msgstr ""
288+ msgstr "ファイルを取得したら、その内容を読むこともできます:: "
281289
282290#: ../../library/importlib.metadata.rst:271
283291msgid ""
284292"You can also use the ``locate`` method to get a the absolute path to the "
285293"file::"
286294msgstr ""
295+ "また、 ``locate`` メソッドを使用すると、ファイルへの絶対パスを取得することが"
296+ "できます::"
287297
288298#: ../../library/importlib.metadata.rst:277
289299msgid ""
@@ -337,12 +347,16 @@ msgid ""
337347"Thus, an alternative way to get the version number is through the "
338348"``Distribution`` instance::"
339349msgstr ""
350+ "したがって、バージョン情報を取得する別の方法として、 ``Distribution`` インス"
351+ "タンスを使用します::"
340352
341353#: ../../library/importlib.metadata.rst:334
342354msgid ""
343355"There are all kinds of additional metadata available on the ``Distribution`` "
344356"instance::"
345357msgstr ""
358+ "``Distribution`` インスタンスには、あらゆる種類の追加メタデータが用意されてい"
359+ "ます::"
346360
347361#: ../../library/importlib.metadata.rst:342
348362msgid ""
@@ -377,7 +391,7 @@ msgstr ""
377391
378392#: ../../library/importlib.metadata.rst:358
379393msgid "Extending the search algorithm"
380- msgstr ""
394+ msgstr "検索アルゴリズムの拡張 "
381395
382396#: ../../library/importlib.metadata.rst:360
383397msgid ""
@@ -405,13 +419,22 @@ msgid ""
405419"and presents this extended interface as the ``DistributionFinder`` abstract "
406420"base class, which defines this abstract method::"
407421msgstr ""
422+ "抽象クラス :py:class:`importlib.abc.MetaPathFinder` はPythonの importシステム"
423+ "によってファインダーに期待されるインターフェイスを定義しています。 "
424+ "``importlib.metadata`` はこのプロトコルを拡張し、 :data:`sys.meta_path` から"
425+ "ファインダーにオプションの ``find_distributions`` を呼び出すことができるよう"
426+ "にし、この拡張インターフェースを ``DistributionFinder`` 抽象基底クラスとして"
427+ "提示し、この抽象メソッドを定義しています::"
408428
409429#: ../../library/importlib.metadata.rst:387
410430msgid ""
411431"The ``DistributionFinder.Context`` object provides ``.path`` and ``.name`` "
412432"properties indicating the path to search and name to match and may supply "
413433"other relevant context."
414434msgstr ""
435+ "``DistributionFinder.Context`` オブジェクトは、検索するパスと一致する名前を示"
436+ "す ``.path`` と ``.name`` のプロパティを提供し、その他の関連するコンテキスト"
437+ "を提供することもできます。"
415438
416439#: ../../library/importlib.metadata.rst:391
417440msgid ""
@@ -421,3 +444,7 @@ msgid ""
421444"instances of this derived ``Distribution`` in the ``find_distributions()`` "
422445"method."
423446msgstr ""
447+ "つまり、ファイルシステム以外の場所にある配布パッケージのメタデータを見つける"
448+ "には、 ``Distribution`` をサブクラス化して抽象メソッドを実装します。そして、"
449+ "カスタムファインダーから ``find_distributions()`` メソッドで、派生した "
450+ "``Distribution`` のインスタンスを返します。"
0 commit comments