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

Skip to content

Commit e35349d

Browse files
[po] auto sync
1 parent 297af9d commit e35349d

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "89.95%", "updated_at": "2023-10-07T14:42:52Z"}
1+
{"translation": "89.95%", "updated_at": "2023-10-09T13:42:25Z"}

tutorial/introduction.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# Rafael Fontenelle <[email protected]>, 2023
8+
# Freesand Leo <[email protected]>, 2023
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
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)."
481482
msgstr ""
482483
":keyword:`while` 循环只要条件(这里是 ``a < 10``)为真就会一直执行。Python 和 C "
483-
"一样,任何非零整数都为真,零为假。这个条件也可以是字符串或列表的值,事实上,任何序列都可以长度非零就为真,空序列则为假。示例中的判断只是最简单的比较。比较操作符的写法和"
484+
"一样,任何非零整数都为真,零为假。这个条件也可以是字符串或列表类型的值,事实上,任何序列都可以长度非零就为真,空序列则为假。示例中的判断只是最简单的比较。比较操作符的写法和"
484485
" C 语言一样: ``<`` (小于)、 ``>`` (大于)、 ``==`` (等于)、 ``<=`` (小于等于)、 ``>=`` (大于等于)及 "
485486
"``!=`` (不等于)。"
486487

0 commit comments

Comments
 (0)