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

Skip to content

Commit f1caebb

Browse files
[po] auto sync
1 parent 65663b4 commit f1caebb

2 files changed

Lines changed: 16 additions & 9 deletions

File tree

c-api/object.po

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,9 @@ msgid ""
443443
"already an iterator. Raises :exc:`TypeError` and returns ``NULL`` if the "
444444
"object cannot be iterated."
445445
msgstr ""
446+
"等同于 Python 表达式 "
447+
"``iter(o)``。为对象参数返回一个新的迭代器,如果该对象已经是一个迭代器,则返回对象本身。如果对象不能被迭代,会引发 "
448+
":exc:`TypeError` ,并返回 ``NULL``。"
446449

447450
#: ../../c-api/object.rst:363
448451
msgid ""
@@ -452,3 +455,6 @@ msgid ""
452455
":class:`AsyncIterator`, this returns itself. Raises :exc:`TypeError` and "
453456
"returns ``NULL`` if the object cannot be iterated."
454457
msgstr ""
458+
"等同于 Python 表达式 ``aiter(o)``。接受一个 :class:`AsyncIterable` 对象,并为其返回一个 "
459+
":class:`AsyncIterator`。通常返回的是一个新迭代器,但如果参数是一个 "
460+
":class:`AsyncIterator`,将返回其自身。如果该对象不能被迭代,会引发 :exc:`TypeError`,并返回 ``NULL``。"

using/configure.po

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Kevin Deng <kevindeng55+transifex@gmail.com>, 2021
7+
# Dai Xu <daixu61@hotmail.com>, 2021
88
#
99
#, fuzzy
1010
msgid ""
@@ -13,7 +13,7 @@ msgstr ""
1313
"Report-Msgid-Bugs-To: \n"
1414
"POT-Creation-Date: 2021-06-29 12:56+0000\n"
1515
"PO-Revision-Date: 2021-06-28 01:50+0000\n"
16-
"Last-Translator: Kevin Deng <kevindeng55+transifex@gmail.com>, 2021\n"
16+
"Last-Translator: Dai Xu <daixu61@hotmail.com>, 2021\n"
1717
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1818
"MIME-Version: 1.0\n"
1919
"Content-Type: text/plain; charset=UTF-8\n"
@@ -23,43 +23,44 @@ msgstr ""
2323

2424
#: ../../using/configure.rst:3
2525
msgid "Configure Python"
26-
msgstr "配置Python"
26+
msgstr "配置 Python"
2727

2828
#: ../../using/configure.rst:8
2929
msgid "Configure Options"
30-
msgstr ""
30+
msgstr "配置参数"
3131

3232
#: ../../using/configure.rst:10
3333
msgid "List all ``./configure`` script options using::"
34-
msgstr ""
34+
msgstr "用以下方式列出脚本 ``./configure`` 的所有参数:"
3535

3636
#: ../../using/configure.rst:14
3737
msgid ""
3838
"See also the :file:`Misc/SpecialBuilds.txt` in the Python source "
3939
"distribution."
40-
msgstr ""
40+
msgstr "参阅 Python 源代码中的 :file:`Misc/SpecialBuilds.txt` 。"
4141

4242
#: ../../using/configure.rst:17
4343
msgid "General Options"
44-
msgstr ""
44+
msgstr "常用参数"
4545

4646
#: ../../using/configure.rst:21
4747
msgid ""
4848
"Support loadable extensions in the :mod:`_sqlite` extension module (default "
4949
"is no)."
50-
msgstr ""
50+
msgstr "支持 :mod:`_sqlite` 扩展模块中的可加载扩展(默认为否)。"
5151

5252
#: ../../using/configure.rst:24
5353
msgid ""
5454
"See the :meth:`sqlite3.Connection.enable_load_extension` method of the "
5555
":mod:`sqlite3` module."
5656
msgstr ""
57+
"参见 :meth:`sqlite3.Connection.enable_load_extension` 方法的 :mod:`sqlite3` 模块。"
5758

5859
#: ../../using/configure.rst:31
5960
msgid ""
6061
"Disable IPv6 support (enabled by default if supported), see the "
6162
":mod:`socket` module."
62-
msgstr ""
63+
msgstr "禁用 IPv6 支持(若开启支持则默认启用),见 :mod:`socket` 模块。"
6364

6465
#: ../../using/configure.rst:36
6566
msgid "Define the size in bits of Python :class:`int` digits: 15 or 30 bits."

0 commit comments

Comments
 (0)