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

Skip to content

Commit f21968a

Browse files
[po] auto sync
1 parent 26e68f3 commit f21968a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.stat.json

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

tutorial/controlflow.po

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

315315
#: ../../tutorial/controlflow.rst:323
316316
msgid ""

0 commit comments

Comments
 (0)