Skip to content

Commit 44e6ef8

Browse files
github-actions[bot]mattwang44
authored andcommitted
sync with cpython c48e0ef7
1 parent 8b342a1 commit 44e6ef8

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

library/os.po

Lines changed: 6 additions & 6 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: 2024-04-18 00:04+0000\n"
10+
"POT-Creation-Date: 2024-05-02 11:29+0000\n"
1111
"PO-Revision-Date: 2024-04-29 15:24+0800\n"
1212
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -56,8 +56,8 @@ msgid ""
5656
"originated with the POSIX interface)."
5757
msgstr ""
5858
"Python 所有內建作業系統相關的模組設計是這樣:只要有相同的函式可使用,就會使用"
59-
"相同的介面 (interface)。舉例來說,``os.stat(path)`` 函式會以相同格"
60-
"式回傳關於 *path* 的統計資訊(這剛好來自於 POSIX 的介面。)。"
59+
"相同的介面 (interface)。舉例來說,``os.stat(path)`` 函式會以相同格式回傳關"
60+
" *path* 的統計資訊(這剛好來自於 POSIX 的介面。)。"
6161

6262
#: ../../library/os.rst:27
6363
msgid ""
@@ -1038,7 +1038,7 @@ msgstr ""
10381038

10391039
#: ../../library/os.rst:924
10401040
msgid ""
1041-
"In Linux kernel older than 5.3, the files pointed by *src* and *dst* must "
1041+
"In Linux kernel older than 5.3, the files pointed to by *src* and *dst* must "
10421042
"reside in the same filesystem, otherwise an :exc:`OSError` is raised with :"
10431043
"attr:`~OSError.errno` set to :const:`errno.EXDEV`."
10441044
msgstr ""
@@ -1851,8 +1851,8 @@ msgid ""
18511851
"At least one of the file descriptors must refer to a pipe. If *offset_src* "
18521852
"is None, then *src* is read from the current position; respectively for "
18531853
"*offset_dst*. The offset associated to the file descriptor that refers to a "
1854-
"pipe must be ``None``. The files pointed by *src* and *dst* must reside in "
1855-
"the same filesystem, otherwise an :exc:`OSError` is raised with :attr:"
1854+
"pipe must be ``None``. The files pointed to by *src* and *dst* must reside "
1855+
"in the same filesystem, otherwise an :exc:`OSError` is raised with :attr:"
18561856
"`~OSError.errno` set to :const:`errno.EXDEV`."
18571857
msgstr ""
18581858

library/shutil.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgid ""
66
msgstr ""
77
"Project-Id-Version: Python 3.12\n"
88
"Report-Msgid-Bugs-To: \n"
9-
"POT-Creation-Date: 2024-02-19 19:55+0000\n"
9+
"POT-Creation-Date: 2024-05-02 11:29+0000\n"
1010
"PO-Revision-Date: 2018-05-23 16:10+0000\n"
1111
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1212
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -308,9 +308,9 @@ msgstr ""
308308

309309
#: ../../library/shutil.rst:245
310310
msgid ""
311-
"When *symlinks* is false, if the file pointed by the symlink doesn't exist, "
312-
"an exception will be added in the list of errors raised in an :exc:`Error` "
313-
"exception at the end of the copy process. You can set the optional "
311+
"When *symlinks* is false, if the file pointed to by the symlink doesn't "
312+
"exist, an exception will be added in the list of errors raised in an :exc:"
313+
"`Error` exception at the end of the copy process. You can set the optional "
314314
"*ignore_dangling_symlinks* flag to true if you want to silence this "
315315
"exception. Notice that this option has no effect on platforms that don't "
316316
"support :func:`os.symlink`."
@@ -573,7 +573,7 @@ msgstr ""
573573
#: ../../library/shutil.rst:439
574574
msgid ""
575575
"*mode* is a permission mask passed to :func:`os.access`, by default "
576-
"determining if the file exists and executable."
576+
"determining if the file exists and is executable."
577577
msgstr ""
578578

579579
#: ../../library/shutil.rst:442

0 commit comments

Comments
 (0)