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

Skip to content

Commit 98d4d14

Browse files
[po] auto sync
1 parent 11fc4cc commit 98d4d14

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "89.04%", "updated_at": "2023-08-16T07:42:32Z"}
1+
{"translation": "89.04%", "updated_at": "2023-08-17T14:41:59Z"}

library/sqlite3.po

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# Translators:
77
# Rafael Fontenelle <[email protected]>, 2023
88
# Freesand Leo <[email protected]>, 2023
9+
# LeeWendao <[email protected]>, 2023
910
#
1011
#, fuzzy
1112
msgid ""
@@ -14,7 +15,7 @@ msgstr ""
1415
"Report-Msgid-Bugs-To: \n"
1516
"POT-Creation-Date: 2023-08-11 14:43+0000\n"
1617
"PO-Revision-Date: 2023-05-24 02:19+0000\n"
17-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2023\n"
18+
"Last-Translator: LeeWendao <LeeWendao@outlook.com>, 2023\n"
1819
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1920
"MIME-Version: 1.0\n"
2021
"Content-Type: text/plain; charset=UTF-8\n"
@@ -325,7 +326,7 @@ msgid ""
325326
" create an `SQLite database existing only in memory "
326327
"<https://sqlite.org/inmemorydb.html>`_, and open a connection to it."
327328
msgstr ""
328-
"要撕开的数据库文件的路径。 你可以传入 ``\":memory:\"`` 来创建一个 `仅存在于内存中的 SQLite 数据库 "
329+
"要打开的数据库文件的路径。 你可以传入 ``\":memory:\"`` 来创建一个 `仅存在于内存中的 SQLite 数据库 "
329330
"<https://sqlite.org/inmemorydb.html>`_,并打开它的一个连接。"
330331

331332
#: ../../library/sqlite3.rst:273
@@ -1827,7 +1828,7 @@ msgid ""
18271828
"if this exception is raised, it probably indicates a bug in the "
18281829
":mod:`!sqlite3` module. ``InterfaceError`` is a subclass of :exc:`Error`."
18291830
msgstr ""
1830-
"因错误使用低层级 SQLite C API 而引发的异常,换句话说,如果此异常被引发,则可能表明 :mod:`!sqlite3` 模块中存在错误。 "
1831+
"因错误使用低层级 SQLite C API 而引发的异常,换句话说,如果此异常被引发,则表明 :mod:`!sqlite3` 模块中可能存在错误。 "
18311832
"``InterfaceError`` 是 :exc:`Error` 的一个子类。"
18321833

18331834
#: ../../library/sqlite3.rst:1708
@@ -1903,7 +1904,7 @@ msgstr "SQLite 与 Python 类型"
19031904
msgid ""
19041905
"SQLite natively supports the following types: ``NULL``, ``INTEGER``, "
19051906
"``REAL``, ``TEXT``, ``BLOB``."
1906-
msgstr "SQLite 原生支持如下的类型: ``NULL``,``INTEGER``,``REAL``,``TEXT``,``BLOB``。"
1907+
msgstr "SQLite 原生支持如下类型: ``NULL``,``INTEGER``,``REAL``,``TEXT``,``BLOB``。"
19071908

19081909
#: ../../library/sqlite3.rst:1763
19091910
msgid ""

0 commit comments

Comments
 (0)