Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 00621d9

Browse files
committed
Working on pathlib.
1 parent 7535e0c commit 00621d9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

library/pathlib.po

Lines changed: 6 additions & 1 deletion
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: 2018-05-23 16:07+0000\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,6 +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.2\n"
2021

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

3843
#: ../../library/pathlib.rst:26
3944
msgid ""

0 commit comments

Comments
 (0)