Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d9c5476

Browse files
[po] auto sync
1 parent 79e9402 commit d9c5476

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

library/typing.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# rpish yao <[email protected]>, 2019
1414
# JW H <[email protected]>, 2019
1515
# Siyuan Xu <[email protected]>, 2020
16+
# jaystone776 <[email protected]>, 2020
1617
#
1718
#, fuzzy
1819
msgid ""
@@ -21,7 +22,7 @@ msgstr ""
2122
"Report-Msgid-Bugs-To: \n"
2223
"POT-Creation-Date: 2020-04-10 22:51+0000\n"
2324
"PO-Revision-Date: 2019-09-01 03:30+0000\n"
24-
"Last-Translator: Siyuan Xu <mf20070535@126.com>, 2020\n"
25+
"Last-Translator: jaystone776 <1732865113@qq.com>, 2020\n"
2526
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2627
"MIME-Version: 1.0\n"
2728
"Content-Type: text/plain; charset=UTF-8\n"
@@ -415,14 +416,14 @@ msgstr ""
415416

416417
#: ../../library/typing.rst:440
417418
msgid "Abstract base class for generic types."
418-
msgstr ""
419+
msgstr "用于泛型类型的抽象基类。"
419420

420421
#: ../../library/typing.rst:442
421422
msgid ""
422423
"A generic type is typically declared by inheriting from an instantiation of "
423424
"this class with one or more type variables. For example, a generic mapping "
424425
"type might be defined as::"
425-
msgstr ""
426+
msgstr "泛型类型一般通过继承含一个或多个类型变量的类实例进行声明。例如,泛型映射类型定义如下:"
426427

427428
#: ../../library/typing.rst:451
428429
msgid "This class can then be used as follows::"

0 commit comments

Comments
 (0)