@@ -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-03-06 00:03+0000\n "
10
- "PO-Revision-Date : 2024-02-26 10:39 +0800\n "
10
+ "PO-Revision-Date : 2024-03-19 18:48 +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 "
@@ -991,26 +991,34 @@ msgid ""
991
991
"Use the server's cipher ordering preference, rather than the client's. This "
992
992
"option has no effect on client sockets and SSLv2 server sockets."
993
993
msgstr ""
994
+ "使用伺服器的密碼排序優先順序,而不是客戶端的。此選項並不會影響到客戶端及 "
995
+ "SSLv2 伺服器的 sockets。"
994
996
995
997
#: ../../library/ssl.rst:762
996
998
msgid ""
997
999
"Prevents re-use of the same DH key for distinct SSL sessions. This improves "
998
1000
"forward secrecy but requires more computational resources. This option only "
999
1001
"applies to server sockets."
1000
1002
msgstr ""
1003
+ "防止對不同的 SSL 會談重複使用相同的 DH 密鑰。這會加強向前保密但需要更多的運算"
1004
+ "資源。此選項只適用於伺服器 sockets。"
1001
1005
1002
1006
#: ../../library/ssl.rst:770
1003
1007
msgid ""
1004
1008
"Prevents re-use of the same ECDH key for distinct SSL sessions. This "
1005
1009
"improves forward secrecy but requires more computational resources. This "
1006
1010
"option only applies to server sockets."
1007
1011
msgstr ""
1012
+ "防止對不同的 SSL 會談重複使用相同的 ECDH 密鑰。這會加強向前保密但需要更多的運"
1013
+ "算資源。此選項只適用於伺服器 sockets。"
1008
1014
1009
1015
#: ../../library/ssl.rst:778
1010
1016
msgid ""
1011
1017
"Send dummy Change Cipher Spec (CCS) messages in TLS 1.3 handshake to make a "
1012
1018
"TLS 1.3 connection look more like a TLS 1.2 connection."
1013
1019
msgstr ""
1020
+ "在 TLS 1.3 握手中發送虛擬的變更密碼規範 (CCS) 消息,以使 TLS 1.3 連接看起來更"
1021
+ "像 TLS 1.2 連線。"
1014
1022
1015
1023
#: ../../library/ssl.rst:781
1016
1024
msgid "This option is only available with OpenSSL 1.1.1 and later."
@@ -1020,19 +1028,19 @@ msgstr "此選項僅適用於 OpenSSL 1.1.1 及更新版本。"
1020
1028
msgid ""
1021
1029
"Disable compression on the SSL channel. This is useful if the application "
1022
1030
"protocol supports its own compression scheme."
1023
- msgstr ""
1031
+ msgstr "在 SSL 通道上禁用壓縮。如果應用程序協定支援自己的壓縮方案,這會很有用。 "
1024
1032
1025
1033
#: ../../library/ssl.rst:794
1026
1034
msgid ":class:`enum.IntFlag` collection of OP_* constants."
1027
- msgstr ""
1035
+ msgstr ":class:`enum.IntFlag` 為 OP_* 常數中的一個集合。 "
1028
1036
1029
1037
#: ../../library/ssl.rst:798
1030
1038
msgid "Prevent client side from requesting a session ticket."
1031
- msgstr ""
1039
+ msgstr "防止客戶端請求會談票據。 "
1032
1040
1033
1041
#: ../../library/ssl.rst:804
1034
1042
msgid "Ignore unexpected shutdown of TLS connections."
1035
- msgstr ""
1043
+ msgstr "忽略意外關閉的 TLS 連線。 "
1036
1044
1037
1045
#: ../../library/ssl.rst:806 ../../library/ssl.rst:822
1038
1046
msgid "This option is only available with OpenSSL 3.0.0 and later."
0 commit comments