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

Skip to content

Commit 03a5520

Browse files
[po] auto sync
1 parent fc87bd6 commit 03a5520

15 files changed

Lines changed: 48 additions & 37 deletions

c-api/cell.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# makdon <[email protected]>, 2019
7+
# Makdon <[email protected]>, 2019
88
# Freesand Leo <[email protected]>, 2019
99
#
1010
#, fuzzy

c-api/gcsupport.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# makdon <[email protected]>, 2019
7+
# Makdon <[email protected]>, 2019
88
# Freesand Leo <[email protected]>, 2019
99
#
1010
#, fuzzy

library/asyncio-llapi-index.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# Pan Felix <[email protected]>, 2019
1111
# walkinrain <[email protected]>, 2019
1212
# MuSheng Chen <[email protected]>, 2019
13-
# makdon <[email protected]>, 2019
13+
# Makdon <[email protected]>, 2019
1414
# Freesand Leo <[email protected]>, 2019
1515
#
1616
#, fuzzy

library/bz2.po

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
# Translators:
77
# Zombie110year <[email protected]>, 2019
88
# Dingyuan Wang <[email protected]>, 2019
9-
# Freesand Leo <[email protected]>, 2019
109
# sgqy <[email protected]>, 2019
10+
# Freesand Leo <[email protected]>, 2020
1111
#
1212
#, fuzzy
1313
msgid ""
@@ -16,7 +16,7 @@ msgstr ""
1616
"Report-Msgid-Bugs-To: \n"
1717
"POT-Creation-Date: 2020-01-01 12:19+0000\n"
1818
"PO-Revision-Date: 2017-02-16 19:36+0000\n"
19-
"Last-Translator: sgqy <sgqyzh@gmail.com>, 2019\n"
19+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2020\n"
2020
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2121
"MIME-Version: 1.0\n"
2222
"Content-Type: text/plain; charset=UTF-8\n"
@@ -108,18 +108,23 @@ msgid ""
108108
"this case, the *encoding*, *errors* and *newline* arguments must not be "
109109
"provided."
110110
msgstr ""
111+
"对于二进制模式,这个函数等价于 :class:`BZ2File` 构造器: ``BZ2File(filename, mode, "
112+
"compresslevel=compresslevel)``。 在这种情况下,不可提供 *encoding*, *errors* 和 *newline*"
113+
" 参数。"
111114

112115
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/bz2.rst:55
113116
msgid ""
114117
"For text mode, a :class:`BZ2File` object is created, and wrapped in an "
115118
":class:`io.TextIOWrapper` instance with the specified encoding, error "
116119
"handling behavior, and line ending(s)."
117120
msgstr ""
121+
"对于文本模式,将会创建一个 :class:`BZ2File` 对象,并将它包装到一个 :class:`io.TextIOWrapper` "
122+
"实例中,此实例带有指定的编码格式、错误处理行为和行结束符。"
118123

119124
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/bz2.rst:61
120125
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/bz2.rst:131
121126
msgid "The ``'x'`` (exclusive creation) mode was added."
122-
msgstr "添加了 ``'x'`` (仅创建) 模式。"
127+
msgstr "添加了 ``'x'`` (单独创建) 模式。"
123128

124129
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/bz2.rst:64
125130
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/bz2.rst:138
@@ -136,6 +141,8 @@ msgid ""
136141
"file directly. Otherwise, *filename* should be a :term:`file object`, which "
137142
"will be used to read or write the compressed data."
138143
msgstr ""
144+
"如果 *filename* 是一个 :class:`str` 或 :class:`bytes` 对象,则打开名称对应的文件目录。 "
145+
"否则的话,*filename* 应当是一个 :term:`file object`,它将被用来读取或写入压缩数据。"
139146

140147
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/bz2.rst:76
141148
msgid ""
@@ -144,30 +151,34 @@ msgid ""
144151
"These can equivalently be given as ``'rb'``, ``'wb'``, ``'xb'`` and ``'ab'``"
145152
" respectively."
146153
msgstr ""
154+
"*mode* 参数可以是表示读取的 ``'r'`` (默认值),表示覆写的 ``'w'``,表示单独创建的 ``'x'``,或表示添加的 "
155+
"``'a'``。 这些模式还可别以 ``'rb'``, ``'wb'``, ``'xb'`` 和 ``'ab'`` 的等价形式给出。"
147156

148157
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/bz2.rst:81
149158
msgid ""
150159
"If *filename* is a file object (rather than an actual file name), a mode of "
151160
"``'w'`` does not truncate the file, and is instead equivalent to ``'a'``."
152-
msgstr ""
161+
msgstr "如果 *filename* 是一个文件对象(而不是实际的文件名),则 ``'w'`` 模式并不会截断文件,而是会等价于 ``'a'``。"
153162

154163
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/bz2.rst:84
155164
msgid ""
156165
"The *buffering* argument is ignored. Its use is deprecated since Python 3.0."
157-
msgstr ""
166+
msgstr "*buffering* 参数会被忽略。 从 Python 3.0 开始它已被弃用。"
158167

159168
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/bz2.rst:86
160169
msgid ""
161170
"If *mode* is ``'w'`` or ``'a'``, *compresslevel* can be an integer between "
162171
"``1`` and ``9`` specifying the level of compression: ``1`` produces the "
163172
"least compression, and ``9`` (default) produces the most compression."
164173
msgstr ""
174+
"如果 *mode* 为 ``'w'`` 或 ``'a'``,则 *compresslevel* 可以是 ``1`` 到 ``9`` "
175+
"之间的整数,用于指定压缩等级: ``1`` 产生最低压缩率,而 ``9`` (默认值) 产生最高压缩率。"
165176

166177
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/bz2.rst:90
167178
msgid ""
168179
"If *mode* is ``'r'``, the input file may be the concatenation of multiple "
169180
"compressed streams."
170-
msgstr ""
181+
msgstr "如果 *mode* 为 ``'r'``,则输入文件可以为多个压缩流的拼接。"
171182

172183
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/bz2.rst:93
173184
msgid ""

library/functools.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# akira asura <[email protected]>, 2019
1010
# zkonge <[email protected]>, 2019
1111
# MustAndy <[email protected]>, 2019
12-
# makdon <[email protected]>, 2019
12+
# Makdon <[email protected]>, 2019
1313
# MuSheng Chen <[email protected]>, 2019
1414
# Freesand Leo <[email protected]>, 2019
1515
#

library/gc.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# Translators:
77
# zkonge <[email protected]>, 2019
8-
# makdon <[email protected]>, 2019
8+
# Makdon <[email protected]>, 2019
99
# Freesand Leo <[email protected]>, 2019
1010
#
1111
#, fuzzy

library/gzip.po

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ msgstr ""
9797
msgid ""
9898
"The *compresslevel* argument is an integer from 0 to 9, as for the "
9999
":class:`GzipFile` constructor."
100-
msgstr " *compresslevel* 参数是一个用于 :class:`GzipFile` 构造器的从 0 到9的整数。"
100+
msgstr " *compresslevel* 参数是一个用于 :class:`GzipFile` 构造器的从 0 到 9 的整数。"
101101

102102
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/gzip.rst:44
103103
msgid ""
@@ -148,8 +148,8 @@ msgid ""
148148
" method. At least one of *fileobj* and *filename* must be given a non-"
149149
"trivial value."
150150
msgstr ""
151-
" :class:`GzipFile` 类的构造器支持 :meth:`truncate` 的异常,与:term:`file object` "
152-
"的大多数方法非常相似。*fileobj* 和*filename* 至少有一个不为空。"
151+
":class:`GzipFile` 类的构造器支持 :meth:`truncate` 的异常,与 :term:`file object` "
152+
"的大多数方法非常相似。*fileobj* 和 *filename* 至少有一个不为空。"
153153

154154
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/gzip.rst:77
155155
msgid ""
@@ -180,8 +180,8 @@ msgid ""
180180
"be read or written. The default is the mode of *fileobj* if discernible; "
181181
"otherwise, the default is ``'rb'``."
182182
msgstr ""
183-
" *mode* 可以是``'r'``, ``'rb'``, ``'a'``, ``'ab'``, ``'w'``, ``'wb'``, ``'x'``,"
184-
" 或者 ``'xb'``,选择哪个取决于是读文件还是写文件。如果可以分辨是,默认的模式是 *fileobj*,否则为 ``'rb'``。"
183+
"*mode* 可以是``'r'``, ``'rb'``, ``'a'``, ``'ab'``, ``'w'``, ``'wb'``, ``'x'``, "
184+
"或者 ``'xb'``,选择哪个取决于是读文件还是写文件。如果可以分辨是,默认的模式是 *fileobj*,否则为 ``'rb'``。"
185185

186186
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/gzip.rst:93
187187
msgid ""
@@ -199,7 +199,7 @@ msgid ""
199199
"compression, and ``9`` is slowest and produces the most compression. ``0`` "
200200
"is no compression. The default is ``9``."
201201
msgstr ""
202-
"*compresslevel* 参数是一个从 ``0`` to ``9`` 的整数,用于控制压缩等级;``1`` 最快但压缩比例最小,``9`` "
202+
"*compresslevel* 参数是一个从 ``0`` ``9`` 的整数,用于控制压缩等级;``1`` 最快但压缩比例最小,``9`` "
203203
"最慢但压缩比例最大。 ``0`` 不压缩。默认为 ``9``。"
204204

205205
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/gzip.rst:102
@@ -209,7 +209,7 @@ msgid ""
209209
" be provided in compression mode. If omitted or ``None``, the current time "
210210
"is used. See the :attr:`mtime` attribute for more details."
211211
msgstr ""
212-
" *mtime* 参数是一个可选的数字时间戳用于写入流的最后修改字段,。*mtime* 只在压缩模式中使用。如果省略或者值为 "
212+
"*mtime* 参数是一个可选的数字时间戳用于写入流的最后修改字段,。*mtime* 只在压缩模式中使用。如果省略或者值为 "
213213
"``None``,则使用当前时间。更多细节,详见 :attr:`mtime` 属性。"
214214

215215
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/gzip.rst:107
@@ -392,4 +392,4 @@ msgstr "解压缩给定的文件。"
392392

393393
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/gzip.rst:261
394394
msgid "Show the help message."
395-
msgstr ""
395+
msgstr "显示帮助消息。"

library/inspect.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Shengjing Zhu <[email protected]>, 2018
99
# Vegetables <[email protected]>, 2019
1010
# ruoyu zhang <[email protected]>, 2019
11-
# makdon <[email protected]>, 2019
11+
# Makdon <[email protected]>, 2019
1212
# ppcfish <[email protected]>, 2019
1313
# Freesand Leo <[email protected]>, 2020
1414
#

library/json.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,7 @@ msgstr ""
936936

937937
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/json.rst:743
938938
msgid "Show the help message."
939-
msgstr ""
939+
msgstr "显示帮助消息。"
940940

941941
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/json.rst:747
942942
msgid "Footnotes"

library/operator.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Pandaaaa906 <[email protected]>, 2019
99
# walkinrain <[email protected]>, 2019
1010
# ruoyu zhang <[email protected]>, 2019
11-
# makdon <[email protected]>, 2019
11+
# Makdon <[email protected]>, 2019
1212
# Shengjing Zhu <[email protected]>, 2019
1313
# ppcfish <[email protected]>, 2019
1414
# Freesand Leo <[email protected]>, 2019

0 commit comments

Comments
 (0)