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:
77# Alpha Du <[email protected] >, 202288# Freesand Leo <[email protected] >, 20239+ # 乐成 王, 2024
910#
1011#, fuzzy
1112msgid ""
1213msgstr ""
1314"Project-Id-Version : Python 3.12\n "
1415"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2023-10-06 14:14 +0000\n "
16+ "POT-Creation-Date : 2024-02-09 14:13 +0000\n "
1617"PO-Revision-Date : 2021-06-28 00:54+0000\n "
17- "
Last-Translator :
Freesand Leo <[email protected] >, 2023 \n"
18+ "Last-Translator : 乐成 王, 2024 \n "
1819"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
1920"MIME-Version : 1.0\n "
2021"Content-Type : text/plain; charset=UTF-8\n "
@@ -24,19 +25,19 @@ msgstr ""
2425
2526#: ../../library/__main__.rst:2
2627msgid ":mod:`__main__` --- Top-level code environment"
27- msgstr ":mod:`__main__` --- 最高层级代码环境 "
28+ msgstr ":mod:`__main__`——顶层代码环境 "
2829
2930#: ../../library/__main__.rst:10
3031msgid ""
3132"In Python, the special name ``__main__`` is used for two important "
3233"constructs:"
33- msgstr "在 Python 中,特殊名称 ``__main__`` 被用于两个重要的构造: "
34+ msgstr "Python 中,特殊名 ``__main__`` 用于两个重要的构造: "
3435
3536#: ../../library/__main__.rst:12
3637msgid ""
3738"the name of the top-level environment of the program, which can be checked "
3839"using the ``__name__ == '__main__'`` expression; and"
39- msgstr "程序的最高层级环境的名称,可以使用 ``__name__ == '__main__'`` 表达式来检查它 ;以及"
40+ msgstr "程序的顶层环境的名称,可用 ``__name__ == '__main__'`` 表达式来检查 ;以及"
4041
4142#: ../../library/__main__.rst:14
4243msgid "the ``__main__.py`` file in Python packages."
@@ -49,8 +50,8 @@ msgid ""
4950"detail below. If you're new to Python modules, see the tutorial section "
5051":ref:`tut-modules` for an introduction."
5152msgstr ""
52- "这两种机制都有 Python 模块有关;用户如何与它们交互以及它们之间如何交互。 下文将进行详细说明。 如果你还不了解 Python 模块,请查看教程 "
53- ":ref:`tut-modules` 一节的介绍 。"
53+ "这两个机制都和 Python 模块有关——用户与它们如何交互,及它们之间如何交互。下文详述。教程的 :ref:`tut-modules` "
54+ "一节为初学者介绍了 Python 模块 。"
5455
5556#: ../../library/__main__.rst:25
5657msgid "``__name__ == '__main__'``"
0 commit comments