8000 Merge branch 'ssl' of https://github.com/timmy0123/python-docs-zh-tw … · python/python-docs-zh-tw@23f70b3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 23f70b3

Browse files
committed
Merge branch 'ssl' of https://github.com/timmy0123/python-docs-zh-tw into ssl
2 parents 8f2a4d7 + 5298486 commit 23f70b3

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

library/ssl.po

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgstr ""
77
"Project-Id-Version: Python 3.12\n"
88
"Report-Msgid-Bugs-To: \n"
99
"POT-Creation-Date: 2024-03-06 00:03+0000\n"
10-
"PO-Revision-Date: 2024-04-13 11:41+0800\n"
10+
"PO-Revision-Date: 2024-02-26 10:39+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"
@@ -1000,13 +1000,17 @@ msgid ""
10001000
"forward secrecy but requires more computational resources. This option only "
10011001
"applies to server sockets."
10021002
msgstr ""
1003+
"防止對不同的 SSL 會談重複使用相同的 DH 密鑰。這會加強向前保密但需要更多的運算"
1004+
"資源。此選項只適用於伺服器 sockets。"
10031005

10041006
#: ../../library/ssl.rst:770
10051007
msgid ""
10061008
"Prevents re-use of the same ECDH key for distinct SSL sessions. This "
10071009
"improves forward secrecy but requires more computational resources. This "
10081010
"option only applies to server sockets."
10091011
msgstr ""
1012+
"防止對不同的 SSL 會談重複使用相同的 ECDH 密鑰。這會加強向前保密但需要更多的運"
1013+
"算資源。此選項只適用於伺服器 sockets。"
10101014

10111015
#: ../../library/ssl.rst:778
10121016
msgid ""
@@ -1024,11 +1028,11 @@ msgstr "此選項僅適用於 OpenSSL 1.1.1 及更新版本。"
10241028
msgid ""
10251029
"Disable compression on the SSL channel. This is useful if the application "
10261030
"protocol supports its own compression scheme."
1027-
msgstr ""
1031+
msgstr "在 SSL 通道上禁用壓縮。如果應用程序協定支援自己的壓縮方案,這會很有用。"
10281032

10291033
#: ../../library/ssl.rst:794
10301034
msgid ":class:`enum.IntFlag` collection of OP_* constants."
1031-
msgstr ":class:`enum.IntFlag` 維 OP_* 常數中的一個集合。"
1035+
msgstr ""
10321036

10331037
#: ../../library/ssl.rst:798
10341038
msgid "Prevent client side from requesting a session ticket."

0 commit comments

Comments
 (0)
0