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

Skip to content

Commit 970a6a6

Browse files
[po] auto sync
1 parent a79cf20 commit 970a6a6

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "92.96%", "updated_at": "2024-05-24T20:20:12Z"}
1+
{"translation": "92.96%", "updated_at": "2024-05-27T02:24:20Z"}

tutorial/controlflow.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@
99
# df2dc1c92e792f7ae8417c51df43db8f_594d92a <0f49be28017426edb1db1a2ab6e67088_717605>, 2018
1010
# ppcfish <[email protected]>, 2019
1111
# jaystone776 <[email protected]>, 2021
12-
# Freesand Leo <[email protected]>, 2021
1312
# Alpha Du <[email protected]>, 2022
1413
# Rafael Fontenelle <[email protected]>, 2024
14+
# Freesand Leo <[email protected]>, 2024
1515
#
1616
#, fuzzy
1717
msgid ""
1818
msgstr ""
1919
"Project-Id-Version: Python 3.9\n"
2020
"Report-Msgid-Bugs-To: \n"
21-
"POT-Creation-Date: 2024-04-15 06:01+0000\n"
21+
"POT-Creation-Date: 2024-05-24 16:33+0000\n"
2222
"PO-Revision-Date: 2017-02-16 23:40+0000\n"
23-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
23+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2024\n"
2424
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2525
"MIME-Version: 1.0\n"
2626
"Content-Type: text/plain; charset=UTF-8\n"
@@ -305,9 +305,9 @@ msgid ""
305305
"the only value written. You can see it if you really want to using "
306306
":func:`print`::"
307307
msgstr ""
308-
"``fib`` 不返回值,因此,其他语言不把它当作函数,而是当作过程。事实上,没有 :keyword:`return` "
309-
"语句的函数也返回值,只不过这个值比较是 ``None`` 是一个内置名称)。一般来说,解释器不会输出单独的返回值 ``None`` "
310-
",如需查看该值,可以使用 :func:`print`"
308+
"如果你用过其他语言,你可能会认为 ``fib`` 不是函数而是一个过程,因为它没有返回值。 事实上,即使没有 :keyword:`return` "
309+
"语句的函数也有返回值,尽管这个值可能相当无聊。 这个值被称为 ``None`` (是一个内置名称)。 通常解释器会屏蔽单独的返回值 ``None`` "
310+
"如果你确有需要可以使用 :func:`print` 查看它::"
311311

312312
#: ../../tutorial/controlflow.rst:318
313313
msgid ""

0 commit comments

Comments
 (0)