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
+ # Liang-Bo Wang <[email protected] >, 2015
6
+ # Matt Wang <[email protected] >, 2022
6
7
msgid ""
7
8
msgstr ""
8
9
"Project-Id-Version : Python 3.11\n "
9
10
"Report-Msgid-Bugs-To : \n "
10
11
"POT-Creation-Date : 2021-11-19 00:09+0000\n "
11
- "PO-Revision-Date : 2015-12-09 17:51+0000 \n "
12
- "
Last-Translator :
Liang-Bo Wang <[email protected] >\n"
12
+ "PO-Revision-Date : 2022-01-18 14:55+0800 \n "
13
+ "
Last-Translator :
Matt Wang <[email protected] >\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/keyword.rst:2
22
24
msgid ":mod:`keyword` --- Testing for Python keywords"
23
- msgstr ""
25
+ msgstr ":mod:`keyword` --- 檢驗 Python 關鍵字 "
24
26
25
27
#: ../../library/keyword.rst:7
26
28
msgid "**Source code:** :source:`Lib/keyword.py`"
@@ -31,21 +33,26 @@ msgid ""
31
33
"This module allows a Python program to determine if a string is a :ref:"
32
34
"`keyword <keywords>` or :ref:`soft keyword <soft-keywords>`."
33
35
msgstr ""
36
+ "此模組允許 Python 程式確定某個字串是否為\\ :ref:`關鍵字 <keywords>` 或\\ :"
37
+ "ref:`軟關鍵字 (soft keyword) <soft-keywords>`。"
34
38
35
39
#: ../../library/keyword.rst:17
36
40
msgid "Return ``True`` if *s* is a Python :ref:`keyword <keywords>`."
37
- msgstr ""
41
+ msgstr "如果 *s* 是一個 Python :ref:`關鍵字 <keywords>` \\ 則回傳 ``True``。 "
38
42
39
43
#: ../../library/keyword.rst:22
40
44
msgid ""
41
45
"Sequence containing all the :ref:`keywords <keywords>` defined for the "
42
46
"interpreter. If any keywords are defined to only be active when particular :"
43
47
"mod:`__future__` statements are in effect, these will be included as well."
44
48
msgstr ""
49
+ "包含直譯器定義的所有 :ref:`關鍵字 <keywords>` 的序列。如果所定義的任何關鍵字"
50
+ "僅在特定 :mod:`__future__` 陳述式生效時被啟用,它們也將被包含在內。"
45
51
46
52
#: ../../library/keyword.rst:29
47
53
msgid "Return ``True`` if *s* is a Python :ref:`soft keyword <soft-keywords>`."
48
54
msgstr ""
55
+ "如果 *s* 是一個 Python :ref:`軟關鍵字 <soft-keywords>` 則回傳 ``True``。"
49
56
50
57
#: ../../library/keyword.rst:36
51
58
msgid ""
@@ -54,3 +61,5 @@ msgid ""
54
61
"particular :mod:`__future__` statements are in effect, these will be "
55
62
"included as well."
56
63
msgstr ""
64
+ "包含直譯器定義的所有 :ref:`軟關鍵字 <soft-keywords>` 的序列。如果所定義的任何"
65
+ "軟關鍵字僅在特定 :mod:`__future__` 陳述式生效時被啟用,它們也將被包含在內。"
0 commit comments