Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4dbb61d

Browse files
[po] auto sync
1 parent 5092c70 commit 4dbb61d

2 files changed

Lines changed: 10 additions & 9 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "93.79%", "updated_at": "2024-02-10T01:17:28Z"}
1+
{"translation": "93.79%", "updated_at": "2024-02-10T02:55:35Z"}

library/__main__.po

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
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]>, 2022
88
# Freesand Leo <[email protected]>, 2023
9+
# 乐成 王, 2024
910
#
1011
#, fuzzy
1112
msgid ""
1213
msgstr ""
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
2627
msgid ":mod:`__main__` --- Top-level code environment"
27-
msgstr ":mod:`__main__` --- 最高层级代码环境"
28+
msgstr ":mod:`__main__`——顶层代码环境"
2829

2930
#: ../../library/__main__.rst:10
3031
msgid ""
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
3637
msgid ""
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
4243
msgid "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."
5152
msgstr ""
52-
"这两种机制都有 Python 模块有关;用户如何与它们交互以及它们之间如何交互。 下文将进行详细说明。 如果你还不了解 Python 模块,请查看教程 "
53-
":ref:`tut-modules` 一节的介绍。"
53+
"这两个机制都和 Python 模块有关——用户与它们如何交互,及它们之间如何交互。下文详述。教程的 :ref:`tut-modules` "
54+
"一节为初学者介绍了 Python 模块。"
5455

5556
#: ../../library/__main__.rst:25
5657
msgid "``__name__ == '__main__'``"

0 commit comments

Comments
 (0)