@@ -11,7 +11,7 @@ msgstr ""
11
11
"Project-Id-Version :Python 3.10\n "
12
12
"Report-Msgid-Bugs-To :\n "
13
13
"POT-Creation-Date :2022-05-21 17:35+0000\n "
14
- "PO-Revision-Date :2021-11-26 20:12 +0800\n "
14
+ "PO-Revision-Date :2022-06-12 15:22 +0800\n "
15
15
"Last-Translator :Matt Wang <mattwang44@gmail.com>\n "
16
16
"Language-Team :Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
17
17
"tw)\n "
@@ -20,7 +20,7 @@ msgstr ""
20
20
"Content-Type :text/plain; charset=UTF-8\n "
21
21
"Content-Transfer-Encoding :8bit\n "
22
22
"Plural-Forms :nplurals=1; plural=0;\n "
23
- "X-Generator :Poedit 3.0 \n "
23
+ "X-Generator :Poedit 3.1 \n "
24
24
25
25
#: ../../library/stdtypes.rst:8
26
26
msgid "Built-in Types"
@@ -85,23 +85,21 @@ msgstr ""
85
85
86
86
#: ../../library/stdtypes.rst:55
87
87
msgid "constants defined to be false: ``None`` and ``False``."
88
- msgstr "定義為 false 之常數:\\ ``None`` 與 ``False``\\ 。"
88
+ msgstr "定義為 false 之常數:``None`` 與 ``False``。"
89
89
90
90
#: ../../library/stdtypes.rst:57
91
91
msgid ""
92
92
"zero of any numeric type: ``0``, ``0.0``, ``0j``, ``Decimal(0)``, "
93
93
"``Fraction(0, 1)``"
94
94
msgstr ""
95
- "任何數值型別的零:\\ ``0``\\ 、\\ ``0.0``\\ 、\\ ``0j``\\ 、\\ ``Decimal(0)``"
96
- "\\ 、\\ ``Fraction(0, 1)``"
95
+ "任何數值型別的零:``0``、``0.0``、``0j``、``Decimal(0)``、``Fraction(0, 1)``"
97
96
98
97
#: ../../library/stdtypes.rst:60
99
98
msgid ""
100
99
"empty sequences and collections: ``''``, ``()``, ``[]``, ``{}``, ``set()``, "
101
100
"``range(0)``"
102
101
msgstr ""
103
- "空的序列和集合:\\ ``’’``\\ 、\\ ``()``\\ 、\\ ``[]``\\ 、\\ ``{}``\\ 、\\ "
104
- "``set()``\\ 、\\ ``range(0)``"
102
+ "空的序列和集合:``’’``、``()``、``[]``、``{}``、``set()``、``range(0)``"
105
103
106
104
#: ../../library/stdtypes.rst:69
107
105
msgid ""
@@ -111,7 +109,7 @@ msgid ""
111
109
"``and`` always return one of their operands.)"
112
110
msgstr ""
113
111
"除非另有特別說明,產生 boolean 結果的操作或內建函式都會回傳 ``0`` 或 "
114
- "``False`` 作為假值、\\ ``1`` 或 ``True`` 作為真值。(重要例外: boolean 運算 "
112
+ "``False`` 作為假值、``1`` 或 ``True`` 作為真值。(重要例外: boolean 運算 "
115
113
"``or`` 和 ``and`` 回傳的是其中一個運算元。)"
116
114
117
115
#: ../../library/stdtypes.rst:78