Skip to content

Commit d78335c

Browse files
[po] auto sync
1 parent e611063 commit d78335c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "90.38%", "updated_at": "2023-10-07T14:32:27Z"}
1+
{"translation": "90.38%", "updated_at": "2023-10-09T13:34:11Z"}

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 <rffontenelle@gmail.com>, 2023
8+
# Freesand Leo <yuqinju@163.com>, 2023
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.10\n"
1314
"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"
1516
"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"
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"
@@ -477,7 +478,7 @@ msgid ""
477478
"to), ``>=`` (greater than or equal to) and ``!=`` (not equal to)."
478479
msgstr ""
479480
":keyword:`while` 循环只要条件(这里是 ``a < 10``)为真就会一直执行。Python 和 C "
480-
"一样,任何非零整数都为真,零为假。这个条件也可以是字符串或列表的值,事实上,任何序列都可以长度非零就为真,空序列则为假。示例中的判断只是最简单的比较。比较操作符的写法和"
481+
"一样,任何非零整数都为真,零为假。这个条件也可以是字符串或列表类型的值,事实上,任何序列都可以长度非零就为真,空序列则为假。示例中的判断只是最简单的比较。比较操作符的写法和"
481482
" C 语言一样: ``<`` (小于)、 ``>`` (大于)、 ``==`` (等于)、 ``<=`` (小于等于)、 ``>=`` (大于等于)及 "
482483
"``!=`` (不等于)。"
483484

0 commit comments

Comments
 (0)