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

Skip to content

Commit d7509c8

Browse files
[po] auto sync
1 parent 6036dc5 commit d7509c8

3 files changed

Lines changed: 16 additions & 4 deletions

File tree

library/asyncio-eventloop.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -659,6 +659,8 @@ msgid ""
659659
" the socket locally. The *local_host* and *local_port* are looked up using "
660660
"``getaddrinfo()``, similarly to *host* and *port*."
661661
msgstr ""
662+
"如果给出 *local_addr*,它应当是一个用来在本地绑定套接字的 ``(local_host, local_port)`` 元组。 "
663+
"*local_host* 和 *local_port* 会使用 ``getaddrinfo()`` 来查找,这与 *host* 和 *port* 类似。"
662664

663665
#: ../../library/asyncio-eventloop.rst:446
664666
#: ../../library/asyncio-eventloop.rst:799
@@ -782,6 +784,8 @@ msgid ""
782784
" the socket locally. The *local_host* and *local_port* are looked up using "
783785
":meth:`getaddrinfo`."
784786
msgstr ""
787+
"如果给出 *local_addr*,它应当是一个用来在本地绑定套接字的 ``(local_host, local_port)`` 元组。 "
788+
"*local_host* 和 *local_port* 是使用 :meth:`getaddrinfo` 来查找的。"
785789

786790
#: ../../library/asyncio-eventloop.rst:524
787791
msgid ""

library/sqlite3.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -847,6 +847,8 @@ msgid ""
847847
":attr:`isolation_level`; any transation control must be added to "
848848
"*sql_script*."
849849
msgstr ""
850+
"这是用于一次性执行多条 SQL 语句的非标准便捷方法。 它会首先发出一条 ``COMMIT`` 语句,然后执行通过参数获得的 SQL 脚本。 "
851+
"此方法会忽略 :attr:`isolation_level`;任何事务控制必须要添加到 *sql_script* 中。"
850852

851853
#: ../../library/sqlite3.rst:641
852854
msgid "*sql_script* can be an instance of :class:`str`."
@@ -1406,6 +1408,8 @@ msgid ""
14061408
"Note that :meth:`~Cursor.executescript` disregards :attr:`isolation_level`; "
14071409
"any transaction control must be added explicitly."
14081410
msgstr ""
1411+
"请注意 :meth:`~Cursor.executescript` 会忽略 "
1412+
":attr:`isolation_level`;任何事务控制必要要显式地添加。"
14091413

14101414
#: ../../library/sqlite3.rst:1045
14111415
msgid ""

library/xml.etree.elementtree.po

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1433,30 +1433,34 @@ msgid ""
14331433
" comments/pis will be inserted into the tree if they appear within the root "
14341434
"element (but not outside of it)."
14351435
msgstr ""
1436+
"如果给出 *comment_factory* 和 *pi_factory* 函数,它们的行为应当像 :func:`Comment` 和 "
1437+
":func:`ProcessingInstruction` 函数一样创建注释和处理指令。 如果未给出,则将使用默认工厂函数。 当 "
1438+
"*insert_comments* 和/或 *insert_pis* 为真值时,如果 comments/pis "
1439+
"在根元素之中(但不在其之外)出现则它们将被插入到树中。"
14361440

14371441
#: ../../library/xml.etree.elementtree.rst:1248
14381442
msgid ""
14391443
"Flushes the builder buffers, and returns the toplevel document element. "
14401444
"Returns an :class:`Element` instance."
1441-
msgstr ""
1445+
msgstr "刷新构建器缓存,并返回最高层级的文档元素。 返回一个 :class:`Element` 实例。"
14421446

14431447
#: ../../library/xml.etree.elementtree.rst:1254
14441448
msgid ""
14451449
"Adds text to the current element. *data* is a string. This should be "
14461450
"either a bytestring, or a Unicode string."
1447-
msgstr ""
1451+
msgstr "将文本添加到当前元素。 *data* 为要添加的文本。 这应当是一个字节串或 Unicode 字符串。"
14481452

14491453
#: ../../library/xml.etree.elementtree.rst:1260
14501454
msgid ""
14511455
"Closes the current element. *tag* is the element name. Returns the closed "
14521456
"element."
1453-
msgstr ""
1457+
msgstr "关闭当前元素。 *tag* 是元素名称。 返回已关闭的元素。"
14541458

14551459
#: ../../library/xml.etree.elementtree.rst:1266
14561460
msgid ""
14571461
"Opens a new element. *tag* is the element name. *attrs* is a dictionary "
14581462
"containing element attributes. Returns the opened element."
1459-
msgstr ""
1463+
msgstr "打开一个新元素。 *tag* 是元素名称。 *attrs* 是包含元素属性的字典。 返回打开的元素。"
14601464

14611465
#: ../../library/xml.etree.elementtree.rst:1272
14621466
msgid ""

0 commit comments

Comments
 (0)