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

Skip to content

Commit 6f04f03

Browse files
committed
[po] auto sync bot
1 parent d916bde commit 6f04f03

4 files changed

Lines changed: 59 additions & 50 deletions

File tree

library/json.po

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
#
@@ -9,15 +9,16 @@
99
# ww song <[email protected]>, 2018
1010
# Danny Vi <[email protected]>, 2018
1111
# Freesand Leo <[email protected]>, 2018
12+
# 叶浚安 <[email protected]>, 2019
1213
#
1314
#, fuzzy
1415
msgid ""
1516
msgstr ""
1617
"Project-Id-Version: Python 3.7\n"
1718
"Report-Msgid-Bugs-To: \n"
18-
"POT-Creation-Date: 2018-11-06 09:47+0900\n"
19+
"POT-Creation-Date: 2019-01-01 10:14+0900\n"
1920
"PO-Revision-Date: 2017-02-16 23:16+0000\n"
20-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2018\n"
21+
"Last-Translator: 叶浚安 <ye.pandaaaa906@gmail.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"
@@ -27,11 +28,11 @@ msgstr ""
2728

2829
#: ../../library/json.rst:2
2930
msgid ":mod:`json` --- JSON encoder and decoder"
30-
msgstr ""
31+
msgstr ":mod:`json` --- JSON 编码和解码器"
3132

3233
#: ../../library/json.rst:10
3334
msgid "**Source code:** :source:`Lib/json/__init__.py`"
34-
msgstr ""
35+
msgstr "**源代码:** :source:`Lib/json/__init__.py`"
3536

3637
#: ../../library/json.rst:14
3738
msgid ""
@@ -47,31 +48,31 @@ msgstr ""
4748
msgid ""
4849
":mod:`json` exposes an API familiar to users of the standard library "
4950
":mod:`marshal` and :mod:`pickle` modules."
50-
msgstr ""
51+
msgstr ":mod:`json` 提供了与标准库 :mod:`marshal` 和 :mod:`pickle` 相似的API接口。"
5152

5253
#: ../../library/json.rst:24
5354
msgid "Encoding basic Python object hierarchies::"
5455
msgstr ""
5556

5657
#: ../../library/json.rst:43
5758
msgid "Compact encoding::"
58-
msgstr ""
59+
msgstr "紧凑编码::"
5960

6061
#: ../../library/json.rst:49
6162
msgid "Pretty printing::"
62-
msgstr ""
63+
msgstr "美化输出::"
6364

6465
#: ../../library/json.rst:58
6566
msgid "Decoding JSON::"
66-
msgstr ""
67+
msgstr "JSON解码::"
6768

6869
#: ../../library/json.rst:70
6970
msgid "Specializing JSON object decoding::"
70-
msgstr ""
71+
msgstr "特殊JSON对象解码::"
7172

7273
#: ../../library/json.rst:85
7374
msgid "Extending :class:`JSONEncoder`::"
74-
msgstr ""
75+
msgstr "扩展 :class:`JSONEncoder`::"
7576

7677
#: ../../library/json.rst:103
7778
msgid "Using :mod:`json.tool` from the shell to validate and pretty-print:"

library/netdata.po

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
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+
# 叶浚安 <[email protected]>, 2019
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:19+0000\n"
16+
"Last-Translator: 叶浚安 <[email protected]>, 2019\n"
1317
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1418
"MIME-Version: 1.0\n"
1519
"Content-Type: text/plain; charset=UTF-8\n"
@@ -19,10 +23,10 @@ msgstr ""
1923

2024
#: ../../library/netdata.rst:6
2125
msgid "Internet Data Handling"
22-
msgstr ""
26+
msgstr "互联网数据处理"
2327

2428
#: ../../library/netdata.rst:8
2529
msgid ""
2630
"This chapter describes modules which support handling data formats commonly "
2731
"used on the Internet."
28-
msgstr ""
32+
msgstr "本章介绍了支持处理互联网上常用数据格式的模块。"

library/pprint.po

Lines changed: 33 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
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+
# Menghua Xiao <[email protected]>, 2018
8+
# 叶浚安 <[email protected]>, 2019
9+
#
610
#, fuzzy
711
msgid ""
812
msgstr ""
913
"Project-Id-Version: Python 3.7\n"
1014
"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"
13-
"Last-Translator: Menghua Xiao <arieshout@gmail.com>, 2018\n"
15+
"POT-Creation-Date: 2019-01-01 10:14+0900\n"
16+
"PO-Revision-Date: 2017-02-16 23:22+0000\n"
17+
"Last-Translator: 叶浚安 <ye.pandaaaa906@gmail.com>, 2019\n"
1418
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1519
"MIME-Version: 1.0\n"
1620
"Content-Type: text/plain; charset=UTF-8\n"
@@ -20,11 +24,11 @@ msgstr ""
2024

2125
#: ../../library/pprint.rst:2
2226
msgid ":mod:`pprint` --- Data pretty printer"
23-
msgstr ""
27+
msgstr ":mod:`pprint` --- 数据美化输出"
2428

2529
#: ../../library/pprint.rst:10
2630
msgid "**Source code:** :source:`Lib/pprint.py`"
27-
msgstr ""
31+
msgstr "**源代码:** :source:`Lib/pprint.py`"
2832

2933
#: ../../library/pprint.rst:14
3034
msgid ""
@@ -52,7 +56,7 @@ msgstr ""
5256
msgid "The :mod:`pprint` module defines one class:"
5357
msgstr ""
5458

55-
#: ../../library/pprint.rst:36
59+
#: ../../library/pprint.rst:38
5660
msgid ""
5761
"Construct a :class:`PrettyPrinter` instance. This constructor understands "
5862
"several keyword parameters. An output stream may be set using the *stream* "
@@ -72,23 +76,23 @@ msgid ""
7276
"*width* will be formatted on each output line."
7377
msgstr ""
7478

75-
#: ../../library/pprint.rst:53 ../../library/pprint.rst:88
76-
#: ../../library/pprint.rst:102
79+
#: ../../library/pprint.rst:55 ../../library/pprint.rst:90
80+
#: ../../library/pprint.rst:104
7781
msgid "Added the *compact* parameter."
7882
msgstr ""
7983

80-
#: ../../library/pprint.rst:80
84+
#: ../../library/pprint.rst:82
8185
msgid "The :mod:`pprint` module also provides several shortcut functions:"
8286
msgstr ""
8387

84-
#: ../../library/pprint.rst:84
88+
#: ../../library/pprint.rst:86
8589
msgid ""
8690
"Return the formatted representation of *object* as a string. *indent*, "
8791
"*width*, *depth* and *compact* will be passed to the :class:`PrettyPrinter` "
8892
"constructor as formatting parameters."
8993
msgstr ""
9094

91-
#: ../../library/pprint.rst:95
95+
#: ../../library/pprint.rst:97
9296
msgid ""
9397
"Prints the formatted representation of *object* on *stream*, followed by a "
9498
"newline. If *stream* is ``None``, ``sys.stdout`` is used. This may be used"
@@ -98,58 +102,58 @@ msgid ""
98102
" the :class:`PrettyPrinter` constructor as formatting parameters."
99103
msgstr ""
100104

101-
#: ../../library/pprint.rst:121
105+
#: ../../library/pprint.rst:123
102106
msgid ""
103107
"Determine if the formatted representation of *object* is \"readable,\" or "
104108
"can be used to reconstruct the value using :func:`eval`. This always "
105109
"returns ``False`` for recursive objects."
106110
msgstr ""
107111

108-
#: ../../library/pprint.rst:131
112+
#: ../../library/pprint.rst:133
109113
msgid "Determine if *object* requires a recursive representation."
110114
msgstr ""
111115

112-
#: ../../library/pprint.rst:134
116+
#: ../../library/pprint.rst:136
113117
msgid "One more support function is also defined:"
114118
msgstr ""
115119

116-
#: ../../library/pprint.rst:138
120+
#: ../../library/pprint.rst:140
117121
msgid ""
118122
"Return a string representation of *object*, protected against recursive data"
119123
" structures. If the representation of *object* exposes a recursive entry, "
120124
"the recursive reference will be represented as ``<Recursion on typename with"
121125
" id=number>``. The representation is not otherwise formatted."
122126
msgstr ""
123127

124-
#: ../../library/pprint.rst:150
128+
#: ../../library/pprint.rst:152
125129
msgid "PrettyPrinter Objects"
126130
msgstr ""
127131

128-
#: ../../library/pprint.rst:152
132+
#: ../../library/pprint.rst:154
129133
msgid ":class:`PrettyPrinter` instances have the following methods:"
130134
msgstr ""
131135

132-
#: ../../library/pprint.rst:157
136+
#: ../../library/pprint.rst:159
133137
msgid ""
134138
"Return the formatted representation of *object*. This takes into account "
135139
"the options passed to the :class:`PrettyPrinter` constructor."
136140
msgstr ""
137141

138-
#: ../../library/pprint.rst:163
142+
#: ../../library/pprint.rst:165
139143
msgid ""
140144
"Print the formatted representation of *object* on the configured stream, "
141145
"followed by a newline."
142146
msgstr ""
143147

144-
#: ../../library/pprint.rst:166
148+
#: ../../library/pprint.rst:168
145149
msgid ""
146150
"The following methods provide the implementations for the corresponding "
147151
"functions of the same names. Using these methods on an instance is slightly"
148152
" more efficient since new :class:`PrettyPrinter` objects don't need to be "
149153
"created."
150154
msgstr ""
151155

152-
#: ../../library/pprint.rst:176
156+
#: ../../library/pprint.rst:178
153157
msgid ""
154158
"Determine if the formatted representation of the object is \"readable,\" or "
155159
"can be used to reconstruct the value using :func:`eval`. Note that this "
@@ -158,18 +162,18 @@ msgid ""
158162
"returns ``False``."
159163
msgstr ""
160164

161-
#: ../../library/pprint.rst:185
165+
#: ../../library/pprint.rst:187
162166
msgid "Determine if the object requires a recursive representation."
163167
msgstr ""
164168

165-
#: ../../library/pprint.rst:187
169+
#: ../../library/pprint.rst:189
166170
msgid ""
167171
"This method is provided as a hook to allow subclasses to modify the way "
168172
"objects are converted to strings. The default implementation uses the "
169173
"internals of the :func:`saferepr` implementation."
170174
msgstr ""
171175

172-
#: ../../library/pprint.rst:194
176+
#: ../../library/pprint.rst:196
173177
msgid ""
174178
"Returns three values: the formatted version of *object* as a string, a flag "
175179
"indicating whether the result is readable, and a flag indicating whether "
@@ -187,11 +191,11 @@ msgid ""
187191
"of the current call."
188192
msgstr ""
189193

190-
#: ../../library/pprint.rst:212
194+
#: ../../library/pprint.rst:214
191195
msgid "Example"
192196
msgstr "示例"
193197

194-
#: ../../library/pprint.rst:214
198+
#: ../../library/pprint.rst:216
195199
msgid ""
196200
"To demonstrate several uses of the :func:`pprint` function and its "
197201
"parameters, let's fetch information about a project from `PyPI "
@@ -202,13 +206,13 @@ msgstr ""
202206
msgid "In its basic form, :func:`pprint` shows the whole object::"
203207
msgstr ""
204208

205-
#: ../../library/pprint.rst:279
209+
#: ../../library/pprint.rst:281
206210
msgid ""
207211
"The result can be limited to a certain *depth* (ellipsis is used for deeper "
208212
"contents)::"
209213
msgstr ""
210214

211-
#: ../../library/pprint.rst:313
215+
#: ../../library/pprint.rst:327
212216
msgid ""
213217
"Additionally, maximum character *width* can be suggested. If a long object "
214218
"cannot be split, the specified width will be exceeded::"

library/threading.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ msgstr ""
143143
#: ../../library/threading.rst:104
144144
msgid ""
145145
":ref:`Availability <availability>`: Windows, systems with POSIX threads."
146-
msgstr ":ref:`可用性 <availability>`: Windows,具有 POSIX 线程的系统。"
146+
msgstr ":ref:`适用于 <availability>`: Windows,具有 POSIX 线程的系统。"
147147

148148
#: ../../library/threading.rst:107
149149
msgid "This module also defines the following constant:"
@@ -883,7 +883,7 @@ msgid ""
883883
"When the *timeout* argument is present and not ``None``, it should be a "
884884
"floating point number specifying a timeout for the operation in seconds (or "
885885
"fractions thereof)."
886-
msgstr ""
886+
msgstr "当提供了 *timeout* 参数且不是 ``None`` 时,它应该是一个浮点数,代表操作的超时时间,以秒为单位(可以为小数)。"
887887

888888
#: ../../library/threading.rst:605
889889
msgid ""
@@ -899,11 +899,11 @@ msgstr ""
899899
msgid ""
900900
"The return value is ``True`` unless a given *timeout* expired, in which case"
901901
" it is ``False``."
902-
msgstr "返回 ``True`` ,除非提供的 *timeout* 过期,这种情况下返回 ``False``。"
902+
msgstr "返回 ``True`` ,除非提供的 *timeout* 过期,这种情况下返回 ``False``。"
903903

904904
#: ../../library/threading.rst:616 ../../library/threading.rst:828
905905
msgid "Previously, the method always returned ``None``."
906-
msgstr ""
906+
msgstr "很明显,方法总是返回 ``None``。"
907907

908908
#: ../../library/threading.rst:621
909909
msgid ""
@@ -969,7 +969,7 @@ msgid ""
969969
":exc:`RuntimeError` is raised."
970970
msgstr ""
971971
"唤醒所有正在等待这个条件的线程。这个方法行为与 :meth:`notify` "
972-
"相似,但并不只唤醒单一线程,而是唤醒所有等待线程。如果调用线程在调用这个方法时没有获得锁,会引发 :exc:`RuntimeError` 异常。"
972+
"相似,但并不只唤醒单一线程,而是唤醒所有等待线程。如果调用线程在调用这个方法时没有获得锁,会引发 :exc:`RuntimeError` 异常。"
973973

974974
#: ../../library/threading.rst:671
975975
msgid "Semaphore Objects"

0 commit comments

Comments
 (0)