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

Skip to content

Commit a2f104e

Browse files
committed
[po] auto sync bot
1 parent 3a65343 commit a2f104e

3 files changed

Lines changed: 24 additions & 12 deletions

File tree

howto/descriptor.po

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,21 @@
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+
# Yinuo Huang <[email protected]>, 2018
9+
# Fei Yin <[email protected]>, 2018
10+
# Junkai Shao <[email protected]>, 2018
11+
# Freesand Leo <[email protected]>, 2018
12+
#
613
#, fuzzy
714
msgid ""
815
msgstr ""
916
"Project-Id-Version: Python 3.7\n"
1017
"Report-Msgid-Bugs-To: \n"
1118
"POT-Creation-Date: 2018-09-15 09:11+0900\n"
12-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13-
"Last-Translator: Junkai Shao <skaifun.dev@gmail.com>, 2018\n"
19+
"PO-Revision-Date: 2017-02-16 17:44+0000\n"
20+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2018\n"
1421
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1522
"MIME-Version: 1.0\n"
1623
"Content-Type: text/plain; charset=UTF-8\n"
@@ -147,7 +154,7 @@ msgstr ""
147154

148155
#: ../../howto/descriptor.rst:79
149156
msgid "Invoking Descriptors"
150-
msgstr ""
157+
msgstr "发起调用描述符"
151158

152159
#: ../../howto/descriptor.rst:81
153160
msgid ""

library/sunau.po

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,20 @@ msgstr ""
2626

2727
#: ../../library/sunau.rst:2
2828
msgid ":mod:`sunau` --- Read and write Sun AU files"
29-
msgstr ""
29+
msgstr ":mod:`sunau` --- 读写 Sun AU 文件"
3030

3131
#: ../../library/sunau.rst:9
3232
msgid "**Source code:** :source:`Lib/sunau.py`"
33-
msgstr ""
33+
msgstr "**源代码:** :source:`Lib/sunau.py`"
3434

3535
#: ../../library/sunau.rst:13
3636
msgid ""
3737
"The :mod:`sunau` module provides a convenient interface to the Sun AU sound "
3838
"format. Note that this module is interface-compatible with the modules "
3939
":mod:`aifc` and :mod:`wave`."
4040
msgstr ""
41+
":mod:`sunau` 模拟提供了一个处理 Sun AU 声音格式的便利接口。请注意此模块与 :mod:`aifc` 和 :mod:`wave` "
42+
"是兼容接口的。"
4143

4244
#: ../../library/sunau.rst:17
4345
msgid ""
@@ -133,15 +135,15 @@ msgstr "``'r'``"
133135

134136
#: ../../library/sunau.rst:51
135137
msgid "Read only mode."
136-
msgstr "只读。"
138+
msgstr "只读模式。"
137139

138140
#: ../../library/sunau.rst:54
139141
msgid "``'w'``"
140142
msgstr "``'w'``"
141143

142144
#: ../../library/sunau.rst:54
143145
msgid "Write only mode."
144-
msgstr "只写。"
146+
msgstr "只写模式。"
145147

146148
#: ../../library/sunau.rst:56
147149
msgid "Note that it does not allow read/write files."
@@ -155,7 +157,7 @@ msgstr ""
155157

156158
#: ../../library/sunau.rst:64
157159
msgid "A synonym for :func:`.open`, maintained for backwards compatibility."
158-
msgstr "同:func:`.open`,用于向后兼容。"
160+
msgstr "同 :func:`.open`用于向后兼容。"
159161

160162
#: ../../library/sunau.rst:69
161163
msgid "The :mod:`sunau` module defines the following exception:"
@@ -280,7 +282,7 @@ msgstr ""
280282

281283
#: ../../library/sunau.rst:193
282284
msgid "Returns ``None``."
283-
msgstr "返回``None``."
285+
msgstr "返回 ``None``"
284286

285287
#: ../../library/sunau.rst:198
286288
msgid "Raise an error."
@@ -339,15 +341,15 @@ msgstr ""
339341

340342
#: ../../library/sunau.rst:254
341343
msgid "Write audio frames, without correcting *nframes*."
342-
msgstr "写入音频数据但不更新*nframes*。"
344+
msgstr "写入音频数据但不更新 *nframes*。"
343345

344346
#: ../../library/sunau.rst:256 ../../library/sunau.rst:264
345347
msgid "Any :term:`bytes-like object` is now accepted."
346348
msgstr ""
347349

348350
#: ../../library/sunau.rst:262
349351
msgid "Write audio frames and make sure *nframes* is correct."
350-
msgstr "写入音频数据并更新*nframes*。"
352+
msgstr "写入音频数据并更新 *nframes*。"
351353

352354
#: ../../library/sunau.rst:270
353355
msgid "Make sure *nframes* is correct, and close the file."

reference/datamodel.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2255,10 +2255,13 @@ msgid ""
22552255
"argument (for example, CPython sets this attribute for unbound methods that "
22562256
"are implemented in C)."
22572257
msgstr ""
2258+
"属性 :attr:`__objclass__` 会被 :mod:`inspect` "
2259+
"模块解读为指定此对象定义所在的类(正确设置此属性有助于动态类属性的运行时内省)。对于可调用对象来说,它可以指明预期或要求提供一个特定类型(或子类)的实例作为第一个位置参数(例如,CPython"
2260+
" 会为实现于 C 中的未绑定方法设置此属性)。"
22582261

22592262
#: ../../reference/datamodel.rst:1658
22602263
msgid "Invoking Descriptors"
2261-
msgstr ""
2264+
msgstr "发起调用描述符"
22622265

22632266
#: ../../reference/datamodel.rst:1660
22642267
msgid ""

0 commit comments

Comments
 (0)