@@ -7,7 +7,7 @@ msgstr ""
77"Project-Id-Version :Python 3.12\n "
88"Report-Msgid-Bugs-To :\n "
99"POT-Creation-Date :2024-01-25 06:20+0000\n "
10- "PO-Revision-Date :2024-01-15 15:49 +0800\n "
10+ "PO-Revision-Date :2024-02-19 16:40 +0800\n "
1111"Last-Translator :Adrian Liaw <adrianliaw2000@gmail.com>\n "
1212"Language-Team :Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
1313"tw)\n "
@@ -832,17 +832,17 @@ msgstr "請改用 :data:`PROTOCOL_TLS`。"
832832
833833#: ../../library/ssl.rst:616
834834msgid "Selects SSL version 3 as the channel encryption protocol."
835- msgstr ""
835+ msgstr "選擇第三版的 SSL 做為通道加密協定。 "
836836
837837#: ../../library/ssl.rst:618
838838msgid ""
839839"This protocol is not available if OpenSSL is compiled with the ``no-ssl3`` "
840840"option."
841- msgstr ""
841+ msgstr "如果 OpenSSL 是用 ``no-ssl3`` 編譯的,則此項協議無法使用。 "
842842
843843#: ../../library/ssl.rst:623
844844msgid "SSL version 3 is insecure. Its use is highly discouraged."
845- msgstr "SSL version 3 是不安全的,強烈建議不要使用。"
845+ msgstr "第三版的 SSL 是不安全的,強烈建議不要使用。"
846846
847847#: ../../library/ssl.rst:627
848848msgid ""
@@ -851,10 +851,13 @@ msgid ""
851851"attr:`SSLContext.minimum_version` and :attr:`SSLContext.maximum_version` "
852852"instead."
853853msgstr ""
854+ "OpenSSL 已經終止了所有特定版本的協定。請改用預設的 :data:"
855+ "`PROTOCOL_TLS_SERVER` 協定或帶有 :attr:`SSLContext.minimum_version` 和 :attr:"
856+ "`SSLContext.maximum_version` 的 :data:`PROTOCOL_TLS_CLIENT`。"
854857
855858#: ../../library/ssl.rst:635
856859msgid "Selects TLS version 1.0 as the channel encryption protocol."
857- msgstr ""
860+ msgstr "選擇 1.0 版的 TLS 做為通道加密協定。 "
858861
859862#: ../../library/ssl.rst:639 ../../library/ssl.rst:650
860863#: ../../library/ssl.rst:661
@@ -866,12 +869,16 @@ msgid ""
866869"Selects TLS version 1.1 as the channel encryption protocol. Available only "
867870"with openssl version 1.0.1+."
868871msgstr ""
872+ "選擇 1.1 版的 TLS 做為通道加密協定。只有在 1.0.1 版本以上的 OpenSSL 才可以選"
873+ "用。"
869874
870875#: ../../library/ssl.rst:654
871876msgid ""
872877"Selects TLS version 1.2 as the channel encryption protocol. Available only "
873878"with openssl version 1.0.1+."
874879msgstr ""
880+ "選擇 1.2 版的 TLS 做為通道加密協定。只有在 1.0.1 版本以上的 OpenSSL 才可以選"
881+ "用。"
875882
876883#: ../../library/ssl.rst:665
877884msgid ""