From 30c69aa1c8d987bbf0464121cb04d41f2955db33 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 21 Dec 2023 18:20:19 +0000 Subject: [PATCH 1/2] sync with cpython 8836c2d9 --- library/ssl.po | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/library/ssl.po b/library/ssl.po index 8e79b9969d..d32a1a0f12 100644 --- a/library/ssl.po +++ b/library/ssl.po @@ -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 \n" "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" @@ -41,11 +41,12 @@ msgstr "" "台上使用,只要事先在該平台上安裝 OpenSSL。" #: ../../library/ssl.rst:26 +#, fuzzy 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。" @@ -102,8 +103,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" From acbfab19b7f7150d468bd52fcae9a50bf154966a Mon Sep 17 00:00:00 2001 From: "Wei-Hsiang (Matt) Wang" Date: Fri, 22 Dec 2023 03:20:14 +0800 Subject: [PATCH 2/2] Apply suggestions from code review --- library/ssl.po | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/library/ssl.po b/library/ssl.po index d32a1a0f12..7757856261 100644 --- a/library/ssl.po +++ b/library/ssl.po @@ -41,7 +41,6 @@ msgstr "" "台上使用,只要事先在該平台上安裝 OpenSSL。" #: ../../library/ssl.rst:26 -#, fuzzy msgid "" "Some behavior may be platform dependent, since calls are made to the " "operating system socket APIs. The installed version of OpenSSL may also " @@ -49,7 +48,7 @@ msgid "" "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 ""