Skip to content

format issue cleanup #838

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions library/ssl.po
Original file line number Diff line number Diff line change
Expand Up @@ -895,8 +895,8 @@ msgid ""
"with :const:`PROTOCOL_TLS`. It prevents the peers from choosing SSLv2 as "
"the protocol version."
msgstr ""
"防止 SSLv2 連線。此選項只可以跟 :const:`PROTOCOL_TLS` 一起使用。它會防止同級 (peer)"
"選用 SSLv2 做為協定版本。"
"防止 SSLv2 連線。此選項只可以跟 :const:`PROTOCOL_TLS` 一起使用。它會防止同級 "
"(peer)選用 SSLv2 做為協定版本。"

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

#: ../../library/ssl.rst:749
msgid "This option is only available with OpenSSL 1.1.0h and later."
Expand Down
8 changes: 4 additions & 4 deletions library/tkinter.messagebox.po
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ msgid ""
"Specifies an :ref:`icon <messagebox-icons>` to display. If this option is "
"not specified, then the :data:`INFO` icon will be displayed."
msgstr ""
"指定要顯示的\\ :ref:`圖示 <messagebox-icons>`。如果未指定此選項,則會顯"
"示 :data:`INFO` 圖示。"
"指定要顯示的\\ :ref:`圖示 <messagebox-icons>`。如果未指定此選項,則會顯示 :"
"data:`INFO` 圖示。"

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

#: ../../library/tkinter.messagebox.rst:119
msgid ""
Expand Down
4 changes: 2 additions & 2 deletions library/typing.po
Original file line number Diff line number Diff line change
Expand Up @@ -652,8 +652,8 @@ msgid ""
"``type[Any]`` is equivalent to :class:`type`, which is the root of Python's :"
"ref:`metaclass hierarchy <metaclasses>`."
msgstr ""
"``type[Any]`` 等價於 :class:`type` ,其為 Python :ref:`metaclass 階層結"
"(hierachy) <metaclasses>`。"
"``type[Any]`` 等價於 :class:`type` ,其為 Python :ref:`metaclass 階層結構 "
"(hierachy) <metaclasses>`。"

#: ../../library/typing.rst:503
msgid "User-defined generic types"
Expand Down