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

Skip to content

Commit 9f3b5cb

Browse files
[po] auto sync
1 parent 0cd5c63 commit 9f3b5cb

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "93.32%", "updated_at": "2024-05-17T19:38:31Z"}
1+
{"translation": "93.31%", "updated_at": "2024-05-27T02:42:30Z"}

tutorial/controlflow.po

Lines changed: 8 additions & 8 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.11\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2023-10-06 14:42+0000\n"
15+
"POT-Creation-Date: 2024-05-24 15:19+0000\n"
1616
"PO-Revision-Date: 2023-05-24 02:22+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"
@@ -487,9 +487,9 @@ msgid ""
487487
"the only value written. You can see it if you really want to using "
488488
":func:`print`::"
489489
msgstr ""
490-
"``fib`` 不返回值,因此,其他语言不把它当作函数,而是当作过程。事实上,没有 :keyword:`return` "
491-
"语句的函数也返回值,只不过这个值比较是 ``None`` 是一个内置名称)。一般来说,解释器不会输出单独的返回值 ``None`` "
492-
",如需查看该值,可以使用 :func:`print`"
490+
"如果你用过其他语言,你可能会认为 ``fib`` 不是函数而是一个过程,因为它没有返回值。 事实上,即使没有 :keyword:`return` "
491+
"语句的函数也有返回值,尽管这个值可能相当无聊。 这个值被称为 ``None`` (是一个内置名称)。 通常解释器会屏蔽单独的返回值 ``None`` "
492+
"如果你确有需要可以使用 :func:`print` 查看它::"
493493

494494
#: ../../tutorial/controlflow.rst:508
495495
msgid ""
@@ -1145,7 +1145,7 @@ msgstr "annotations"
11451145
msgid "->"
11461146
msgstr "->"
11471147

1148-
#: ../../tutorial/controlflow.rst:1040 ../../tutorial/controlflow.rst:1040
1148+
#: ../../tutorial/controlflow.rst:1040
11491149
msgid "function annotations"
11501150
msgstr "函数标注"
11511151

0 commit comments

Comments
 (0)