|
5 | 5 | # |
6 | 6 | # Translators: |
7 | 7 | # python-doc bot, 2025 |
8 | | -# Freesand Leo <yuqinju@163.com>, 2025 |
9 | 8 | # LeeWendao <LeeWendao@outlook.com>, 2025 |
10 | 9 | # 99 <wh2099@pm.me>, 2026 |
| 10 | +# Freesand Leo <yuqinju@163.com>, 2026 |
11 | 11 | # |
12 | 12 | #, fuzzy |
13 | 13 | msgid "" |
14 | 14 | msgstr "" |
15 | 15 | "Project-Id-Version: Python 3.14\n" |
16 | 16 | "Report-Msgid-Bugs-To: \n" |
17 | | -"POT-Creation-Date: 2026-02-17 14:41+0000\n" |
| 17 | +"POT-Creation-Date: 2026-02-19 14:43+0000\n" |
18 | 18 | "PO-Revision-Date: 2025-09-16 00:02+0000\n" |
19 | | -"Last-Translator: 99 <wh2099@pm.me>, 2026\n" |
| 19 | +"Last-Translator: Freesand Leo <yuqinju@163.com>, 2026\n" |
20 | 20 | "Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n" |
21 | 21 | "MIME-Version: 1.0\n" |
22 | 22 | "Content-Type: text/plain; charset=UTF-8\n" |
@@ -310,6 +310,8 @@ msgid "" |
310 | 310 | " arguments. In chapter :ref:`tut-structures`, we will discuss :func:`list` " |
311 | 311 | "in more detail." |
312 | 312 | msgstr "" |
| 313 | +"后续我们会看到更多返回可迭代对象并以可迭代对象作为参数的函数。 在 :ref:`tut-structures` 一章中,我们将讨论 " |
| 314 | +":func:`list` 的更多细节。" |
313 | 315 |
|
314 | 316 | #: ../../tutorial/controlflow.rst:164 |
315 | 317 | msgid ":keyword:`!break` and :keyword:`!continue` Statements" |
@@ -881,7 +883,7 @@ msgstr "大多数字面值是按相等性比较的,但是单例对象 ``True`` |
881 | 883 | msgid "" |
882 | 884 | "Patterns may use named constants. These must be dotted names to prevent " |
883 | 885 | "them from being interpreted as capture variables::" |
884 | | -msgstr "" |
| 886 | +msgstr "模式可以使用具名常量。 它们必须为带点号的名称以防止它们被解读为捕获变量::" |
885 | 887 |
|
886 | 888 | #: ../../tutorial/controlflow.rst:446 |
887 | 889 | msgid "" |
@@ -2114,6 +2116,8 @@ msgid "" |
2114 | 2116 | " than others. Making it easy for others to read your code is always a good " |
2115 | 2117 | "idea, and adopting a nice coding style helps tremendously for that." |
2116 | 2118 | msgstr "" |
| 2119 | +"现在你即将编写更长、更复杂的 Python 代码段,是时候讨论一下 *代码风格* 了。 大多数语言都能被书写为(或更准确地说,是 *被格式化* " |
| 2120 | +"为)不同的风格;有些风格相比其他风格可读性更好。 能让别人轻松阅读你的代码总是一个好主意,而采用一种良好的代码风格对此会很有帮助。" |
2117 | 2121 |
|
2118 | 2122 | #: ../../tutorial/controlflow.rst:1114 |
2119 | 2123 | msgid "" |
|
0 commit comments