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

Skip to content

Commit b0f7aa8

Browse files
[po] auto sync
1 parent 500fa21 commit b0f7aa8

4 files changed

Lines changed: 12 additions & 7 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "91.74%", "updated_at": "2023-11-03T15:57:30Z"}
1+
{"translation": "91.75%", "updated_at": "2023-11-03T16:56:59Z"}

c-api/exceptions.po

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,14 +161,16 @@ msgid ""
161161
" *obj* will be printed in the warning message. If *obj* is ``NULL``, only "
162162
"the traceback is printed."
163163
msgstr ""
164+
"该函数调用时将传入单个参数 *obj*,它标识发生不可引发的异常所在的上下文。 如果可能,*obj* 的表示形式将打印在警告消息中。 如果 *obj* "
165+
"为 ``NULL``,将只打印回溯。"
164166

165167
#: ../../c-api/exceptions.rst:93
166168
msgid "An exception must be set when calling this function."
167169
msgstr "调用此函数时必须设置一个异常。"
168170

169171
#: ../../c-api/exceptions.rst:95
170172
msgid "Print a traceback. Print only traceback if *obj* is ``NULL``."
171-
msgstr "打印回溯信息。 如果 *obj* 为 ``NULL`` 才打印回溯。"
173+
msgstr "打印回溯信息。 如果 *obj* 为 ``NULL`` 将只打印回溯。"
172174

173175
#: ../../c-api/exceptions.rst:98
174176
msgid "Use :func:`sys.unraisablehook`."

library/asyncio-eventloop.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,6 +790,7 @@ msgid ""
790790
"The socket option :ref:`socket.TCP_NODELAY <socket-unix-constants>` is set "
791791
"by default for all TCP connections."
792792
msgstr ""
793+
"套接字选项 :ref:`socket.TCP_NODELAY <socket-unix-constants>` 默认将为所有 TCP 连接设置。"
793794

794795
#: ../../library/asyncio-eventloop.rst:517
795796
#: ../../library/asyncio-eventloop.rst:846
@@ -2317,7 +2318,7 @@ msgstr "如果服务器正在接受新连接的状态,返回 ``True`` 。"
23172318
msgid ""
23182319
"Wait until the :meth:`close` method completes and all active connections "
23192320
"have finished."
2320-
msgstr ""
2321+
msgstr "等待直到 :meth:`close` 方法完成且所有活动的连接结束。"
23212322

23222323
#: ../../library/asyncio-eventloop.rst:1689
23232324
msgid ""
@@ -2486,3 +2487,5 @@ msgid ""
24862487
"Register handlers for signals :const:`~signal.SIGINT` and "
24872488
":const:`~signal.SIGTERM` using the :meth:`loop.add_signal_handler` method::"
24882489
msgstr ""
2490+
"使用 :meth:`loop.add_signal_handler` 方法为信号 :const:`~signal.SIGINT` 和 "
2491+
":const:`~signal.SIGTERM` 注册处理句柄::"

library/tkinter.messagebox.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Freesand Leo <[email protected]>, 2021
7+
# Freesand Leo <[email protected]>, 2023
88
#
99
#, fuzzy
1010
msgid ""
@@ -13,7 +13,7 @@ msgstr ""
1313
"Report-Msgid-Bugs-To: \n"
1414
"POT-Creation-Date: 2023-11-03 14:14+0000\n"
1515
"PO-Revision-Date: 2021-06-28 01:15+0000\n"
16-
"Last-Translator: Freesand Leo <[email protected]>, 2021\n"
16+
"Last-Translator: Freesand Leo <[email protected]>, 2023\n"
1717
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1818
"MIME-Version: 1.0\n"
1919
"Content-Type: text/plain; charset=UTF-8\n"
@@ -48,11 +48,11 @@ msgstr ""
4848

4949
#: ../../library/tkinter.messagebox.rst:27
5050
msgid "The following options are supported:"
51-
msgstr ""
51+
msgstr "支持以下选项:"
5252

5353
#: ../../library/tkinter.messagebox.rst:33
5454
msgid "*command*"
55-
msgstr ""
55+
msgstr "*command*"
5656

5757
#: ../../library/tkinter.messagebox.rst:30
5858
msgid ""

0 commit comments

Comments
 (0)