-
-
Notifications
You must be signed in to change notification settings - Fork 214
work on ssl #818
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
work on ssl #818
Changes from 1 commit
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ msgstr "" | |
"Project-Id-Version: Python 3.12\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-01-25 06:20+0000\n" | ||
"PO-Revision-Date: 2024-01-15 15:49+0800\n" | ||
"PO-Revision-Date: 2024-02-19 11:42+0800\n" | ||
"Last-Translator: Adrian Liaw <[email protected]>\n" | ||
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" | ||
"tw)\n" | ||
|
@@ -832,17 +832,17 @@ msgstr "請改用 :data:`PROTOCOL_TLS`。" | |
|
||
#: ../../library/ssl.rst:616 | ||
msgid "Selects SSL version 3 as the channel encryption protocol." | ||
msgstr "" | ||
msgstr "選擇第三版的 SSL 做為頻道加密協定。" | ||
|
||
#: ../../library/ssl.rst:618 | ||
msgid "" | ||
"This protocol is not available if OpenSSL is compiled with the ``no-ssl3`` " | ||
"option." | ||
msgstr "" | ||
msgstr "如果 OpenSSL 是用 ``no-ssl3`` 編譯的,則此項協議無法使用。" | ||
|
||
#: ../../library/ssl.rst:623 | ||
msgid "SSL version 3 is insecure. Its use is highly discouraged." | ||
msgstr "SSL version 3 是不安全的,強烈建議不要使用。" | ||
msgstr "第三版的 SSL 是不安全的,強烈建議不要使用。" | ||
|
||
#: ../../library/ssl.rst:627 | ||
msgid "" | ||
|
@@ -851,10 +851,13 @@ msgid "" | |
"attr:`SSLContext.minimum_version` and :attr:`SSLContext.maximum_version` " | ||
"instead." | ||
msgstr "" | ||
"OpenSSL 已經終止了所有特定版本的協定。請改用預設的 :data:" | ||
"`PROTOCOL_TLS_SERVER` 協定或帶有 :attr:`SSLContext.minimum_version` 和 :attr:" | ||
"`SSLContext.maximum_version` 的 :data:`PROTOCOL_TLS_CLIENT`。" | ||
|
||
#: ../../library/ssl.rst:635 | ||
msgid "Selects TLS version 1.0 as the channel encryption protocol." | ||
msgstr "" | ||
msgstr "選擇 1.0 版的 TLS 做為頻道加密協定。" | ||
|
||
#: ../../library/ssl.rst:639 ../../library/ssl.rst:650 | ||
#: ../../library/ssl.rst:661 | ||
|
@@ -866,12 +869,16 @@ msgid "" | |
"Selects TLS version 1.1 as the channel encryption protocol. Available only " | ||
"with openssl version 1.0.1+." | ||
msgstr "" | ||
"選擇 1.1 版的 TLS 做為頻道加密協定。只有在 1.0.1 版本以上的 OpenSSL才可以選" | ||
mattwang44 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
"用。" | ||
|
||
#: ../../library/ssl.rst:654 | ||
msgid "" | ||
"Selects TLS version 1.2 as the channel encryption protocol. Available only " | ||
"with openssl version 1.0.1+." | ||
msgstr "" | ||
"選擇 1.2 版的 TLS 做為頻道加密協定。只有在 1.0.1 版本以上的 OpenSSL才可以選" | ||
"用。" | ||
|
||
#: ../../library/ssl.rst:665 | ||
msgid "" | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.