@@ -8,15 +8,16 @@ msgstr ""
8
8
"Project-Id-Version : Python 3.11\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
10
"POT-Creation-Date : 2023-02-15 00:17+0000\n "
11
- "PO-Revision-Date : 2018-05-23 16:07 +0000\n "
12
- "Last-Translator : Adrian Liaw <adrianliaw2000@gmail .com>\n "
13
- "Language-Team : Chinese - TAIWAN ( https://github.com/python/python-docs-zh- "
14
- "tw) \n "
15
- "Language : zh_TW \n "
11
+ "PO-Revision-Date : 2023-07-07 15:12 +0000\n "
12
+ "Last-Translator : Weblate Admin <admin@weblate .com>\n "
13
+ "Language-Team : pathlib (generated) < https://weblate.andyjjrt.cc/projects/ "
14
+ "python-docs-zh-tw/library/pathlib/> \n "
15
+ "Language : pathlib \n "
16
16
"MIME-Version : 1.0\n "
17
17
"Content-Type : text/plain; charset=UTF-8\n "
18
18
"Content-Transfer-Encoding : 8bit\n "
19
19
"Plural-Forms : nplurals=1; plural=0;\n "
20
+ "X-Generator : Weblate 4.16.4\n "
20
21
21
22
#: ../../library/pathlib.rst:3
22
23
msgid ":mod:`pathlib` --- Object-oriented filesystem paths"
@@ -34,6 +35,9 @@ msgid ""
34
35
"operations without I/O, and :ref:`concrete paths <concrete-paths>`, which "
35
36
"inherit from pure paths but also provide I/O operations."
36
37
msgstr ""
38
+ "這個模組提供了代表檔案系統路徑的類別,其語義適用於不同的作業系統。"
39
+ "路徑類別分為 :ref:`pure paths <pure-paths>`,提供純運算操作而不涉及 I/O,"
40
+ "以及 :ref:`concrete paths <concrete-paths>`,繼承自純路徑但也提供 I/O 操作。"
37
41
38
42
#: ../../library/pathlib.rst:25
39
43
msgid ""
0 commit comments