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

Skip to content

Commit 42180ee

Browse files
[po] auto sync
1 parent 4e624de commit 42180ee

2 files changed

Lines changed: 14 additions & 7 deletions

File tree

distutils/introduction.po

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
# Shengjing Zhu <[email protected]>, 2018
88
# gashero liu <[email protected]>, 2019
99
# Kelly Hwong <[email protected]>, 2019
10+
# Leo Li <[email protected]>, 2020
11+
# Freesand Leo <[email protected]>, 2020
1012
#
1113
#, fuzzy
1214
msgid ""
@@ -15,7 +17,7 @@ msgstr ""
1517
"Report-Msgid-Bugs-To: \n"
1618
"POT-Creation-Date: 2020-02-09 12:40+0000\n"
1719
"PO-Revision-Date: 2017-02-16 17:41+0000\n"
18-
"Last-Translator: Kelly Hwong <dianhuangkan@gmail.com>, 2019\n"
20+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2020\n"
1921
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2022
"MIME-Version: 1.0\n"
2123
"Content-Type: text/plain; charset=UTF-8\n"
@@ -47,7 +49,7 @@ msgstr ""
4749

4850
#: ../../distutils/introduction.rst:18
4951
msgid "Concepts & Terminology"
50-
msgstr ""
52+
msgstr "概念和术语"
5153

5254
#: ../../distutils/introduction.rst:20
5355
msgid ""
@@ -59,11 +61,11 @@ msgstr ""
5961

6062
#: ../../distutils/introduction.rst:25
6163
msgid "write a setup script (:file:`setup.py` by convention)"
62-
msgstr ""
64+
msgstr "编写一个设置脚本 (:file:`setup.py` by convention)"
6365

6466
#: ../../distutils/introduction.rst:27
6567
msgid "(optional) write a setup configuration file"
66-
msgstr ""
68+
msgstr "(可选)编写设置脚本的配置文件"
6769

6870
#: ../../distutils/introduction.rst:29
6971
msgid "create a source distribution"
@@ -75,7 +77,7 @@ msgstr ""
7577

7678
#: ../../distutils/introduction.rst:33
7779
msgid "Each of these tasks is covered in this document."
78-
msgstr ""
80+
msgstr "每个这些任务均已在此文档覆盖."
7981

8082
#: ../../distutils/introduction.rst:35
8183
msgid ""
@@ -112,7 +114,7 @@ msgstr ""
112114

113115
#: ../../distutils/introduction.rst:67
114116
msgid "Some observations:"
115-
msgstr ""
117+
msgstr "一些观察:"
116118

117119
#: ../../distutils/introduction.rst:69
118120
msgid ""
@@ -151,7 +153,7 @@ msgstr ""
151153
msgid ""
152154
"For Windows, open a command prompt window (:menuselection:`Start --> "
153155
"Accessories`) and change the command to::"
154-
msgstr ""
156+
msgstr "Windows用户, 打开命令行窗口 (:menuselection:`Start --> Accessories`) 并且更改命令为::"
155157

156158
#: ../../distutils/introduction.rst:94
157159
msgid ""
@@ -160,6 +162,9 @@ msgid ""
160162
"module :file:`foo.py`. The archive file will be named :file:`foo-1.0.tar.gz`"
161163
" (or :file:`.zip`), and will unpack into a directory :file:`foo-1.0`."
162164
msgstr ""
165+
":command:`sdist` 将创建一个归档文件(例如在 Unix 中为 tarball,在 Windows 中为 ZIP "
166+
"文件),其中包含你的配置脚本 :file:`setup.py` 以及你的模块 :file:`foo.py`。 此归档文件将被命名为 "
167+
":file:`foo-1.0.tar.gz` (或 :file:`.zip`),并将解包到目录 :file:`foo-1.0` 当中。"
163168

164169
#: ../../distutils/introduction.rst:99
165170
msgid ""

library/argparse.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1463,6 +1463,8 @@ msgid ""
14631463
"to an already existing object, rather than a new :class:`Namespace` object."
14641464
" This can be achieved by specifying the ``namespace=`` keyword argument::"
14651465
msgstr ""
1466+
"另一个用处是让 :class:`ArgumentParser` 为一个已存在对象而不是为一个新的 :class:`Namespace` 对象的属性赋值。"
1467+
" 这可以通过指定 ``namespace=`` 关键字参数来实现::"
14661468

14671469
#: ../../library/argparse.rst:1557
14681470
msgid "Other utilities"

0 commit comments

Comments
 (0)