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#
54# Translators:
5+ # Liang-Bo Wang <me@liang2.tw>, 2015
6+ # Matt Wang <mattwang44@gmail.com>, 2022
67msgid ""
78msgstr ""
89"Project-Id-Version :Python 3.10\n "
910"Report-Msgid-Bugs-To :\n "
1011"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 <me@liang2.tw >\n "
12+ "PO-Revision-Date :2022-01-18 14:55+0800 \n "
13+ "Last-Translator :Matt Wang <mattwang44@gmail.com >\n "
1314"Language-Team :Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
1415"tw)\n "
1516"Language :zh_TW\n "
1617"MIME-Version :1.0\n "
1718"Content-Type :text/plain; charset=UTF-8\n "
1819"Content-Transfer-Encoding :8bit\n "
1920"Plural-Forms :nplurals=1; plural=0;\n "
21+ "X-Generator :Poedit 3.0.1\n "
2022
2123#: ../../library/keyword.rst:2
2224msgid ":mod:`keyword` --- Testing for Python keywords"
23- msgstr ""
25+ msgstr ":mod:`keyword` --- 檢驗 Python 關鍵字 "
2426
2527#: ../../library/keyword.rst:7
2628msgid "**Source code:** :source:`Lib/keyword.py`"
@@ -31,21 +33,26 @@ msgid ""
3133"This module allows a Python program to determine if a string is a :ref:"
3234"`keyword <keywords>` or :ref:`soft keyword <soft-keywords>`."
3335msgstr ""
36+ "此模組允許 Python 程式確定某個字串是否為\\ :ref:`關鍵字 <keywords>` 或\\ :"
37+ "ref:`軟關鍵字 (soft keyword) <soft-keywords>`。"
3438
3539#: ../../library/keyword.rst:17
3640msgid "Return ``True`` if *s* is a Python :ref:`keyword <keywords>`."
37- msgstr ""
41+ msgstr "如果 *s* 是一個 Python :ref:`關鍵字 <keywords>` \\ 則回傳 ``True``。 "
3842
3943#: ../../library/keyword.rst:22
4044msgid ""
4145"Sequence containing all the :ref:`keywords <keywords>` defined for the "
4246"interpreter. If any keywords are defined to only be active when particular :"
4347"mod:`__future__` statements are in effect, these will be included as well."
4448msgstr ""
49+ "包含直譯器定義的所有 :ref:`關鍵字 <keywords>` 的序列。如果所定義的任何關鍵字"
50+ "僅在特定 :mod:`__future__` 陳述式生效時被啟用,它們也將被包含在內。"
4551
4652#: ../../library/keyword.rst:29
4753msgid "Return ``True`` if *s* is a Python :ref:`soft keyword <soft-keywords>`."
4854msgstr ""
55+ "如果 *s* 是一個 Python :ref:`軟關鍵字 <soft-keywords>` 則回傳 ``True``。"
4956
5057#: ../../library/keyword.rst:36
5158msgid ""
@@ -54,3 +61,5 @@ msgid ""
5461"particular :mod:`__future__` statements are in effect, these will be "
5562"included as well."
5663msgstr ""
64+ "包含直譯器定義的所有 :ref:`軟關鍵字 <soft-keywords>` 的序列。如果所定義的任何"
65+ "軟關鍵字僅在特定 :mod:`__future__` 陳述式生效時被啟用,它們也將被包含在內。"