Skip to content

Commit 028c3b7

Browse files
[po] auto sync
1 parent c6a691e commit 028c3b7

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "90.18%", "updated_at": "2023-09-09T03:32:15Z"}
1+
{"translation": "90.19%", "updated_at": "2023-09-09T09:32:14Z"}

library/sqlite3.po

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66
# Translators:
77
# Lu <lu2github@gmail.com>, 2022
88
# Nyuan Zhang, 2023
9-
# Freesand Leo <yuqinju@163.com>, 2023
10-
# LeeWendao <LeeWendao@outlook.com>, 2023
119
# Rafael Fontenelle <rffontenelle@gmail.com>, 2023
10+
# LeeWendao <LeeWendao@outlook.com>, 2023
11+
# Freesand Leo <yuqinju@163.com>, 2023
1212
#
1313
#, fuzzy
1414
msgid ""
1515
msgstr ""
1616
"Project-Id-Version: Python 3.10\n"
1717
"Report-Msgid-Bugs-To: \n"
18-
"POT-Creation-Date: 2023-08-11 15:16+0000\n"
18+
"POT-Creation-Date: 2023-09-08 15:14+0000\n"
1919
"PO-Revision-Date: 2022-11-05 17:22+0000\n"
20-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
20+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2023\n"
2121
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2222
"MIME-Version: 1.0\n"
2323
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1196,6 +1196,8 @@ msgid ""
11961196
"For every item in *parameters*, repeatedly execute the :ref:`parameterized "
11971197
"<sqlite3-placeholders>` SQL statement *sql*."
11981198
msgstr ""
1199+
"对于在 *parameters* 中的每一项,重复执行已经 :ref:`参数化 <sqlite3-placeholders>` 了的 SQL 语句 "
1200+
"*sql*。"
11991201

12001202
#: ../../library/sqlite3.rst:1077
12011203
msgid ""
@@ -1204,7 +1206,7 @@ msgstr "使用与 :meth:`~Cursor.execute` 相同的隐式事务处理。"
12041206

12051207
#: ../../library/sqlite3.rst:1079
12061208
msgid "A single SQL :abbr:`DML (Data Manipulation Language)` statement."
1207-
msgstr ""
1209+
msgstr "一条 SQL :abbr:`DML (Data Manipulation Language)` 语句。"
12081210

12091211
#: ../../library/sqlite3.rst:1082
12101212
msgid ""
@@ -1215,7 +1217,7 @@ msgstr ""
12151217

12161218
#: ../../library/sqlite3.rst:1088
12171219
msgid "If *sql* is not a DML statment."
1218-
msgstr ""
1220+
msgstr "如果 *sql* 不是一条 DML 语句。"
12191221

12201222
#: ../../library/sqlite3.rst:1107
12211223
msgid ""
@@ -1699,6 +1701,11 @@ msgid ""
16991701
"subclass), which must contain keys for all named parameters; any extra items"
17001702
" are ignored. Here's an example of both styles:"
17011703
msgstr ""
1704+
"一条SQL语句可能使用这两种占位符中的一种:? 标记(或称问号标记风格 qmark style)或具名占位符(或称具名风格 named "
1705+
"style)。对于问号标记风格,*parameters* 必须是一个长度与 ? 标记 的数量匹配的序列 "
1706+
"(:term:`sequence`),否则将会抛出 :exc:`ProgrammingError` 错误。 对于具名风格,*parameters* "
1707+
"必须是一个 :class:`dict` 或是其子类的实例,同时该实例必须包括所有具名占位符所对应的键。 "
1708+
"其中,该实例中不为具名占位符所对应的键将会被忽略。这里是上述两种风格的示例:"
17021709

17031710
#: ../../library/sqlite3.rst:1505
17041711
msgid ""

0 commit comments

Comments
 (0)