Skip to content

Commit 5cd0135

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent 74afff4 commit 5cd0135

5 files changed

Lines changed: 15196 additions & 15154 deletions

File tree

c-api/unicode.po

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.15\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-05-08 18:34+0000\n"
14+
"POT-Creation-Date: 2026-05-11 16:26+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/"
@@ -1133,10 +1133,9 @@ msgstr ""
11331133

11341134
#: ../../c-api/unicode.rst:765
11351135
msgid ""
1136-
"Return the number of written character, or return ``-1`` and raise an "
1136+
"Return the number of written characters, or return ``-1`` and raise an "
11371137
"exception on error."
11381138
msgstr ""
1139-
"書き込んだ文字数を返すか、失敗のときには ``-1`` を返し例外を送出します。"
11401139

11411140
#: ../../c-api/unicode.rst:774
11421141
msgid ""
@@ -1621,8 +1620,8 @@ msgid ""
16211620
msgstr ""
16221621

16231622
#: ../../c-api/unicode.rst:1176 ../../c-api/unicode.rst:1198
1624-
msgid "The return type is now ``const char *`` rather of ``char *``."
1625-
msgstr "返り値の型が ``char *`` ではなく ``const char *`` になりました。"
1623+
msgid "The return type is now ``const char *`` rather than ``char *``."
1624+
msgstr ""
16261625

16271626
#: ../../c-api/unicode.rst:1179
16281627
msgid "This function is a part of the :ref:`limited API <limited-c-api>`."

library/json.po

Lines changed: 2 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-05-08 18:34+0000\n"
15+
"POT-Creation-Date: 2026-05-11 16:26+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1717
"Last-Translator: Takanori Suzuki <takanori@takanory.net>, 2026\n"
1818
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -379,7 +379,7 @@ msgid ""
379379
"be pretty-printed with that indent level. A positive integer indents that "
380380
"many spaces per level; a string (such as ``\"\\t\"``) is used to indent each "
381381
"level. If zero, negative, or ``\"\"`` (the empty string), only newlines are "
382-
"inserted. If ``None`` (the default), the most compact representation is used."
382+
"inserted. If ``None`` (the default), no newlines are inserted."
383383
msgstr ""
384384

385385
#: ../../library/json.rst:217

library/unittest.po

Lines changed: 5 additions & 5 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-05-08 18:34+0000\n"
15+
"POT-Creation-Date: 2026-05-11 16:26+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:02+0000\n"
1717
"Last-Translator: Takanori Suzuki <takanori@takanory.net>, 2026\n"
1818
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -2266,16 +2266,16 @@ msgid ":meth:`assertHasAttr(a, b) <TestCase.assertHasAttr>`"
22662266
msgstr ":meth:`assertHasAttr(a, b) <TestCase.assertHasAttr>`"
22672267

22682268
#: ../../library/unittest.rst:1265
2269-
msgid "``hastattr(a, b)``"
2270-
msgstr "``hastattr(a, b)``"
2269+
msgid "``hasattr(a, b)``"
2270+
msgstr ""
22712271

22722272
#: ../../library/unittest.rst:1268
22732273
msgid ":meth:`assertNotHasAttr(a, b) <TestCase.assertNotHasAttr>`"
22742274
msgstr ":meth:`assertNotHasAttr(a, b) <TestCase.assertNotHasAttr>`"
22752275

22762276
#: ../../library/unittest.rst:1268
2277-
msgid "``not hastattr(a, b)``"
2278-
msgstr "``not hastattr(a, b)``"
2277+
msgid "``not hasattr(a, b)``"
2278+
msgstr ""
22792279

22802280
#: ../../library/unittest.rst:1276
22812281
msgid ""

using/android.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
#, fuzzy
1010
msgid ""
1111
msgstr ""
12-
"Project-Id-Version: Python 3.14\n"
12+
"Project-Id-Version: Python 3.15\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-04-21 15:07+0000\n"
14+
"POT-Creation-Date: 2026-05-11 16:26+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:02+0000\n"
1616
"Last-Translator: qqfunc, 2025\n"
1717
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

0 commit comments

Comments
 (0)