File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3968,12 +3968,14 @@ msgid ""
39683968":class:`PathLike` interface). If it is str, it is encoded with the "
39693969"filesystem encoding."
39703970msgstr ""
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
39753977msgid "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
39793981msgid ""
@@ -3982,6 +3984,8 @@ msgid ""
39823984"filesystem encoding. If *path* is ``None``, :func:`listxattr` will examine "
39833985"the current directory."
39843986msgstr ""
3987+ "返回一个列表,包含 *path* 的所有扩展文件系统属性。列表中的属性都表示为字符串,它们是根据文件系统编码解码出来的。如果 *path* 为 "
3988+ "``None``,则 :func:`listxattr` 将检查当前目录。"
39853989
39863990#: /home/travis/build/python/cpython-doc-catalog/Doc/library/os.rst:3157
39873991msgid ""
@@ -3990,6 +3994,8 @@ msgid ""
39903994":class:`PathLike` interface). If it is a string, it is encoded with the "
39913995"filesystem encoding."
39923996msgstr ""
3997+ "从 *path* 中删除扩展文件系统属性 *attribute*。*attribute* 应该是 bytes 或 str (直接/间接通过 "
3998+ ":class:`PathLike` 接口返回的)。如果是 str,则使用文件系统编码来编码字符串。"
39933999
39944000#: /home/travis/build/python/cpython-doc-catalog/Doc/library/os.rst:3171
39954001msgid ""
You can’t perform that action at this time.
0 commit comments