Skip to content

Commit bc99566

Browse files
authored
format issue cleanup (#838)
1 parent 21ccd8b commit bc99566

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

library/ssl.po

+4-4
Original file line numberDiff line numberDiff line change
@@ -895,8 +895,8 @@ msgid ""
895895
"with :const:`PROTOCOL_TLS`. It prevents the peers from choosing SSLv2 as "
896896
"the protocol version."
897897
msgstr ""
898-
"防止 SSLv2 連線。此選項只可以跟 :const:`PROTOCOL_TLS` 一起使用。它會防止同級 (peer)"
899-
"選用 SSLv2 做為協定版本。"
898+
"防止 SSLv2 連線。此選項只可以跟 :const:`PROTOCOL_TLS` 一起使用。它會防止同級 "
899+
"(peer)選用 SSLv2 做為協定版本。"
900900

901901
#: ../../library/ssl.rst:681
902902
msgid "SSLv2 is deprecated"
@@ -979,8 +979,8 @@ msgid ""
979979
"Disable all renegotiation in TLSv1.2 and earlier. Do not send HelloRequest "
980980
"messages, and ignore renegotiation requests via ClientHello."
981981
msgstr ""
982-
"停用所有在 TLSv1.2 及更早版本的重協商 (renegotiation)。不發送 HelloRequest 訊息,並忽略通過 "
983-
"ClientHello 的重協商請求。"
982+
"停用所有在 TLSv1.2 及更早版本的重協商 (renegotiation)。不發送 HelloRequest "
983+
"息,並忽略通過 ClientHello 的重協商請求。"
984984

985985
#: ../../library/ssl.rst:749
986986
msgid "This option is only available with OpenSSL 1.1.0h and later."

library/tkinter.messagebox.po

+4-4
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ msgid ""
103103
"Specifies an :ref:`icon <messagebox-icons>` to display. If this option is "
104104
"not specified, then the :data:`INFO` icon will be displayed."
105105
msgstr ""
106-
"指定要顯示的\\ :ref:`圖示 <messagebox-icons>`。如果未指定此選項,則會顯"
107-
"示 :data:`INFO` 圖示。"
106+
"指定要顯示的\\ :ref:`圖示 <messagebox-icons>`。如果未指定此選項,則會顯示 :"
107+
"data:`INFO` 圖示。"
108108

109109
#: ../../library/tkinter.messagebox.rst:55
110110
msgid "*message*"
@@ -218,8 +218,8 @@ msgid ""
218218
"Ask a question. Shows buttons :data:`YES` and :data:`NO`. Returns ``True`` "
219219
"if the answer is yes and ``False`` otherwise."
220220
msgstr ""
221-
"問一個問題。顯示按鈕 :data:`YES` 和 :data:`NO`。如果答案為是,則回傳 ``True``,"
222-
"否則回傳 ``False``。"
221+
"問一個問題。顯示按鈕 :data:`YES` 和 :data:`NO`。如果答案為是,則回傳 "
222+
"``True``,否則回傳 ``False``。"
223223

224224
#: ../../library/tkinter.messagebox.rst:119
225225
msgid ""

library/typing.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -652,8 +652,8 @@ msgid ""
652652
"``type[Any]`` is equivalent to :class:`type`, which is the root of Python's :"
653653
"ref:`metaclass hierarchy <metaclasses>`."
654654
msgstr ""
655-
"``type[Any]`` 等價於 :class:`type` ,其為 Python :ref:`metaclass 階層結"
656-
"(hierachy) <metaclasses>`。"
655+
"``type[Any]`` 等價於 :class:`type` ,其為 Python :ref:`metaclass 階層結構 "
656+
"(hierachy) <metaclasses>`。"
657657

658658
#: ../../library/typing.rst:503
659659
msgid "User-defined generic types"

0 commit comments

Comments
 (0)