Skip to content

Commit e02eabe

Browse files
[po] auto sync
1 parent 1107e31 commit e02eabe

File tree

18 files changed

+14589
-14276
lines changed

18 files changed

+14589
-14276
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-17T15:15:48Z"}
1+
{"translation": "99.91%", "updated_at": "2025-11-19T09:15:44Z"}

c-api/code.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.14\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2025-11-13 18:32+0000\n"
15+
"POT-Creation-Date: 2025-11-17 14:14+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1717
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2025\n"
1818
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -297,13 +297,13 @@ msgstr ""
297297

298298
#: ../../c-api/code.rst:216
299299
msgid "This is a :term:`soft deprecated` function that does nothing."
300-
msgstr ""
300+
msgstr "此函数已处于 :term:`soft deprecated` 状态并不做任何事。"
301301

302302
#: ../../c-api/code.rst:218
303303
msgid ""
304304
"Prior to Python 3.10, this function would perform basic optimizations to a "
305305
"code object."
306-
msgstr ""
306+
msgstr "在 Python 3.10 之前,此函数将对代码对象执行基本的优化。"
307307

308308
#: ../../c-api/code.rst:221
309309
msgid "This function now does nothing."

c-api/intro.po

Lines changed: 151 additions & 142 deletions
Large diffs are not rendered by default.

c-api/structures.po

Lines changed: 220 additions & 114 deletions
Large diffs are not rendered by default.

c-api/sys.po

Lines changed: 96 additions & 67 deletions
Large diffs are not rendered by default.

c-api/typeobj.po

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@
66
# Translators:
77
# python-doc bot, 2025
88
# Freesand Leo <yuqinju@163.com>, 2025
9+
# 汇民 王 <whuim@qq.com>, 2025
910
#
1011
#, fuzzy
1112
msgid ""
1213
msgstr ""
1314
"Project-Id-Version: Python 3.14\n"
1415
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2025-11-11 14:15+0000\n"
16+
"POT-Creation-Date: 2025-11-17 14:14+0000\n"
1617
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
17-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2025\n"
18+
"Last-Translator: 汇民 王 <whuim@qq.com>, 2025\n"
1819
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1920
"MIME-Version: 1.0\n"
2021
"Content-Type: text/plain; charset=UTF-8\n"
@@ -2759,6 +2760,10 @@ msgid ""
27592760
"set appropriately, or the code that interacts with such types will behave "
27602761
"differently depending on what kind of check is used."
27612762
msgstr ""
2763+
"诸如 :c:func:`PyLong_Check` 之类的函数将使用这些标志之一调用 "
2764+
":c:func:`PyType_FastSubclass`,以快速判断类型是否为内置类型的子类;此类特定检查比通用检查(如 "
2765+
":c:func:`PyObject_IsInstance`)更快。继承自内置类型的自定义类型应正确设置其 "
2766+
":c:member:`~PyTypeObject.tp_flags`,否则与这些类型交互的代码将根据所使用的检查类型表现出不同的行为。"
27622767

27632768
#: ../../c-api/typeobj.rst:1350
27642769
msgid ""

c-api/veryhigh.po

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# 汇民 王 <whuim@qq.com>, 2025
89
# Freesand Leo <yuqinju@163.com>, 2025
910
#
1011
#, fuzzy
1112
msgid ""
1213
msgstr ""
1314
"Project-Id-Version: Python 3.14\n"
1415
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2025-11-13 18:32+0000\n"
16+
"POT-Creation-Date: 2025-11-17 14:14+0000\n"
1617
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1718
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2025\n"
1819
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -283,6 +284,9 @@ msgid ""
283284
" the mapping protocol. The parameter *start* specifies the start symbol and"
284285
" must one of the :ref:`available start symbols <start-symbols>`."
285286
msgstr ""
287+
"从 *str* 中执行 Python 源代码,执行上下文由 *globals* 和 *locals* 对象指定,编译器标志由 *flags* "
288+
"指定。*globals* 必须是一个字典;*locals* 可以是任何实现了映射协议的对象。参数 *start* 指定起始符号,必须是 "
289+
":ref:`可用的起始符号 <start-symbols>` 中的一个。"
286290

287291
#: ../../c-api/veryhigh.rst:196
288292
msgid ""
@@ -345,6 +349,9 @@ msgid ""
345349
" exception messages. This returns ``NULL`` if the code cannot be parsed or "
346350
"compiled."
347351
msgstr ""
352+
"解析并编译 *str* 中的 Python 源代码,返回结果代码对象。 起始符号由 *start* 给出;这可用于约束可编译的代码各类并且应当是 "
353+
":ref:`可用的起始符号 <start-symbols>`。 由 *filename* 指定的文件名将被用来构建代码对象并可能出现在回溯或 "
354+
":exc:`SyntaxError` 异常消息中。 如果代码无法被解析或编译则返回 ``NULL``。"
348355

349356
#: ../../c-api/veryhigh.rst:249
350357
msgid ""

library/csv.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.14\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2025-11-13 14:15+0000\n"
15+
"POT-Creation-Date: 2025-11-17 14:14+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1717
"Last-Translator: 汇民 王 <whuim@qq.com>, 2025\n"
1818
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -455,7 +455,7 @@ msgstr "第二至第 n 行包含字符串值,其中至少有一个值的长度
455455
msgid ""
456456
"Twenty-one rows after the header are sampled; if more than half of the "
457457
"columns + rows meet the criteria, :const:`True` is returned."
458-
msgstr ""
458+
msgstr "对标题行之后的 21 行进行采样;如果超过半数的列和行满足条件,则返回 :const:`True`。"
459459

460460
#: ../../library/csv.rst:303
461461
msgid ""

0 commit comments

Comments
 (0)