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

Skip to content

Commit d44d30d

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

6 files changed

Lines changed: 12 additions & 6 deletions

File tree

distutils/extending.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ msgid ""
9898
"This approach is most valuable if the new implementations must be used to "
9999
"use a particular package, as everyone interested in the package will need to"
100100
" have the new command implementation."
101-
msgstr ""
101+
msgstr "如果新的实现必须通过特定的包来使用则此方式最为适宜,因为每个对这个包感兴趣的人都将会需要有新的命令实现。"
102102

103103
#: ../../distutils/extending.rst:61
104104
msgid ""
@@ -137,7 +137,7 @@ msgstr ""
137137

138138
#: ../../distutils/extending.rst:90
139139
msgid "Adding new distribution types"
140-
msgstr ""
140+
msgstr "添加新的发布类型"
141141

142142
#: ../../distutils/extending.rst:92
143143
msgid ""
@@ -148,3 +148,6 @@ msgid ""
148148
"name of the file itself. In dry-run mode, pairs should still be added to "
149149
"represent what would have been created."
150150
msgstr ""
151+
"创建发布(在 :file:`dist/` 目录中的文件)的命令需要将 ``(command, filename)`` 二元组添加到 "
152+
"``self.distribution.dist_files`` 以便 :command:`upload` 可以将其上传到 PyPI。 二元组中的 "
153+
"*filename* 不包含路径信息而只有文件名本身。 在 dry-run 模式下,二元组仍然应当被添加以表示必须创建的内容。"

library/enum.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# dannyvi <[email protected]>, 2018
99
# Meng Du <[email protected]>, 2019
1010
# ppcfish <[email protected]>, 2019
11-
# 郝晨煜 <[email protected]>, 2019
11+
# Arisaka97 <[email protected]>, 2019
1212
# Freesand Leo <[email protected]>, 2019
1313
#
1414
#, fuzzy

library/pickle.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# nick <[email protected]>, 2019
1313
# Menghua Xiao <[email protected]>, 2019
1414
# ChenYuan <[email protected]>, 2019
15-
# 郝晨煜 <[email protected]>, 2019
15+
# Arisaka97 <[email protected]>, 2019
1616
# Naisen Xu <[email protected]>, 2019
1717
# Freesand Leo <[email protected]>, 2019
1818
#

library/re.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1397,6 +1397,9 @@ msgid ""
13971397
"``'/'``, ``':'``, ``';'``, ``'<'``, ``'='``, ``'>'``, ``'@'``, and ``\"`\"``"
13981398
" are no longer escaped."
13991399
msgstr ""
1400+
"只有在正则表达式中具有特殊含义的字符才会被转义。 因此, ``'!'``, ``'\"'``, ``'%'``, ``\"'\"``, ``','``,"
1401+
" ``'/'``, ``':'``, ``';'``, ``'<'``, ``'='``, ``'>'``, ``'@'`` 和 ``\"`\"`` "
1402+
"将不再会被转义。"
14001403

14011404
#: ../../library/re.rst:965
14021405
msgid "Clear the regular expression cache."

library/reprlib.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# 郝晨煜 <[email protected]>, 2019
7+
# Arisaka97 <[email protected]>, 2019
88
# Freesand Leo <[email protected]>, 2019
99
#
1010
#, fuzzy

library/stdtypes.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# Meng Du <[email protected]>, 2019
1717
# Pandaaaa906 <[email protected]>, 2019
1818
# ww song <[email protected]>, 2019
19-
# 郝晨煜 <[email protected]>, 2019
19+
# Arisaka97 <[email protected]>, 2019
2020
# Freesand Leo <[email protected]>, 2019
2121
#
2222
#, fuzzy

0 commit comments

Comments
 (0)