Skip to content

Commit

Permalink
feat(library/pathlib): translate new strings
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwang44 committed May 2, 2024
1 parent f58ca0b commit c6f6b9f
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions library/pathlib.po
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,8 @@ msgid ""
"This method is string-based; it neither accesses the filesystem nor treats "
"\"``..``\" segments specially. The following code is equivalent:"
msgstr ""
"該方法是基於字串的;它既不存取檔案系統,也不特別處理 \"``..``\" 片段。以下程"
"式碼是等效的:"

#: ../../library/pathlib.rst:523
msgid ""
Expand Down Expand Up @@ -769,6 +771,8 @@ msgid ""
"propagates any :exc:`OSError` exception that is raised. Subsequent :exc:"
"`OSError` exceptions from scanning directories are suppressed."
msgstr ""
"此方法在頂層目錄上呼叫 :meth:`Path.is_dir` 並傳遞引發的任何 :exc:`OSError` 例"
"外。將會抑制在目錄對於 :exc:`OSError` 例外的後續掃描。"

#: ../../library/pathlib.rst:930 ../../library/pathlib.rst:1347
msgid ""
Expand Down Expand Up @@ -1656,13 +1660,3 @@ msgstr "path(路徑)"
#: ../../library/pathlib.rst:12
msgid "operations"
msgstr "operations(操作)"

#~ msgid ""
#~ "Make this path a symbolic link to *target*. Under Windows, "
#~ "*target_is_directory* must be true (default ``False``) if the link's "
#~ "target is a directory. Under POSIX, *target_is_directory*'s value is "
#~ "ignored."
#~ msgstr ""
#~ "使這個路徑為一個 *target* 的符號連結。如果在 Windows 的連結目標是資料夾,"
#~ "*target_is_directory* 應該為 true(預設為 ``False``\\ )。如果在 POSIX 的"
#~ "連結目標是資料夾,*target_is_directory* 的數值會被省略。"

0 comments on commit c6f6b9f

Please sign in to comment.