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

Skip to content

Commit aa82979

Browse files
committed
[po] auto sync bot
1 parent 3ebd8db commit aa82979

2 files changed

Lines changed: 11 additions & 5 deletions

File tree

library/datetime.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
# Meng Du <[email protected]>, 2019
2020
# ppcfish <[email protected]>, 2019
2121
# 1lin24 <[email protected]>, 2019
22+
# nickle <[email protected]>, 2019
2223
#
2324
#, fuzzy
2425
msgid ""
@@ -27,7 +28,7 @@ msgstr ""
2728
"Report-Msgid-Bugs-To: \n"
2829
"POT-Creation-Date: 2019-05-22 11:28+0900\n"
2930
"PO-Revision-Date: 2017-02-16 23:06+0000\n"
30-
"Last-Translator: 1lin24 <1lin24@sina.com>, 2019\n"
31+
"Last-Translator: nickle <2330458484@qq.com>, 2019\n"
3132
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
3233
"MIME-Version: 1.0\n"
3334
"Content-Type: text/plain; charset=UTF-8\n"
@@ -162,6 +163,8 @@ msgid ""
162163
" :attr:`day`, :attr:`hour`, :attr:`minute`, :attr:`second`, "
163164
":attr:`microsecond`, and :attr:`.tzinfo`."
164165
msgstr ""
166+
"一个日期和时间的结合。属性: :attr:`year`, :attr:`month`, :attr:`day`, :attr:`hour`, "
167+
":attr:`minute`, :attr:`second`, :attr:`microsecond`, and :attr:`.tzinfo`."
165168

166169
#: ../../library/datetime.rst:105
167170
msgid ""
@@ -403,7 +406,7 @@ msgstr ""
403406

404407
#: ../../library/datetime.rst:250
405408
msgid "In general, *t1* \\* i == *t1* \\* (i-1) + *t1* is true. (1)"
406-
msgstr ""
409+
msgstr " 总的来说, *t1* \\* i == *t1* \\* (i-1) + *t1* 的值为true. (1)"
407410

408411
#: ../../library/datetime.rst:253
409412
msgid "``t1 = t2 * f or t1 = f * t2``"

library/pprint.po

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# Translators:
77
# Menghua Xiao <[email protected]>, 2018
88
# 叶浚安 <[email protected]>, 2019
9+
# nickle <[email protected]>, 2019
910
#
1011
#, fuzzy
1112
msgid ""
@@ -14,7 +15,7 @@ msgstr ""
1415
"Report-Msgid-Bugs-To: \n"
1516
"POT-Creation-Date: 2019-01-01 10:14+0900\n"
1617
"PO-Revision-Date: 2017-02-16 23:22+0000\n"
17-
"Last-Translator: 叶浚安 <ye.pandaaaa906@gmail.com>, 2019\n"
18+
"Last-Translator: nickle <2330458484@qq.com>, 2019\n"
1819
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1920
"MIME-Version: 1.0\n"
2021
"Content-Type: text/plain; charset=UTF-8\n"
@@ -51,10 +52,12 @@ msgstr ""
5152
#: ../../library/pprint.rst:26
5253
msgid "Dictionaries are sorted by key before the display is computed."
5354
msgstr ""
55+
"Dictionaries are sorted by key before the display is computed.\n"
56+
"字典在被计算前通过键值来排序。"
5457

5558
#: ../../library/pprint.rst:28
5659
msgid "The :mod:`pprint` module defines one class:"
57-
msgstr ""
60+
msgstr ":mod:`pprint` 模块定义了一个类:"
5861

5962
#: ../../library/pprint.rst:38
6063
msgid ""
@@ -79,7 +82,7 @@ msgstr ""
7982
#: ../../library/pprint.rst:55 ../../library/pprint.rst:90
8083
#: ../../library/pprint.rst:104
8184
msgid "Added the *compact* parameter."
82-
msgstr ""
85+
msgstr "加入*compact* 参数。"
8386

8487
#: ../../library/pprint.rst:82
8588
msgid "The :mod:`pprint` module also provides several shortcut functions:"

0 commit comments

Comments
 (0)