@@ -7,7 +7,7 @@ msgstr ""
7
7
"Project-Id-Version : Python 3.12\n "
8
8
"Report-Msgid-Bugs-To : \n "
9
9
"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 "
11
11
"Last-Translator : Adrian Liaw <adrianliaw2000@gmail.com>\n "
12
12
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
13
13
"tw)\n "
@@ -832,17 +832,17 @@ msgstr "請改用 :data:`PROTOCOL_TLS`。"
832
832
833
833
#: ../../library/ssl.rst:616
834
834
msgid "Selects SSL version 3 as the channel encryption protocol."
835
- msgstr ""
835
+ msgstr "選擇第三版的 SSL 做為通道加密協定。 "
836
836
837
837
#: ../../library/ssl.rst:618
838
838
msgid ""
839
839
"This protocol is not available if OpenSSL is compiled with the ``no-ssl3`` "
840
840
"option."
841
- msgstr ""
841
+ msgstr "如果 OpenSSL 是用 ``no-ssl3`` 編譯的,則此項協議無法使用。 "
842
842
843
843
#: ../../library/ssl.rst:623
844
844
msgid "SSL version 3 is insecure. Its use is highly discouraged."
845
- msgstr "SSL version 3 是不安全的,強烈建議不要使用。"
845
+ msgstr "第三版的 SSL 是不安全的,強烈建議不要使用。"
846
846
847
847
#: ../../library/ssl.rst:627
848
848
msgid ""
@@ -851,10 +851,13 @@ msgid ""
851
851
"attr:`SSLContext.minimum_version` and :attr:`SSLContext.maximum_version` "
852
852
"instead."
853
853
msgstr ""
854
+ "OpenSSL 已經終止了所有特定版本的協定。請改用預設的 :data:"
855
+ "`PROTOCOL_TLS_SERVER` 協定或帶有 :attr:`SSLContext.minimum_version` 和 :attr:"
856
+ "`SSLContext.maximum_version` 的 :data:`PROTOCOL_TLS_CLIENT`。"
854
857
855
858
#: ../../library/ssl.rst:635
856
859
msgid "Selects TLS version 1.0 as the channel encryption protocol."
857
- msgstr ""
860
+ msgstr "選擇 1.0 版的 TLS 做為通道加密協定。 "
858
861
859
862
#: ../../library/ssl.rst:639 ../../library/ssl.rst:650
860
863
#: ../../library/ssl.rst:661
@@ -866,12 +869,16 @@ msgid ""
866
869
"Selects TLS version 1.1 as the channel encryption protocol. Available only "
867
870
"with openssl version 1.0.1+."
868
871
msgstr ""
872
+ "選擇 1.1 版的 TLS 做為通道加密協定。只有在 1.0.1 版本以上的 OpenSSL 才可以選"
873
+ "用。"
869
874
870
875
#: ../../library/ssl.rst:654
871
876
msgid ""
872
877
"Selects TLS version 1.2 as the channel encryption protocol. Available only "
873
878
"with openssl version 1.0.1+."
874
879
msgstr ""
880
+ "選擇 1.2 版的 TLS 做為通道加密協定。只有在 1.0.1 版本以上的 OpenSSL 才可以選"
881
+ "用。"
875
882
876
883
#: ../../library/ssl.rst:665
877
884
msgid ""
0 commit comments