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

Skip to content

Commit ee2553b

Browse files
[po] auto sync
1 parent b567da5 commit ee2553b

3 files changed

Lines changed: 16 additions & 8 deletions

File tree

distributing/index.po

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
# cdarlint <[email protected]>, 2017
88
# ww song <[email protected]>, 2018
99
# 刘士 <[email protected]>, 2018
10-
# Freesand Leo <[email protected]>, 2018
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-24 11:46+0000\n"
1919
"PO-Revision-Date: 2017-02-16 17:40+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"
@@ -90,6 +90,10 @@ msgid ""
9090
"issue trackers on both `GitHub <https://github.com/pypa>`__ and `Bitbucket "
9191
"<https://bitbucket.org/pypa/>`__."
9292
msgstr ""
93+
"`Python Packaging Authority <https://www.pypa.io/>`__ "
94+
"是负责标准打包工具以及相关元数据和文件格式标准维护与改进的开发人员和文档作者团队。 他们基于 `GitHub "
95+
"<https://github.com/pypa>`__ 和 `Bitbucket <https://bitbucket.org/pypa/>`__ "
96+
"这两个平台维护着各种工具、文档和问题追踪系统。"
9397

9498
#: ../../distributing/index.rst:44
9599
msgid ""
@@ -246,7 +250,7 @@ msgstr "检查Python Packaging Index以查看该名称是否已被使用"
246250
msgid ""
247251
"check popular hosting sites like GitHub, Bitbucket, etc to see if there is "
248252
"already a project with that name"
249-
msgstr ""
253+
msgstr "检查流行的托管网站如 GitHub,Bitbucket 等等,看是否已有一个该名称的项目"
250254

251255
#: ../../distributing/index.rst:153
252256
msgid "check what comes up in a web search for the name you're considering"

installing/index.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@ msgid ""
121121
"issue trackers on both `GitHub <https://github.com/pypa>`__ and `Bitbucket "
122122
"<https://bitbucket.org/pypa/>`__."
123123
msgstr ""
124+
"`Python Packaging Authority <https://www.pypa.io/>`__ "
125+
"是负责标准打包工具以及相关元数据和文件格式标准维护与改进的开发人员和文档作者团队。 他们基于 `GitHub "
126+
"<https://github.com/pypa>`__ 和 `Bitbucket <https://bitbucket.org/pypa/>`__ "
127+
"这两个平台维护着各种工具、文档和问题追踪系统。"
124128

125129
#: ../../installing/index.rst:57
126130
msgid ""

library/enum.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -915,25 +915,25 @@ msgstr "如果定义了 :meth:`__new__` 或 :meth:`__init__` 则枚举成员的
915915

916916
#: ../../library/enum.rst:986
917917
msgid "TimePeriod"
918-
msgstr ""
918+
msgstr "TimePeriod"
919919

920920
#: ../../library/enum.rst:988
921921
msgid "An example to show the :attr:`_ignore_` attribute in use::"
922-
msgstr ""
922+
msgstr "一个演示如何使用 :attr:`_ignore_` 属性的例子::"
923923

924924
#: ../../library/enum.rst:1005
925925
msgid "How are Enums different?"
926-
msgstr ""
926+
msgstr "各种枚举有何区别?"
927927

928928
#: ../../library/enum.rst:1007
929929
msgid ""
930930
"Enums have a custom metaclass that affects many aspects of both derived Enum"
931931
" classes and their instances (members)."
932-
msgstr ""
932+
msgstr "枚举具有自定义的元类,它会影响所派生枚举类及其实例(成员)的各个方面。"
933933

934934
#: ../../library/enum.rst:1012
935935
msgid "Enum Classes"
936-
msgstr ""
936+
msgstr "枚举类"
937937

938938
#: ../../library/enum.rst:1014
939939
msgid ""

0 commit comments

Comments
 (0)