-
-
Notifications
You must be signed in to change notification settings - Fork 214
working on ssl #763
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
working on ssl #763
Changes from 1 commit
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
012fb4a
working on ssl
timmy0123 60ed2c8
Update library/ssl.po
timmy0123 1aa4398
Update library/ssl.po
timmy0123 255ecc8
Update library/ssl.po
timmy0123 12ac4df
Update library/ssl.po
timmy0123 e9b059c
Update library/ssl.po
mattwang44 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]>\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,20 +111,20 @@ 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 "使用已經被棄用的常數或函數將會導致棄用警示。" | ||
timmy0123 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
#: ../../library/ssl.rst:71 | ||
msgid "Functions, Constants, and Exceptions" | ||
msgstr "函式、常數與例外" | ||
|
||
#: ../../library/ssl.rst:75 | ||
msgid "Socket creation" | ||
msgstr "" | ||
msgstr "Socket 創建" | ||
timmy0123 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
#: ../../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` 物件。" | ||
timmy0123 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
#: ../../library/ssl.rst:128 | ||
msgid "" | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.