6
6
# Translators:
7
7
# Lu <lu2github@gmail.com>, 2022
8
8
# Nyuan Zhang, 2023
9
- # Freesand Leo <yuqinju@163.com>, 2023
10
- # LeeWendao <LeeWendao@outlook.com>, 2023
11
9
# Rafael Fontenelle <rffontenelle@gmail.com>, 2023
10
+ # LeeWendao <LeeWendao@outlook.com>, 2023
11
+ # Freesand Leo <yuqinju@163.com>, 2023
12
12
#
13
13
#, fuzzy
14
14
msgid ""
15
15
msgstr ""
16
16
"Project-Id-Version : Python 3.10\n "
17
17
"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 "
19
19
"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 "
21
21
"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
22
22
"MIME-Version : 1.0\n "
23
23
"Content-Type : text/plain; charset=UTF-8\n "
@@ -1196,6 +1196,8 @@ msgid ""
1196
1196
"For every item in *parameters*, repeatedly execute the :ref:`parameterized "
1197
1197
"<sqlite3-placeholders>` SQL statement *sql*."
1198
1198
msgstr ""
1199
+ "对于在 *parameters* 中的每一项,重复执行已经 :ref:`参数化 <sqlite3-placeholders>` 了的 SQL 语句 "
1200
+ "*sql*。"
1199
1201
1200
1202
#: ../../library/sqlite3.rst:1077
1201
1203
msgid ""
@@ -1204,7 +1206,7 @@ msgstr "使用与 :meth:`~Cursor.execute` 相同的隐式事务处理。"
1204
1206
1205
1207
#: ../../library/sqlite3.rst:1079
1206
1208
msgid "A single SQL :abbr:`DML (Data Manipulation Language)` statement."
1207
- msgstr ""
1209
+ msgstr "一条 SQL :abbr:`DML (Data Manipulation Language)` 语句。 "
1208
1210
1209
1211
#: ../../library/sqlite3.rst:1082
1210
1212
msgid ""
@@ -1215,7 +1217,7 @@ msgstr ""
1215
1217
1216
1218
#: ../../library/sqlite3.rst:1088
1217
1219
msgid "If *sql* is not a DML statment."
1218
- msgstr ""
1220
+ msgstr "如果 *sql* 不是一条 DML 语句。 "
1219
1221
1220
1222
#: ../../library/sqlite3.rst:1107
1221
1223
msgid ""
@@ -1699,6 +1701,11 @@ msgid ""
1699
1701
"subclass), which must contain keys for all named parameters; any extra items"
1700
1702
" are ignored. Here's an example of both styles:"
1701
1703
msgstr ""
1704
+ "一条SQL语句可能使用这两种占位符中的一种:? 标记(或称问号标记风格 qmark style)或具名占位符(或称具名风格 named "
1705
+ "style)。对于问号标记风格,*parameters* 必须是一个长度与 ? 标记 的数量匹配的序列 "
1706
+ "(:term:`sequence`),否则将会抛出 :exc:`ProgrammingError` 错误。 对于具名风格,*parameters* "
1707
+ "必须是一个 :class:`dict` 或是其子类的实例,同时该实例必须包括所有具名占位符所对应的键。 "
1708
+ "其中,该实例中不为具名占位符所对应的键将会被忽略。这里是上述两种风格的示例:"
1702
1709
1703
1710
#: ../../library/sqlite3.rst:1505
1704
1711
msgid ""
0 commit comments