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

Commit35b337b

Browse files
[po] auto sync
1 parent9f9f955 commit35b337b

File tree

4 files changed

+305
-289
lines changed

4 files changed

+305
-289
lines changed

‎.stat.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation":"99.77%","updated_at":"2025-11-04T01:44:32Z"}
1+
{"translation":"99.77%","updated_at":"2025-11-04T02:45:14Z"}

‎c-api/conversion.po‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Freesand Leo <yuqinju@163.com>, 2025
89
#
910
#,fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To:\n"
1415
"POT-Creation-Date:2025-11-03 14:20+0000\n"
1516
"PO-Revision-Date:2025-09-16 00:00+0000\n"
16-
"Last-Translator:python-doc bot, 2025\n"
17+
"Last-Translator:Freesand Leo <yuqinju@163.com>, 2025\n"
1718
"Language-Team:Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1819
"MIME-Version:1.0\n"
1920
"Content-Type:text/plain; charset=UTF-8\n"
@@ -101,6 +102,8 @@ msgid ""
101102
"``'\\0'`` in this case too, but the rest of *str* is undefined. The exact "
102103
"cause of the error depends on the underlying platform."
103104
msgstr""
105+
"当 ``rv < 0`` 时,在此场景下输出转换将失败并且 ``str[size-1]`` 为 ``'\\0'``,但 *str* "
106+
"的其余部分是未定义的。 错误的确切原因取决于底层平台。"
104107

105108
#:../../c-api/conversion.rst:49
106109
msgid""

‎c-api/dict.po‎

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Freesand Leo <yuqinju@163.com>, 2025
89
#
910
#,fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To:\n"
1415
"POT-Creation-Date:2025-11-03 14:20+0000\n"
1516
"PO-Revision-Date:2025-09-16 00:00+0000\n"
16-
"Last-Translator:python-doc bot, 2025\n"
17+
"Last-Translator:Freesand Leo <yuqinju@163.com>, 2025\n"
1718
"Language-Team:Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1819
"MIME-Version:1.0\n"
1920
"Content-Type:text/plain; charset=UTF-8\n"
@@ -71,6 +72,8 @@ msgid ""
7172
"*key*, return ``1``, otherwise return ``0``. On error, return ``-1``. This "
7273
"is equivalent to the Python expression ``key in p``."
7374
msgstr""
75+
"确定字典 *p* 是否包含 *key*。 如果 *p* 中的某一项与 *key* 匹配,则返回 ``1``,否则返回 ``0``。 当出错时,返回 "
76+
"``-1``。 这等价于 Python 表达式 ``key in p``。"
7477

7578
#:../../c-api/dict.rst:60
7679
msgid""
@@ -257,7 +260,7 @@ msgstr ""
257260
msgid""
258261
"Remove *key* from dictionary *p* and optionally return the removed value. Do"
259262
" not raise :exc:`KeyError` if the key is missing."
260-
msgstr""
263+
msgstr"将 *key* 从字典 *p* 中移除并可选择返回被移除的值。 当键不存在时不会引发 :exc:`KeyError`。"
261264

262265
#:../../c-api/dict.rst:203
263266
msgid""
@@ -275,7 +278,7 @@ msgstr "如果不存在该键,则在 *result* 不为 ``NULL`` 时将 *\\*resul
275278
msgid""
276279
"Similar to :meth:`dict.pop`, but without the default value and not raising "
277280
":exc:`KeyError` if the key is missing."
278-
msgstr""
281+
msgstr"类似于 :meth:`dict.pop`,但没有默认值并且当键不存在时不会引发 :exc:`KeyError`。"
279282

280283
#:../../c-api/dict.rst:217
281284
msgid""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp