File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -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 : 2018-05-23 16:07+0000 \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,6 +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.2\n "
20
21
21
22
#: ../../library/pathlib.rst:3
22
23
msgid ":mod:`pathlib` --- Object-oriented filesystem paths"
@@ -34,6 +35,10 @@ 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
+ "這個模組提供了涵蓋不同作業系統中語義對等的檔案路徑類別(class)。路徑類別被分"
39
+ "為 :ref:`純路徑<pure-paths>` 及 :ref:`具體路徑<concrete-paths>` 兩種,純路徑提供"
40
+ "純粹的計算操作而不涉及輸入輸出(I/O),而具體路徑則繼承自純路徑,同時提供輸入"
41
+ "輸出操作。"
37
42
38
43
#: ../../library/pathlib.rst:26
39
44
msgid ""
You can’t perform that action at this time.
0 commit comments