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

Skip to content

Commit cd09e70

Browse files
[po] auto sync
1 parent 5024b73 commit cd09e70

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.stat.json

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

tutorial/controlflow.po

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2023, Python Software Foundation
2+
# Copyright (C) 2001-2024, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Freesand Leo <[email protected]>, 2023
87
# Rafael Fontenelle <[email protected]>, 2023
8+
# Freesand Leo <[email protected]>, 2024
99
#
1010
#, fuzzy
1111
msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.10\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2023-09-01 15:12+0000\n"
15+
"POT-Creation-Date: 2024-05-24 15:56+0000\n"
1616
"PO-Revision-Date: 2022-11-05 17:23+0000\n"
17-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
17+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2024\n"
1818
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=UTF-8\n"
@@ -468,9 +468,9 @@ msgid ""
468468
"the only value written. You can see it if you really want to using "
469469
":func:`print`::"
470470
msgstr ""
471-
"``fib`` 不返回值,因此,其他语言不把它当作函数,而是当作过程。事实上,没有 :keyword:`return` "
472-
"语句的函数也返回值,只不过这个值比较是 ``None`` 是一个内置名称)。一般来说,解释器不会输出单独的返回值 ``None`` "
473-
",如需查看该值,可以使用 :func:`print`"
471+
"如果你用过其他语言,你可能会认为 ``fib`` 不是函数而是一个过程,因为它没有返回值。 事实上,即使没有 :keyword:`return` "
472+
"语句的函数也有返回值,尽管这个值可能相当无聊。 这个值被称为 ``None`` (是一个内置名称)。 通常解释器会屏蔽单独的返回值 ``None`` "
473+
"如果你确有需要可以使用 :func:`print` 查看它::"
474474

475475
#: ../../tutorial/controlflow.rst:494
476476
msgid ""

0 commit comments

Comments
 (0)