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

Skip to content

Commit a0f5258

Browse files
[po] auto sync
1 parent 867d0b4 commit a0f5258

3 files changed

Lines changed: 17 additions & 11 deletions

File tree

library/array.po

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Meng Du <[email protected]>, 2019
1010
# ppcfish <[email protected]>, 2019
1111
# Arisaka97 <[email protected]>, 2020
12-
# Freesand Leo <[email protected]>, 2020
12+
# Freesand Leo <[email protected]>, 2021
1313
#
1414
#, fuzzy
1515
msgid ""
@@ -18,7 +18,7 @@ msgstr ""
1818
"Report-Msgid-Bugs-To: \n"
1919
"POT-Creation-Date: 2021-04-27 06:12+0000\n"
2020
"PO-Revision-Date: 2017-02-16 17:48+0000\n"
21-
"Last-Translator: Freesand Leo <[email protected]>, 2020\n"
21+
"Last-Translator: Freesand Leo <[email protected]>, 2021\n"
2222
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2323
"MIME-Version: 1.0\n"
2424
"Content-Type: text/plain; charset=UTF-8\n"
@@ -362,6 +362,8 @@ msgid ""
362362
":exc:`EOFError` is raised, but the items that were available are still "
363363
"inserted into the array."
364364
msgstr ""
365+
"从 :term:`file object` *f* 中读取 *n* 项并将它们添加到数组末尾。 如果可用数据少于 *n* 项,则会引发 "
366+
":exc:`EOFError`,但可用的项仍然会被插入数组。"
365367

366368
#: ../../library/array.rst:168
367369
msgid ""

library/dataclasses.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -782,3 +782,5 @@ msgid ""
782782
" is called on a dataclass which was defined with ``frozen=True``. It is a "
783783
"subclass of :exc:`AttributeError`."
784784
msgstr ""
785+
"在使用 ``frozen=True`` 定义的数据类上调用隐式定义的 :meth:`__setattr__` 或 :meth:`__delattr__`"
786+
" 时引发。 这是 :exc:`AttributeError` 的一个子类。"

library/xml.etree.elementtree.po

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -563,12 +563,12 @@ msgstr "配置选项 *options* 如下:"
563563

564564
#: ../../library/xml.etree.elementtree.rst:519
565565
msgid "*with_comments*: set to true to include comments (default: false)"
566-
msgstr ""
566+
msgstr "*with_comments*: 设为真值以包括注释 (默认为假值)"
567567

568568
#: ../../library/xml.etree.elementtree.rst:520
569569
msgid ""
570570
"*strip_text*: set to true to strip whitespace before and after text content"
571-
msgstr ""
571+
msgstr "*strip_text*: 设为真值以去除文本内容前后的空白符"
572572

573573
#: ../../library/xml.etree.elementtree.rst:521
574574
#: ../../library/xml.etree.elementtree.rst:523
@@ -579,36 +579,36 @@ msgstr "(默认值:否)"
579579
msgid ""
580580
"*rewrite_prefixes*: set to true to replace namespace prefixes by "
581581
"\"n{number}\""
582-
msgstr ""
582+
msgstr "*rewrite_prefixes*: 设为真值以替换带有 \"n{number}\" 前缀的命名空间"
583583

584584
#: ../../library/xml.etree.elementtree.rst:524
585585
msgid "*qname_aware_tags*: a set of qname aware tag names in which prefixes"
586-
msgstr ""
586+
msgstr "*qname_aware_tags*: 一组可感知限定名称的标记名称,其中的前缀"
587587

588588
#: ../../library/xml.etree.elementtree.rst:525
589589
#: ../../library/xml.etree.elementtree.rst:527
590590
msgid "should be replaced in text content (default: empty)"
591-
msgstr ""
591+
msgstr "应当在文本内容中被替换 (默认为空值)"
592592

593593
#: ../../library/xml.etree.elementtree.rst:526
594594
msgid ""
595595
"*qname_aware_attrs*: a set of qname aware attribute names in which prefixes"
596-
msgstr ""
596+
msgstr "*qname_aware_attrs*: 一组可感知限定名称的属性名称,其中的前缀"
597597

598598
#: ../../library/xml.etree.elementtree.rst:528
599599
msgid ""
600600
"*exclude_attrs*: a set of attribute names that should not be serialised"
601-
msgstr ""
601+
msgstr "*exclude_attrs*: 一组不应当被序列化的属性名称"
602602

603603
#: ../../library/xml.etree.elementtree.rst:529
604604
msgid "*exclude_tags*: a set of tag names that should not be serialised"
605-
msgstr ""
605+
msgstr "*exclude_tags*: 一组不应当被序列化的标记名称"
606606

607607
#: ../../library/xml.etree.elementtree.rst:531
608608
msgid ""
609609
"In the option list above, \"a set\" refers to any collection or iterable of "
610610
"strings, no ordering is expected."
611-
msgstr ""
611+
msgstr "在上面的选项列表中,\"一组\" 是指任意多项集或包含字符串的可迭代对象,排序是不必要的。"
612612

613613
#: ../../library/xml.etree.elementtree.rst:539
614614
msgid ""
@@ -618,6 +618,8 @@ msgid ""
618618
"string containing the comment string. Returns an element instance "
619619
"representing a comment."
620620
msgstr ""
621+
"注释元素工厂函数。 这个工厂函数可创建一个特殊元素,它将被标准序列化器当作 XML 注释来进行序列化。 注释字串可以是字节串或是 Unicode "
622+
"字符串。 *text* 是包含注释字串的字符串。 返回一个表示注释的元素实例。"
621623

622624
#: ../../library/xml.etree.elementtree.rst:545
623625
msgid ""

0 commit comments

Comments
 (0)