Skip to content

Commit 2d2b5db

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent e646827 commit 2d2b5db

File tree

11 files changed

+226
-86
lines changed

11 files changed

+226
-86
lines changed

library/annotationlib.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-10-23 14:15+0000\n"
14+
"POT-Creation-Date: 2025-11-11 14:15+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

library/cmdlinelibs.po

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,17 @@
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
6+
# Translators:
7+
# qqfunc, 2025
8+
#
69
#, fuzzy
710
msgid ""
811
msgstr ""
912
"Project-Id-Version: Python 3.14\n"
1013
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-11-09 14:13+0000\n"
14+
"POT-Creation-Date: 2025-11-11 14:15+0000\n"
1215
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
16+
"Last-Translator: qqfunc, 2025\n"
1317
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
1418
"ja/)\n"
1519
"MIME-Version: 1.0\n"
@@ -20,14 +24,16 @@ msgstr ""
2024

2125
#: ../../library/cmdlinelibs.rst:5
2226
msgid "Command-line interface libraries"
23-
msgstr ""
27+
msgstr "コマンドラインインターフェースライブラリ"
2428

2529
#: ../../library/cmdlinelibs.rst:7
2630
msgid ""
2731
"The modules described in this chapter assist with implementing command line "
2832
"and terminal interfaces for applications."
2933
msgstr ""
34+
"この章で説明されているモジュールは、アプリケーション向けのコマンドラインや"
35+
"ターミナルインターフェースの実装を支援します。"
3036

3137
#: ../../library/cmdlinelibs.rst:10
3238
msgid "Here's an overview:"
33-
msgstr ""
39+
msgstr "概要は以下のとおりです:"

library/devmode.po

Lines changed: 70 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# qqfunc, 2025
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.14\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-10-27 14:15+0000\n"
15+
"POT-Creation-Date: 2025-11-11 14:15+0000\n"
1516
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
16-
"Last-Translator: python-doc bot, 2025\n"
17+
"Last-Translator: qqfunc, 2025\n"
1718
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
1819
"ja/)\n"
1920
"MIME-Version: 1.0\n"
@@ -46,28 +47,33 @@ msgstr ""
4647

4748
#: ../../library/devmode.rst:19
4849
msgid "Effects of the Python Development Mode"
49-
msgstr ""
50+
msgstr "Python 開発モードの影響"
5051

5152
#: ../../library/devmode.rst:21
5253
msgid ""
5354
"Enabling the Python Development Mode is similar to the following command, "
5455
"but with additional effects described below::"
5556
msgstr ""
57+
"Python 開発モードを有効化することは次のコマンドに似ていますが、以下で説明され"
58+
"る追加の影響があります::"
5659

5760
#: ../../library/devmode.rst:24
5861
msgid ""
5962
"PYTHONMALLOC=debug PYTHONASYNCIODEBUG=1 python -W default -X faulthandler"
6063
msgstr ""
64+
"PYTHONMALLOC=debug PYTHONASYNCIODEBUG=1 python -W default -X faulthandler"
6165

6266
#: ../../library/devmode.rst:26
6367
msgid "Effects of the Python Development Mode:"
64-
msgstr ""
68+
msgstr "Python 開発モードの影響:"
6569

6670
#: ../../library/devmode.rst:28
6771
msgid ""
6872
"Add ``default`` :ref:`warning filter <describing-warning-filters>`. The "
6973
"following warnings are shown:"
7074
msgstr ""
75+
"``default`` の :ref:`警告フィルタ <describing-warning-filters>` を追加しま"
76+
"す。次の警告が表示されます:"
7177

7278
#: ../../library/devmode.rst:31
7379
msgid ":exc:`DeprecationWarning`"
@@ -90,6 +96,8 @@ msgid ""
9096
"Normally, the above warnings are filtered by the default :ref:`warning "
9197
"filters <describing-warning-filters>`."
9298
msgstr ""
99+
"通常、上記の警告は デフォルトの :ref:`警告フィルタ <describing-warning-"
100+
"filters>` によりフィルタリングされます。"
93101

94102
#: ../../library/devmode.rst:39
95103
msgid ""
@@ -227,7 +235,7 @@ msgstr ""
227235

228236
#: ../../library/devmode.rst:111
229237
msgid "ResourceWarning Example"
230-
msgstr ""
238+
msgstr "ResourceWarning の例"
231239

232240
#: ../../library/devmode.rst:113
233241
msgid ""
@@ -248,6 +256,16 @@ msgid ""
248256
"if __name__ == \"__main__\":\n"
249257
" main()"
250258
msgstr ""
259+
"import sys\n"
260+
"\n"
261+
"def main():\n"
262+
" fp = open(sys.argv[1])\n"
263+
" nlines = len(fp.readlines())\n"
264+
" print(nlines)\n"
265+
" # ファイルは暗黙的に閉じられる\n"
266+
"\n"
267+
"if __name__ == \"__main__\":\n"
268+
" main()"
251269

252270
#: ../../library/devmode.rst:127
253271
msgid ""
@@ -260,6 +278,8 @@ msgid ""
260278
"$ python script.py README.txt\n"
261279
"269"
262280
msgstr ""
281+
"$ python script.py README.txt\n"
282+
"269"
263283

264284
#: ../../library/devmode.rst:135
265285
msgid ""
@@ -276,6 +296,12 @@ msgid ""
276296
" main()\n"
277297
"ResourceWarning: Enable tracemalloc to get the object allocation traceback"
278298
msgstr ""
299+
"$ python -X dev script.py README.txt\n"
300+
"269\n"
301+
"script.py:10: ResourceWarning: unclosed file <_io.TextIOWrapper name='README."
302+
"rst' mode='r' encoding='UTF-8'>\n"
303+
" main()\n"
304+
"ResourceWarning: Enable tracemalloc to get the object allocation traceback"
279305

280306
#: ../../library/devmode.rst:145
281307
msgid ""
@@ -296,6 +322,16 @@ msgid ""
296322
" File \"script.py\", lineno 4\n"
297323
" fp = open(sys.argv[1])"
298324
msgstr ""
325+
"$ python -X dev -X tracemalloc=5 script.py README.rst\n"
326+
"269\n"
327+
"script.py:10: ResourceWarning: unclosed file <_io.TextIOWrapper name='README."
328+
"rst' mode='r' encoding='UTF-8'>\n"
329+
" main()\n"
330+
"Object allocated at (most recent call last):\n"
331+
" File \"script.py\", lineno 10\n"
332+
" main()\n"
333+
" File \"script.py\", lineno 4\n"
334+
" fp = open(sys.argv[1])"
299335

300336
#: ../../library/devmode.rst:160
301337
msgid ""
@@ -310,6 +346,11 @@ msgid ""
310346
" nlines = len(fp.readlines())\n"
311347
" print(nlines)"
312348
msgstr ""
349+
"def main():\n"
350+
" # ブロックを終了する際に明示的にファイルを閉じる\n"
351+
" with open(sys.argv[1]) as fp:\n"
352+
" nlines = len(fp.readlines())\n"
353+
" print(nlines)"
313354

314355
#: ../../library/devmode.rst:168
315356
msgid ""
@@ -340,6 +381,16 @@ msgid ""
340381
"\n"
341382
"main()"
342383
msgstr ""
384+
"import os\n"
385+
"\n"
386+
"def main():\n"
387+
" fp = open(__file__)\n"
388+
" firstline = fp.readline()\n"
389+
" print(firstline.rstrip())\n"
390+
" os.close(fp.fileno())\n"
391+
" # ファイルは暗黙的に閉じられる\n"
392+
"\n"
393+
"main()"
343394

344395
#: ../../library/devmode.rst:190
345396
msgid "By default, Python does not emit any warning:"
@@ -350,6 +401,8 @@ msgid ""
350401
"$ python script.py\n"
351402
"import os"
352403
msgstr ""
404+
"$ python script.py\n"
405+
"import os"
353406

354407
#: ../../library/devmode.rst:197
355408
msgid ""
@@ -372,6 +425,18 @@ msgid ""
372425
" main()\n"
373426
"OSError: [Errno 9] Bad file descriptor"
374427
msgstr ""
428+
"$ python -X dev script.py\n"
429+
"import os\n"
430+
"script.py:10: ResourceWarning: unclosed file <_io.TextIOWrapper name='script."
431+
"py' mode='r' encoding='UTF-8'>\n"
432+
" main()\n"
433+
"ResourceWarning: Enable tracemalloc to get the object allocation traceback\n"
434+
"Exception ignored in: <_io.TextIOWrapper name='script.py' mode='r' "
435+
"encoding='UTF-8'>\n"
436+
"Traceback (most recent call last):\n"
437+
" File \"script.py\", line 10, in <module>\n"
438+
" main()\n"
439+
"OSError: [Errno 9] Bad file descriptor"
375440

376441
#: ../../library/devmode.rst:213
377442
msgid ""

library/hashlib.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-10-23 14:15+0000\n"
14+
"POT-Creation-Date: 2025-11-11 14:15+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

library/intro.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# qqfunc, 2025
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.14\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-10-27 14:15+0000\n"
15+
"POT-Creation-Date: 2025-11-11 14:15+0000\n"
1516
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
16-
"Last-Translator: python-doc bot, 2025\n"
17+
"Last-Translator: qqfunc, 2025\n"
1718
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
1819
"ja/)\n"
1920
"MIME-Version: 1.0\n"
@@ -250,7 +251,7 @@ msgstr ""
250251

251252
#: ../../library/intro.rst:127
252253
msgid "Mobile platforms"
253-
msgstr ""
254+
msgstr "モバイルプラットフォーム"
254255

255256
#: ../../library/intro.rst:129
256257
msgid ""

library/uuid.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# qqfunc, 2025
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.14\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-10-27 14:15+0000\n"
15+
"POT-Creation-Date: 2025-11-11 14:15+0000\n"
1516
"PO-Revision-Date: 2025-09-16 00:02+0000\n"
16-
"Last-Translator: python-doc bot, 2025\n"
17+
"Last-Translator: qqfunc, 2025\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/uuid.rst:2
2627
msgid ":mod:`!uuid` --- UUID objects according to :rfc:`9562`"
27-
msgstr ""
28+
msgstr ":mod:`!uuid` --- :rfc:`9562` に基づく UUID オブジェクト"
2829

2930
#: ../../library/uuid.rst:9
3031
msgid "**Source code:** :source:`Lib/uuid.py`"

sphinx.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# qqfunc, 2025
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2025-11-11 14:15+0000\n"
1516
"PO-Revision-Date: 2025-09-16 00:02+0000\n"
16-
"Last-Translator: python-doc bot, 2025\n"
17+
"Last-Translator: qqfunc, 2025\n"
1718
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
1819
"ja/)\n"
1920
"MIME-Version: 1.0\n"
@@ -404,7 +405,7 @@ msgstr "問題の報告"
404405

405406
#: ../../tools/templates/indexcontent.html:75
406407
msgid "Contributing to docs"
407-
msgstr ""
408+
msgstr "ドキュメントへの貢献"
408409

409410
#: ../../tools/templates/indexcontent.html:76
410411
msgid "Download the documentation"

0 commit comments

Comments
 (0)