1
- # SOME DESCRIPTIVE TITLE.
2
1
# Copyright (C) 2001-2022, Python Software Foundation
3
2
# This file is distributed under the same license as the Python package.
4
3
#
@@ -8,7 +7,7 @@ msgstr ""
8
7
"Project-Id-Version : Python 3.10\n "
9
8
"Report-Msgid-Bugs-To : \n "
10
9
"POT-Creation-Date : 2020-06-20 18:08+0800\n "
11
- "PO-Revision-Date : 2015-12-09 17:51+0000 \n "
10
+ "PO-Revision-Date : 2022-02-11 12:12+0800 \n "
12
11
"Last-Translator : Liang-Bo Wang <me@liang2.tw>\n "
13
12
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
14
13
"tw)\n "
@@ -17,17 +16,21 @@ msgstr ""
17
16
"Content-Type : text/plain; charset=UTF-8\n "
18
17
"Content-Transfer-Encoding : 8bit\n "
19
18
"Plural-Forms : nplurals=1; plural=0;\n "
19
+ "X-Generator : Poedit 3.0.1\n "
20
20
21
21
#: ../../library/datatypes.rst:5
22
22
msgid "Data Types"
23
- msgstr ""
23
+ msgstr "資料型別 "
24
24
25
25
#: ../../library/datatypes.rst:7
26
26
msgid ""
27
27
"The modules described in this chapter provide a variety of specialized data "
28
28
"types such as dates and times, fixed-type arrays, heap queues, double-ended "
29
29
"queues, and enumerations."
30
30
msgstr ""
31
+ "本章節所描述的模組 (module) 提供了多樣的專門資料型別,例如日期與時間、固定型"
32
+ "別陣列 (fixed-type arrays)、堆積佇列 (heap queues)、雙端佇列 (double-ended "
33
+ "queues) 與枚舉 (enumerations)。"
31
34
32
35
#: ../../library/datatypes.rst:11
33
36
msgid ""
@@ -36,7 +39,11 @@ msgid ""
36
39
"`tuple`. The :class:`str` class is used to hold Unicode strings, and the :"
37
40
"class:`bytes` and :class:`bytearray` classes are used to hold binary data."
38
41
msgstr ""
42
+ "Python 也有提供一些內建資料型別,特別是 :class:`dict`\\ 、\\ :class:`list`"
43
+ "\\ 、\\ :class:`set` 與 :class:`frozenset` 和 :class:`tuple`\\ 。\\ :class:"
44
+ "`str` 類別是用來儲存 Unicode 字串,\\ :class:`bytes` 與 :class:`bytearray` 類"
45
+ "別則是用來儲存二進位制資料。"
39
46
40
47
#: ../../library/datatypes.rst:17
41
48
msgid "The following modules are documented in this chapter:"
42
- msgstr ""
49
+ msgstr "本章節包含下列模組的文件: "
0 commit comments