|
1 | 1 | # SOME DESCRIPTIVE TITLE. |
2 | | -# Copyright (C) 2001-2023, Python Software Foundation |
| 2 | +# Copyright (C) 2001-2024, Python Software Foundation |
3 | 3 | # This file is distributed under the same license as the Python package. |
4 | 4 | # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
5 | 5 | # |
6 | 6 | # Translators: |
7 | | -# Freesand Leo <[email protected]>, 2023 |
8 | 7 | # Rafael Fontenelle <[email protected]>, 2023 |
| 8 | +# Freesand Leo <[email protected]>, 2024 |
9 | 9 | # |
10 | 10 | #, fuzzy |
11 | 11 | msgid "" |
12 | 12 | msgstr "" |
13 | 13 | "Project-Id-Version: Python 3.11\n" |
14 | 14 | "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" |
16 | 16 | "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" |
18 | 18 | "Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n" |
19 | 19 | "MIME-Version: 1.0\n" |
20 | 20 | "Content-Type: text/plain; charset=UTF-8\n" |
@@ -487,9 +487,9 @@ msgid "" |
487 | 487 | "the only value written. You can see it if you really want to using " |
488 | 488 | ":func:`print`::" |
489 | 489 | msgstr "" |
490 | | -"``fib`` 不返回值,因此,其他语言不把它当作函数,而是当作过程。事实上,没有 :keyword:`return` " |
491 | | -"语句的函数也返回值,只不过这个值比较是 ``None`` (是一个内置名称)。一般来说,解释器不会输出单独的返回值 ``None`` " |
492 | | -",如需查看该值,可以使用 :func:`print`:" |
| 490 | +"如果你用过其他语言,你可能会认为 ``fib`` 不是函数而是一个过程,因为它没有返回值。 事实上,即使没有 :keyword:`return` " |
| 491 | +"语句的函数也有返回值,尽管这个值可能相当无聊。 这个值被称为 ``None`` (是一个内置名称)。 通常解释器会屏蔽单独的返回值 ``None``。 " |
| 492 | +"如果你确有需要可以使用 :func:`print` 查看它::" |
493 | 493 |
|
494 | 494 | #: ../../tutorial/controlflow.rst:508 |
495 | 495 | msgid "" |
@@ -1145,7 +1145,7 @@ msgstr "annotations" |
1145 | 1145 | msgid "->" |
1146 | 1146 | msgstr "->" |
1147 | 1147 |
|
1148 | | -#: ../../tutorial/controlflow.rst:1040 ../../tutorial/controlflow.rst:1040 |
| 1148 | +#: ../../tutorial/controlflow.rst:1040 |
1149 | 1149 | msgid "function annotations" |
1150 | 1150 | msgstr "函数标注" |
1151 | 1151 |
|
|
0 commit comments