Skip to content

#443 - pathlib: Title & Intro & Basic use (15) #459

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 25, 2023
Merged
Changes from all commits
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
8 changes: 6 additions & 2 deletions 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: 2023-07-11 01:08+0800\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,7 +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.1\n"
"X-Generator: Poedit 3.3.2\n"

#: ../../library/pathlib.rst:3
msgid ":mod:`pathlib` --- Object-oriented filesystem paths"
Expand All @@ -35,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