Skip to content

Commit 2e24bcf

Browse files
[po] auto sync
1 parent a1fcef0 commit 2e24bcf

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "0.15%", "updated_at": "2025-11-01T15:18:35Z"}
1+
{"translation": "0.15%", "updated_at": "2025-11-03T15:22:54Z"}

c-api/conversion.mo

0 Bytes
Binary file not shown.

c-api/conversion.po

Lines changed: 4 additions & 4 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-05-09 14:19+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: Russian (https://app.transifex.com/python-doc/teams/5390/ru/)\n"
@@ -83,9 +83,9 @@ msgstr ""
8383

8484
#: ../../c-api/conversion.rst:44
8585
msgid ""
86-
"When ``rv < 0``, \"something bad happened.\" ``str[size-1]`` is ``'\\0'`` in"
87-
" this case too, but the rest of *str* is undefined. The exact cause of the "
88-
"error depends on the underlying platform."
86+
"When ``rv < 0``, the output conversion failed and ``str[size-1]`` is "
87+
"``'\\0'`` in this case too, but the rest of *str* is undefined. The exact "
88+
"cause of the error depends on the underlying platform."
8989
msgstr ""
9090

9191
#: ../../c-api/conversion.rst:49

c-api/dict.mo

0 Bytes
Binary file not shown.

c-api/dict.po

Lines changed: 4 additions & 4 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-08-27 14:18+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: Russian (https://app.transifex.com/python-doc/teams/5390/ru/)\n"
@@ -65,7 +65,7 @@ msgstr ""
6565

6666
#: ../../c-api/dict.rst:53
6767
msgid ""
68-
"Determine if dictionary *p* contains *key*. If an item in *p* is matches "
68+
"Determine if dictionary *p* contains *key*. If an item in *p* matches "
6969
"*key*, return ``1``, otherwise return ``0``. On error, return ``-1``. This "
7070
"is equivalent to the Python expression ``key in p``."
7171
msgstr ""
@@ -219,7 +219,7 @@ msgstr ""
219219
#: ../../c-api/dict.rst:200
220220
msgid ""
221221
"Remove *key* from dictionary *p* and optionally return the removed value. Do"
222-
" not raise :exc:`KeyError` if the key missing."
222+
" not raise :exc:`KeyError` if the key is missing."
223223
msgstr ""
224224

225225
#: ../../c-api/dict.rst:203
@@ -237,7 +237,7 @@ msgstr ""
237237
#: ../../c-api/dict.rst:209
238238
msgid ""
239239
"Similar to :meth:`dict.pop`, but without the default value and not raising "
240-
":exc:`KeyError` if the key missing."
240+
":exc:`KeyError` if the key is missing."
241241
msgstr ""
242242

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

0 commit comments

Comments
 (0)