@@ -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-09 10:47 +0800\n "
10
+ "PO-Revision-Date : 2024-01-15 15:49 +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 "
@@ -780,24 +780,31 @@ msgid ""
780
780
"possible to trust certificates issued by an intermediate CA without having "
781
781
"to trust its ancestor root CA."
782
782
msgstr ""
783
+ ":attr:`SSLContext.verify_flags` 可能的值。它指示 OpenSSL 接受信任存儲中的中"
784
+ "間 CAs 作為信任錨,就像自簽名的根 CA 憑證。這樣就能去信任中間 CA 所頒發的憑"
785
+ "證,而不一定非要去信任其祖先的根 CA。"
783
786
784
787
#: ../../library/ssl.rst:573
785
788
msgid ":class:`enum.IntFlag` collection of VERIFY_* constants."
786
- msgstr ""
789
+ msgstr ":class:`enum.IntFlag` 為 VERIFY_* 常數的其中一個集合。 "
787
790
788
791
#: ../../library/ssl.rst:579
789
792
msgid ""
790
793
"Selects the highest protocol version that both the client and server "
791
794
"support. Despite the name, this option can select both \" SSL\" and \" TLS\" "
792
795
"protocols."
793
796
msgstr ""
797
+ "選擇客戶端及伺服器均可以支援最高協定版本。儘管名稱只有 「TLS」,但實際上"
798
+ "「SSL」和「TLS」均可以選擇。"
794
799
795
800
#: ../../library/ssl.rst:586
796
801
msgid ""
797
802
"TLS clients and servers require different default settings for secure "
798
803
"communication. The generic TLS protocol constant is deprecated in favor of :"
799
804
"data:`PROTOCOL_TLS_CLIENT` and :data:`PROTOCOL_TLS_SERVER`."
800
805
msgstr ""
806
+ "TLS 的客戶端及伺服器端需要不同的預設值來實現安全通訊。通用的 TLS 協定常數已被"
807
+ "廢除,並改用 :data:`PROTOCOL_TLS_CLIENT` 和 :data:`PROTOCOL_TLS_SERVER`。"
801
808
802
809
#: ../../library/ssl.rst:592
803
810
msgid ""
@@ -806,12 +813,14 @@ msgid ""
806
813
"enables :data:`CERT_REQUIRED` and :attr:`~SSLContext.check_hostname` by "
807
814
"default."
808
815
msgstr ""
816
+ "自動協商客戶端和服務器都支援的最高協議版本,並配置客戶端語境連線。該協定預設"
817
+ "啟用 :data:`CERT_REQUIRED` 和 :attr:`~SSLContext.check_hostname`。"
809
818
810
819
#: ../../library/ssl.rst:601
811
820
msgid ""
812
821
"Auto-negotiate the highest protocol version that both the client and server "
813
822
"support, and configure the context server-side connections."
814
- msgstr ""
823
+ msgstr "自動協商客戶端和服務器都支援的最高協議版本,並配置客戶端語境連線。 "
815
824
816
825
#: ../../library/ssl.rst:608
817
826
msgid "Alias for :data:`PROTOCOL_TLS`."
0 commit comments