66# Translators:
77# Rafael Fontenelle <[email protected] >, 202388# Freesand Leo <[email protected] >, 20239+ # LeeWendao <[email protected] >, 2023910#
1011#, fuzzy
1112msgid ""
@@ -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."
327328msgstr ""
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`."
18291830msgstr ""
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 类型"
19031904msgid ""
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
19091910msgid ""
0 commit comments