44#
55# Translators:
66# Liang-Bo Wang <me@liang2.tw>, 2015
7+ # Jordan Su <newjordansu1126@gmail.com>, 2021
78msgid ""
89msgstr ""
910"Project-Id-Version :Python 3.9\n "
1011"Report-Msgid-Bugs-To :\n "
1112"POT-Creation-Date :2018-06-26 18:54+0800\n "
12- "PO-Revision-Date :2021-10-11 00:40 +0800\n "
13+ "PO-Revision-Date :2021-10-17 22:18 +0800\n "
1314"Last-Translator :Jordan Su <newjordansu1126@gmail.com>\n "
1415"Language-Team :Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
1516"tw)\n "
@@ -28,15 +29,13 @@ msgstr "文本處理 (Text Processing) 服務"
2829msgid ""
2930"The modules described in this chapter provide a wide range of string "
3031"manipulation operations and other text processing services."
31- msgstr ""
32- "本章節介紹的 module(模組)提供了廣泛的字串處理運算與其他文本處理服務。"
32+ msgstr "本章節介紹的模組 (module) 提供了廣泛的字串操作與其他文本處理服務。"
3333
3434#: ../../library/text.rst:11
3535msgid ""
3636"The :mod:`codecs` module described under :ref:`binaryservices` is also "
3737"highly relevant to text processing. In addition, see the documentation for "
3838"Python's built-in string type in :ref:`textseq`."
3939msgstr ""
40- "在 :ref:`binaryservices` 下所描述的 :mod:`codecs` module(模組)也與文本處"
41- "理高度相關。另外也請參閱在 :ref:`textseq` 中所描述的 Python 內建字串型別的"
42- "相關文件。"
40+ "在 :ref:`binaryservices` 下所描述的 :mod:`codecs` 模組也與文本處理高度相"
41+ "關。另外也請參閱在 :ref:`textseq` 中所描述的 Python 內建字串型別。"