@@ -678,18 +678,18 @@ msgstr ""
678678
679679#: /home/travis/build/python/cpython-doc-catalog/Doc/library/shutil.rst:486
680680msgid "Another example that uses the :func:`ignore_patterns` helper::"
681- msgstr ""
681+ msgstr "另一个使用 :func:`ignore_patterns` 辅助函数的例子:: "
682682
683683#: /home/travis/build/python/cpython-doc-catalog/Doc/library/shutil.rst:492
684684msgid ""
685685"This will copy everything except ``.pyc`` files and files or directories "
686686"whose name starts with ``tmp``."
687- msgstr ""
687+ msgstr "这将会拷贝除 ``.pyc`` 文件和以 ``tmp`` 打头的文件或目录以外的所有条目. "
688688
689689#: /home/travis/build/python/cpython-doc-catalog/Doc/library/shutil.rst:495
690690msgid ""
691691"Another example that uses the *ignore* argument to add a logging call::"
692- msgstr ""
692+ msgstr "另一个使用 *ignore* 参数来添加记录调用的例子:: "
693693
694694#: /home/travis/build/python/cpython-doc-catalog/Doc/library/shutil.rst:510
695695msgid "rmtree example"
@@ -702,20 +702,23 @@ msgid ""
702702"clear the readonly bit and reattempt the remove. Any subsequent failure will"
703703" propagate. ::"
704704msgstr ""
705+ "这个例子演示了如何在 Windows 上删除一个目录树,其中部分文件设置了只读属性位。 它会使用 onerror "
706+ "回调函数来清除只读属性位并再次尝试删除。 任何后续的失败都将被传播。 ::"
705707
706708#: /home/travis/build/python/cpython-doc-catalog/Doc/library/shutil.rst:530
707709msgid "Archiving operations"
708710msgstr "归档操作"
709711
710712#: /home/travis/build/python/cpython-doc-catalog/Doc/library/shutil.rst:534
711713msgid "Added support for the *xztar* format."
712- msgstr ""
714+ msgstr "添加了对 *xztar* 格式的支持。 "
713715
714716#: /home/travis/build/python/cpython-doc-catalog/Doc/library/shutil.rst:538
715717msgid ""
716718"High-level utilities to create and read compressed and archived files are "
717719"also provided. They rely on the :mod:`zipfile` and :mod:`tarfile` modules."
718720msgstr ""
721+ "本模块也提供了用于创建和读取压缩和归档文件的高层级工具。 它们依赖于 :mod:`zipfile` 和 :mod:`tarfile` 模块。"
719722
720723#: /home/travis/build/python/cpython-doc-catalog/Doc/library/shutil.rst:543
721724msgid "Create an archive file (such as zip or tar) and return its name."
0 commit comments