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

Skip to content

Commit dffbb89

Browse files
[po] auto sync
1 parent 57488a1 commit dffbb89

3 files changed

Lines changed: 17 additions & 6 deletions

File tree

library/enum.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# dannyvi <[email protected]>, 2018
99
# ppcfish <[email protected]>, 2019
1010
# Arisaka97 <[email protected]>, 2019
11-
# Freesand Leo <[email protected]>, 2019
11+
# Freesand Leo <[email protected]>, 2020
1212
#
1313
#, fuzzy
1414
msgid ""
@@ -17,7 +17,7 @@ msgstr ""
1717
"Report-Msgid-Bugs-To: \n"
1818
"POT-Creation-Date: 2020-01-26 12:31+0000\n"
1919
"PO-Revision-Date: 2017-02-16 23:09+0000\n"
20-
"Last-Translator: Freesand Leo <[email protected]>, 2019\n"
20+
"Last-Translator: Freesand Leo <[email protected]>, 2020\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"
@@ -91,7 +91,7 @@ msgstr "此 Enum 类装饰器可确保只将一个名称绑定到任意一个值
9191
msgid ""
9292
"Instances are replaced with an appropriate value for Enum members. Initial "
9393
"value starts at 1."
94-
msgstr ""
94+
msgstr "实例会被替换为一个可作为 Enum 成员的适当的值。 初始值从 1 开始。"
9595

9696
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/enum.rst:60
9797
msgid "``Flag``, ``IntFlag``, ``auto``"

library/sqlite3.po

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1396,6 +1396,10 @@ msgid ""
13961396
"specifying ``DEFERRED``. Other possible values are ``IMMEDIATE`` and "
13971397
"``EXCLUSIVE``."
13981398
msgstr ""
1399+
"你可以控制 :mod:`sqlite3` 隐式执行的 ``BEGIN`` 语句的种类,具体做法是通过将 *isolation_level* 形参传给 "
1400+
":func:`connect` 调用,或者通过指定连接的 :attr:`isolation_level` 属性。 如果你没有指定 "
1401+
"*isolation_level*,将使用基本的 ``BEGIN``,它等价于指定 ``DEFERRED``。 其他可能的值为 "
1402+
"``IMMEDIATE`` 和 ``EXCLUSIVE``。"
13991403

14001404
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sqlite3.rst:1041
14011405
msgid ""
@@ -1406,12 +1410,15 @@ msgid ""
14061410
"``BEGIN``, ``ROLLBACK``, ``SAVEPOINT``, and ``RELEASE`` statements in your "
14071411
"code."
14081412
msgstr ""
1413+
"你可以禁用 :mod:`sqlite3` 模块的隐式事务管理,具体做法是将 :attr:`isolation_level` 设为 ``None``。 "
1414+
"这将使得下层的 ``sqlite3`` 库采用 ``autocommit`` 模式。 随后你可以通过在代码中显式地使用 ``BEGIN``, "
1415+
"``ROLLBACK``, ``SAVEPOINT`` 和 ``RELEASE`` 语句来完全控制事务状态。"
14091416

14101417
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sqlite3.rst:1047
14111418
msgid ""
14121419
":mod:`sqlite3` used to implicitly commit an open transaction before DDL "
14131420
"statements. This is no longer the case."
1414-
msgstr ""
1421+
msgstr "以前 :mod:`sqlite3` 会在 DDL 语句之前隐式地提交未完成事务。 现在则不会再这样做。"
14151422

14161423
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sqlite3.rst:1053
14171424
msgid "Using :mod:`sqlite3` efficiently"

reference/datamodel.po

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# Zombie110year <[email protected]>, 2019
1515
# zkonge <[email protected]>, 2019
1616
# Shengjing Zhu <[email protected]>, 2019
17-
# Freesand Leo <[email protected]>, 2019
17+
# Freesand Leo <[email protected]>, 2020
1818
#
1919
#, fuzzy
2020
msgid ""
@@ -23,7 +23,7 @@ msgstr ""
2323
"Report-Msgid-Bugs-To: \n"
2424
"POT-Creation-Date: 2020-01-26 12:31+0000\n"
2525
"PO-Revision-Date: 2017-02-16 23:38+0000\n"
26-
"Last-Translator: Freesand Leo <[email protected]>, 2019\n"
26+
"Last-Translator: Freesand Leo <[email protected]>, 2020\n"
2727
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2828
"MIME-Version: 1.0\n"
2929
"Content-Type: text/plain; charset=UTF-8\n"
@@ -2735,6 +2735,10 @@ msgid ""
27352735
"additional keyword arguments, if any, come from the class definition). The "
27362736
"``__prepare__`` method should be implemented as a :func:`classmethod`."
27372737
msgstr ""
2738+
"一旦确定了适当的元类,则将准备好类命名空间。 如果元类具有 ``__prepare__`` 属性,它会以 ``namespace = "
2739+
"metaclass.__prepare__(name, bases, **kwds)`` "
2740+
"的形式被调用(其中如果有任何额外的关键字参数,则应来自类定义)。 ``__prepare__`` 方法的实现应当为 "
2741+
":func:`classmethod`。"
27382742

27392743
#: /home/travis/build/python/cpython-doc-catalog/Doc/reference/datamodel.rst:1951
27402744
msgid ""

0 commit comments

Comments
 (0)