Skip to content

Commit b5e12a0

Browse files
committed
Translate library/text.po
1 parent 551ff79 commit b5e12a0

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

library/text.po

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,34 +3,40 @@
33
# This file is distributed under the same license as the Python package.
44
#
55
# Translators:
6+
# Liang-Bo Wang <me@liang2.tw>, 2015
67
msgid ""
78
msgstr ""
8-
"Project-Id-Version: Python 3.7\n"
9+
"Project-Id-Version: Python 3.9\n"
910
"Report-Msgid-Bugs-To: \n"
1011
"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 <me@liang2.tw>\n"
12+
"PO-Revision-Date: 2021-10-11 00:40+0800\n"
13+
"Last-Translator: Jordan Su <newjordansu1126@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\n"
2022

2123
#: ../../library/text.rst:6
2224
msgid "Text Processing Services"
23-
msgstr ""
25+
msgstr "文本處理 (Text Processing) 服務"
2426

2527
#: ../../library/text.rst:8
2628
msgid ""
2729
"The modules described in this chapter provide a wide range of string "
2830
"manipulation operations and other text processing services."
2931
msgstr ""
32+
"本章節介紹的 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` module(模組)也與文本處"
41+
"理高度相關。另外也請參閱在 :ref:`textseq` 中所描述的 Python 內建字串型別的"
42+
"相關文件。"

0 commit comments

Comments
 (0)