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
#
5
4
# Translators:
5
+ # Adrian Liaw <adrianliaw2000@gmail.com>, 2018
6
+ # Matt Wang <mattwang44@gmail.com>, 2022
6
7
msgid ""
7
8
msgstr ""
8
9
"Project-Id-Version : Python 3.10\n "
9
10
"Report-Msgid-Bugs-To : \n "
10
11
"POT-Creation-Date : 2018-06-26 18:54+0800\n "
11
- "PO-Revision-Date : 2018-05-23 14:40+0000 \n "
12
- "Last-Translator : Adrian Liaw <adrianliaw2000 @gmail.com>\n "
12
+ "PO-Revision-Date : 2022-02-15 20:55+0800 \n "
13
+ "Last-Translator : Matt Wang <mattwang44 @gmail.com>\n "
13
14
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
14
15
"tw)\n "
15
16
"Language : zh_TW\n "
16
17
"MIME-Version : 1.0\n "
17
18
"Content-Type : text/plain; charset=UTF-8\n "
18
19
"Content-Transfer-Encoding : 8bit\n "
19
20
"Plural-Forms : nplurals=1; plural=0;\n "
21
+ "X-Generator : Poedit 3.0.1\n "
20
22
21
23
#: ../../library/builtins.rst:2
22
24
msgid ":mod:`builtins` --- Built-in objects"
@@ -29,6 +31,9 @@ msgid ""
29
31
"func:`open`. See :ref:`built-in-funcs` and :ref:`built-in-consts` for "
30
32
"documentation."
31
33
msgstr ""
34
+ "該模組提供對 Python 所有'內建'識別符號的直接存取;例如 ``builtins.open`` 是內"
35
+ "建函式 :func:`open` 的全名。請參閱\\ :ref:`built-in-funcs`\\ 和\\ :ref:"
36
+ "`built-in-consts`\\ 的文件。"
32
37
33
38
#: ../../library/builtins.rst:15
34
39
msgid ""
@@ -38,6 +43,11 @@ msgid ""
38
43
"example, in a module that wants to implement an :func:`open` function that "
39
44
"wraps the built-in :func:`open`, this module can be used directly::"
40
45
msgstr ""
46
+ "大多數應用程式通常不會顯式地存取此模組,但在提供與內建值同名之物件的模組中可"
47
+ "能很有用,不過其中還會需要內建該名稱。例如,在一個將內建 :func:`open` 包裝起"
48
+ "來以實現另一版本 :func:`open` 函式的模組中,這個模組可以直接被使用:\n"
49
+ "\n"
50
+ "::"
41
51
42
52
#: ../../library/builtins.rst:38
43
53
msgid ""
@@ -47,3 +57,7 @@ msgid ""
47
57
"__dict__` attribute. Since this is an implementation detail, it may not be "
48
58
"used by alternate implementations of Python."
49
59
msgstr ""
60
+ "有個實作細節是,大多數模組都將名稱 ``__builtins__`` 作為其全域性變數的一部分"
61
+ "以提使用。\\ ``__builtins__`` 的值通常是這個模組或者這個模組的 :attr:"
62
+ "`~object.__dict__` 屬性值。由於這是一個實作細節,因此 Python 的其他實作可能不"
63
+ "會使用它。"
0 commit comments