5
5
#
6
6
# Translators:
7
7
# tomo, 2021
8
+ # Naoki Koike, 2023
8
9
#
9
10
#, fuzzy
10
11
msgid ""
11
12
msgstr ""
12
13
"Project-Id-Version : Python 3.11\n "
13
14
"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 "
15
16
"PO-Revision-Date : 2021-06-28 01:08+0000\n "
16
- "Last-Translator : tomo, 2021 \n "
17
+ "Last-Translator : Naoki Koike, 2023 \n "
17
18
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
18
19
"ja/)\n "
19
20
"MIME-Version : 1.0\n "
@@ -24,7 +25,7 @@ msgstr ""
24
25
25
26
#: ../../library/importlib.metadata.rst:5
26
27
msgid "Using :mod:`!importlib.metadata`"
27
- msgstr ""
28
+ msgstr ":mod:`!importlib.metadata` を使う "
28
29
29
30
#: ../../library/importlib.metadata.rst:11
30
31
msgid "``importlib.metadata`` is no longer provisional."
@@ -105,6 +106,8 @@ msgstr ""
105
106
#: ../../library/importlib.metadata.rst:80
106
107
msgid "You can get the version string for ``wheel`` by running the following:"
107
108
msgstr ""
109
+ "以下のように実行することで、``wheel`` のバージョン文字列を取得することができ"
110
+ "ます:"
108
111
109
112
#: ../../library/importlib.metadata.rst:89
110
113
msgid ""
@@ -117,25 +120,30 @@ msgstr ""
117
120
#: ../../library/importlib.metadata.rst:93
118
121
msgid "You can get the :ref:`metadata for a distribution <metadata>`::"
119
122
msgstr ""
123
+ ":ref:`ディストリビューションのメタデータ <metadata>`:: を取得することができま"
124
+ "す。"
120
125
121
126
#: ../../library/importlib.metadata.rst:98
122
127
msgid ""
123
128
"You can also get a :ref:`distribution's version number <version>`, list its :"
124
129
"ref:`constituent files <files>`, and get a list of the distribution's :ref:"
125
130
"`requirements`."
126
131
msgstr ""
132
+ "また、 :ref:`配布物のバージョン番号 <version>` を取得し、 :ref:`構成ファイル "
133
+ "<files>` をリストアップし、配布物の :ref:`requirements` のリストを取得するこ"
134
+ "とができます。"
127
135
128
136
#: ../../library/importlib.metadata.rst:104
129
137
msgid "Functional API"
130
138
msgstr "機能 API"
131
139
132
140
#: ../../library/importlib.metadata.rst:106
133
141
msgid "This package provides the following functionality via its public API."
134
- msgstr ""
142
+ msgstr "本パッケージは、公開APIを通じて以下の機能を提供します。 "
135
143
136
144
#: ../../library/importlib.metadata.rst:112
137
145
msgid "Entry points"
138
- msgstr ""
146
+ msgstr "エントリポイント "
139
147
140
148
#: ../../library/importlib.metadata.rst:114
141
149
msgid ""
@@ -209,7 +217,7 @@ msgstr ""
209
217
210
218
#: ../../library/importlib.metadata.rst:189
211
219
msgid "Distribution metadata"
212
- msgstr ""
220
+ msgstr "配布物メタデータ "
213
221
214
222
#: ../../library/importlib.metadata.rst:191
215
223
msgid ""
@@ -251,7 +259,7 @@ msgstr ""
251
259
252
260
#: ../../library/importlib.metadata.rst:228
253
261
msgid "Distribution versions"
254
- msgstr ""
262
+ msgstr "配布物バージョン "
255
263
256
264
#: ../../library/importlib.metadata.rst:230
257
265
msgid ""
@@ -262,7 +270,7 @@ msgstr ""
262
270
263
271
#: ../../library/importlib.metadata.rst:241
264
272
msgid "Distribution files"
265
- msgstr ""
273
+ msgstr "配布物ファイル "
266
274
267
275
#: ../../library/importlib.metadata.rst:243
268
276
msgid ""
@@ -277,13 +285,15 @@ msgstr ""
277
285
278
286
#: ../../library/importlib.metadata.rst:260
279
287
msgid "Once you have the file, you can also read its contents::"
280
- msgstr ""
288
+ msgstr "ファイルを取得したら、その内容を読むこともできます:: "
281
289
282
290
#: ../../library/importlib.metadata.rst:271
283
291
msgid ""
284
292
"You can also use the ``locate`` method to get a the absolute path to the "
285
293
"file::"
286
294
msgstr ""
295
+ "また、 ``locate`` メソッドを使用すると、ファイルへの絶対パスを取得することが"
296
+ "できます::"
287
297
288
298
#: ../../library/importlib.metadata.rst:277
289
299
msgid ""
@@ -337,12 +347,16 @@ msgid ""
337
347
"Thus, an alternative way to get the version number is through the "
338
348
"``Distribution`` instance::"
339
349
msgstr ""
350
+ "したがって、バージョン情報を取得する別の方法として、 ``Distribution`` インス"
351
+ "タンスを使用します::"
340
352
341
353
#: ../../library/importlib.metadata.rst:334
342
354
msgid ""
343
355
"There are all kinds of additional metadata available on the ``Distribution`` "
344
356
"instance::"
345
357
msgstr ""
358
+ "``Distribution`` インスタンスには、あらゆる種類の追加メタデータが用意されてい"
359
+ "ます::"
346
360
347
361
#: ../../library/importlib.metadata.rst:342
348
362
msgid ""
@@ -377,7 +391,7 @@ msgstr ""
377
391
378
392
#: ../../library/importlib.metadata.rst:358
379
393
msgid "Extending the search algorithm"
380
- msgstr ""
394
+ msgstr "検索アルゴリズムの拡張 "
381
395
382
396
#: ../../library/importlib.metadata.rst:360
383
397
msgid ""
@@ -405,13 +419,22 @@ msgid ""
405
419
"and presents this extended interface as the ``DistributionFinder`` abstract "
406
420
"base class, which defines this abstract method::"
407
421
msgstr ""
422
+ "抽象クラス :py:class:`importlib.abc.MetaPathFinder` はPythonの importシステム"
423
+ "によってファインダーに期待されるインターフェイスを定義しています。 "
424
+ "``importlib.metadata`` はこのプロトコルを拡張し、 :data:`sys.meta_path` から"
425
+ "ファインダーにオプションの ``find_distributions`` を呼び出すことができるよう"
426
+ "にし、この拡張インターフェースを ``DistributionFinder`` 抽象基底クラスとして"
427
+ "提示し、この抽象メソッドを定義しています::"
408
428
409
429
#: ../../library/importlib.metadata.rst:387
410
430
msgid ""
411
431
"The ``DistributionFinder.Context`` object provides ``.path`` and ``.name`` "
412
432
"properties indicating the path to search and name to match and may supply "
413
433
"other relevant context."
414
434
msgstr ""
435
+ "``DistributionFinder.Context`` オブジェクトは、検索するパスと一致する名前を示"
436
+ "す ``.path`` と ``.name`` のプロパティを提供し、その他の関連するコンテキスト"
437
+ "を提供することもできます。"
415
438
416
439
#: ../../library/importlib.metadata.rst:391
417
440
msgid ""
@@ -421,3 +444,7 @@ msgid ""
421
444
"instances of this derived ``Distribution`` in the ``find_distributions()`` "
422
445
"method."
423
446
msgstr ""
447
+ "つまり、ファイルシステム以外の場所にある配布パッケージのメタデータを見つける"
448
+ "には、 ``Distribution`` をサブクラス化して抽象メソッドを実装します。そして、"
449
+ "カスタムファインダーから ``find_distributions()`` メソッドで、派生した "
450
+ "``Distribution`` のインスタンスを返します。"
0 commit comments