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

Skip to content

Commit b4ff8d3

Browse files
[po] auto sync
1 parent 842be24 commit b4ff8d3

2 files changed

Lines changed: 14 additions & 3 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
# Vincent <[email protected]>, 2020
1616
# Edward Ji <[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-02-19 05:30+0000\n"
2526
"PO-Revision-Date: 2017-02-16 17:46+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"
@@ -146,21 +147,24 @@ msgid ""
146147
" don't really need this manual. Or rather, the above command is everything "
147148
"you need to get out of this manual."
148149
msgstr ""
150+
"如果这些事情都属实,那么您已经了解了如何构建和安装您已经下载的模块:只需运行如上的命令。除非您需要以非常规方式安装或者定制构建过程,您其实不需要本文档。更进一步说,以上命令就是您可以从文档中获得的全部。"
149151

150152
#: ../../install/index.rst:85
151153
msgid "Standard Build and Install"
152-
msgstr ""
154+
msgstr "标准构建及安装"
153155

154156
#: ../../install/index.rst:87
155157
msgid ""
156158
"As described in section :ref:`inst-new-standard`, building and installing a "
157159
"module distribution using the Distutils is usually one simple command to run"
158160
" from a terminal::"
159161
msgstr ""
162+
"正如 :ref:`inst-new-standard` 中所描述的那样,通过 Distutils "
163+
"构建和安装发行的模块常常只需要在终端执行一个简单的命令。"
160164

161165
#: ../../install/index.rst:97
162166
msgid "Platform variations"
163-
msgstr ""
167+
msgstr "平台差异"
164168

165169
#: ../../install/index.rst:99
166170
msgid ""
@@ -170,6 +174,8 @@ msgid ""
170174
"source distribution :file:`foo-1.0.tar.gz` onto a Unix system, the normal "
171175
"thing to do is::"
172176
msgstr ""
177+
"您应当总是在分发文件的根目录处运行设置的命令,比如,模块分发的源代码最高的子目录。例如,如果您刚刚在 Unix "
178+
"操作系统上下载了一个模块分发的源代码,您需要做的事:"
173179

174180
#: ../../install/index.rst:108
175181
msgid ""

library/idle.po

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1238,6 +1238,9 @@ msgid ""
12381238
"will be executed in the Tk namespace, so this file is not useful for "
12391239
"importing functions to be used from IDLE's Python shell."
12401240
msgstr ""
1241+
"此外,``Tk`` 也会在存在启动文件时加载它。 请注意 Tk 文件会被无条件地加载。 此附加文件名为 ``.Idle.py`` "
1242+
"并且会在用户的家目录下查找。 此文件中的语句将在 Tk 的命名空间中执行,所以此文件不适用于导入要在 IDLE 的 Python Shell "
1243+
"中使用的函数。"
12411244

12421245
#: ../../library/idle.rst:640
12431246
msgid "Command line usage"
@@ -1254,6 +1257,8 @@ msgid ""
12541257
"``'-r'``. No editor window is opened, even if that is the default set in "
12551258
"the Options dialog."
12561259
msgstr ""
1260+
"如果使用了 ``-``, ``-c`` 或 ``r``,则放在 ``sys.argv[1:...]`` 和 ``sys.argv[0]`` "
1261+
"中的所有参数都会被设为 ``''``, ``'-c'`` 或 ``'-r'``。 不会打开任何编辑器窗口,即使是在选项对话框中的默认设置。"
12571262

12581263
#: ../../library/idle.rst:663
12591264
msgid ""

0 commit comments

Comments
 (0)