Skip to content

Sync with CPython 3.12 #768

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 2 commits into from
Dec 21, 2023
Merged
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
12 changes: 6 additions & 6 deletions library/ssl.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.12\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-07-29 00:03+0000\n"
"POT-Creation-Date: 2023-12-21 18:18+0000\n"
"PO-Revision-Date: 2023-12-21 08:33+0800\n"
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
Expand Down Expand Up @@ -44,11 +44,11 @@ msgstr ""
msgid ""
"Some behavior may be platform dependent, since calls are made to the "
"operating system socket APIs. The installed version of OpenSSL may also "
"cause variations in behavior. For example, TLSv1.3 with OpenSSL version "
"1.1.1."
"cause variations in behavior. For example, TLSv1.3 comes with OpenSSL "
"version 1.1.1."
msgstr ""
"由於呼叫了作業系統的 socket APIs,有些行為會根據平台而有所不同。OpenSSL 的安"
"裝版本也會對模組的運作產生影響。例如,OpenSSL 版本 1.1.1 使用 TLSv1.3。"
"裝版本也會對模組的運作產生影響。例如,OpenSSL 版本 1.1.1 附帶 TLSv1.3。"

#: ../../library/ssl.rst:32
msgid ""
Expand Down Expand Up @@ -102,8 +102,8 @@ msgid ""
"created through the :meth:`SSLContext.wrap_socket` method."
msgstr ""
"對於更複雜的應用程式,:class:`ssl.SSLContext` 類別有助於管理設定及認證,然後"
"可以透過 :meth:`SSLContext.wrap_socket` 方法建立的 SSL socket 繼承這些設"
"定和認證。"
"可以透過 :meth:`SSLContext.wrap_socket` 方法建立的 SSL socket 繼承這些設定和"
"認證。"

#: ../../library/ssl.rst:53
msgid "Updated to support linking with OpenSSL 1.1.0"
Expand Down