diff --git a/library/text.po b/library/text.po index 7fc0a9a94f..54a9dab0fd 100644 --- a/library/text.po +++ b/library/text.po @@ -3,13 +3,15 @@ # This file is distributed under the same license as the Python package. # # Translators: +# Liang-Bo Wang , 2015 +# Jordan Su , 2021 msgid "" msgstr "" -"Project-Id-Version: Python 3.7\n" +"Project-Id-Version: Python 3.9\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-06-26 18:54+0800\n" -"PO-Revision-Date: 2015-12-09 17:51+0000\n" -"Last-Translator: Liang-Bo Wang \n" +"PO-Revision-Date: 2021-10-17 22:18+0800\n" +"Last-Translator: Jordan Su \n" "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" "tw)\n" "Language: zh_TW\n" @@ -17,16 +19,17 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Poedit 3.0\n" #: ../../library/text.rst:6 msgid "Text Processing Services" -msgstr "" +msgstr "文本處理 (Text Processing) 服務" #: ../../library/text.rst:8 msgid "" "The modules described in this chapter provide a wide range of string " "manipulation operations and other text processing services." -msgstr "" +msgstr "本章節介紹的模組 (module) 提供了廣泛的字串操作與其他文本處理服務。" #: ../../library/text.rst:11 msgid "" @@ -34,3 +37,5 @@ msgid "" "highly relevant to text processing. In addition, see the documentation for " "Python's built-in string type in :ref:`textseq`." msgstr "" +"在 :ref:`binaryservices` 下所描述的 :mod:`codecs` 模組也與文本處理高度相" +"關。另外也請參閱在 :ref:`textseq` 中所描述的 Python 內建字串型別。"