File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -895,8 +895,8 @@ msgid ""
895
895
"with :const:`PROTOCOL_TLS`. It prevents the peers from choosing SSLv2 as "
896
896
"the protocol version."
897
897
msgstr ""
898
- "防止 SSLv2 連線。此選項只可以跟 :const:`PROTOCOL_TLS` 一起使用。它會防止同級 (peer) "
899
- "選用 SSLv2 做為協定版本。"
898
+ "防止 SSLv2 連線。此選項只可以跟 :const:`PROTOCOL_TLS` 一起使用。它會防止同級 "
899
+ "(peer) 選用 SSLv2 做為協定版本。"
900
900
901
901
#: ../../library/ssl.rst:681
902
902
msgid "SSLv2 is deprecated"
@@ -979,8 +979,8 @@ msgid ""
979
979
"Disable all renegotiation in TLSv1.2 and earlier. Do not send HelloRequest "
980
980
"messages, and ignore renegotiation requests via ClientHello."
981
981
msgstr ""
982
- "停用所有在 TLSv1.2 及更早版本的重協商 (renegotiation)。不發送 HelloRequest 訊息,並忽略通過 "
983
- "ClientHello 的重協商請求。"
982
+ "停用所有在 TLSv1.2 及更早版本的重協商 (renegotiation)。不發送 HelloRequest 訊 "
983
+ "息,並忽略通過 ClientHello 的重協商請求。"
984
984
985
985
#: ../../library/ssl.rst:749
986
986
msgid "This option is only available with OpenSSL 1.1.0h and later."
Original file line number Diff line number Diff line change @@ -103,8 +103,8 @@ msgid ""
103
103
"Specifies an :ref:`icon <messagebox-icons>` to display. If this option is "
104
104
"not specified, then the :data:`INFO` icon will be displayed."
105
105
msgstr ""
106
- "指定要顯示的\\ :ref:`圖示 <messagebox-icons>`。如果未指定此選項,則會顯 "
107
- "示 : data:`INFO` 圖示。"
106
+ "指定要顯示的\\ :ref:`圖示 <messagebox-icons>`。如果未指定此選項,則會顯示 : "
107
+ "data:`INFO` 圖示。"
108
108
109
109
#: ../../library/tkinter.messagebox.rst:55
110
110
msgid "*message*"
@@ -218,8 +218,8 @@ msgid ""
218
218
"Ask a question. Shows buttons :data:`YES` and :data:`NO`. Returns ``True`` "
219
219
"if the answer is yes and ``False`` otherwise."
220
220
msgstr ""
221
- "問一個問題。顯示按鈕 :data:`YES` 和 :data:`NO`。如果答案為是,則回傳 ``True``, "
222
- "否則回傳 ``False``。"
221
+ "問一個問題。顯示按鈕 :data:`YES` 和 :data:`NO`。如果答案為是,則回傳 "
222
+ "``True``, 否則回傳 ``False``。"
223
223
224
224
#: ../../library/tkinter.messagebox.rst:119
225
225
msgid ""
Original file line number Diff line number Diff line change @@ -652,8 +652,8 @@ msgid ""
652
652
"``type[Any]`` is equivalent to :class:`type`, which is the root of Python's :"
653
653
"ref:`metaclass hierarchy <metaclasses>`."
654
654
msgstr ""
655
- "``type[Any]`` 等價於 :class:`type` ,其為 Python :ref:`metaclass 階層結 "
656
- "構 (hierachy) <metaclasses>`。"
655
+ "``type[Any]`` 等價於 :class:`type` ,其為 Python :ref:`metaclass 階層結構 "
656
+ "(hierachy) <metaclasses>`。"
657
657
658
658
#: ../../library/typing.rst:503
659
659
msgid "User-defined generic types"
You can’t perform that action at this time.
0 commit comments