@@ -371,7 +371,7 @@ msgstr "返回此路径是否为绝对路径。如果路径同时拥有驱动器
371371
372372#: ../../library/pathlib.rst:467
373373msgid "Return whether or not this path is relative to the *other* path."
374- msgstr ""
374+ msgstr "返回此路径是否相对于 *other* 的路径。 "
375375
376376#: ../../library/pathlib.rst:480
377377msgid ""
@@ -426,7 +426,7 @@ msgstr "计算此路径相对 *other* 表示路径的版本。如果不可计算
426426msgid ""
427427"NOTE: This function is part of :class:`PurePath` and works with strings. It "
428428"does not check or access the underlying file structure."
429- msgstr ""
429+ msgstr "注意:此函数是 :class:`PurePath` 的一部分并且适用于字符串。 它不会检查或访问下层的文件结构。 "
430430
431431#: ../../library/pathlib.rst:561
432432msgid ""
@@ -438,7 +438,7 @@ msgstr "返回一个新的路径并修改 :attr:`name`。如果原本路径没
438438msgid ""
439439"Return a new path with the :attr:`stem` changed. If the original path "
440440"doesn't have a name, ValueError is raised::"
441- msgstr ""
441+ msgstr "返回一个带有修改后 :attr:`stem` 的新路径。 如果原路径没有名称,则会引发 ValueError:: "
442442
443443#: ../../library/pathlib.rst:602
444444msgid ""
@@ -580,6 +580,8 @@ msgid ""
580580"Raises an :ref:`auditing event <auditing>` ``pathlib.Path.glob`` with "
581581"arguments ``self``, ``pattern``."
582582msgstr ""
583+ "引发一个 :ref:`审计事件 <auditing>` ``pathlib.Path.glob`` 附带参数 ``self``, "
584+ "``pattern``。"
583585
584586#: ../../library/pathlib.rst:799
585587msgid ""
@@ -749,7 +751,7 @@ msgstr "文件先被打开然后关闭。有和 :func:`open` 一样的可选形
749751msgid ""
750752"Return the path to which the symbolic link points (as returned by "
751753":func:`os.readlink`)::"
752- msgstr ""
754+ msgstr "返回符号链接所指向的路径(即 :func:`os.readlink` 的返回值):: "
753755
754756#: ../../library/pathlib.rst:992
755757msgid ""
@@ -813,6 +815,8 @@ msgid ""
813815"Raises an :ref:`auditing event <auditing>` ``pathlib.Path.rglob`` with "
814816"arguments ``self``, ``pattern``."
815817msgstr ""
818+ "引发一个 :ref:`审计事件 <auditing>` ``pathlib.Path.rglob`` 附带参数 ``self``, "
819+ "``pattern``。"
816820
817821#: ../../library/pathlib.rst:1063
818822msgid "Remove this directory. The directory must be empty."
@@ -962,7 +966,7 @@ msgstr ":meth:`Path.mkdir`"
962966
963967#: ../../library/pathlib.rst:1190
964968msgid ":func:`os.makedirs`"
965- msgstr ""
969+ msgstr ":func:`os.makedirs` "
966970
967971#: ../../library/pathlib.rst:1191
968972msgid ":func:`os.rename`"
@@ -1046,11 +1050,11 @@ msgstr ":meth:`Path.is_symlink`"
10461050
10471051#: ../../library/pathlib.rst:1202
10481052msgid ":func:`os.readlink`"
1049- msgstr ""
1053+ msgstr ":func:`os.readlink` "
10501054
10511055#: ../../library/pathlib.rst:1202
10521056msgid ":meth:`Path.readlink`"
1053- msgstr ""
1057+ msgstr ":meth:`Path.readlink` "
10541058
10551059#: ../../library/pathlib.rst:1203
10561060msgid ":func:`os.stat`"
0 commit comments