-
-
Notifications
You must be signed in to change notification settings - Fork 224
Expand file tree
/
Copy pathcrypto.po
More file actions
38 lines (35 loc) · 1.34 KB
/
crypto.po
File metadata and controls
38 lines (35 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
# Translators:
# Matt Wang <mattwang44@gmail.com>, 2022
msgid ""
msgstr ""
"Project-Id-Version: Python 3.12\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-05-09 00:15+0000\n"
"PO-Revision-Date: 2022-02-15 18:06+0800\n"
"Last-Translator: Matt Wang <mattwang44@gmail.com>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
"tw)\n"
"Language: zh_TW\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Poedit 3.0.1\n"
#: ../../library/crypto.rst:5
msgid "Cryptographic Services"
msgstr "加密服務"
#: ../../library/crypto.rst:9
msgid ""
"The modules described in this chapter implement various algorithms of a "
"cryptographic nature. They are available at the discretion of the "
"installation. On Unix systems, the :mod:`crypt` module may also be "
"available. Here's an overview:"
msgstr ""
"本章所描述的模組 (module) 實作了多種加密演算法。它們可以在安裝時選擇是否一同"
"安裝。在 Unix 系統上,\\ :mod:`crypt` 模組也有機會能夠被使用。以下為概述:"
#: ../../library/crypto.rst:7
msgid "cryptography"
msgstr "cryptography(密碼學)"