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

Skip to content

Commit 22fca30

Browse files
[po] auto sync
1 parent aee5000 commit 22fca30

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "93.33%", "updated_at": "2024-05-04T06:32:25Z"}
1+
{"translation": "93.33%", "updated_at": "2024-05-07T01:46:07Z"}

faq/design.po

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2023, Python Software Foundation
2+
# Copyright (C) 2001-2024, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Freesand Leo <[email protected]>, 2022
87
# Rafael Fontenelle <[email protected]>, 2023
8+
# Freesand Leo <[email protected]>, 2024
99
#
1010
#, fuzzy
1111
msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.10\n"
1414
"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"
1616
"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"
1818
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=UTF-8\n"
@@ -459,9 +459,8 @@ msgid ""
459459
"other languages, where they add functionality, Python lambdas are only a "
460460
"shorthand notation if you're too lazy to define a function."
461461
msgstr ""
462-
"Python的 "
463-
"lambda表达式不能包含语句,因为Python的语法框架不能处理嵌套在表达式内部的语句。然而,在Python中,这并不是一个严重的问题。与其他语言中添加功能的lambda表单不同,Python的"
464-
" lambdas只是一种速记符号,如果您懒得定义函数的话。"
462+
"Python 的 lambda 表达式不能包含语句,因为Python的语法框架不能处理嵌套在表达式内部的语句。然而,在 Python "
463+
"中,这并不是一个严重的问题。 与其他语言中添加功能的 lambda 形式不同,Python 的 lambda 只是一种速记符号,如果您懒得定义函数的话。"
465464

466465
#: ../../faq/design.rst:314
467466
msgid ""
@@ -1037,7 +1036,7 @@ msgid ""
10371036
"This also has the side-effect of increasing execution speed because name "
10381037
"bindings are resolved at run-time in Python, and the second version only "
10391038
"needs to perform the resolution once."
1040-
msgstr "这也具有提高执行速度的副作用,因为Python在运行时解析名称绑定,而第二个版本只需要执行一次解析。"
1039+
msgstr "这也具有提高执行速度的附带效果,因为 Python 在运行时解析名称绑定,而第二个版本只需要执行一次解析。"
10411040

10421041
#: ../../faq/design.rst:708
10431042
msgid "Why don't generators support the with statement?"

0 commit comments

Comments
 (0)