1
1
# SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) 2001-2021 , Python Software Foundation
2
+ # Copyright (C) 2001-2024 , Python Software Foundation
3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
9
9
# Kelly Hwong <dianhuangkan@gmail.com>, 2020
10
10
# sgqy <sgqyzh@gmail.com>, 2020
11
11
# ppcfish <ppcfish@gmail.com>, 2020
12
- # Freesand Leo <yuqinju@163.com>, 2022
12
+ # Freesand Leo <yuqinju@163.com>, 2023
13
+ # Rafael Fontenelle <rffontenelle@gmail.com>, 2024
13
14
#
14
15
#, fuzzy
15
16
msgid ""
16
17
msgstr ""
17
18
"Project-Id-Version : Python 3.8\n "
18
19
"Report-Msgid-Bugs-To : \n "
19
- "POT-Creation-Date : 2021-01-01 16:06 +0000\n "
20
+ "POT-Creation-Date : 2024-04-20 00:12 +0000\n "
20
21
"PO-Revision-Date : 2020-05-30 11:52+0000\n "
21
- "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2022 \n "
22
- "Language-Team : Chinese (China) (https://www .transifex.com/python-doc/teams/5390/zh_CN/)\n "
22
+ "Last-Translator : Rafael Fontenelle <rffontenelle@gmail .com>, 2024 \n "
23
+ "Language-Team : Chinese (China) (https://app .transifex.com/python-doc/teams/5390/zh_CN/)\n "
23
24
"MIME-Version : 1.0\n "
24
25
"Content-Type : text/plain; charset=UTF-8\n "
25
26
"Content-Transfer-Encoding : 8bit\n "
@@ -32,14 +33,16 @@ msgstr "API参考引用"
32
33
33
34
#: ../../distutils/apiref.rst:11
34
35
msgid "`New and changed setup.py arguments in setuptools`_"
35
- msgstr ""
36
+ msgstr "`New and changed setup.py arguments in setuptools`_ "
36
37
37
38
#: ../../distutils/apiref.rst:10
38
39
msgid ""
39
40
"The ``setuptools`` project adds new capabilities to the ``setup`` function "
40
41
"and other APIs, makes the API consistent across different Python versions, "
41
42
"and is hence recommended over using ``distutils`` directly."
42
43
msgstr ""
44
+ "``setuptools`` 项目为 ``setup`` 函数和其他 API 添加了新的功能,使得 API 在不同 Python "
45
+ "版本间保持一致,因此推荐以它来取代直接使用 ``distutils``。"
43
46
44
47
#: ../../distutils/_setuptools_disclaimer.rst:3
45
48
msgid ""
@@ -48,8 +51,8 @@ msgid ""
48
51
" independently covers all of the relevant information currently included "
49
52
"here."
50
53
msgstr ""
51
- "这篇文档只有在 https://setuptools.readthedocs.io/en/latest/setuptools.html 上的 "
52
- "``setuptools`` 文档独立涵盖此处包含的所有相关信息之前,才会单独保留 。"
54
+ "这篇文档是历史遗留文档,在 https://setuptools.readthedocs.io/en/latest/setuptools.html 上的"
55
+ " ``setuptools`` 文档独立涵盖此处包含的所有相关信息之后,将不再单独作为正式文档保留 。"
53
56
54
57
#: ../../distutils/apiref.rst:19
55
58
msgid ":mod:`distutils.core` --- Core Distutils functionality"
@@ -71,13 +74,13 @@ msgstr ""
71
74
msgid ""
72
75
"The basic do-everything function that does most everything you could ever "
73
76
"ask for from a Distutils method."
74
- msgstr ""
77
+ msgstr "基本的包办一切的函数,它完成了您可以从Distutils方法中请求的大部分事情。 "
75
78
76
79
#: ../../distutils/apiref.rst:36
77
80
msgid ""
78
81
"The setup function takes a large number of arguments. These are laid out in "
79
82
"the following table."
80
- msgstr ""
83
+ msgstr "setup函数接受大量参数。这些都列在下表中。 "
81
84
82
85
#: ../../distutils/apiref.rst:42 ../../distutils/apiref.rst:185
83
86
msgid "argument name"
@@ -86,7 +89,7 @@ msgstr "参数名称"
86
89
#: ../../distutils/apiref.rst:42 ../../distutils/apiref.rst:143
87
90
#: ../../distutils/apiref.rst:185
88
91
msgid "value"
89
- msgstr "值 "
92
+ msgstr "value "
90
93
91
94
#: ../../distutils/apiref.rst:42 ../../distutils/apiref.rst:185
92
95
msgid "type"
@@ -160,6 +163,7 @@ msgid ""
160
163
"if the maintainer is provided, distutils will use it as the author in "
161
164
":file:`PKG-INFO`"
162
165
msgstr ""
166
+ "当前维护者的名字,如果与作者不同的话。 请注意,如果提供了维护者,distutils 将使用它作为 :file:`PKG-INFO` 中的作者。"
163
167
164
168
#: ../../distutils/apiref.rst:68
165
169
msgid "*maintainer_email*"
@@ -192,7 +196,7 @@ msgstr "*packages*"
192
196
193
197
#: ../../distutils/apiref.rst:77
194
198
msgid "A list of Python packages that distutils will manipulate"
195
- msgstr ""
199
+ msgstr "distutils将操作的Python软件包的列表 "
196
200
197
201
#: ../../distutils/apiref.rst:77 ../../distutils/apiref.rst:80
198
202
#: ../../distutils/apiref.rst:83 ../../distutils/apiref.rst:100
@@ -245,7 +249,7 @@ msgstr "包的类别列表"
245
249
msgid ""
246
250
"a list of strings; valid classifiers are listed on `PyPI "
247
251
"<https://pypi.org/classifiers>`_."
248
- msgstr ""
252
+ msgstr "一个字符串列表;可用的分类器已在 `PyPI <https://pypi.org/classifiers>`_ 上列出。 "
249
253
250
254
#: ../../distutils/apiref.rst:93
251
255
msgid "*distclass*"
@@ -348,6 +352,8 @@ msgid ""
348
352
"keyword args from *script* to :func:`setup`), or the contents of the config"
349
353
" files or command-line."
350
354
msgstr ""
355
+ "在某种程度上受控制的环境中运行一个安装脚本,并返回驱动程序的 :class:`distutils.dist.Distribution` 实例。 "
356
+ "如果你需要查找分发元数据 (作为关键字 args 从 *script* 传递到 :func:`setup`),或者配置文件或命令行的内容,这将非常有用。"
351
357
352
358
#: ../../distutils/apiref.rst:133
353
359
msgid ""
@@ -356,16 +362,19 @@ msgid ""
356
362
" *script_args* is a list of strings; if supplied, ``sys.argv[1:]`` will be "
357
363
"replaced by *script_args* for the duration of the call."
358
364
msgstr ""
365
+ "*script_name* 是一个将使用 :func:`exec` 读取和运行的文件。在调用期间,``sys.argv[0]`` 将被替换为 "
366
+ "*script*。 *script_args* 是一个字符串列表;如果提供了 ``sys.argv[1:]``,则在调用期间将被 "
367
+ "*script_args* 替换。"
359
368
360
369
#: ../../distutils/apiref.rst:138
361
370
msgid ""
362
371
"*stop_after* tells :func:`setup` when to stop processing; possible values:"
363
- msgstr ""
372
+ msgstr "*stop_after* 告诉 :func:`setup` 何时停止处理;可能的值有: "
364
373
365
374
#: ../../distutils/apiref.rst:143 ../../distutils/apiref.rst:562
366
375
#: ../../distutils/apiref.rst:1583
367
376
msgid "description"
368
- msgstr "描述 "
377
+ msgstr "description "
369
378
370
379
#: ../../distutils/apiref.rst:145
371
380
msgid "*init*"
@@ -417,10 +426,11 @@ msgstr ""
417
426
msgid ""
418
427
":class:`~distutils.extension.Extension` from :mod:`distutils.extension`"
419
428
msgstr ""
429
+ "来自 :mod:`distutils.extension` 的 :class:`~distutils.extension.Extension`"
420
430
421
431
#: ../../distutils/apiref.rst:169
422
432
msgid ":class:`~distutils.cmd.Command` from :mod:`distutils.cmd`"
423
- msgstr ""
433
+ msgstr "来自 :mod:`distutils.cmd` 的 :class:`~distutils.cmd.Command` "
424
434
425
435
#: ../../distutils/apiref.rst:171
426
436
msgid ":class:`~distutils.dist.Distribution` from :mod:`distutils.dist`"
@@ -1219,23 +1229,23 @@ msgstr ""
1219
1229
1220
1230
#: ../../distutils/apiref.rst:812
1221
1231
msgid "macros defined with :option:`!-Dname[=value]`"
1222
- msgstr ""
1232
+ msgstr "使用 :option:`!-Dname[=value]` 定义的宏 "
1223
1233
1224
1234
#: ../../distutils/apiref.rst:814
1225
1235
msgid "macros undefined with :option:`!-Uname`"
1226
- msgstr ""
1236
+ msgstr "使用 :option:`!-Uname` 取消定义的宏 "
1227
1237
1228
1238
#: ../../distutils/apiref.rst:816
1229
1239
msgid "include search directories specified with :option:`!-Idir`"
1230
- msgstr ""
1240
+ msgstr "包括使用 :option:`!-Idir` 指定的搜索目录 "
1231
1241
1232
1242
#: ../../distutils/apiref.rst:818
1233
1243
msgid "libraries specified with :option:`!-llib`"
1234
- msgstr ""
1244
+ msgstr "通过 :option:`!-llib` 指定的库 "
1235
1245
1236
1246
#: ../../distutils/apiref.rst:820
1237
1247
msgid "library search directories specified with :option:`!-Ldir`"
1238
- msgstr ""
1248
+ msgstr "通过 :option:`!-Ldir` 指定的库搜索目录 "
1239
1249
1240
1250
#: ../../distutils/apiref.rst:822
1241
1251
msgid ""
0 commit comments