|
3 | 3 | # This file is distributed under the same license as the Python package. |
4 | 4 | # |
5 | 5 | # Translators: |
| 6 | +# Liang-Bo Wang <me@liang2.tw>, 2015 |
| 7 | +# Jordan Su <newjordansu1126@gmail.com>, 2021 |
6 | 8 | msgid "" |
7 | 9 | msgstr "" |
8 | | -"Project-Id-Version:Python 3.7\n" |
| 10 | +"Project-Id-Version:Python 3.9\n" |
9 | 11 | "Report-Msgid-Bugs-To:\n" |
10 | 12 | "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" |
| 13 | +"PO-Revision-Date:2021-10-17 22:18+0800\n" |
| 14 | +"Last-Translator:Jordan Su <newjordansu1126@gmail.com>\n" |
13 | 15 | "Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-" |
14 | 16 | "tw)\n" |
15 | 17 | "Language:zh_TW\n" |
16 | 18 | "MIME-Version:1.0\n" |
17 | 19 | "Content-Type:text/plain; charset=UTF-8\n" |
18 | 20 | "Content-Transfer-Encoding:8bit\n" |
19 | 21 | "Plural-Forms:nplurals=1; plural=0;\n" |
| 22 | +"X-Generator:Poedit 3.0\n" |
20 | 23 |
|
21 | 24 | #:../../library/text.rst:6 |
22 | 25 | msgid"Text Processing Services" |
23 | | -msgstr"" |
| 26 | +msgstr"文本處理 (Text Processing) 服務" |
24 | 27 |
|
25 | 28 | #:../../library/text.rst:8 |
26 | 29 | msgid"" |
27 | 30 | "The modules described in this chapter provide a wide range of string " |
28 | 31 | "manipulation operations and other text processing services." |
29 | | -msgstr"" |
| 32 | +msgstr"本章節介紹的模組 (module) 提供了廣泛的字串操作與其他文本處理服務。" |
30 | 33 |
|
31 | 34 | #:../../library/text.rst:11 |
32 | 35 | msgid"" |
33 | 36 | "The :mod:`codecs` module described under :ref:`binaryservices` is also " |
34 | 37 | "highly relevant to text processing. In addition, see the documentation for " |
35 | 38 | "Python's built-in string type in :ref:`textseq`." |
36 | 39 | msgstr"" |
| 40 | +"在 :ref:`binaryservices` 下所描述的 :mod:`codecs` 模組也與文本處理高度相" |
| 41 | +"關。另外也請參閱在 :ref:`textseq` 中所描述的 Python 內建字串型別。" |