Skip to content

Commit 7af1155

Browse files
authored
Merge pull request #120 from jordanSu/library-text
2 parents ac134e5 + 240d202 commit 7af1155

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

library/text.po

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,34 +3,39 @@
33
# This file is distributed under the same license as the Python package.
44
#
55
# Translators:
6+
# Liang-Bo Wang <[email protected]>, 2015
7+
# Jordan Su <[email protected]>, 2021
68
msgid ""
79
msgstr ""
8-
"Project-Id-Version: Python 3.7\n"
10+
"Project-Id-Version: Python 3.9\n"
911
"Report-Msgid-Bugs-To: \n"
1012
"POT-Creation-Date: 2018-06-26 18:54+0800\n"
11-
"PO-Revision-Date: 2015-12-09 17:51+0000\n"
12-
"Last-Translator: Liang-Bo Wang <[email protected]>\n"
13+
"PO-Revision-Date: 2021-10-17 22:18+0800\n"
14+
"Last-Translator: Jordan Su <[email protected]>\n"
1315
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1416
"tw)\n"
1517
"Language: zh_TW\n"
1618
"MIME-Version: 1.0\n"
1719
"Content-Type: text/plain; charset=UTF-8\n"
1820
"Content-Transfer-Encoding: 8bit\n"
1921
"Plural-Forms: nplurals=1; plural=0;\n"
22+
"X-Generator: Poedit 3.0\n"
2023

2124
#: ../../library/text.rst:6
2225
msgid "Text Processing Services"
23-
msgstr ""
26+
msgstr "文本處理 (Text Processing) 服務"
2427

2528
#: ../../library/text.rst:8
2629
msgid ""
2730
"The modules described in this chapter provide a wide range of string "
2831
"manipulation operations and other text processing services."
29-
msgstr ""
32+
msgstr "本章節介紹的模組 (module) 提供了廣泛的字串操作與其他文本處理服務。"
3033

3134
#: ../../library/text.rst:11
3235
msgid ""
3336
"The :mod:`codecs` module described under :ref:`binaryservices` is also "
3437
"highly relevant to text processing. In addition, see the documentation for "
3538
"Python's built-in string type in :ref:`textseq`."
3639
msgstr ""
40+
"在 :ref:`binaryservices` 下所描述的 :mod:`codecs` 模組也與文本處理高度相"
41+
"關。另外也請參閱在 :ref:`textseq` 中所描述的 Python 內建字串型別。"

0 commit comments

Comments
 (0)