|
6 | 6 | # Translators:
|
7 | 7 | # Freesand Leo <yuqinju@163.com>, 2023
|
8 | 8 | # Rafael Fontenelle <rffontenelle@gmail.com>, 2023
|
| 9 | +# 乐成 王, 2023 |
9 | 10 | #
|
10 | 11 | #, fuzzy
|
11 | 12 | msgid ""
|
12 | 13 | msgstr ""
|
13 | 14 | "Project-Id-Version: Python 3.10\n"
|
14 | 15 | "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" |
16 | 17 | "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" |
18 | 19 | "Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
|
19 | 20 | "MIME-Version: 1.0\n"
|
20 | 21 | "Content-Type: text/plain; charset=UTF-8\n"
|
@@ -227,7 +228,7 @@ msgstr "类型别名适用于简化复杂的类型签名。例如:"
|
227 | 228 | msgid ""
|
228 | 229 | "Note that ``None`` as a type hint is a special case and is replaced by "
|
229 | 230 | "``type(None)``."
|
230 |
| -msgstr "注意,``None`` 是一种类型提示特例,已被 ``type(None)`` 取代。" |
| 231 | +msgstr "注意,``None`` 能作为类型提示是一个特例,它会被自动替换为 ``type(None)``。" |
231 | 232 |
|
232 | 233 | #: ../../library/typing.rst:129
|
233 | 234 | msgid "NewType"
|
@@ -390,7 +391,7 @@ msgstr "容器中,对象的类型信息不能以泛型方式静态推断,因
|
390 | 391 | msgid ""
|
391 | 392 | "Generics can be parameterized by using a factory available in typing called "
|
392 | 393 | ":class:`TypeVar`."
|
393 |
| -msgstr "typing 模块中推出的 :class:`TypeVar` 工厂函数实现泛型参数化。" |
| 394 | +msgstr "要参数化泛型,可使用 typing 中的 :class:`TypeVar` 工厂。" |
394 | 395 |
|
395 | 396 | #: ../../library/typing.rst:283
|
396 | 397 | msgid "User-defined generic types"
|
|
0 commit comments