Skip to content

Commit 8ecb9f5

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent d293658 commit 8ecb9f5

27 files changed

Lines changed: 15873 additions & 15689 deletions

bugs.po

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# TENMYO Masakazu, 2026
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.15\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-06-23 16:23+0000\n"
15+
"POT-Creation-Date: 2026-07-01 16:21+0000\n"
1516
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
16-
"Last-Translator: python-doc bot, 2025\n"
17+
"Last-Translator: TENMYO Masakazu, 2026\n"
1718
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
1819
"ja/)\n"
1920
"MIME-Version: 1.0\n"
@@ -41,6 +42,9 @@ msgid ""
4142
"Python as it streamlines the process and involves fewer people. Learn how "
4243
"to :ref:`contribute <contributing-to-python>`."
4344
msgstr ""
45+
"バグを自分で直して Python にパッチを送る方が、簡素で関わる人数が少なくなり、"
46+
"より速く解決できる場合もあります。\n"
47+
"ぜひ :ref:`貢献 <contributing-to-python>` する方法を学んでください。"
4448

4549
#: ../../bugs.rst:19
4650
msgid "Documentation bugs"
@@ -53,6 +57,11 @@ msgid ""
5357
"the-tracker>`. If you have a suggestion on how to fix it, include that as "
5458
"well."
5559
msgstr ""
60+
"このドキュメントの不備を発見したとき、または、改善を提案したいときは、問題点"
61+
"を :ref:`issue tracker <using-the-tracker>` に報告してください。修正方法の案"
62+
"があるならば、それも含めて。\n"
63+
"(訳注: 日本語訳の問題については、 GitHub 上の `Issue Tracker <https://"
64+
"github.com/python-doc-ja/python-doc-ja/issues>`_ で報告をお願いします。)"
5665

5766
#: ../../bugs.rst:27
5867
msgid ""

c-api/memory.po

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

c-api/module.po

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.15\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2026-06-17 16:52+0000\n"
15+
"POT-Creation-Date: 2026-07-01 16:21+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1717
"Last-Translator: qqfunc, 2026\n"
1818
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -604,7 +604,7 @@ msgid ""
604604
"Use :c:func:`PyModule_GetStateSize` to retrieve the size of a given module."
605605
msgstr ""
606606

607-
#: ../../c-api/module.rst:468 ../../c-api/module.rst:491
607+
#: ../../c-api/module.rst:468
608608
msgid ""
609609
"Use :c:member:`PyModuleDef.m_size` instead to support previous versions."
610610
msgstr ""
@@ -632,6 +632,11 @@ msgid ""
632632
"c:func:`PyModule_GetState`) is ``NULL``."
633633
msgstr ""
634634

635+
#: ../../c-api/module.rst:491
636+
msgid ""
637+
"Use :c:member:`PyModuleDef.m_traverse` instead to support previous versions."
638+
msgstr ""
639+
635640
#: ../../c-api/module.rst:495
636641
msgid ""
637642
":c:member:`Slot ID <PySlot.sl_id>` for a clear function to call during GC "

0 commit comments

Comments
 (0)