Skip to content

Commit 9adfdb5

Browse files
github-actions[bot]mattwang44
authored andcommitted
sync with cpython 559b25fc
1 parent e1f3b66 commit 9adfdb5

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

library/os.path.po

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.12\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2023-07-22 00:04+0000\n"
10+
"POT-Creation-Date: 2024-04-10 00:03+0000\n"
1111
"PO-Revision-Date: 2023-07-13 14:06+0800\n"
1212
"Last-Translator: Po-Chuan Chen <[email protected]>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -205,10 +205,11 @@ msgstr ""
205205
"則回傳 ``False``。"
206206

207207
#: ../../library/os.path.rst:147
208+
#, fuzzy
208209
msgid ""
209-
"Return ``True`` if *path* refers to an existing path. Returns ``True`` for "
210-
"broken symbolic links. Equivalent to :func:`exists` on platforms lacking :"
211-
"func:`os.lstat`."
210+
"Return ``True`` if *path* refers to an existing path, including broken "
211+
"symbolic links. Equivalent to :func:`exists` on platforms lacking :func:"
212+
"`os.lstat`."
212213
msgstr ""
213214
"如果 *path* 是一個存在的路徑則回傳 ``True``。對於已損壞的符號連結也回傳 "
214215
"``True``。在缺乏 :func:`os.lstat` 的平台上,與 :func:`exists` 函式等效。"

tutorial/errors.po

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgid ""
1010
msgstr ""
1111
"Project-Id-Version: Python 3.12\n"
1212
"Report-Msgid-Bugs-To: \n"
13-
"POT-Creation-Date: 2024-03-12 00:03+0000\n"
13+
"POT-Creation-Date: 2024-04-10 00:03+0000\n"
1414
"PO-Revision-Date: 2022-10-24 14:54+0800\n"
1515
"Last-Translator: Steven Hsu <[email protected]>\n"
1616
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -196,11 +196,13 @@ msgstr ""
196196
"用一組括號內的 tuple 列舉多個例外,例如: ::"
197197

198198
#: ../../tutorial/errors.rst:122
199+
#, fuzzy
199200
msgid ""
200-
"A class in an :keyword:`except` clause is compatible with an exception if it "
201-
"is the same class or a base class thereof (but not the other way around --- "
202-
"an *except clause* listing a derived class is not compatible with a base "
203-
"class). For example, the following code will print B, C, D in that order::"
201+
"A class in an :keyword:`except` clause matches exceptions which are "
202+
"instances of the class itself or one of its derived classes (but not the "
203+
"other way around --- an *except clause* listing a derived class does not "
204+
"match instances of its base classes). For example, the following code will "
205+
"print B, C, D in that order::"
204206
msgstr ""
205207
"一個在 :keyword:`except` 子句中的 class(類別)和一個例外是可相容的,只要它與"
206208
"例外是同一個 class 或是為其 base class(基底類別);反之則無法成立——列出 "

0 commit comments

Comments
 (0)