@@ -8,7 +8,7 @@ msgstr ""
8
8
"Project-Id-Version : Python 3.11\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
10
"POT-Creation-Date : 2023-05-11 00:16+0000\n "
11
- "PO-Revision-Date : 2023-07-11 01:08 +0800\n "
11
+ "PO-Revision-Date : 2023-07-08 16:21 +0800\n "
12
12
"
Last-Translator :
Adrian Liaw <[email protected] >\n "
13
13
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
14
14
"tw)\n "
@@ -17,7 +17,7 @@ msgstr ""
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 : Poedit 3.3.1 \n "
20
+ "X-Generator : Poedit 3.3.2 \n "
21
21
22
22
#: ../../library/pathlib.rst:3
23
23
msgid ":mod:`pathlib` --- Object-oriented filesystem paths"
@@ -35,6 +35,10 @@ msgid ""
35
35
"operations without I/O, and :ref:`concrete paths <concrete-paths>`, which "
36
36
"inherit from pure paths but also provide I/O operations."
37
37
msgstr ""
38
+ "這個模組提供了涵蓋不同作業系統中語義對等的檔案路徑類別(class)。路徑類別被分"
39
+ "為\\ :ref:`純路徑 <pure-paths>`\\ 及\\ :ref:`具體路徑 <concrete-paths>`\\ 兩種,純路徑提供"
40
+ "純粹的計算操作而不涉及輸入輸出(I/O),而具體路徑則繼承自純路徑,同時提供輸入"
41
+ "輸出操作。"
38
42
39
43
#: ../../library/pathlib.rst:26
40
44
msgid ""
0 commit comments