|
1 | 1 | # SOME DESCRIPTIVE TITLE.
|
2 |
| -# Copyright (C) 2001-2024, Python Software Foundation |
| 2 | +# Copyright (C) 2001-2025, 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 |
| -# Menghua Xiao <arieshout@gmail.com>, 2021 |
8 |
| -# 叶浚安 <ye.pandaaaa906@gmail.com>, 2021 |
9 |
| -# sunsol s <sunsolzn@gmail.com>, 2023 |
10 |
| -# Alpha Du <alphanow@gmail.com>, 2024 |
11 |
| -# Rafael Fontenelle <rffontenelle@gmail.com>, 2024 |
12 |
| -# Freesand Leo <yuqinju@163.com>, 2024 |
| 7 | +# Rafael Fontenelle <rffontenelle@gmail.com>, 2025 |
| 8 | +# Freesand Leo <yuqinju@163.com>, 2025 |
13 | 9 | #
|
14 | 10 | #, fuzzy
|
15 | 11 | msgid ""
|
16 | 12 | msgstr ""
|
17 | 13 | "Project-Id-Version: Python 3.13\n"
|
18 | 14 | "Report-Msgid-Bugs-To: \n"
|
19 |
| -"POT-Creation-Date: 2024-11-15 14:18+0000\n" |
20 |
| -"PO-Revision-Date: 2021-06-28 01:11+0000\n" |
21 |
| -"Last-Translator: Freesand Leo <yuqinju@163.com>, 2024\n" |
| 15 | +"POT-Creation-Date: 2025-05-30 14:58+0000\n" |
| 16 | +"PO-Revision-Date: 2025-05-08 05:10+0000\n" |
| 17 | +"Last-Translator: Freesand Leo <yuqinju@163.com>, 2025\n" |
22 | 18 | "Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
|
23 | 19 | "MIME-Version: 1.0\n"
|
24 | 20 | "Content-Type: text/plain; charset=UTF-8\n"
|
@@ -117,7 +113,7 @@ msgid ""
|
117 | 113 | "If ``None`` (the default), there is no constraint on the depth of the "
|
118 | 114 | "objects being formatted."
|
119 | 115 | msgstr ""
|
120 |
| -"可被找钱的嵌套层级数量。 如果要打印的数据结构具有过深的层级,则其包含的下一层级将用 ``...`` 替换。 如为 ``None`` " |
| 116 | +"可被打印的嵌套层级数量。 如果要打印的数据结构具有过深的层级,则其包含的下一层级将用 ``...`` 替换。 如为 ``None`` " |
121 | 117 | "(默认值),则不会限制被格式化对象的层级深度。"
|
122 | 118 |
|
123 | 119 | #: ../../library/pprint.rst:71
|
|
0 commit comments