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

Skip to content

Commit 7bbb020

Browse files
[po] auto sync
1 parent d6dbedc commit 7bbb020

3 files changed

Lines changed: 11 additions & 6 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "90.53%", "updated_at": "2023-09-10T08:57:25Z"}
1+
{"translation": "90.54%", "updated_at": "2023-09-10T16:56:44Z"}

howto/clinic.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ msgid ""
1919
msgstr ""
2020
"Project-Id-Version: Python 3.12\n"
2121
"Report-Msgid-Bugs-To: \n"
22-
"POT-Creation-Date: 2023-08-11 14:13+0000\n"
22+
"POT-Creation-Date: 2023-09-08 14:13+0000\n"
2323
"PO-Revision-Date: 2021-06-28 00:52+0000\n"
2424
"Last-Translator: Freesand Leo <[email protected]>, 2023\n"
2525
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -242,7 +242,7 @@ msgstr ""
242242

243243
#: ../../howto/clinic.rst:149
244244
msgid "Command-line interface"
245-
msgstr ""
245+
msgstr "命令行接口"
246246

247247
#: ../../howto/clinic.rst:151
248248
msgid ""

library/sqlite3.po

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ msgid ""
2222
msgstr ""
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."
22452245
msgstr ""
2246+
"将 :class:`datetime.date` 对象转换为 `ISO 8601`_ 格式 :class:`字符串 <str>` 的适配器。"
22462247

22472248
#: ../../library/sqlite3.rst:1997
22482249
msgid ""
@@ -2264,6 +2265,8 @@ msgid ""
22642265
"objects. Fractional parts will be truncated to 6 digits (microsecond "
22652266
"precision)."
22662267
msgstr ""
2268+
"将已声明的 \"timestamp\" 类型转成 :class:`datetime.datetime` 对象的转换器。 小数部分将截断至 6 "
2269+
"位(微秒精度)。"
22672270

22682271
#: ../../library/sqlite3.rst:2007
22692272
msgid ""
@@ -2277,18 +2280,20 @@ msgstr ""
22772280

22782281
#: ../../library/sqlite3.rst:2020
22792282
msgid "Command-line interface"
2280-
msgstr ""
2283+
msgstr "命令行接口"
22812284

22822285
#: ../../library/sqlite3.rst:2022
22832286
msgid ""
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::"
22872290
msgstr ""
2291+
":mod:`!sqlite3` 模块可以作为脚本发起调用,使用解释器的 :option:`-m` 开关选项,以提供一个简单的 SQLite shell。"
2292+
" 参数签名如下::"
22882293

22892294
#: ../../library/sqlite3.rst:2029
22902295
msgid "Type ``.quit`` or CTRL-D to exit the shell."
2291-
msgstr ""
2296+
msgstr "输入 ``.quit`` 或 CTRL-D 退出 shell。"
22922297

22932298
#: ../../library/sqlite3.rst:2035
22942299
msgid "Print CLI help."

0 commit comments

Comments
 (0)