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

Skip to content

Commit b87265e

Browse files
[po] auto sync
1 parent 5c42096 commit b87265e

2 files changed

Lines changed: 16 additions & 5 deletions

File tree

install/index.po

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
# ppcfish <[email protected]>, 2021
1616
# Freesand Leo <[email protected]>, 2021
1717
# Trim21 <[email protected]>, 2021
18+
# Yifan Sun, 2022
1819
#
1920
#, fuzzy
2021
msgid ""
@@ -23,7 +24,7 @@ msgstr ""
2324
"Report-Msgid-Bugs-To: \n"
2425
"POT-Creation-Date: 2021-07-27 13:07+0000\n"
2526
"PO-Revision-Date: 2021-06-28 00:53+0000\n"
26-
"Last-Translator: Trim21 <[email protected]>, 2021\n"
27+
"Last-Translator: Yifan Sun, 2022\n"
2728
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2829
"MIME-Version: 1.0\n"
2930
"Content-Type: text/plain; charset=UTF-8\n"
@@ -156,21 +157,24 @@ msgid ""
156157
" don't really need this manual. Or rather, the above command is everything "
157158
"you need to get out of this manual."
158159
msgstr ""
160+
"如果这些事情都属实,那么您已经了解了如何构建和安装您已经下载的模块:只需运行如上的命令。除非您需要以非常规方式安装或者定制构建过程,您其实不需要本文档。更进一步说,以上命令就是您可以从文档中获得的全部。"
159161

160162
#: ../../install/index.rst:92
161163
msgid "Standard Build and Install"
162-
msgstr ""
164+
msgstr "标准构建及安装"
163165

164166
#: ../../install/index.rst:94
165167
msgid ""
166168
"As described in section :ref:`inst-new-standard`, building and installing a "
167169
"module distribution using the Distutils is usually one simple command to run"
168170
" from a terminal::"
169171
msgstr ""
172+
"正如 :ref:`inst-new-standard` 中所描述的那样,通过 Distutils "
173+
"构建和安装发行的模块常常只需要在终端执行一个简单的命令。"
170174

171175
#: ../../install/index.rst:104
172176
msgid "Platform variations"
173-
msgstr ""
177+
msgstr "平台差异"
174178

175179
#: ../../install/index.rst:106
176180
msgid ""
@@ -180,6 +184,8 @@ msgid ""
180184
"source distribution :file:`foo-1.0.tar.gz` onto a Unix system, the normal "
181185
"thing to do is::"
182186
msgstr ""
187+
"您应当总是在分发文件的根目录处运行设置的命令,比如,模块分发的源代码最高的子目录。例如,如果您刚刚在 Unix "
188+
"操作系统上下载了一个模块分发的源代码,您需要做的事:"
183189

184190
#: ../../install/index.rst:115
185191
msgid ""

library/idle.po

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -950,7 +950,7 @@ msgstr "另请参阅 :ref:`Format 菜单 <format-menu>` 的缩进/取消缩进
950950

951951
#: ../../library/idle.rst:475
952952
msgid "Completions"
953-
msgstr "完成"
953+
msgstr "补全"
954954

955955
#: ../../library/idle.rst:477
956956
msgid ""
@@ -1249,10 +1249,13 @@ msgid ""
12491249
"will be executed in the Tk namespace, so this file is not useful for "
12501250
"importing functions to be used from IDLE's Python shell."
12511251
msgstr ""
1252+
"此外,``Tk`` 也会在存在启动文件时加载它。 请注意 Tk 文件会被无条件地加载。 此附加文件名为 ``.Idle.py`` "
1253+
"并且会在用户的家目录下查找。 此文件中的语句将在 Tk 的命名空间中执行,所以此文件不适用于导入要在 IDLE 的 Python Shell "
1254+
"中使用的函数。"
12521255

12531256
#: ../../library/idle.rst:646
12541257
msgid "Command line usage"
1255-
msgstr "命令行语法"
1258+
msgstr "命令行用法"
12561259

12571260
#: ../../library/idle.rst:662
12581261
msgid "If there are arguments:"
@@ -1265,6 +1268,8 @@ msgid ""
12651268
"``'-r'``. No editor window is opened, even if that is the default set in "
12661269
"the Options dialog."
12671270
msgstr ""
1271+
"如果使用了 ``-``, ``-c`` 或 ``r``,则放在 ``sys.argv[1:...]`` 和 ``sys.argv[0]`` "
1272+
"中的所有参数都会被设为 ``''``, ``'-c'`` 或 ``'-r'``。 不会打开任何编辑器窗口,即使是在选项对话框中的默认设置。"
12681273

12691274
#: ../../library/idle.rst:669
12701275
msgid ""

0 commit comments

Comments
 (0)