|
8 | 8 | # Shengjing Zhu <[email protected]>, 2019 |
9 | 9 | # ppcfish <[email protected]>, 2019 |
10 | 10 | # Alpha Du <[email protected]>, 2022 |
11 | | -# Rafael Fontenelle <[email protected]>, 2023 |
12 | 11 | # Freesand Leo <[email protected]>, 2024 |
| 12 | +# Rafael Fontenelle <[email protected]>, 2024 |
13 | 13 | # |
14 | 14 | #, fuzzy |
15 | 15 | msgid "" |
16 | 16 | msgstr "" |
17 | 17 | "Project-Id-Version: Python 3.9\n" |
18 | 18 | "Report-Msgid-Bugs-To: \n" |
19 | | -"POT-Creation-Date: 2024-05-03 21:11+0000\n" |
| 19 | +"POT-Creation-Date: 2024-05-10 15:50+0000\n" |
20 | 20 | "PO-Revision-Date: 2017-02-16 17:42+0000\n" |
21 | | -"Last-Translator: Freesand Leo <yuqinju@163.com>, 2024\n" |
| 21 | +"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n" |
22 | 22 | "Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n" |
23 | 23 | "MIME-Version: 1.0\n" |
24 | 24 | "Content-Type: text/plain; charset=UTF-8\n" |
@@ -1044,7 +1044,7 @@ msgid "" |
1044 | 1044 | "This also has the side-effect of increasing execution speed because name " |
1045 | 1045 | "bindings are resolved at run-time in Python, and the second version only " |
1046 | 1046 | "needs to perform the resolution once." |
1047 | | -msgstr "这也具有提高执行速度的副作用,因为Python在运行时解析名称绑定,而第二个版本只需要执行一次解析。" |
| 1047 | +msgstr "这也具有提高执行速度的附带效果,因为 Python 在运行时解析名称绑定,而第二个版本只需要执行一次解析。" |
1048 | 1048 |
|
1049 | 1049 | #: ../../faq/design.rst:710 |
1050 | 1050 | msgid "Why don't generators support the with statement?" |
|
0 commit comments