Skip to content

Commit f57310b

Browse files
[po] auto sync
1 parent 02e84f5 commit f57310b

File tree

5 files changed

+28
-4
lines changed

5 files changed

+28
-4
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "81.37%", "updated_at": "2025-04-19T13:02:41Z"}
1+
{"translation": "81.38%", "updated_at": "2025-04-19T15:56:03Z"}

c-api/gcsupport.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,3 +428,6 @@ msgid ""
428428
"return ``0`` to stop iteration. Other return values are reserved for now so "
429429
"behavior on returning anything else is undefined."
430430
msgstr ""
431+
"要传给 :c:func:`PyUnstable_GC_VisitObjects` 的访问者函数的类型。 *arg* 与传给 "
432+
"``PyUnstable_GC_VisitObjects`` 的 *arg* 相同。 返回 ``1`` 以继续迭代,返回 ``0`` 以停止迭代。 "
433+
"其他返回值目前被保留因此返回任何其他值的行为都是未定义的。"

c-api/typeobj.po

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1630,6 +1630,11 @@ msgid ""
16301630
"underlying storage and its size should be accessed using "
16311631
":c:func:`PyLong_Export`."
16321632
msgstr ""
1633+
"像 :c:func:`PyObject_NewVar` 这样的函数接受 N 值作为参数,并会将其保存在实例的 "
1634+
":c:member:`~PyVarObject.ob_size` 字段中。 请注意 :c:member:`~PyVarObject.ob_size` "
1635+
"字段在此之后可能还有其他用处。 例如,:py:type:`int` 实例会以具体实现所定义的方式来使用 "
1636+
":c:member:`~PyVarObject.ob_size` 的比特位;下层的存储及其大小应当使用 :c:func:`PyLong_Export` "
1637+
"来访问。"
16331638

16341639
#: ../../c-api/typeobj.rst:619
16351640
msgid ""

library/ast.po

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2225,6 +2225,22 @@ msgid ""
22252225
" Expr(\n"
22262226
" value=Constant(value=Ellipsis))])])"
22272227
msgstr ""
2228+
">>> print(ast.dump(ast.parse(\"\"\"\n"
2229+
"... while x:\n"
2230+
"... ...\n"
2231+
"... else:\n"
2232+
"... ...\n"
2233+
"... \"\"\"), indent=4))\n"
2234+
"Module(\n"
2235+
" body=[\n"
2236+
" While(\n"
2237+
" test=Name(id='x', ctx=Load()),\n"
2238+
" body=[\n"
2239+
" Expr(\n"
2240+
" value=Constant(value=Ellipsis))],\n"
2241+
" orelse=[\n"
2242+
" Expr(\n"
2243+
" value=Constant(value=Ellipsis))])])"
22282244

22292245
#: ../../library/ast.rst:1209
22302246
msgid "The ``break`` and ``continue`` statements."

library/codecs.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Zombie110year <zombie110year@gmail.com>, 2021
88
# nick <2330458484@qq.com>, 2021
99
# ppcfish <ppcfish@gmail.com>, 2023
10-
# Freesand Leo <yuqinju@163.com>, 2024
10+
# Freesand Leo <yuqinju@163.com>, 2025
1111
#
1212
#, fuzzy
1313
msgid ""
@@ -16,7 +16,7 @@ msgstr ""
1616
"Report-Msgid-Bugs-To: \n"
1717
"POT-Creation-Date: 2025-04-18 14:18+0000\n"
1818
"PO-Revision-Date: 2021-06-28 00:56+0000\n"
19-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2024\n"
19+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2025\n"
2020
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2121
"MIME-Version: 1.0\n"
2222
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1756,7 +1756,7 @@ msgstr "855, IBM855"
17561756
#: ../../library/codecs.rst:1106 ../../library/codecs.rst:1154
17571757
#: ../../library/codecs.rst:1219 ../../library/codecs.rst:1256
17581758
msgid "Belarusian, Bulgarian, Macedonian, Russian, Serbian"
1759-
msgstr ""
1759+
msgstr "白俄罗斯语,保加利亚语,马其顿语,俄语,塞尔维亚语"
17601760

17611761
#: ../../library/codecs.rst:1109
17621762
msgid "cp856"

0 commit comments

Comments
 (0)