8000 translate the module description of archiving · python/python-docs-zh-tw@bd4959f · GitHub
[go: up one dir, main page]

Skip to content

Commit bd4959f

Browse files
author
kevinkuo
committed
translate the module description of archiving
1 parent c65ddfc commit bd4959f

File tree

1 file changed

+36
-32
lines changed

1 file changed

+36
-32
lines changed

library/archiving.po

Lines changed: 36 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,36 @@
1-
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2022, Python Software Foundation
3-
# This file is distributed under the same license as the Python package.
4-
#
5-
# Translators:
6-
# Leon H., 2017
7-
msgid ""
8-
msgstr ""
9-
"Project-Id-Version: Python 3.11\n"
10-
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-06-26 18:54+0800\n"
12-
"PO-Revision-Date: 2017-09-22 18:26+0000\n"
13-
"Last-Translator: Leon H.\n"
14-
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
15-
"tw)\n"
16-
"Language: zh_TW\n"
17-
"MIME-Version: 1.0\n"
18-
"Content-Type: text/plain; charset=UTF-8\n"
19-
"Content-Transfer-Encoding: 8bit\n"
20-
"Plural-Forms: nplurals=1; plural=0;\n"
21-
22-
#: ../../library/archiving.rst:5
23-
msgid "Data Compression and Archiving"
24-
msgstr "資料壓縮與保存"
25-
26-
#: ../../library/archiving.rst:7
27-
msgid ""
28-
"The modules described in this chapter support data compression with the "
29-
"zlib, gzip, bzip2 and lzma algorithms, and the creation of ZIP- and tar-"
30-
"format archives. See also :ref:`archiving-operations` provided by the :mod:"
31-
"`shutil` module."
32-
msgstr ""
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) 2001-2022, Python Software Foundation
3+
# This file is distributed under the same license as the Python package.
4+
#
5+
# Translators:
6+
# Leon H., 2017
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Python 3.11\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2018-06-26 18:54+0800\n"
12+
"PO-Revision-Date: 2023-01-28 16:57+0800\n"
13+
"Last-Translator: Leon H.\n"
14+
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
15+
"tw)\n"
16+
"Language: zh_TW\n"
17+
"MIME-Version: 1.0\n"
18+
"Content-Type: text/plain; charset=UTF-8\n"
19+
"Content-Transfer-Encoding: 8bit\n"
20+
"Plural-Forms: nplurals=1; plural=0;\n"
21+
"X-Generator: Poedit 3.2.2\n"
22+
23+
#: ../../library/archiving.rst:5
24+
msgid "Data Compression and Archiving"
25+
msgstr "資料壓縮與保存"
26+
27+
#: ../../library/archiving.rst:7
28+
msgid ""
29+
"The modules described in this chapter support data compression with the "
30+
"zlib, gzip, bzip2 and lzma algorithms, and the creation of ZIP- and tar-"
31+
"format archives. See also :ref:`archiving-operations` provided by the :mod:"
32+
"`shutil` module."
33+
msgstr ""
34+
"本章中描述的模組支持使用 zlib、gzip、bzip2 和 lzma 演算法進行資料壓縮,以及"
35+
"創建 ZIP 和 tar 格式的存檔。另請參閱 :mod:`shutil` 模塊提供的 :ref:"
36+
"`archiving-operations`。"

0 commit comments

Comments
 (0)
0