|
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 |
6 | 7 | msgid "" |
7 | 8 | msgstr "" |
8 | | -"Project-Id-Version:Python 3.7\n" |
| 9 | +"Project-Id-Version:Python 3.9\n" |
9 | 10 | "Report-Msgid-Bugs-To:\n" |
10 | 11 | "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" |
13 | 14 | "Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-" |
14 | 15 | "tw)\n" |
15 | 16 | "Language:zh_TW\n" |
16 | 17 | "MIME-Version:1.0\n" |
17 | 18 | "Content-Type:text/plain; charset=UTF-8\n" |
18 | 19 | "Content-Transfer-Encoding:8bit\n" |
19 | 20 | "Plural-Forms:nplurals=1; plural=0;\n" |
| 21 | +"X-Generator:Poedit 3.0\n" |
20 | 22 |
|
21 | 23 | #:../../library/text.rst:6 |
22 | 24 | msgid"Text Processing Services" |
23 | | -msgstr"" |
| 25 | +msgstr"文本處理 (Text Processing) 服務" |
24 | 26 |
|
25 | 27 | #:../../library/text.rst:8 |
26 | 28 | msgid"" |
27 | 29 | "The modules described in this chapter provide a wide range of string " |
28 | 30 | "manipulation operations and other text processing services." |
29 | 31 | msgstr"" |
| 32 | +"本章節介紹的 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` module(模組)也與文本處" |
| 41 | +"理高度相關。另外也請參閱在 :ref:`textseq` 中所描述的 Python 內建字串型別的" |
| 42 | +"相關文件。" |