Skip to content

Commit 6901956

Browse files
[po] auto sync
1 parent d5aed3c commit 6901956

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "90.12%", "updated_at": "2023-09-02T15:32:57Z"}
1+
{"translation": "90.12%", "updated_at": "2023-09-08T00:45:39Z"}

library/typing.po

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@
66
# Translators:
77
# Freesand Leo <yuqinju@163.com>, 2023
88
# Rafael Fontenelle <rffontenelle@gmail.com>, 2023
9+
# 乐成 王, 2023
910
#
1011
#, fuzzy
1112
msgid ""
1213
msgstr ""
1314
"Project-Id-Version: Python 3.10\n"
1415
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2023-08-04 15:17+0000\n"
16+
"POT-Creation-Date: 2023-09-01 15:12+0000\n"
1617
"PO-Revision-Date: 2022-11-05 17:22+0000\n"
17-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
18+
"Last-Translator: 乐成 王, 2023\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"
@@ -227,7 +228,7 @@ msgstr "类型别名适用于简化复杂的类型签名。例如:"
227228
msgid ""
228229
"Note that ``None`` as a type hint is a special case and is replaced by "
229230
"``type(None)``."
230-
msgstr "注意,``None`` 是一种类型提示特例,已被 ``type(None)`` 取代。"
231+
msgstr "注意,``None`` 能作为类型提示是一个特例,它会被自动替换为 ``type(None)``。"
231232

232233
#: ../../library/typing.rst:129
233234
msgid "NewType"
@@ -390,7 +391,7 @@ msgstr "容器中,对象的类型信息不能以泛型方式静态推断,因
390391
msgid ""
391392
"Generics can be parameterized by using a factory available in typing called "
392393
":class:`TypeVar`."
393-
msgstr "typing 模块中推出的 :class:`TypeVar` 工厂函数实现泛型参数化。"
394+
msgstr "要参数化泛型,可使用 typing 中的 :class:`TypeVar` 工厂。"
394395

395396
#: ../../library/typing.rst:283
396397
msgid "User-defined generic types"

0 commit comments

Comments
 (0)