File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
- {"translation" : " 90.38%" , "updated_at" : " 2023-10-07T14:32:27Z " }
1
+ {"translation" : " 90.38%" , "updated_at" : " 2023-10-09T13:34:11Z " }
Original file line number Diff line number Diff line change 5
5
#
6
6
# Translators:
7
7
# Rafael Fontenelle <rffontenelle@gmail.com>, 2023
8
+ # Freesand Leo <yuqinju@163.com>, 2023
8
9
#
9
10
#, fuzzy
10
11
msgid ""
11
12
msgstr ""
12
13
"Project-Id-Version : Python 3.10\n "
13
14
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2023-07-29 03:05 +0000\n "
15
+ "POT-Creation-Date : 2023-10-06 16:09 +0000\n "
15
16
"PO-Revision-Date : 2022-11-05 17:23+0000\n "
16
- "Last-Translator : Rafael Fontenelle <rffontenelle@gmail .com>, 2023\n "
17
+ "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2023\n "
17
18
"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
18
19
"MIME-Version : 1.0\n "
19
20
"Content-Type : text/plain; charset=UTF-8\n "
@@ -477,7 +478,7 @@ msgid ""
477
478
"to), ``>=`` (greater than or equal to) and ``!=`` (not equal to)."
478
479
msgstr ""
479
480
":keyword:`while` 循环只要条件(这里是 ``a < 10``)为真就会一直执行。Python 和 C "
480
- "一样,任何非零整数都为真,零为假。这个条件也可以是字符串或列表的值 ,事实上,任何序列都可以; 长度非零就为真,空序列则为假。示例中的判断只是最简单的比较。比较操作符的写法和"
481
+ "一样,任何非零整数都为真,零为假。这个条件也可以是字符串或列表类型的值 ,事实上,任何序列都可以: 长度非零就为真,空序列则为假。示例中的判断只是最简单的比较。比较操作符的写法和"
481
482
" C 语言一样: ``<`` (小于)、 ``>`` (大于)、 ``==`` (等于)、 ``<=`` (小于等于)、 ``>=`` (大于等于)及 "
482
483
"``!=`` (不等于)。"
483
484
You can’t perform that action at this time.
0 commit comments