|
1 | 1 | # SOME DESCRIPTIVE TITLE.
|
2 |
| -# Copyright (C) 2001-2023, Python Software Foundation |
| 2 | +# Copyright (C) 2001-2024, Python Software Foundation |
3 | 3 | # This file is distributed under the same license as the Python package.
|
4 | 4 | # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
5 | 5 | #
|
6 | 6 | # Translators:
|
7 |
| -# Freesand Leo <[email protected]>, 2022 |
8 | 7 | # Rafael Fontenelle <[email protected]>, 2023
|
| 8 | +# Freesand Leo <[email protected]>, 2024 |
9 | 9 | #
|
10 | 10 | #, fuzzy
|
11 | 11 | msgid ""
|
12 | 12 | msgstr ""
|
13 | 13 | "Project-Id-Version: Python 3.10\n"
|
14 | 14 | "Report-Msgid-Bugs-To: \n"
|
15 |
| -"POT-Creation-Date: 2023-07-29 03:05+0000\n" |
| 15 | +"POT-Creation-Date: 2024-05-03 18:41+0000\n" |
16 | 16 | "PO-Revision-Date: 2022-11-05 17:21+0000\n"
|
17 |
| -"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n" |
| 17 | +"Last-Translator: Freesand Leo <yuqinju@163.com>, 2024\n" |
18 | 18 | "Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
|
19 | 19 | "MIME-Version: 1.0\n"
|
20 | 20 | "Content-Type: text/plain; charset=UTF-8\n"
|
@@ -459,9 +459,8 @@ msgid ""
|
459 | 459 | "other languages, where they add functionality, Python lambdas are only a "
|
460 | 460 | "shorthand notation if you're too lazy to define a function."
|
461 | 461 | msgstr ""
|
462 |
| -"Python的 " |
463 |
| -"lambda表达式不能包含语句,因为Python的语法框架不能处理嵌套在表达式内部的语句。然而,在Python中,这并不是一个严重的问题。与其他语言中添加功能的lambda表单不同,Python的" |
464 |
| -" lambdas只是一种速记符号,如果您懒得定义函数的话。" |
| 462 | +"Python 的 lambda 表达式不能包含语句,因为Python的语法框架不能处理嵌套在表达式内部的语句。然而,在 Python " |
| 463 | +"中,这并不是一个严重的问题。 与其他语言中添加功能的 lambda 形式不同,Python 的 lambda 只是一种速记符号,如果您懒得定义函数的话。" |
465 | 464 |
|
466 | 465 | #: ../../faq/design.rst:314
|
467 | 466 | msgid ""
|
@@ -1037,7 +1036,7 @@ msgid ""
|
1037 | 1036 | "This also has the side-effect of increasing execution speed because name "
|
1038 | 1037 | "bindings are resolved at run-time in Python, and the second version only "
|
1039 | 1038 | "needs to perform the resolution once."
|
1040 |
| -msgstr "这也具有提高执行速度的副作用,因为Python在运行时解析名称绑定,而第二个版本只需要执行一次解析。" |
| 1039 | +msgstr "这也具有提高执行速度的附带效果,因为 Python 在运行时解析名称绑定,而第二个版本只需要执行一次解析。" |
1041 | 1040 |
|
1042 | 1041 | #: ../../faq/design.rst:708
|
1043 | 1042 | msgid "Why don't generators support the with statement?"
|
|
0 commit comments