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

Skip to content

Commit 951b667

Browse files
[po] auto sync
1 parent f408ce5 commit 951b667

2 files changed

Lines changed: 9 additions & 10 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "89.23%", "updated_at": "2023-08-04T15:57:12Z"}
1+
{"translation": "89.23%", "updated_at": "2023-08-04T17:57:11Z"}

library/sqlite3.po

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@
99
# stone jing <[email protected]>, 2022
1010
# ppcfish <[email protected]>, 2022
1111
# Alpha Du <[email protected]>, 2022
12-
# LeeWendao <[email protected]>, 2022
1312
# char46 <[email protected]>, 2023
1413
# Bryan不可思议, 2023
1514
# Jason Ren, 2023
1615
# Nyuan Zhang, 2023
1716
# Freesand Leo <[email protected]>, 2023
17+
# LeeWendao <[email protected]>, 2023
1818
#
1919
#, fuzzy
2020
msgid ""
2121
msgstr ""
2222
"Project-Id-Version: Python 3.12\n"
2323
"Report-Msgid-Bugs-To: \n"
24-
"POT-Creation-Date: 2023-07-29 02:08+0000\n"
24+
"POT-Creation-Date: 2023-08-04 14:13+0000\n"
2525
"PO-Revision-Date: 2021-06-28 01:13+0000\n"
26-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2023\n"
26+
"Last-Translator: LeeWendao <LeeWendao@outlook.com>, 2023\n"
2727
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2828
"MIME-Version: 1.0\n"
2929
"Content-Type: text/plain; charset=UTF-8\n"
@@ -361,12 +361,11 @@ msgid ""
361361
"is set; :class:`str` will be returned instead. By default (``0``), type "
362362
"detection is disabled."
363363
msgstr ""
364-
"控制是否以及如何使用由 :func:`register_converter` 注册的转换器 (converter) 将并非由 :ref:`SQLite "
365-
"原生支持的数据类型 <sqlite3-types>` 转换为 Python 类型。将它设置为常量 :const:`PARSE_DECLTYPES` 与 "
366-
"常量 :const:`PARSE_COLNAMES` 的任意联合(combination,使用位运算符按位或 ``|`` "
367-
"创建)以启用它。如果两个常量标志 (flags) 都被设置,那么列名将优先于声明的类型。同样,请注意,即使您设置了 *detect_types* "
368-
",您依然无法对生成的字段(例如 ``max(data)`` )进行类型检测,此时它将会返回一个字符串 "
369-
":class:`str`。该参数的默认值为(``0``),类型检测被禁用。"
364+
"控制是否以及如何使用由 :func:`register_converter` 注册的转换器将并非由 :ref:`SQLite 原生支持的 "
365+
"<sqlite3-types>` 数据类型转换为 Python 类型。 将它设置为 :const:`PARSE_DECLTYPES` 和 "
366+
":const:`PARSE_COLNAMES` 的任意组合 (使用 ``|``,即按位或) 来启动它。 如果两个旗标都被设置则列名将优先于声明的类型。 "
367+
"即使设置了 *detect_types*,依然无法对生成的字段 (例如 ``max(data)``) 进行类型检测;此时它将改为返回 "
368+
":class:`str`。 当使用默认值 (``0``) 时,类型检测将被禁用。"
370369

371370
#: ../../library/sqlite3.rst:295
372371
msgid ""

0 commit comments

Comments
 (0)