@@ -22,7 +22,7 @@ msgid ""
2222msgstr ""
2323"Project-Id-Version : Python 3.12\n "
2424"Report-Msgid-Bugs-To : \n "
25- "POT-Creation-Date : 2023-09-01 14:13+0000\n "
25+ "POT-Creation-Date : 2023-09-08 14:13+0000\n "
2626"PO-Revision-Date : 2021-06-28 01:13+0000\n "
2727"
Last-Translator :
Freesand Leo <[email protected] >, 2023\n "
2828"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -2243,6 +2243,7 @@ msgid ""
22432243"An adapter for :class:`datetime.date` objects to :class:`strings <str>` in "
22442244"`ISO 8601`_ format."
22452245msgstr ""
2246+ "将 :class:`datetime.date` 对象转换为 `ISO 8601`_ 格式 :class:`字符串 <str>` 的适配器。"
22462247
22472248#: ../../library/sqlite3.rst:1997
22482249msgid ""
@@ -2264,6 +2265,8 @@ msgid ""
22642265"objects. Fractional parts will be truncated to 6 digits (microsecond "
22652266"precision)."
22662267msgstr ""
2268+ "将已声明的 \" timestamp\" 类型转成 :class:`datetime.datetime` 对象的转换器。 小数部分将截断至 6 "
2269+ "位(微秒精度)。"
22672270
22682271#: ../../library/sqlite3.rst:2007
22692272msgid ""
@@ -2277,18 +2280,20 @@ msgstr ""
22772280
22782281#: ../../library/sqlite3.rst:2020
22792282msgid "Command-line interface"
2280- msgstr ""
2283+ msgstr "命令行接口 "
22812284
22822285#: ../../library/sqlite3.rst:2022
22832286msgid ""
22842287"The :mod:`!sqlite3` module can be invoked as a script, using the "
22852288"interpreter's :option:`-m` switch, in order to provide a simple SQLite "
22862289"shell. The argument signature is as follows::"
22872290msgstr ""
2291+ ":mod:`!sqlite3` 模块可以作为脚本发起调用,使用解释器的 :option:`-m` 开关选项,以提供一个简单的 SQLite shell。"
2292+ " 参数签名如下::"
22882293
22892294#: ../../library/sqlite3.rst:2029
22902295msgid "Type ``.quit`` or CTRL-D to exit the shell."
2291- msgstr ""
2296+ msgstr "输入 ``.quit`` 或 CTRL-D 退出 shell。 "
22922297
22932298#: ../../library/sqlite3.rst:2035
22942299msgid "Print CLI help."
0 commit comments