Skip to content

Commit 0c1b80a

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent b9c1618 commit 0c1b80a

File tree

5 files changed

+14293
-14202
lines changed

5 files changed

+14293
-14202
lines changed

c-api/conversion.po

Lines changed: 4 additions & 7 deletions
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-27 14:15+0000\n"
14+
"POT-Creation-Date: 2025-11-03 14:20+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/"
@@ -95,13 +95,10 @@ msgstr ""
9595

9696
#: ../../c-api/conversion.rst:44
9797
msgid ""
98-
"When ``rv < 0``, \"something bad happened.\" ``str[size-1]`` is ``'\\0'`` in "
99-
"this case too, but the rest of *str* is undefined. The exact cause of the "
100-
"error depends on the underlying platform."
98+
"When ``rv < 0``, the output conversion failed and ``str[size-1]`` is "
99+
"``'\\0'`` in this case too, but the rest of *str* is undefined. The exact "
100+
"cause of the error depends on the underlying platform."
101101
msgstr ""
102-
"``rv < 0`` のときは、何か悪いことが起こった時です。この場合でも "
103-
"``str[size-1]`` は ``'\\0'`` ですが、*str* のそれ以外の部分は未定義です。エ"
104-
"ラーの正確な原因はプラットフォーム依存です。"
105102

106103
#: ../../c-api/conversion.rst:49
107104
msgid ""

c-api/dict.po

Lines changed: 4 additions & 7 deletions
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-27 14:15+0000\n"
14+
"POT-Creation-Date: 2025-11-03 14:20+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/"
@@ -80,13 +80,10 @@ msgstr "現在辞書に入っている全てのキーと値のペアを除去し
8080

8181
#: ../../c-api/dict.rst:53
8282
msgid ""
83-
"Determine if dictionary *p* contains *key*. If an item in *p* is matches "
83+
"Determine if dictionary *p* contains *key*. If an item in *p* matches "
8484
"*key*, return ``1``, otherwise return ``0``. On error, return ``-1``. This "
8585
"is equivalent to the Python expression ``key in p``."
8686
msgstr ""
87-
"辞書 *p* に *key* が入っているか判定します。*p* の要素が *key* に一致した場合"
88-
"は ``1`` を返し、それ以外の場合には ``0`` を返します。エラーの場合 ``-1`` を"
89-
"返します。この関数は Python の式 ``key in p`` と等価です。"
9087

9188
#: ../../c-api/dict.rst:60
9289
msgid ""
@@ -251,7 +248,7 @@ msgstr ""
251248
#: ../../c-api/dict.rst:200
252249
msgid ""
253250
"Remove *key* from dictionary *p* and optionally return the removed value. Do "
254-
"not raise :exc:`KeyError` if the key missing."
251+
"not raise :exc:`KeyError` if the key is missing."
255252
msgstr ""
256253

257254
#: ../../c-api/dict.rst:203
@@ -269,7 +266,7 @@ msgstr ""
269266
#: ../../c-api/dict.rst:209
270267
msgid ""
271268
"Similar to :meth:`dict.pop`, but without the default value and not raising :"
272-
"exc:`KeyError` if the key missing."
269+
"exc:`KeyError` if the key is missing."
273270
msgstr ""
274271

275272
#: ../../c-api/dict.rst:217

0 commit comments

Comments
 (0)