From 51838827cdba34f8452858b569cb97ead26533b0 Mon Sep 17 00:00:00 2001 From: timmy0123 <48618505+timmy0123@users.noreply.github.com> Date: Wed, 20 Dec 2023 09:34:13 +0800 Subject: [PATCH] working on ssl (#763) * working on ssl * Update library/ssl.po Co-authored-by: Wei-Hsiang (Matt) Wang * Update library/ssl.po Co-authored-by: Wei-Hsiang (Matt) Wang * Update library/ssl.po Co-authored-by: Wei-Hsiang (Matt) Wang * Update library/ssl.po Co-authored-by: Wei-Hsiang (Matt) Wang * Update library/ssl.po --------- Co-authored-by: Wei-Hsiang (Matt) Wang --- library/ssl.po | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/library/ssl.po b/library/ssl.po index 4cb7596408..91617a5a39 100644 --- a/library/ssl.po +++ b/library/ssl.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: Python 3.12\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-07-29 00:03+0000\n" -"PO-Revision-Date: 2023-09-16 16:36+0800\n" +"PO-Revision-Date: 2023-12-19 09:38+0800\n" "Last-Translator: Adrian Liaw \n" "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" "tw)\n" @@ -16,7 +16,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Poedit 3.3.2\n" +"X-Generator: Poedit 3.4.1\n" #: ../../library/ssl.rst:2 msgid ":mod:`ssl` --- TLS/SSL wrapper for socket objects" @@ -111,12 +111,12 @@ msgstr "" msgid "" ":pep:`644` has been implemented. The ssl module requires OpenSSL 1.1.1 or " "newer." -msgstr "" +msgstr ":pep:`644` 已經被實作。ssl 模組需要 OpenSSL 1.1.1 以上的版本才能使用。" #: ../../library/ssl.rst:67 msgid "" "Use of deprecated constants and functions result in deprecation warnings." -msgstr "" +msgstr "使用已經被棄用的常數或函式將會導致棄用警示。" #: ../../library/ssl.rst:71 msgid "Functions, Constants, and Exceptions" @@ -124,7 +124,7 @@ msgstr "函式、常數與例外" #: ../../library/ssl.rst:75 msgid "Socket creation" -msgstr "" +msgstr "Socket 的建立" #: ../../library/ssl.rst:77 msgid "" @@ -153,7 +153,7 @@ msgstr "" msgid "" "A convenience function helps create :class:`SSLContext` objects for common " "purposes." -msgstr "" +msgstr "一個可以幫忙建立出 :class:`SSLContext` 物件以用於一般目的的方便函式。" #: ../../library/ssl.rst:128 msgid ""