|
9 | 9 | # stone jing <[email protected]>, 2022 |
10 | 10 | # ppcfish <[email protected]>, 2022 |
11 | 11 | # Alpha Du <[email protected]>, 2022 |
12 | | -# LeeWendao <[email protected]>, 2022 |
13 | 12 | # char46 <[email protected]>, 2023 |
14 | 13 | # Bryan不可思议, 2023 |
15 | 14 | # Jason Ren, 2023 |
16 | 15 | # Nyuan Zhang, 2023 |
17 | 16 | # Freesand Leo <[email protected]>, 2023 |
| 17 | +# LeeWendao <[email protected]>, 2023 |
18 | 18 | # |
19 | 19 | #, fuzzy |
20 | 20 | msgid "" |
21 | 21 | msgstr "" |
22 | 22 | "Project-Id-Version: Python 3.12\n" |
23 | 23 | "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" |
25 | 25 | "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" |
27 | 27 | "Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n" |
28 | 28 | "MIME-Version: 1.0\n" |
29 | 29 | "Content-Type: text/plain; charset=UTF-8\n" |
@@ -361,12 +361,11 @@ msgid "" |
361 | 361 | "is set; :class:`str` will be returned instead. By default (``0``), type " |
362 | 362 | "detection is disabled." |
363 | 363 | 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``) 时,类型检测将被禁用。" |
370 | 369 |
|
371 | 370 | #: ../../library/sqlite3.rst:295 |
372 | 371 | msgid "" |
|
0 commit comments