Skip to content

Commit c08c050

Browse files
committed
feat: translate c-api/abstract.po
1 parent 1c01b94 commit c08c050

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

c-api/abstract.po

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,28 @@
33
# This file is distributed under the same license as the Python package.
44
#
55
# Translators:
6-
# aminzai <lagunawang@gmail.com>, 2015
6+
# aminzai <lagunawang@gmail.com>, 2017
7+
# Matt Wang <mattwang44@gmail.com>, 2021
8+
#
79
msgid ""
810
msgstr ""
911
"Project-Id-Version: Python 3.10\n"
1012
"Report-Msgid-Bugs-To: \n"
1113
"POT-Creation-Date: 2018-06-26 18:54+0800\n"
12-
"PO-Revision-Date: 2017-09-22 18:26+0000\n"
13-
"Last-Translator: aminzai <lagunawang@gmail.com>\n"
14+
"PO-Revision-Date: 2021-12-09 21:20+0800\n"
15+
"Last-Translator: Matt Wang <mattwang44@gmail.com>\n"
1416
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1517
"tw)\n"
1618
"Language: zh_TW\n"
1719
"MIME-Version: 1.0\n"
1820
"Content-Type: text/plain; charset=UTF-8\n"
1921
"Content-Transfer-Encoding: 8bit\n"
2022
"Plural-Forms: nplurals=1; plural=0;\n"
23+
"X-Generator: Poedit 3.0\n"
2124

2225
#: ../../c-api/abstract.rst:7
2326
msgid "Abstract Objects Layer"
24-
msgstr "抽象物件層"
27+
msgstr "抽象物件層 (Abstract Objects Layer)"
2528

2629
#: ../../c-api/abstract.rst:9
2730
msgid ""
@@ -30,6 +33,9 @@ msgid ""
3033
"or all sequence types). When used on object types for which they do not "
3134
"apply, they will raise a Python exception."
3235
msgstr ""
36+
"本章中的函式與 Python 物件相互作用,無論其型別、或具有廣泛類別的物件型別(例"
37+
"如所有數值型別或所有序列型別)。當使用於不適用的物件型別時,他們會引發一個 "
38+
"Python 異常 (exception)。"
3339

3440
#: ../../c-api/abstract.rst:14
3541
msgid ""
@@ -38,3 +44,5 @@ msgid ""
3844
"`PyList_New`, but whose items have not been set to some non-\\ ``NULL`` "
3945
"value yet."
4046
msgstr ""
47+
"這些函式是不可能用於未正確初始化的物件(例如一個由 :c:func:`PyList_New` 建立"
48+
"的 list 物件),而其中的項目沒有被設為一些非 ``NULL`` 的值。"

0 commit comments

Comments
 (0)