Skip to content

Commit 98a79cc

Browse files
[po] auto sync
1 parent dbec343 commit 98a79cc

File tree

5 files changed

+509
-451
lines changed

5 files changed

+509
-451
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "77.41%", "updated_at": "2025-05-09T14:55:38Z"}
1+
{"translation": "77.43%", "updated_at": "2025-05-09T15:55:39Z"}

c-api/unicode.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ msgid ""
1919
msgstr ""
2020
"Project-Id-Version: Python 3.14\n"
2121
"Report-Msgid-Bugs-To: \n"
22-
"POT-Creation-Date: 2025-05-08 02:53-0300\n"
22+
"POT-Creation-Date: 2025-05-09 14:19+0000\n"
2323
"PO-Revision-Date: 2021-06-28 00:50+0000\n"
2424
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2025\n"
2525
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -77,6 +77,8 @@ msgid ""
7777
"This instance of :c:type:`PyTypeObject` represents the Python Unicode type. "
7878
"It is exposed to Python code as :py:class:`str`."
7979
msgstr ""
80+
"这是 :c:type:`PyTypeObject` 实例代表 Python Unicode 类型。 它以 :py:class:`str` 的形式暴露给 "
81+
"Python 代码。"
8082

8183
#: ../../c-api/unicode.rst:42
8284
msgid ""
@@ -166,7 +168,7 @@ msgstr "返回一个指向原始 Unicode 缓冲区的空指针。 *unicode* 必
166168
#: ../../c-api/unicode.rst:135
167169
msgid ""
168170
"Write the code point *value* to the given zero-based *index* in a string."
169-
msgstr ""
171+
msgstr "将码位值 *value* 写入到给定的字符串中从零开始计数的 *index* 位置。"
170172

171173
#: ../../c-api/unicode.rst:137
172174
msgid ""
@@ -2586,3 +2588,4 @@ msgid ""
25862588
"This API does nothing since Python 3.12. Previously, this could be called to"
25872589
" check if :c:func:`PyUnicode_READY` is necessary."
25882590
msgstr ""
2591+
"此 API 自 Python 3.12 起不再做任何事。 在之前版本中,它可被调用以检查 :c:func:`PyUnicode_READY` 是否必要。"

library/stdtypes.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8950,6 +8950,8 @@ msgid ""
89508950
"were instances of :class:`types.UnionType`, which remains an alias for "
89518951
":class:`typing.Union`."
89528952
msgstr ""
8953+
"联合对象现在是 :class:`typing.Union` 的实例。 在之前版本中,它们是 :class:`types.UnionType` "
8954+
"的实例,后者仍保留作为 :class:`typing.Union` 的别名。"
89538955

89548956
#: ../../library/stdtypes.rst:5627
89558957
msgid "Other Built-in Types"

0 commit comments

Comments
 (0)