8000 Apply suggestions from code review · python/python-docs-zh-tw@acc3152 · GitHub
[go: up one dir, main page]

Skip to content

Commit acc3152

Browse files
Apply suggestions from code review
Co-authored-by: cschan <45995789+cschan1828@users.noreply.github.com>
1 parent 1f41f8d commit acc3152

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

library/ssl.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1000,7 +1000,7 @@ msgid ""
10001000
"forward secrecy but requires more computational resources. This option only "
10011001
"applies to server sockets."
10021002
msgstr ""
1003-
"防止對單獨的 SSL 會談重複使用相同的 DH 密鑰。這會加強向前保密但需要更多的運算"
1003+
"防止對不同的 SSL 會談重複使用相同的 DH 密鑰。這會加強向前保密但需要更多的運算"
10041004
"資源。此選項只適用於伺服器 sockets。"
10051005

10061006
#: ../../library/ssl.rst:770
@@ -1009,7 +1009,7 @@ msgid ""
10091009
"improves forward secrecy but requires more computational resources. This "
10101010
"option only applies to server sockets."
10111011
msgstr ""
1012-
"防止對單獨的 SSL 會談重複使用相同的 ECDH 密鑰。這會加強向前保密但需要更多的運"
1012+
"防止對不同的的 SSL 會談重複使用相同的 ECDH 密鑰。這會加強向前保密但需要更多的運"
10131013
"算資源。此選項只適用於伺服器 sockets。"
10141014

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

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

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

0 commit comments

Comments
 (0)
0