|
3 | 3 | # This file is distributed under the same license as the Python package. |
4 | 4 | # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
5 | 5 | # |
| 6 | +# Translators: |
| 7 | +# Larry wang <[email protected]>, 2018 |
| 8 | +# Freesand Leo <[email protected]>, 2018 |
| 9 | +# cissoid <[email protected]>, 2018 |
| 10 | +# |
6 | 11 | #, fuzzy |
7 | 12 | msgid "" |
8 | 13 | msgstr "" |
9 | 14 | "Project-Id-Version: Python 3.7\n" |
10 | 15 | "Report-Msgid-Bugs-To: \n" |
11 | 16 | "POT-Creation-Date: 2018-07-24 08:38+0900\n" |
12 | | -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
13 | | -"Last-Translator: Larry wang <larry.wang.801@gmail.com>, 2018\n" |
| 17 | +"PO-Revision-Date: 2017-02-16 17:46+0000\n" |
| 18 | +"Last-Translator: cissoid <yangtukun1412@gmail.com>, 2018\n" |
14 | 19 | "Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n" |
15 | 20 | "MIME-Version: 1.0\n" |
16 | 21 | "Content-Type: text/plain; charset=UTF-8\n" |
@@ -147,10 +152,10 @@ msgid "" |
147 | 152 | "the :option:`!-p` flag. Use :option:`!-p` to run fixers on code that " |
148 | 153 | "already has had its print statements converted." |
149 | 154 | msgstr "" |
150 | | -"由于一些 print 语句既可能是函数调用,也可能是代码语句,2to3 并不总是能读取含有 print 函数的文件。当 2to3 检测到代码中存在 " |
151 | | -"``from __future__ import print_function`` 编译指令时,会在内部语法中将 :func:`print` " |
152 | | -"作为函数来处理。这一变动也可以使用 :option:`!-p` 选项手动开启。使用 :option:`-p` 来为已经将 print " |
153 | | -"语句转为函数调用的代码运行 fixer。" |
| 155 | +"由于某些 print 语句可被解读为函数调用或是语句,2to3 并不是总能读取包含 print 函数的文件。当 2to3 检测到存在 ``from " |
| 156 | +"__future__ import print_function`` 编译器指令时,会修改其内部语法将 :func:`print` " |
| 157 | +"解读为函数。这一变动也可以使用 :option:`!-p` 选项手动开启。使用 :option:`!-p` 来为已经转换过 print " |
| 158 | +"语句的代码运行修复器。" |
154 | 159 |
|
155 | 160 | #: ../../library/2to3.rst:107 |
156 | 161 | msgid "" |
|
0 commit comments