Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit46094db

Browse files
[po] auto sync
1 parent0de8c92 commit46094db

File tree

3 files changed

+11
-15
lines changed

3 files changed

+11
-15
lines changed

‎.stat.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation":"99.78%","updated_at":"2025-11-03T07:15:27Z"}
1+
{"translation":"99.76%","updated_at":"2025-11-03T15:14:50Z"}

‎c-api/conversion.po‎

Lines changed: 4 additions & 6 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:Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -97,12 +97,10 @@ msgstr ""
9797

9898
#:../../c-api/conversion.rst:44
9999
msgid""
100-
"When ``rv < 0``,\"something bad happened.\"``str[size-1]`` is``'\\0'`` in"
101-
"this case too, but the rest of *str* is undefined. The exact cause of the "
102-
"error depends on the underlying platform."
100+
"When ``rv < 0``,the output conversion failed and``str[size-1]`` is "
101+
"``'\\0'`` inthis case too, but the rest of *str* is undefined. The exact "
102+
"cause of theerror depends on the underlying platform."
103103
msgstr""
104-
"当 ``rv < 0`` 时,\"会发生不好的事情。\" 在此情况下 ``str[size-1]`` 也为 ``'\\0'``,但 *str* "
105-
"的其余部分是未定义的。 错误的确切原因取决于底层平台。"
106104

107105
#:../../c-api/conversion.rst:49
108106
msgid""

‎c-api/dict.po‎

Lines changed: 6 additions & 8 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:Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -67,12 +67,10 @@ msgstr "清空现有字典的所有键值对。"
6767

6868
#:../../c-api/dict.rst:53
6969
msgid""
70-
"Determine if dictionary *p* contains *key*. If an item in *p*ismatches "
70+
"Determine if dictionary *p* contains *key*. If an item in *p* matches "
7171
"*key*, return ``1``, otherwise return ``0``. On error, return ``-1``. This "
7272
"is equivalent to the Python expression ``key in p``."
7373
msgstr""
74-
"确定 *key* 是否包含在字典 *p* 中。如果 *key* 匹配上 *p* 的某一项,则返回 ``1`` ,否则返回 ``0`` 。返回 "
75-
"``-1`` 表示出错。这等同于Python表达式 ``key in p`` 。"
7674

7775
#:../../c-api/dict.rst:60
7876
msgid""
@@ -258,8 +256,8 @@ msgstr ""
258256
#:../../c-api/dict.rst:200
259257
msgid""
260258
"Remove *key* from dictionary *p* and optionally return the removed value. Do"
261-
" not raise :exc:`KeyError` if the key missing."
262-
msgstr"从字典 *p* 中移除 *key* 并可选择返回被移除的值。 当键不存在时不会引发 :exc:`KeyError`。"
259+
" not raise :exc:`KeyError` if the keyismissing."
260+
msgstr""
263261

264262
#:../../c-api/dict.rst:203
265263
msgid""
@@ -276,8 +274,8 @@ msgstr "如果不存在该键,则在 *result* 不为 ``NULL`` 时将 *\\*resul
276274
#:../../c-api/dict.rst:209
277275
msgid""
278276
"Similar to :meth:`dict.pop`, but without the default value and not raising "
279-
":exc:`KeyError` if the key missing."
280-
msgstr"类似于 :meth:`dict.pop`,但没有默认值并且当键不存在时不会引发 :exc:`KeyError`。"
277+
":exc:`KeyError` if the keyismissing."
278+
msgstr""
281279

282280
#:../../c-api/dict.rst:217
283281
msgid""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp