File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- {"translation" : " 89.95%" , "updated_at" : " 2023-10-07T14 :42:52Z " }
1+ {"translation" : " 89.95%" , "updated_at" : " 2023-10-09T13 :42:25Z " }
Original file line number Diff line number Diff line change 55#
66# Translators:
77# Rafael Fontenelle <[email protected] >, 20238+ # Freesand Leo <[email protected] >, 202389#
910#, fuzzy
1011msgid ""
1112msgstr ""
1213"Project-Id-Version : Python 3.11\n "
1314"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2023-08-04 14:46 +0000\n "
15+ "POT-Creation-Date : 2023-10-06 14:42 +0000\n "
1516"PO-Revision-Date : 2023-05-24 02:23+0000\n "
16- "Last-Translator : Rafael Fontenelle <rffontenelle@gmail .com>, 2023\n "
17+ "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2023\n "
1718"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
1819"MIME-Version : 1.0\n "
1920"Content-Type : text/plain; charset=UTF-8\n "
@@ -480,7 +481,7 @@ msgid ""
480481"to), ``>=`` (greater than or equal to) and ``!=`` (not equal to)."
481482msgstr ""
482483":keyword:`while` 循环只要条件(这里是 ``a < 10``)为真就会一直执行。Python 和 C "
483- "一样,任何非零整数都为真,零为假。这个条件也可以是字符串或列表的值 ,事实上,任何序列都可以; 长度非零就为真,空序列则为假。示例中的判断只是最简单的比较。比较操作符的写法和"
484+ "一样,任何非零整数都为真,零为假。这个条件也可以是字符串或列表类型的值 ,事实上,任何序列都可以: 长度非零就为真,空序列则为假。示例中的判断只是最简单的比较。比较操作符的写法和"
484485" C 语言一样: ``<`` (小于)、 ``>`` (大于)、 ``==`` (等于)、 ``<=`` (小于等于)、 ``>=`` (大于等于)及 "
485486"``!=`` (不等于)。"
486487
You can’t perform that action at this time.
0 commit comments