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

Skip to content

Commit c53b6a3

Browse files
[po] auto sync
1 parent 9c13722 commit c53b6a3

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

library/enum.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -299,28 +299,28 @@ msgstr "比较"
299299

300300
#: ../../library/enum.rst:306
301301
msgid "Enumeration members are compared by identity::"
302-
msgstr ""
302+
msgstr "枚举成员是按标识号进行比较的::"
303303

304304
#: ../../library/enum.rst:315
305305
msgid ""
306306
"Ordered comparisons between enumeration values are *not* supported. Enum "
307307
"members are not integers (but see `IntEnum`_ below)::"
308-
msgstr ""
308+
msgstr "枚举值之间的排序比较 *不被* 支持。 Enum 成员不属于整数 (另请参阅下文的 `IntEnum`_)::"
309309

310310
#: ../../library/enum.rst:323
311311
msgid "Equality comparisons are defined though::"
312-
msgstr ""
312+
msgstr "相等比较的定义如下::"
313313

314314
#: ../../library/enum.rst:332
315315
msgid ""
316316
"Comparisons against non-enumeration values will always compare not equal "
317317
"(again, :class:`IntEnum` was explicitly designed to behave differently, see "
318318
"below)::"
319-
msgstr ""
319+
msgstr "与非枚举值的比较将总是不相等(同样地,:class:`IntEnum` 被显式设计成不同的行为,参见下文)::"
320320

321321
#: ../../library/enum.rst:341
322322
msgid "Allowed members and attributes of enumerations"
323-
msgstr ""
323+
msgstr "允许的枚举成员和属性"
324324

325325
#: ../../library/enum.rst:343
326326
msgid ""

using/windows.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
# hanfeng <[email protected]>, 2018
88
# Meng Du <[email protected]>, 2019
99
# Shengjing Zhu <[email protected]>, 2019
10-
# Freesand Leo <[email protected]>, 2019
1110
# ppcfish <[email protected]>, 2019
11+
# Freesand Leo <[email protected]>, 2019
1212
#
1313
#, fuzzy
1414
msgid ""
@@ -17,7 +17,7 @@ msgstr ""
1717
"Report-Msgid-Bugs-To: \n"
1818
"POT-Creation-Date: 2019-10-15 11:41+0000\n"
1919
"PO-Revision-Date: 2017-02-16 23:42+0000\n"
20-
"Last-Translator: ppcfish <ppcfish@gmail.com>, 2019\n"
20+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2019\n"
2121
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2222
"MIME-Version: 1.0\n"
2323
"Content-Type: text/plain; charset=UTF-8\n"
@@ -691,7 +691,7 @@ msgstr ""
691691
msgid ""
692692
"The ``py.exe`` launcher will detect this Python installation, but will "
693693
"prefer installations from the traditional installer."
694-
msgstr ""
694+
msgstr "``py.exe`` 启动器将检测此 Python 安装版,但会优先使用来自传统安装器的安装版。"
695695

696696
#: ../../using/windows.rst:331
697697
msgid ""

0 commit comments

Comments
 (0)