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

Skip to content

Commit 198cb7b

Browse files
[po] auto sync
1 parent 93cdf4d commit 198cb7b

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

library/asyncio-protocol.po

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# ww song <[email protected]>, 2018
1010
# MuSheng Chen <[email protected]>, 2019
1111
# Pan Felix <[email protected]>, 2019
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-05-15 06:22+0000\n"
2020
"PO-Revision-Date: 2017-02-16 17:49+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"
@@ -1008,6 +1008,8 @@ msgid ""
10081008
"passed to the :meth:`loop.subprocess_exec` and :meth:`loop.subprocess_shell`"
10091009
" methods."
10101010
msgstr ""
1011+
"子进程协议实例应当由传递给 :meth:`loop.subprocess_exec` 和 :meth:`loop.subprocess_shell` "
1012+
"方法的协议工厂函数来构造。"
10111013

10121014
#: ../../library/asyncio-protocol.rst:692
10131015
msgid ""

library/numbers.po

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ msgid ""
5858
"``-``, ``*``, ``/``, ``**``, :func:`abs`, :meth:`conjugate`, ``==``, and "
5959
"``!=``. All except ``-`` and ``!=`` are abstract."
6060
msgstr ""
61+
"这个类型的子类描述了复数并包括了适用于内置 :class:`complex` 类型的操作。 这些操作有: 转换为 :class:`complex` 和 "
62+
":class:`bool`, :attr:`.real`, :attr:`.imag`, ``+``, ``-``, ``*``, ``/``, "
63+
"``**``, :func:`abs`, :meth:`conjugate`, ``==`` 以及 ``!=``。 除 ``-`` 和 ``!=`` "
64+
"之外所有操作都是抽象的。"
6165

6266
#: ../../library/numbers.rst:35
6367
msgid "Abstract. Retrieves the real component of this number."
@@ -118,6 +122,10 @@ msgid ""
118122
"modulus and bit-string operations: ``<<``, ``>>``, ``&``, ``^``, ``|``, "
119123
"``~``."
120124
msgstr ""
125+
"子类型 :class:`Rational` 还增加了到 :class:`int` 的转换操作。 为 :func:`float`, "
126+
":attr:`~Rational.numerator` 和 :attr:`~Rational.denominator` 提供了默认支持。 为 "
127+
":func:`pow` 方法增加了求余和按位字符串运算的抽象方法: ``<<``, ``>>``, ``&``, ``^``, ``|``, "
128+
"``~``。"
121129

122130
#: ../../library/numbers.rst:85
123131
msgid "Notes for type implementors"

library/xml.etree.elementtree.po

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1223,13 +1223,18 @@ msgid ""
12231223
":meth:`~object.__getitem__`, :meth:`~object.__setitem__`, "
12241224
":meth:`~object.__len__`."
12251225
msgstr ""
1226+
":class:`Element` 对象还支持下列序列类型方法以配合子元素使用: :meth:`~object.__delitem__`, "
1227+
":meth:`~object.__getitem__`, :meth:`~object.__setitem__`, "
1228+
":meth:`~object.__len__`。"
12261229

12271230
#: ../../library/xml.etree.elementtree.rst:1035
12281231
msgid ""
12291232
"Caution: Elements with no subelements will test as ``False``. This behavior"
12301233
" will change in future versions. Use specific ``len(elem)`` or ``elem is "
12311234
"None`` test instead. ::"
12321235
msgstr ""
1236+
"注意:不带子元素的元素将被检测为 ``False``。 此行为将在未来的版本中发生变化。 请改用 ``len(elem)`` 或 ``elem is "
1237+
"None`` 进行检测。 ::"
12331238

12341239
#: ../../library/xml.etree.elementtree.rst:1047
12351240
msgid ""

0 commit comments

Comments
 (0)