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

Skip to content

Commit 84afe08

Browse files
[po] auto sync
1 parent 3675ff5 commit 84afe08

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

library/typing.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -759,12 +759,12 @@ msgstr "这相当于::"
759759
#: ../../library/typing.rst:843
760760
msgid ""
761761
"To give a field a default value, you can assign to it in the class body::"
762-
msgstr ""
762+
msgstr "为字段提供默认值,要在类体内赋值:"
763763

764764
#: ../../library/typing.rst:852
765765
msgid ""
766766
"Fields with a default value must come after any fields without a default."
767-
msgstr ""
767+
msgstr "带默认值的字段必须在不带默认值的字段后面。"
768768

769769
#: ../../library/typing.rst:854
770770
msgid ""
@@ -776,19 +776,19 @@ msgstr ""
776776

777777
#: ../../library/typing.rst:859
778778
msgid "``NamedTuple`` subclasses can also have docstrings and methods::"
779-
msgstr ""
779+
msgstr "``NamedTuple`` 子类也支持文档字符串与方法:"
780780

781781
#: ../../library/typing.rst:869
782782
msgid "Backward-compatible usage::"
783-
msgstr ""
783+
msgstr "反向兼容用法:"
784784

785785
#: ../../library/typing.rst:873
786786
msgid "Added support for :pep:`526` variable annotation syntax."
787-
msgstr ""
787+
msgstr "添加了对 :pep:`526` 中变量注解句法的支持。"
788788

789789
#: ../../library/typing.rst:876
790790
msgid "Added support for default values, methods, and docstrings."
791-
msgstr ""
791+
msgstr "添加了对默认值、方法、文档字符串的支持。"
792792

793793
#: ../../library/typing.rst:881
794794
msgid ""

0 commit comments

Comments
 (0)