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

Skip to content

Commit 1232ac7

Browse files
committed
[po] auto sync bot
1 parent 921d49e commit 1232ac7

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

glossary.po

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2018, Python Software Foundation
2+
# Copyright (C) 2001-2019, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
@@ -8,16 +8,16 @@
88
# Shengjing Zhu <[email protected]>, 2018
99
# Fred <[email protected]>, 2018
1010
# Junkai Shao <[email protected]>, 2018
11-
# Freesand Leo <[email protected]>, 2018
11+
# Freesand Leo <[email protected]>, 2019
1212
#
1313
#, fuzzy
1414
msgid ""
1515
msgstr ""
1616
"Project-Id-Version: Python 3.7\n"
1717
"Report-Msgid-Bugs-To: \n"
18-
"POT-Creation-Date: 2018-12-20 10:06+0900\n"
18+
"POT-Creation-Date: 2019-01-01 10:14+0900\n"
1919
"PO-Revision-Date: 2017-02-16 17:32+0000\n"
20-
"Last-Translator: Freesand Leo <[email protected]>, 2018\n"
20+
"Last-Translator: Freesand Leo <[email protected]>, 2019\n"
2121
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2222
"MIME-Version: 1.0\n"
2323
"Content-Type: text/plain; charset=UTF-8\n"
@@ -673,6 +673,9 @@ msgid ""
673673
"expressions, such as :keyword:`while`. Assignments are also statements, not"
674674
" expressions."
675675
msgstr ""
676+
"可以求出某个值的语法单元。 换句话说,一个表达式就是表达元素例如字面值、名称、属性访问、运算符或函数调用的汇总,它们最终都会返回一个值。 "
677+
"与许多其他语言不同,并非所有语言构件都是表达式。 还存在不能被用作表达式的 :term:`statement`,例如 :keyword:`while`。"
678+
" 赋值也是属于语句而非表达式。"
676679

677680
#: ../../glossary.rst:337
678681
msgid "extension module"
@@ -896,6 +899,8 @@ msgid ""
896899
" optional :keyword:`!if` clause. The combined expression generates values "
897900
"for an enclosing function::"
898901
msgstr ""
902+
"返回一个迭代器的表达式。 它看起来很像普通表达式后面带有定义了一个循环变量、范围的 :keyword:`!for` 子句,以及一个可选的 "
903+
":keyword:`!if` 子句。 以下复合表达式会为外层函数生成一系列值::"
899904

900905
#: ../../glossary.rst:453
901906
msgid "generic function"

0 commit comments

Comments
 (0)