|
1 |
| -# SOME DESCRIPTIVE TITLE. |
2 |
| -# Copyright (C) 2001-2021, 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.10\n" |
10 |
| -"Report-Msgid-Bugs-To:\n" |
11 |
| -"POT-Creation-Date:2020-06-20 18:08+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/filesys.rst:5 |
23 |
| -msgid"File and Directory Access" |
24 |
| -msgstr"檔案與目錄存取" |
25 |
| - |
26 |
| -#:../../library/filesys.rst:7 |
27 |
| -msgid"" |
28 |
| -"The modules described in this chapter deal with disk files and directories. " |
29 |
| -"For example, there are modules for reading the properties of files, " |
30 |
| -"manipulating paths in a portable way, and creating temporary files. The " |
31 |
| -"full list of modules in this chapter is:" |
32 |
| -msgstr"" |
33 |
| - |
34 |
| -#:../../library/filesys.rst:31 |
35 |
| -msgid"Module :mod:`os`" |
36 |
| -msgstr"" |
37 |
| - |
38 |
| -#:../../library/filesys.rst:30 |
39 |
| -msgid"" |
40 |
| -"Operating system interfaces, including functions to work with files at a " |
41 |
| -"lower level than Python :term:`file objects <file object>`." |
42 |
| -msgstr"" |
43 |
| - |
44 |
| -#:../../library/filesys.rst:35 |
45 |
| -msgid"Module :mod:`io`" |
46 |
| -msgstr"" |
47 |
| - |
48 |
| -#:../../library/filesys.rst:34 |
49 |
| -msgid"" |
50 |
| -"Python's built-in I/O library, including both abstract classes and some " |
51 |
| -"concrete classes such as file I/O." |
52 |
| -msgstr"" |
53 |
| - |
54 |
| -#:../../library/filesys.rst:37 |
55 |
| -msgid"Built-in function :func:`open`" |
56 |
| -msgstr"" |
57 |
| - |
58 |
| -#:../../library/filesys.rst:38 |
59 |
| -msgid"The standard way to open files for reading and writing with Python." |
60 |
| -msgstr"" |
| 1 | +# SOME DESCRIPTIVE TITLE. |
| 2 | +# Copyright (C) 2001-2021, Python Software Foundation |
| 3 | +# This file is distributed under the same license as the Python package. |
| 4 | +# |
| 5 | +# Translators: |
| 6 | +# Leon H., 2017 |
| 7 | +# Allen Wu <allen91.wu@gmail.com>, 2021 |
| 8 | +msgid "" |
| 9 | +msgstr "" |
| 10 | +"Project-Id-Version:Python 3.10\n" |
| 11 | +"Report-Msgid-Bugs-To:\n" |
| 12 | +"POT-Creation-Date:2020-06-20 18:08+0800\n" |
| 13 | +"PO-Revision-Date:2021-11-22 20:13+0800\n" |
| 14 | +"Last-Translator:Allen Wu <allen91.wu@gmail.com>\n" |
| 15 | +"Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-" |
| 16 | +"tw)\n" |
| 17 | +"Language:zh_TW\n" |
| 18 | +"MIME-Version:1.0\n" |
| 19 | +"Content-Type:text/plain; charset=UTF-8\n" |
| 20 | +"Content-Transfer-Encoding:8bit\n" |
| 21 | +"Plural-Forms:nplurals=1; plural=0;\n" |
| 22 | +"X-Generator:Poedit 3.0\n" |
| 23 | + |
| 24 | +#:../../library/filesys.rst:5 |
| 25 | +msgid"File and Directory Access" |
| 26 | +msgstr"檔案與目錄存取" |
| 27 | + |
| 28 | +#:../../library/filesys.rst:7 |
| 29 | +msgid"" |
| 30 | +"The modules described in this chapter deal with disk files and directories. " |
| 31 | +"For example, there are modules for reading the properties of files, " |
| 32 | +"manipulating paths in a portable way, and creating temporary files. The " |
| 33 | +"full list of modules in this chapter is:" |
| 34 | +msgstr"" |
| 35 | +"本章中描述的 module(模組)處理磁碟文件和目錄。 例如,有一些 module(模組)用於讀取檔的屬性、以可移" |
| 36 | +"植方式操作路徑以及創建臨時檔。 本章中的完整 module(模組)清單是:" |
| 37 | + |
| 38 | +#:../../library/filesys.rst:31 |
| 39 | +msgid"Module :mod:`os`" |
| 40 | +msgstr"Module(模組)\\ :mod:`os`" |
| 41 | + |
| 42 | +#:../../library/filesys.rst:30 |
| 43 | +msgid"" |
| 44 | +"Operating system interfaces, including functions to work with files at a " |
| 45 | +"lower level than Python :term:`file objects <file object>`." |
| 46 | +msgstr"" |
| 47 | +"操作系統介面中,包括比 Python 更低的級別的檔案處理函式:\\ :term:`檔案物件 <file object>` 。" |
| 48 | + |
| 49 | +#:../../library/filesys.rst:35 |
| 50 | +msgid"Module :mod:`io`" |
| 51 | +msgstr"Module(模組)\\ :mod:`io`" |
| 52 | + |
| 53 | +#:../../library/filesys.rst:34 |
| 54 | +msgid"" |
| 55 | +"Python's built-in I/O library, including both abstract classes and some " |
| 56 | +"concrete classes such as file I/O." |
| 57 | +msgstr"Python 的內置 I/O 函式庫,包含抽象類別和一些具體類別,如檔案 I/O。" |
| 58 | + |
| 59 | +#:../../library/filesys.rst:37 |
| 60 | +msgid"Built-in function :func:`open`" |
| 61 | +msgstr"內置函式\\ :func:`open`" |
| 62 | + |
| 63 | +#:../../library/filesys.rst:38 |
| 64 | +msgid"The standard way to open files for reading and writing with Python." |
| 65 | +msgstr"使用 Python 打開檔案與進行讀取寫入檔案的標準方法。" |