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

Skip to content

Commit 1a717e6

Browse files
[po] auto sync
1 parent 46af4d6 commit 1a717e6

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

library/sqlite3.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -847,6 +847,8 @@ msgid ""
847847
":attr:`isolation_level`; any transaction 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`."

sphinx.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# cdarlint <[email protected]>, 2019
99
# JW H <[email protected]>, 2019
1010
# Shengjing Zhu <[email protected]>, 2019
11-
# Freesand Leo <[email protected]>, 2020
11+
# Freesand Leo <[email protected]>, 2021
1212
#
1313
#, fuzzy
1414
msgid ""
@@ -17,7 +17,7 @@ msgstr ""
1717
"Report-Msgid-Bugs-To: \n"
1818
"POT-Creation-Date: 2021-07-09 06:50+0000\n"
1919
"PO-Revision-Date: 2017-02-16 17:32+0000\n"
20-
"Last-Translator: Freesand Leo <[email protected]>, 2020\n"
20+
"Last-Translator: Freesand Leo <[email protected]>, 2021\n"
2121
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2222
"MIME-Version: 1.0\n"
2323
"Content-Type: text/plain; charset=UTF-8\n"
@@ -52,7 +52,7 @@ msgstr "从版本 {deprecated} 起弃用,在版本 {removed} 中移除。"
5252

5353
#: ../../tools/templates/indexcontent.html:8
5454
msgid "Welcome! This is the official documentation for Python %(release)s."
55-
msgstr ""
55+
msgstr "欢迎!这里是 Python %(release)s 的官方文档。"
5656

5757
#: ../../tools/templates/indexcontent.html:10
5858
msgid "Parts of the documentation:"

0 commit comments

Comments
 (0)