8000 Update translations from Transifex · python/python-docs-ja@e5e99f4 · GitHub
[go: up one dir, main page]

Skip to content

Commit e5e99f4

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent 7ec7cad commit e5e99f4

File tree

2 files changed

+52
-12
lines changed

2 files changed

+52
-12
lines changed

library/importlib.metadata.po

Lines changed: 37 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# tomo, 2021
8+
# Naoki Koike, 2023
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
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
2627
msgid "Using :mod:`!importlib.metadata`"
27-
msgstr ""
28+
msgstr ":mod:`!importlib.metadata` を使う"
2829

2930
#: ../../library/importlib.metadata.rst:11
3031
msgid "``importlib.metadata`` is no longer provisional."
@@ -105,6 +106,8 @@ msgstr ""
105106
#: ../../library/importlib.metadata.rst:80
106107
msgid "You can get the version string for ``wheel`` by running the following:"
107108
msgstr ""
109+
"以下のように実行することで、``wheel`` のバージョン文字列を取得することができ"
110+
"ます:"
108111

109112
#: ../../library/importlib.metadata.rst:89
110113
msgid ""
@@ -117,25 +120,30 @@ msgstr ""
117120
#: ../../library/importlib.metadata.rst:93
118121
msgid "You can get the :ref:`metadata for a distribution <metadata>`::"
119122
msgstr ""
123+
":ref:`ディストリビューションのメタデータ <metadata>`:: を取得することができま"
124+
"す。"
120125

121126
#: ../../library/importlib.metadata.rst:98
122127
msgid ""
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`."
126131
msgstr ""
132+
"また、 :ref:`配布物のバージョン番号 <version>` を取得し、 :ref:`構成ファイル "
133+
"<files>` をリストアップし、配布物の :ref:`requirements` のリストを取得するこ"
134+
"とができます。"
127135

128136
#: ../../library/importlib.metadata.rst:104
129137
msgid "Functional API"
130138
msgstr "機能 API"
131139

132140
#: ../../library/importlib.metadata.rst:106
133141
msgid "This package provides the following functionality via its public API."
134-
msgstr ""
142+
msgstr "本パッケージは、公開APIを通じて以下の機能を提供します。"
135143

136144
#: ../../library/importlib.metadata.rst:112
137145
msgid "Entry points"
138-
msgstr ""
146+
msgstr "エントリポイント"
139147

140148
#: ../../library/importlib.metadata.rst:114
141149
msgid ""
@@ -209,7 +217,7 @@ msgstr ""
209217

210218
#: ../../library/importlib.metadata.rst:189
211219
msgid "Distribution metadata"
212-
msgstr ""
220+
msgstr "配布物メタデータ"
213221

214222
#: ../../library/importlib.metadata.rst:191
215223
msgid ""
@@ -251,7 +259,7 @@ msgstr ""
251259

252260
#: ../../library/importlib.metadata.rst:228
253261
msgid "Distribution versions"
254-
msgstr ""
262+
msgstr "配布物バージョン"
255263

256264
#: ../../library/importlib.metadata.rst:230
257265
msgid ""
@@ -262,7 +270,7 @@ msgstr ""
262270

263271
#: ../../library/importlib.metadata.rst:241
264272
msgid "Distribution files"
265-
msgstr ""
273+
msgstr "配布物ファイル"
266274

267275
#: ../../library/importlib.metadata.rst:243
268276
msgid ""
@@ -277,13 +285,15 @@ msgstr ""
277285

278286
#: ../../library/importlib.metadata.rst:260
279287
msgid "Once you have the file, you can also read its contents::"
280-
msgstr ""
288+
msgstr "ファイルを取得したら、その内容を読むこともできます::"
281289

282290
#: ../../library/importlib.metadata.rst:271
283291
msgid ""
284292
"You can also use the ``locate`` method to get a the absolute path to the "
285293
"file::"
286294
msgstr ""
295+
"また、 ``locate`` メソッドを使用すると、ファイルへの絶対パスを取得することが"
296+
"できます::"
287297

288298
#: ../../library/importlib.metadata.rst:277
289299
msgid ""
@@ -337,12 +347,16 @@ msgid ""
337347
"Thus, an alternative way to get the version number is through the "
338348
"``Distribution`` instance::"
339349
msgstr ""
350+
"したがって、バージョン情報を取得する別の方法として、 ``Distribution`` インス"
351+
"タンスを使用します::"
340352

341353
#: ../../library/importlib.metadata.rst:334
342354
msgid ""
343355
"There are all kinds of additional metadata available on the ``Distribution`` "
344356
"instance::"
345357
msgstr ""
358+
"``Distribution`` インスタンスには、あらゆる種類の追加メタデータが用意されてい"
359+
"ます::"
346360

347361
#: ../../library/importlib.metadata.rst:342
348362
msgid ""
@@ -377,7 +391,7 @@ msgstr ""
377391

378392
#: ../../library/importlib.metadata.rst:358
379393
msgid "Extending the search algorithm"
380-
msgstr ""
394+
msgstr "検索アルゴリズムの拡張"
381395

382396
#: ../../library/importlib.metadata.rst:360
383397
msgid ""
@@ -405,13 +419,22 @@ msgid ""
405419
"and presents this extended interface as the ``DistributionFinder`` abstract "
406420
"base class, which defines this abstract method::"
407421
msgstr ""
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
410430
msgid ""
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."
414434
msgstr ""
435+
"``DistributionFinder.Context`` オブジェクトは、検索するパスと一致する名前を示"
436+
"す ``.path`` と ``.name`` のプロパティを提供し、その他の関連するコンテキスト"
437+
"を提供することもできます。"
415438

416439
#: ../../library/importlib.metadata.rst:391
417440
msgid ""
@@ -421,3 +444,7 @@ msgid ""
421444
"instances of this derived ``Distribution`` in the ``find_distributions()`` "
422445
"method."
423446
msgstr ""
447+
"つまり、ファイルシステム以外の場所にある配布パッケージのメタデータを見つける"
448+
"には、 ``Distribution`` をサブクラス化して抽象メソッドを実装します。そして、"
449+
"カスタムファインダーから ``find_distributions()`` メソッドで、派生した "
450+
"``Distribution`` のインスタンスを返します。"

library/subprocess.po

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,16 @@
1313
# Arihiro TAKASE, 2023
1414
# tomo, 2023
1515
# Nozomu Kaneko <nozom.kaneko@gmail.com>, 2023
16+
# Naoki Koike, 2023
1617
#
1718
#, fuzzy
1819
msgid ""
1920
msgstr ""
2021
"Project-Id-Version: Python 3.11\n"
2122
"Report-Msgid-Bugs-To: \n"
22-
"POT-Creation-Date: 2023-05-08 19:31+0000\n"
23+
"POT-Creation-Date: 2023-05-12 14:12+0000\n"
2324
"PO-Revision-Date: 2021-06-28 01:14+0000\n"
24-
"Last-Translator: Nozomu Kaneko <nozom.kaneko@gmail.com>, 2023\n"
25+
"Last-Translator: Naoki Koike, 2023\n"
2526
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
2627
"ja/)\n"
2728
"MIME-Version: 1.0\n"
@@ -222,6 +223,10 @@ msgid ""
222223
"\\System32\\cmd.exe``. As a result, dropping a malicious program named ``cmd."
223224
"exe`` into a current directory no longer works."
224225
msgstr ""
226+
"``shell=True`` のときのWindowsシェル検索順序を変更しました。カレントディレク"
227+
"トリと ``%PATH%`` は、 ``%COMSPEC%`` と ``%SystemRoot%\\System32\\cmd.exe`` "
228+
"に置き換えられました。これにより、 ``cmd.exe`` という名前の悪意のあるプログラ"
229+
"ムをカレントディレクトリにドロップしても、動作しなくなりました。"
225230

226231
#: ../../library/subprocess.rst:124
227232
msgid ""
@@ -340,6 +345,10 @@ msgid ""
340345
"any output was captured regardless of the ``text=True`` setting. It may "
341346
"remain ``None`` instead of ``b''`` when no output was observed."
342347
msgstr ""
348+
":func:`run` にまたは :func:`check_output` によって捕捉された場合は、子プロセ"
349+
"スの出力となり、それ以外の場合は ``None`` となります。``text=True`` の設定に"
350+
"関係なく、出力が捕捉された場合は常に :class:`bytes` となります。出力がない場"
351+
"合は ``b''`` の代わりに``None`` のままになることがあります。"
343352

344353
#: ../../library/subprocess.rst:213 ../../library/subprocess.rst:250
345354
msgid "Alias for output, for symmetry with :attr:`stderr`."
@@ -352,6 +361,10 @@ msgid ""
352361
"captured regardless of the ``text=True`` setting. It may remain ``None`` "
353362
"instead of ``b''`` when no stderr output was observed."
354363
msgstr ""
364+
":func:`run` によって捕捉された場合、子プロセスの標準エラー出力が表示され、そ"
365+
"れ以外の場合は ``None`` となります。``text=True`` の設定に関係なく、標準エ"
366+
"ラー出力を捕捉した場合は常に :class:`bytes` となります。標準エラー出力がない"
367+
"場合は、``b''`` の代わりに ``None`` のままになることがあります。"
355368

356369
#: ../../library/subprocess.rst:224 ../../library/subprocess.rst:257
357370
msgid "*stdout* and *stderr* attributes added"

0 commit comments

Comments
 (0)
0