Skip to content

Commit fe7f9ac

Browse files
#443 - pathlib: Title & Intro & Basic use (15) (#459)
* Working on pathlib. * fix blank --------- Co-authored-by: Wei-Hsiang (Matt) Wang <[email protected]>
1 parent 445d5a2 commit fe7f9ac

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

library/pathlib.po

+6-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgstr ""
88
"Project-Id-Version: Python 3.11\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"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"
1212
"Last-Translator: Adrian Liaw <[email protected]>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1414
"tw)\n"
@@ -17,7 +17,7 @@ msgstr ""
1717
"Content-Type: text/plain; charset=UTF-8\n"
1818
"Content-Transfer-Encoding: 8bit\n"
1919
"Plural-Forms: nplurals=1; plural=0;\n"
20-
"X-Generator: Poedit 3.3.1\n"
20+
"X-Generator: Poedit 3.3.2\n"
2121

2222
#: ../../library/pathlib.rst:3
2323
msgid ":mod:`pathlib` --- Object-oriented filesystem paths"
@@ -35,6 +35,10 @@ msgid ""
3535
"operations without I/O, and :ref:`concrete paths <concrete-paths>`, which "
3636
"inherit from pure paths but also provide I/O operations."
3737
msgstr ""
38+
"這個模組提供了涵蓋不同作業系統中語義對等的檔案路徑類別(class)。路徑類別被分"
39+
"為\\ :ref:`純路徑 <pure-paths>`\\\\ :ref:`具體路徑 <concrete-paths>`\\ 兩種,純路徑提供"
40+
"純粹的計算操作而不涉及輸入輸出(I/O),而具體路徑則繼承自純路徑,同時提供輸入"
41+
"輸出操作。"
3842

3943
#: ../../library/pathlib.rst:26
4044
msgid ""

0 commit comments

Comments
 (0)