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

Skip to content

Commit 8c76c81

Browse files
[po] auto sync
1 parent c4e5b81 commit 8c76c81

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

distutils/extending.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,17 @@ msgid ""
8181
"features in distutils itself, and wait for (and require) a version of Python"
8282
" that provides that support. This is really hard for many reasons."
8383
msgstr ""
84+
"有多种方法可将新的命令实现集成到 distutils 中。 最困难的一种是鼓动在 distutils 自身内部包含新特性,并等待(以及要求)某个 "
85+
"Python 版本提供该支持。 出于多种原因,这确实是相当难的。"
8486

8587
#: ../../distutils/extending.rst:42
8688
msgid ""
8789
"The most common, and possibly the most reasonable for most needs, is to "
8890
"include the new implementations with your :file:`setup.py` script, and cause"
8991
" the :func:`distutils.core.setup` function use them::"
9092
msgstr ""
93+
"对于大多数需求来说最为常见并且可能最为合理的一种则是通过你自己的 :file:`setup.py` 脚本来包含新的实现,然后让 "
94+
":func:`distutils.core.setup` 函数使用它们::"
9195

9296
#: ../../distutils/extending.rst:57
9397
msgid ""

0 commit comments

Comments
 (0)