|
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 | 7 | # Rafael Fontenelle <[email protected]>, 2023
|
| 8 | +# Freesand Leo <[email protected]>, 2024 |
8 | 9 | #
|
9 | 10 | #, fuzzy
|
10 | 11 | msgid ""
|
11 | 12 | msgstr ""
|
12 | 13 | "Project-Id-Version: Python 3.10\n"
|
13 | 14 | "Report-Msgid-Bugs-To: \n"
|
14 |
| -"POT-Creation-Date: 2023-07-29 03:05+0000\n" |
| 15 | +"POT-Creation-Date: 2024-03-22 19:02+0000\n" |
15 | 16 | "PO-Revision-Date: 2022-11-05 17:21+0000\n"
|
16 |
| -"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n" |
| 17 | +"Last-Translator: Freesand Leo <yuqinju@163.com>, 2024\n" |
17 | 18 | "Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
|
18 | 19 | "MIME-Version: 1.0\n"
|
19 | 20 | "Content-Type: text/plain; charset=UTF-8\n"
|
@@ -575,10 +576,8 @@ msgid ""
|
575 | 576 | "distribution as :file:`Modules/xxmodule.c`. This file may be used as a "
|
576 | 577 | "template or simply read as an example."
|
577 | 578 | msgstr ""
|
578 |
| -"更多关于模块的现实的例子包含在Python源码包的 :file:`Modules/xxmodule.c` " |
579 |
| -"中。这些文件可以用作你的代码模板,或者学习。脚本 modulator.py " |
580 |
| -"包含在源码发行版或Windows安装中,提供了一个简单的GUI,用来声明需要实现的函数和对象,并且可以生成供填入的模板。脚本在 " |
581 |
| -"Tools/modulator/ 目录。查看README以了解用法。" |
| 579 | +"更多关于模块的现实的例子包含在 Python 源码发布包的 :file:`Modules/xxmodule.c` 中。 " |
| 580 | +"此文件可以被用作代码模板或是学习样例。" |
582 | 581 |
|
583 | 582 | #: ../../extending/extending.rst:437
|
584 | 583 | msgid ""
|
|
0 commit comments