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

Skip to content

Commit c18b905

Browse files
[po] auto sync
1 parent 17c2b13 commit c18b905

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

library/compileall.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,8 @@ msgid ""
276276
"names, which allows byte-code files from multiple versions of Python to "
277277
"coexist."
278278
msgstr ""
279+
"如果 *legacy* 为真值,则将字节码文件写入到它们的传统位置和名称,这可能会覆盖由另一版本的 Python 所创建的字节码文件。 "
280+
"默认是将文件写入到它们的 :pep:`3147` 位置和名称,这允许来自多个版本的 Python 字节码文件共存。"
279281

280282
#: ../../library/compileall.rst:184 ../../library/compileall.rst:261
281283
msgid ""
@@ -284,6 +286,8 @@ msgid ""
284286
"optimization levels which lead to multiple compilations of one :file:`.py` "
285287
"file in one call."
286288
msgstr ""
289+
"*optimize* 指明编译器的优化级别。 它会被传给内置 :func:`compile` 函数。 还接受一个优化层别列表这将在单次调用中多次编译一个"
290+
" :file:`.py` 文件。"
287291

288292
#: ../../library/compileall.rst:188
289293
msgid ""

0 commit comments

Comments
 (0)