From 1f41f8d29bd0647c249bf66ffbfb37974b4924cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=84=AD=E5=AE=87=E4=BC=B8?= Date: Tue, 19 Mar 2024 18:48:22 +0800 Subject: [PATCH 01/11] work on ssl --- library/ssl.po | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/library/ssl.po b/library/ssl.po index 9f2cf16f18..4555697027 100644 --- a/library/ssl.po +++ b/library/ssl.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Python 3.12\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-03-06 00:03+0000\n" -"PO-Revision-Date: 2024-02-26 10:39+0800\n" +"PO-Revision-Date: 2024-03-19 18:48+0800\n" "Last-Translator: Adrian Liaw \n" "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" "tw)\n" @@ -991,6 +991,8 @@ msgid "" "Use the server's cipher ordering preference, rather than the client's. This " "option has no effect on client sockets and SSLv2 server sockets." msgstr "" +"使用伺服器的密碼排序優先順序,而不是客戶端的。此選項並不會影響到客戶端及 " +"SSLv2 伺服器的 sockets。" #: ../../library/ssl.rst:762 msgid "" @@ -998,6 +1000,8 @@ msgid "" "forward secrecy but requires more computational resources. This option only " "applies to server sockets." msgstr "" +"防止對單獨的 SSL 會談重複使用相同的 DH 密鑰。這會加強向前保密但需要更多的運算" +"資源。此選項只適用於伺服器 sockets。" #: ../../library/ssl.rst:770 msgid "" @@ -1005,12 +1009,16 @@ msgid "" "improves forward secrecy but requires more computational resources. This " "option only applies to server sockets." msgstr "" +"防止對單獨的 SSL 會談重複使用相同的 ECDH 密鑰。這會加強向前保密但需要更多的運" +"算資源。此選項只適用於伺服器 sockets。" #: ../../library/ssl.rst:778 msgid "" "Send dummy Change Cipher Spec (CCS) messages in TLS 1.3 handshake to make a " "TLS 1.3 connection look more like a TLS 1.2 connection." msgstr "" +"在 TLS 1.3 握手中發送虛擬的變更密碼規範 (CCS) 消息,以使 TLS 1.3 連接看起來更" +"像 TLS 1.2 連線。" #: ../../library/ssl.rst:781 msgid "This option is only available with OpenSSL 1.1.1 and later." @@ -1020,19 +1028,19 @@ msgstr "此選項僅適用於 OpenSSL 1.1.1 及更新版本。" msgid "" "Disable compression on the SSL channel. This is useful if the application " "protocol supports its own compression scheme." -msgstr "" +msgstr "在 SSL 通道上禁用壓縮。如果應用程序協議支持自己的壓縮方案,這很有用。" #: ../../library/ssl.rst:794 msgid ":class:`enum.IntFlag` collection of OP_* constants." -msgstr "" +msgstr ":class:`enum.IntFlag` 維 OP_* 常數中的一個集合。" #: ../../library/ssl.rst:798 msgid "Prevent client side from requesting a session ticket." -msgstr "" +msgstr "防止客戶端請求會談票據。" #: ../../library/ssl.rst:804 msgid "Ignore unexpected shutdown of TLS connections." -msgstr "" +msgstr "忽略意外關閉的 TLS 連線。" #: ../../library/ssl.rst:806 ../../library/ssl.rst:822 msgid "This option is only available with OpenSSL 3.0.0 and later." From acc315223abdd8c805f86de06de46f23d57fac65 Mon Sep 17 00:00:00 2001 From: timmy0123 <48618505+timmy0123@users.noreply.github.com> Date: Tue, 26 Mar 2024 10:30:56 +0800 Subject: [PATCH 02/11] Apply suggestions from code review Co-authored-by: cschan <45995789+cschan1828@users.noreply.github.com> --- library/ssl.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/library/ssl.po b/library/ssl.po index 4555697027..e6226e6f78 100644 --- a/library/ssl.po +++ b/library/ssl.po @@ -1000,7 +1000,7 @@ msgid "" "forward secrecy but requires more computational resources. This option only " "applies to server sockets." msgstr "" -"防止對單獨的 SSL 會談重複使用相同的 DH 密鑰。這會加強向前保密但需要更多的運算" +"防止對不同的 SSL 會談重複使用相同的 DH 密鑰。這會加強向前保密但需要更多的運算" "資源。此選項只適用於伺服器 sockets。" #: ../../library/ssl.rst:770 @@ -1009,7 +1009,7 @@ msgid "" "improves forward secrecy but requires more computational resources. This " "option only applies to server sockets." msgstr "" -"防止對單獨的 SSL 會談重複使用相同的 ECDH 密鑰。這會加強向前保密但需要更多的運" +"防止對不同的的 SSL 會談重複使用相同的 ECDH 密鑰。這會加強向前保密但需要更多的運" "算資源。此選項只適用於伺服器 sockets。" #: ../../library/ssl.rst:778 @@ -1028,11 +1028,11 @@ msgstr "此選項僅適用於 OpenSSL 1.1.1 及更新版本。" msgid "" "Disable compression on the SSL channel. This is useful if the application " "protocol supports its own compression scheme." -msgstr "在 SSL 通道上禁用壓縮。如果應用程序協議支持自己的壓縮方案,這很有用。" +msgstr "在 SSL 通道上禁用壓縮。如果應用程序協定支援自己的壓縮方案,這會很有用。" #: ../../library/ssl.rst:794 msgid ":class:`enum.IntFlag` collection of OP_* constants." -msgstr ":class:`enum.IntFlag` 維 OP_* 常數中的一個集合。" +msgstr ":class:`enum.IntFlag` 為 OP_* 常數中的一個集合。" #: ../../library/ssl.rst:798 msgid "Prevent client side from requesting a session ticket." From 5298486e32c7c95c585dcd58c373022414f1a3dd Mon Sep 17 00:00:00 2001 From: cschan <45995789+cschan1828@users.noreply.github.com> Date: Tue, 26 Mar 2024 23:38:05 +0800 Subject: [PATCH 03/11] Apply suggestions from code review --- library/ssl.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/ssl.po b/library/ssl.po index e6226e6f78..62e7a4b871 100644 --- a/library/ssl.po +++ b/library/ssl.po @@ -1009,7 +1009,7 @@ msgid "" "improves forward secrecy but requires more computational resources. This " "option only applies to server sockets." msgstr "" -"防止對不同的的 SSL 會談重複使用相同的 ECDH 密鑰。這會加強向前保密但需要更多的運" +"防止對不同的 SSL 會談重複使用相同的 ECDH 密鑰。這會加強向前保密但需要更多的運" "算資源。此選項只適用於伺服器 sockets。" #: ../../library/ssl.rst:778 From 669de002bf316dcb215d86b025d75da58a6b502e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=84=AD=E5=AE=87=E4=BC=B8?= Date: Tue, 19 Mar 2024 18:48:22 +0800 Subject: [PATCH 04/11] work on ssl --- library/ssl.po | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/library/ssl.po b/library/ssl.po index 62e7a4b871..661e1d9e45 100644 --- a/library/ssl.po +++ b/library/ssl.po @@ -1000,8 +1000,6 @@ msgid "" "forward secrecy but requires more computational resources. This option only " "applies to server sockets." msgstr "" -"防止對不同的 SSL 會談重複使用相同的 DH 密鑰。這會加強向前保密但需要更多的運算" -"資源。此選項只適用於伺服器 sockets。" #: ../../library/ssl.rst:770 msgid "" @@ -1009,8 +1007,6 @@ msgid "" "improves forward secrecy but requires more computational resources. This " "option only applies to server sockets." msgstr "" -"防止對不同的 SSL 會談重複使用相同的 ECDH 密鑰。這會加強向前保密但需要更多的運" -"算資源。此選項只適用於伺服器 sockets。" #: ../../library/ssl.rst:778 msgid "" @@ -1028,11 +1024,11 @@ msgstr "此選項僅適用於 OpenSSL 1.1.1 及更新版本。" msgid "" "Disable compression on the SSL channel. This is useful if the application " "protocol supports its own compression scheme." -msgstr "在 SSL 通道上禁用壓縮。如果應用程序協定支援自己的壓縮方案,這會很有用。" +msgstr "" #: ../../library/ssl.rst:794 msgid ":class:`enum.IntFlag` collection of OP_* constants." -msgstr ":class:`enum.IntFlag` 為 OP_* 常數中的一個集合。" +msgstr "" #: ../../library/ssl.rst:798 msgid "Prevent client side from requesting a session ticket." From 8f2a4d7b362130610daef83f89a20b2f03072aec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=84=AD=E5=AE=87=E4=BC=B8?= Date: Sat, 13 Apr 2024 11:41:56 +0800 Subject: [PATCH 05/11] work on ssl --- library/ssl.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/library/ssl.po b/library/ssl.po index 661e1d9e45..19d4e167a2 100644 --- a/library/ssl.po +++ b/library/ssl.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Python 3.12\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-03-06 00:03+0000\n" -"PO-Revision-Date: 2024-03-19 18:48+0800\n" +"PO-Revision-Date: 2024-04-13 11:41+0800\n" "Last-Translator: Adrian Liaw \n" "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" "tw)\n" @@ -1028,7 +1028,7 @@ msgstr "" #: ../../library/ssl.rst:794 msgid ":class:`enum.IntFlag` collection of OP_* constants." -msgstr "" +msgstr ":class:`enum.IntFlag` 維 OP_* 常數中的一個集合。" #: ../../library/ssl.rst:798 msgid "Prevent client side from requesting a session ticket." @@ -1164,7 +1164,7 @@ msgstr "" #: ../../library/ssl.rst:961 msgid ":class:`enum.IntEnum` collection of ALERT_DESCRIPTION_* constants." -msgstr "" +msgstr ":class:`enum.IntEnum` 為 ALERT_DESCRIPTION_* 常數中的一個集合。" #: ../../library/ssl.rst:967 msgid "" @@ -1184,7 +1184,7 @@ msgstr "" #: ../../library/ssl.rst:985 msgid ":class:`enum.IntEnum` collection of SSL_ERROR_* constants." -msgstr "" +msgstr ":class:`enum.IntEnum` 為 SSL_ERROR_* 常數中的一個集合。" #: ../../library/ssl.rst:991 msgid "" From 57722d3b6288e38dbee4791b4154d574fd8c8017 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=84=AD=E5=AE=87=E4=BC=B8?= Date: Sat, 13 Apr 2024 13:07:25 +0800 Subject: [PATCH 06/11] work on ssl --- library/ssl.po | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/library/ssl.po b/library/ssl.po index b9af6d419e..a4bb5ea04e 100644 --- a/library/ssl.po +++ b/library/ssl.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Python 3.12\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-03-06 00:03+0000\n" -"PO-Revision-Date: 2024-02-26 10:39+0800\n" +"PO-Revision-Date: 2024-04-13 13:07+0800\n" "Last-Translator: Adrian Liaw \n" "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" "tw)\n" @@ -1028,11 +1028,12 @@ msgstr "此選項僅適用於 OpenSSL 1.1.1 及更新版本。" msgid "" "Disable compression on the SSL channel. This is useful if the application " "protocol supports its own compression scheme." -msgstr "在 SSL 通道上禁用壓縮。如果應用程序協定支援自己的壓縮方案,這會很有用。" +msgstr "" +"在 SSL 通道上禁用壓縮。如果應用程序協定支援自己的壓縮方案,這會很有用。" #: ../../library/ssl.rst:794 msgid ":class:`enum.IntFlag` collection of OP_* constants." -msgstr "" +msgstr ":class:`enum.IntFlag` 為 OP_* 常數中的一個集合。" #: ../../library/ssl.rst:798 msgid "Prevent client side from requesting a session ticket." @@ -1053,6 +1054,9 @@ msgid "" "extensions must be supported by it (a list of supported ones may vary by " "platform and kernel version)." msgstr "" +"允許使用 TLS 核心。要想受益於該功能,OpenSSL 必須編譯為支援該功能,並且密碼協" +"商套件及擴展也必須被該功能支援 (該功能所支援的列表可能會因平台及核心而有所差" +"異)。" #: ../../library/ssl.rst:817 msgid "" @@ -1061,24 +1065,31 @@ msgid "" "Providers. This might be undesirable if, for example, the application " "requires all cryptographic operations to be performed by the FIPS provider." msgstr "" +"請注意當允許使用 TLS 核心時,一些加密操作將直接由核心執行而不是經由任何由可用" +"的 OpenSSL所 提供的程序,而這可能並非你所想使用的,例如:當應用程式要求所有的" +"加密操作由 FIPS 提供執行。" #: ../../library/ssl.rst:828 msgid "" "Allow legacy insecure renegotiation between OpenSSL and unpatched servers " "only." -msgstr "" +msgstr "只允許 OpenSSL 與 未修補的伺服器進行遺留 (legacy) 不安全協商。" #: ../../library/ssl.rst:835 msgid "" "Whether the OpenSSL library has built-in support for the *Application-Layer " "Protocol Negotiation* TLS extension as described in :rfc:`7301`." msgstr "" +"OpenSSL 函式庫是否內建支持 *應用層協議協商* TLS 擴展,該擴展描述在 :rfc:" +"`7301` 中。" #: ../../library/ssl.rst:842 msgid "" "Whether the OpenSSL library has built-in support not checking subject common " "name and :attr:`SSLContext.hostname_checks_common_name` is writeable." msgstr "" +"OpenSSL 函式庫是否內建支持不檢查主題通用名稱及 :attr:`SSLContext." +"hostname_checks_common_name` 是否可寫。" #: ../../library/ssl.rst:850 msgid "" @@ -1086,12 +1097,15 @@ msgid "" "based Diffie-Hellman key exchange. This should be true unless the feature " "was explicitly disabled by the distributor." msgstr "" +"OpenSSL 函式庫是否內建支持基於橢圓曲線的(Elliptic Curve-based) Diffie-" +"Hellman 金鑰交換。此回傳值應該要為 true 除非發布者明確禁用此功能。" #: ../../library/ssl.rst:858 msgid "" "Whether the OpenSSL library has built-in support for the *Server Name " "Indication* extension (as defined in :rfc:`6066`)." msgstr "" +"OpenSSL 函式庫是否內建支持 *伺服器名稱提示* 擴展 (在 :rfc:`6066` 中定義)。" #: ../../library/ssl.rst:865 msgid "" @@ -1101,6 +1115,10 @@ msgid "" "When true, you can use the :meth:`SSLContext.set_npn_protocols` method to " "advertise which protocols you want to support." msgstr "" +"OpenSSL 函式庫是否內建支持 *下一代協議協商* 該功能在 `應用層協議協商 " +"` 中有" +"描述。當此值為 true 時,你可以使用 :meth:`SSLContext.set_npn_protocols` 方法" +"來公告你想支持的協議。" #: ../../library/ssl.rst:875 msgid "" From 62818062ff0d572751d50efdb545142e3db26cc8 Mon Sep 17 00:00:00 2001 From: timmy0123 <48618505+timmy0123@users.noreply.github.com> Date: Mon, 22 Apr 2024 21:36:53 +0800 Subject: [PATCH 07/11] Apply suggestions from code review Co-authored-by: Wei-Hsiang (Matt) Wang --- library/ssl.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/ssl.po b/library/ssl.po index 19ea409679..8608ac8644 100644 --- a/library/ssl.po +++ b/library/ssl.po @@ -1068,7 +1068,7 @@ msgid "" "requires all cryptographic operations to be performed by the FIPS provider." msgstr "" "請注意當允許使用 TLS 核心時,一些加密操作將直接由核心執行而不是經由任何由可用" -"的 OpenSSL所 提供的程序,而這可能並非你所想使用的,例如:當應用程式要求所有的" +"的 OpenSSL 所提供的程序,而這可能並非你所想使用的,例如:當應用程式要求所有的" "加密操作由 FIPS 提供執行。" #: ../../library/ssl.rst:828 @@ -1099,7 +1099,7 @@ msgid "" "based Diffie-Hellman key exchange. This should be true unless the feature " "was explicitly disabled by the distributor." msgstr "" -"OpenSSL 函式庫是否內建支持基於橢圓曲線的(Elliptic Curve-based) Diffie-" +"OpenSSL 函式庫是否內建支持基於橢圓曲線的 (Elliptic Curve-based) Diffie-" "Hellman 金鑰交換。此回傳值應該要為 true 除非發布者明確禁用此功能。" #: ../../library/ssl.rst:858 From 04c06e2462d8ff6254fcbf21aa58ccca71ce8fe7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=84=AD=E5=AE=87=E4=BC=B8?= Date: Mon, 22 Apr 2024 21:41:30 +0800 Subject: [PATCH 08/11] apply suggestions --- library/ssl.po | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/library/ssl.po b/library/ssl.po index 8608ac8644..c86dc4de43 100644 --- a/library/ssl.po +++ b/library/ssl.po @@ -6,10 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: Python 3.12\n" "Report-Msgid-Bugs-To: \n" - "POT-Creation-Date: 2024-04-18 00:04+0000\n" -"PO-Revision-Date: 2024-03-19 18:48+0800\n" - +"PO-Revision-Date: 2024-04-22 21:41+0800\n" "Last-Translator: Adrian Liaw \n" "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" "tw)\n" @@ -1075,14 +1073,14 @@ msgstr "" msgid "" "Allow legacy insecure renegotiation between OpenSSL and unpatched servers " "only." -msgstr "只允許 OpenSSL 與 未修補的伺服器進行遺留 (legacy) 不安全協商。" +msgstr "只允許 OpenSSL 與未修補的伺服器進行遺留 (legacy) 不安全重協商。" #: ../../library/ssl.rst:835 msgid "" "Whether the OpenSSL library has built-in support for the *Application-Layer " "Protocol Negotiation* TLS extension as described in :rfc:`7301`." msgstr "" -"OpenSSL 函式庫是否內建支持 *應用層協議協商* TLS 擴展,該擴展描述在 :rfc:" +"OpenSSL 函式庫是否內建支持 *應用層協定協商* TLS 擴展,該擴展描述在 :rfc:" "`7301` 中。" #: ../../library/ssl.rst:842 From 674de5fe432b73b2e478bc76f56240c961fbbcc9 Mon Sep 17 00:00:00 2001 From: timmy0123 <48618505+timmy0123@users.noreply.github.com> Date: Mon, 22 Apr 2024 23:35:43 +0800 Subject: [PATCH 09/11] Apply suggestions from code review Co-authored-by: Wei-Hsiang (Matt) Wang --- library/ssl.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/ssl.po b/library/ssl.po index c86dc4de43..e8867a3c89 100644 --- a/library/ssl.po +++ b/library/ssl.po @@ -1115,10 +1115,10 @@ msgid "" "When true, you can use the :meth:`SSLContext.set_npn_protocols` method to " "advertise which protocols you want to support." msgstr "" -"OpenSSL 函式庫是否內建支持 *下一代協議協商* 該功能在 `應用層協議協商 " +"OpenSSL 函式庫是否內建支持 *下一代協定協商* 該功能在 `應用層協定協商 " "` 中有" "描述。當此值為 true 時,你可以使用 :meth:`SSLContext.set_npn_protocols` 方法" -"來公告你想支持的協議。" +"來公告你想支援的協定。" #: ../../library/ssl.rst:875 msgid "" From 89b92dead8a7fc537fdad464aff07bb88f953b3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=84=AD=E5=AE=87=E4=BC=B8?= Date: Wed, 1 May 2024 14:52:35 +0800 Subject: [PATCH 10/11] apply suggestion --- library/ssl.po | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/library/ssl.po b/library/ssl.po index e8867a3c89..156080ceac 100644 --- a/library/ssl.po +++ b/library/ssl.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Python 3.12\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-04-18 00:04+0000\n" -"PO-Revision-Date: 2024-04-22 21:41+0800\n" +"PO-Revision-Date: 2024-05-01 14:51+0800\n" "Last-Translator: Adrian Liaw \n" "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" "tw)\n" @@ -1055,8 +1055,8 @@ msgid "" "platform and kernel version)." msgstr "" "允許使用 TLS 核心。要想受益於該功能,OpenSSL 必須編譯為支援該功能,並且密碼協" -"商套件及擴展也必須被該功能支援 (該功能所支援的列表可能會因平台及核心而有所差" -"異)。" +"商套件及擴充套件也必須被該功能支援 (該功能所支援的列表可能會因平台及核心而有" +"所差異)。" #: ../../library/ssl.rst:817 msgid "" @@ -1080,15 +1080,15 @@ msgid "" "Whether the OpenSSL library has built-in support for the *Application-Layer " "Protocol Negotiation* TLS extension as described in :rfc:`7301`." msgstr "" -"OpenSSL 函式庫是否內建支持 *應用層協定協商* TLS 擴展,該擴展描述在 :rfc:" -"`7301` 中。" +"OpenSSL 函式庫是否內建支援 *應用層協定協商* TLS 擴充套件,該擴充套件描述在 :" +"rfc:`7301` 中。" #: ../../library/ssl.rst:842 msgid "" "Whether the OpenSSL library has built-in support not checking subject common " "name and :attr:`SSLContext.hostname_checks_common_name` is writeable." msgstr "" -"OpenSSL 函式庫是否內建支持不檢查主題通用名稱及 :attr:`SSLContext." +"OpenSSL 函式庫是否內建支援不檢查主題通用名稱及 :attr:`SSLContext." "hostname_checks_common_name` 是否可寫。" #: ../../library/ssl.rst:850 @@ -1097,7 +1097,7 @@ msgid "" "based Diffie-Hellman key exchange. This should be true unless the feature " "was explicitly disabled by the distributor." msgstr "" -"OpenSSL 函式庫是否內建支持基於橢圓曲線的 (Elliptic Curve-based) Diffie-" +"OpenSSL 函式庫是否內建支援基於橢圓曲線的 (Elliptic Curve-based) Diffie-" "Hellman 金鑰交換。此回傳值應該要為 true 除非發布者明確禁用此功能。" #: ../../library/ssl.rst:858 @@ -1105,7 +1105,8 @@ msgid "" "Whether the OpenSSL library has built-in support for the *Server Name " "Indication* extension (as defined in :rfc:`6066`)." msgstr "" -"OpenSSL 函式庫是否內建支持 *伺服器名稱提示* 擴展 (在 :rfc:`6066` 中定義)。" +"OpenSSL 函式庫是否內建支援 *伺服器名稱提示* 擴充套件 (在 :rfc:`6066` 中定" +"義)。" #: ../../library/ssl.rst:865 msgid "" @@ -1115,7 +1116,7 @@ msgid "" "When true, you can use the :meth:`SSLContext.set_npn_protocols` method to " "advertise which protocols you want to support." msgstr "" -"OpenSSL 函式庫是否內建支持 *下一代協定協商* 該功能在 `應用層協定協商 " +"OpenSSL 函式庫是否內建支援 *下一代協議協商* 該功能在 `應用層協議協商 " "` 中有" "描述。當此值為 true 時,你可以使用 :meth:`SSLContext.set_npn_protocols` 方法" "來公告你想支援的協定。" From 412a02fc8e74eb9740822628d8dcec68054da217 Mon Sep 17 00:00:00 2001 From: "Wei-Hsiang (Matt) Wang" Date: Wed, 1 May 2024 17:41:00 +0800 Subject: [PATCH 11/11] Apply suggestions from code review --- library/ssl.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/ssl.po b/library/ssl.po index 156080ceac..5953375bed 100644 --- a/library/ssl.po +++ b/library/ssl.po @@ -1116,7 +1116,7 @@ msgid "" "When true, you can use the :meth:`SSLContext.set_npn_protocols` method to " "advertise which protocols you want to support." msgstr "" -"OpenSSL 函式庫是否內建支援 *下一代協議協商* 該功能在 `應用層協議協商 " +"OpenSSL 函式庫是否內建支援 *下一代協定協商* 該功能在\\ `應用層協定協商 " "` 中有" "描述。當此值為 true 時,你可以使用 :meth:`SSLContext.set_npn_protocols` 方法" "來公告你想支援的協定。"