Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion library/pathlib.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: Python 3.11\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-05-11 00:16+0000\n"
"PO-Revision-Date: 2018-05-23 16:07+0000\n"
"PO-Revision-Date: 2023-07-08 16:21+0800\n"
"Last-Translator: Adrian Liaw <[email protected]>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
"tw)\n"
Expand All @@ -17,6 +17,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Poedit 3.3.2\n"

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

#: ../../library/pathlib.rst:26
msgid ""
Expand Down