Skip to content

Commit b4a4a7b

Browse files
committed
translate library/datatypes.po
1 parent 9a1ff38 commit b4a4a7b

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

library/datatypes.po

+11-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# SOME DESCRIPTIVE TITLE.
21
# Copyright (C) 2001-2022, Python Software Foundation
32
# This file is distributed under the same license as the Python package.
43
#
@@ -8,7 +7,7 @@ msgstr ""
87
"Project-Id-Version: Python 3.10\n"
98
"Report-Msgid-Bugs-To: \n"
109
"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"
1211
"Last-Translator: Liang-Bo Wang <me@liang2.tw>\n"
1312
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1413
"tw)\n"
@@ -17,17 +16,21 @@ msgstr ""
1716
"Content-Type: text/plain; charset=UTF-8\n"
1817
"Content-Transfer-Encoding: 8bit\n"
1918
"Plural-Forms: nplurals=1; plural=0;\n"
19+
"X-Generator: Poedit 3.0.1\n"
2020

2121
#: ../../library/datatypes.rst:5
2222
msgid "Data Types"
23-
msgstr ""
23+
msgstr "資料型別"
2424

2525
#: ../../library/datatypes.rst:7
2626
msgid ""
2727
"The modules described in this chapter provide a variety of specialized data "
2828
"types such as dates and times, fixed-type arrays, heap queues, double-ended "
2929
"queues, and enumerations."
3030
msgstr ""
31+
"本章節所描述的模組 (module) 提供了多樣的專門資料型別,例如日期與時間、固定型"
32+
"別陣列 (fixed-type arrays)、堆積佇列 (heap queues)、雙端佇列 (double-ended "
33+
"queues) 與枚舉 (enumerations)。"
3134

3235
#: ../../library/datatypes.rst:11
3336
msgid ""
@@ -36,7 +39,11 @@ msgid ""
3639
"`tuple`. The :class:`str` class is used to hold Unicode strings, and the :"
3740
"class:`bytes` and :class:`bytearray` classes are used to hold binary data."
3841
msgstr ""
42+
"Python 也有提供一些內建資料型別,特別是 :class:`dict`\\\\ :class:`list`"
43+
"\\\\ :class:`set` 與 :class:`frozenset` 和 :class:`tuple`\\\\ :class:"
44+
"`str` 類別是用來儲存 Unicode 字串,\\ :class:`bytes` 與 :class:`bytearray` 類"
45+
"別則是用來儲存二進位制資料。"
3946

4047
#: ../../library/datatypes.rst:17
4148
msgid "The following modules are documented in this chapter:"
42-
msgstr ""
49+
msgstr "本章節包含下列模組的文件:"

0 commit comments

Comments
 (0)