Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8f55e72

Browse files
[po] auto sync
1 parent 801cee0 commit 8f55e72

3 files changed

Lines changed: 12 additions & 6 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "89.53%", "updated_at": "2023-08-09T23:56:48Z"}
1+
{"translation": "89.53%", "updated_at": "2023-08-10T08:57:17Z"}

library/abc.po

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,16 @@
1010
# Alpha Du <[email protected]>, 2021
1111
# Jarry Shaw <[email protected]>, 2021
1212
# Freesand Leo <[email protected]>, 2023
13+
# 乐成 王, 2023
1314
#
1415
#, fuzzy
1516
msgid ""
1617
msgstr ""
1718
"Project-Id-Version: Python 3.12\n"
1819
"Report-Msgid-Bugs-To: \n"
19-
"POT-Creation-Date: 2023-07-28 14:13+0000\n"
20+
"POT-Creation-Date: 2023-08-04 14:13+0000\n"
2021
"PO-Revision-Date: 2021-06-28 00:54+0000\n"
21-
"Last-Translator: Freesand Leo <[email protected]>, 2023\n"
22+
"Last-Translator: 乐成 王, 2023\n"
2223
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2324
"MIME-Version: 1.0\n"
2425
"Content-Type: text/plain; charset=UTF-8\n"
@@ -194,9 +195,9 @@ msgid ""
194195
":meth:`__getitem__`). Note that this will not make ``get_iterator`` "
195196
"available as a method of ``Foo``, so it is provided separately."
196197
msgstr ""
197-
"最后,末尾行使得 ``Foo`` 成为 ``MyIterable`` 的一个虚子类,即使它没有定义 :meth:`~iterator.__iter__`"
198-
" 方法(它使用了以 :meth:`__len__` 和 :meth:`__getitem__` 术语定义的旧式可迭代对象协议)。 请注意这将不会使 "
199-
"``get_iterator`` 成为 ``Foo`` 的一个可用方法,它是被另外提供的。"
198+
"最后,末尾行使得 ``Foo`` 成为 ``MyIterable`` 的一个虚子类,即便它并没有定义 "
199+
":meth:`~iterator.__iter__` 方法(它使用了以 :meth:`__len__` 和 :meth:`__getitem__` "
200+
"术语定义的旧式可迭代对象协议)。注意这将不会使 ``get_iterator`` 成为对 ``Foo`` 来说可用的方法,所以也另外提供了一个它。"
200201

201202
#: ../../library/abc.rst:163
202203
msgid "The :mod:`abc` module also provides the following decorator:"

library/pathlib.po

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -770,6 +770,11 @@ msgid ""
770770
"letter root (e.g. ``c:\\``), a UNC share (e.g. ``\\\\server\\share``), or a "
771771
"mounted filesystem directory."
772772
msgstr ""
773+
"如果路径是一个 :dfn:`挂载点`: 在文件系统中被其他不同文件系统挂载的位置则返回 ``True``。 在 POSIX 上,此函数将检查 "
774+
"*path* 的上一级 :file:`path/..` 是否位于和 *path* 不同的设备中,或者 :file:`path/..` 和 *path* "
775+
"是否指向位于相同设置的相同 i-node --- 这应当能检测所有 Unix 和 POSIX 变种上的挂载点。 在 Windows "
776+
"上,挂载点是被视为驱动器盘符的根目录 (例如 ``c:\\``)、UNC 共享目录 (例如 ``\\\\server\\share``) "
777+
"或已挂载的文件系统目录。"
773778

774779
#: ../../library/pathlib.rst:980
775780
msgid "Windows support was added."

0 commit comments

Comments
 (0)