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

Skip to content

Commit 7b8fae5

Browse files
[po] auto sync
1 parent eca5f2b commit 7b8fae5

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

library/shutil.po

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,19 +109,21 @@ msgstr ""
109109
msgid ""
110110
"If *follow_symlinks* is false and *src* is a symbolic link, a new symbolic "
111111
"link will be created instead of copying the file *src* points to."
112-
msgstr ""
112+
msgstr "如果 *follow_symlinks* 为假值且 *src* 为符号链接,则将创建一个新的符号链接而不是拷贝 *src* 所指向的文件。"
113113

114114
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/shutil.rst:70
115115
msgid ""
116116
":exc:`IOError` used to be raised instead of :exc:`OSError`. Added "
117117
"*follow_symlinks* argument. Now returns *dst*."
118118
msgstr ""
119+
"曾经是引发 :exc:`IOError` 而不是 :exc:`OSError`。 增加了 *follow_symlinks* 参数。 现在是返回 "
120+
"*dst*。"
119121

120122
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/shutil.rst:75
121123
msgid ""
122124
"Raise :exc:`SameFileError` instead of :exc:`Error`. Since the former is a "
123125
"subclass of the latter, this change is backward compatible."
124-
msgstr ""
126+
msgstr "引发 :exc:`SameFileError` 而不是 :exc:`Error`。 由于前者是后者的子类,此改变是向后兼容的。"
125127

126128
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/shutil.rst:79
127129
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/shutil.rst:174
@@ -133,12 +135,14 @@ msgid ""
133135
" the file more efficiently. See :ref:`shutil-platform-dependent-efficient-"
134136
"copy-operations` section."
135137
msgstr ""
138+
"可能会在内部使用平台专属的快速拷贝系统调用以更高效地拷贝文件。 参见 :ref:`shutil-platform-dependent-"
139+
"efficient-copy-operations` 一节。"
136140

137141
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/shutil.rst:86
138142
msgid ""
139143
"This exception is raised if source and destination in :func:`copyfile` are "
140144
"the same file."
141-
msgstr ""
145+
msgstr "此异常会在 :func:`copyfile` 中的源和目标为同一文件时被引发。"
142146

143147
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/shutil.rst:94
144148
msgid ""

0 commit comments

Comments
 (0)