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

Skip to content

Commit bd86577

Browse files
[po] auto sync
1 parent 35ebec2 commit bd86577

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

library/os.po

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3968,12 +3968,14 @@ msgid ""
39683968
":class:`PathLike` interface). If it is str, it is encoded with the "
39693969
"filesystem encoding."
39703970
msgstr ""
3971+
"返回 *path* 的扩展文件系统属性 *attribute* 的值。*attribute* 可以是 bytes 或 str (直接/间接通过 "
3972+
":class:`PathLike` 接口返回的)。如果是 str,则使用文件系统编码来编码字符串。"
39713973

39723974
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/os.rst:3137
39733975
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/os.rst:3165
39743976
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/os.rst:3188
39753977
msgid "Accepts a :term:`path-like object` for *path* and *attribute*."
3976-
msgstr ""
3978+
msgstr "接受一个 :term:`类路径对象 <path-like object>` 作为 *path* 和 *attribute*。"
39773979

39783980
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/os.rst:3143
39793981
msgid ""
@@ -3982,6 +3984,8 @@ msgid ""
39823984
"filesystem encoding. If *path* is ``None``, :func:`listxattr` will examine "
39833985
"the current directory."
39843986
msgstr ""
3987+
"返回一个列表,包含 *path* 的所有扩展文件系统属性。列表中的属性都表示为字符串,它们是根据文件系统编码解码出来的。如果 *path* 为 "
3988+
"``None``,则 :func:`listxattr` 将检查当前目录。"
39853989

39863990
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/os.rst:3157
39873991
msgid ""
@@ -3990,6 +3994,8 @@ msgid ""
39903994
":class:`PathLike` interface). If it is a string, it is encoded with the "
39913995
"filesystem encoding."
39923996
msgstr ""
3997+
"从 *path* 中删除扩展文件系统属性 *attribute*。*attribute* 应该是 bytes 或 str (直接/间接通过 "
3998+
":class:`PathLike` 接口返回的)。如果是 str,则使用文件系统编码来编码字符串。"
39933999

39944000
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/os.rst:3171
39954001
msgid ""

0 commit comments

Comments
 (0)