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

Skip to content

Commit ed14255

Browse files
committed
[po] auto sync bot
1 parent f33fdf5 commit ed14255

4 files changed

Lines changed: 16 additions & 8 deletions

File tree

library/datetime.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ msgstr ""
614614
#: ../../library/datetime.rst:350 ../../library/datetime.rst:544
615615
#: ../../library/datetime.rst:1018 ../../library/datetime.rst:1538
616616
msgid "Instance methods:"
617-
msgstr ""
617+
msgstr "实例方法:"
618618

619619
#: ../../library/datetime.rst:354
620620
msgid ""

library/pickle.po

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
# walkinrain <[email protected]>, 2019
1010
# ppcfish <[email protected]>, 2019
1111
# Siyuan Xu <[email protected]>, 2019
12+
# nickle <[email protected]>, 2019
1213
#
1314
#, fuzzy
1415
msgid ""
@@ -17,7 +18,7 @@ msgstr ""
1718
"Report-Msgid-Bugs-To: \n"
1819
"POT-Creation-Date: 2019-01-01 10:14+0900\n"
1920
"PO-Revision-Date: 2017-02-16 23:22+0000\n"
20-
"Last-Translator: Siyuan Xu <mf20070535@126.com>, 2019\n"
21+
"Last-Translator: nickle <2330458484@qq.com>, 2019\n"
2122
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2223
"MIME-Version: 1.0\n"
2324
"Content-Type: text/plain; charset=UTF-8\n"
@@ -152,12 +153,14 @@ msgstr ""
152153
#: ../../library/pickle.rst:88
153154
msgid "JSON is human-readable, while pickle is not;"
154155
msgstr ""
156+
"JSON is human-readable, while pickle is not;\n"
157+
"JSON是我们很容易理解的,而pickle不是;"
155158

156159
#: ../../library/pickle.rst:90
157160
msgid ""
158161
"JSON is interoperable and widely used outside of the Python ecosystem, while"
159162
" pickle is Python-specific;"
160-
msgstr ""
163+
msgstr "JSON是可互操作的,在Python系统之外广泛使用,而pickle则是Python专用的;"
161164

162165
#: ../../library/pickle.rst:93
163166
msgid ""
@@ -172,7 +175,7 @@ msgstr ""
172175
msgid ""
173176
"The :mod:`json` module: a standard library module allowing JSON "
174177
"serialization and deserialization."
175-
msgstr ""
178+
msgstr ":mod:`json` 模块:一个允许JSON序列化和反序列化的标准库模块"
176179

177180
#: ../../library/pickle.rst:107
178181
msgid "Data stream format"

library/pkgutil.po

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2018, Python Software Foundation
2+
# Copyright (C) 2001-2019, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
6+
# Translators:
7+
# Shengjing Zhu <[email protected]>, 2018
8+
#
69
#, fuzzy
710
msgid ""
811
msgstr ""
912
"Project-Id-Version: Python 3.7\n"
1013
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-06-30 05:56+0900\n"
12-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14+
"POT-Creation-Date: 2019-01-01 10:14+0900\n"
15+
"PO-Revision-Date: 2017-02-16 23:22+0000\n"
1316
"Last-Translator: Shengjing Zhu <[email protected]>, 2018\n"
1417
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1518
"MIME-Version: 1.0\n"

whatsnew/3.6.po

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
# Freesand Leo <[email protected]>, 2019
1010
# sgqy <[email protected]>, 2019
1111
# ppcfish <[email protected]>, 2019
12+
# nickle <[email protected]>, 2019
1213
#
1314
#, fuzzy
1415
msgid ""
@@ -17,7 +18,7 @@ msgstr ""
1718
"Report-Msgid-Bugs-To: \n"
1819
"POT-Creation-Date: 2019-01-18 10:27+0900\n"
1920
"PO-Revision-Date: 2017-02-16 23:45+0000\n"
20-
"Last-Translator: ppcfish <ppcfish@gmail.com>, 2019\n"
21+
"Last-Translator: nickle <2330458484@qq.com>, 2019\n"
2122
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2223
"MIME-Version: 1.0\n"
2324
"Content-Type: text/plain; charset=UTF-8\n"
@@ -88,6 +89,7 @@ msgid ""
8889
":mod:`secrets`: :ref:`PEP 506 -- Adding A Secrets Module To The Standard "
8990
"Library <whatsnew36-pep506>`."
9091
msgstr ""
92+
":mod:`secrets`: :ref:`PEP 506 -- Secret模块被加入Python标准库 <whatsnew36-pep506>`。"
9193

9294
#: ../../whatsnew/3.6.rst:78
9395
msgid "CPython implementation improvements:"

0 commit comments

Comments
 (0)