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

Skip to content

Commit 5cd3012

Browse files
committed
[po] auto sync bot
1 parent 272d24e commit 5cd3012

3 files changed

Lines changed: 3890 additions & 3861 deletions

File tree

c-api/bytearray.po

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# Translators:
77
# 刘士 <[email protected]>, 2018
88
# Pandaaaa906 <[email protected]>, 2019
9+
# Freesand Leo <[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 17:33+0000\n"
17-
"Last-Translator: Pandaaaa906 <ye.pandaaaa906@gmail.com>, 2019\n"
18+
"Last-Translator: Freesand Leo <yuqinju@163.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"
@@ -29,7 +30,7 @@ msgstr "字节数组对象"
2930
#: ../../c-api/bytearray.rst:13
3031
msgid ""
3132
"This subtype of :c:type:`PyObject` represents a Python bytearray object."
32-
msgstr "此子类型::c:type:`PyObject` 表示一个 Python bytearray 对象。"
33+
msgstr "这个 :c:type:`PyObject` 的子类型表示一个 Python 字节数组对象。"
3334

3435
#: ../../c-api/bytearray.rst:18
3536
msgid ""
@@ -47,29 +48,29 @@ msgstr "类型检查宏"
4748
msgid ""
4849
"Return true if the object *o* is a bytearray object or an instance of a "
4950
"subtype of the bytearray type."
50-
msgstr "当对象*o*是一个字节数组对象而且是一个字节数组类型的子类型实例时,返回真。"
51+
msgstr "当对象 *o* 是一个字节数组对象而且是一个字节数组类型的子类型实例时,返回真。"
5152

5253
#: ../../c-api/bytearray.rst:33
5354
msgid ""
5455
"Return true if the object *o* is a bytearray object, but not an instance of "
5556
"a subtype of the bytearray type."
56-
msgstr "当对象*o*是一个字节数组对象,但不是一个字节数组类型的子类型实例时,返回真。"
57+
msgstr "当对象 *o* 是一个字节数组对象,但不是一个字节数组类型的子类型实例时,返回真。"
5758

5859
#: ../../c-api/bytearray.rst:38
5960
msgid "Direct API functions"
60-
msgstr ""
61+
msgstr "直接 API 函数"
6162

6263
#: ../../c-api/bytearray.rst:42
6364
msgid ""
6465
"Return a new bytearray object from any object, *o*, that implements the "
6566
":ref:`buffer protocol <bufferobjects>`."
66-
msgstr "根据任何实现了:ref:`缓冲区协议<bufferobjects>`的对象,*o*,返回一个新的字节数组对象。"
67+
msgstr "根据任何实现了 :ref:`缓冲区协议<bufferobjects>` 的对象,*o*,返回一个新的字节数组对象。"
6768

6869
#: ../../c-api/bytearray.rst:50
6970
msgid ""
7071
"Create a new bytearray object from *string* and its length, *len*. On "
7172
"failure, *NULL* is returned."
72-
msgstr "根据*string*和它的长度*len*生成一个字节数组对象。当失败时,返回*NULL*。"
73+
msgstr "根据 *string* 和它的长度 *len* 生成一个字节数组对象。当失败时,返回 *NULL*。"
7374

7475
#: ../../c-api/bytearray.rst:56
7576
msgid ""
@@ -88,7 +89,7 @@ msgstr ""
8889

8990
#: ../../c-api/bytearray.rst:73
9091
msgid "Resize the internal buffer of *bytearray* to *len*."
91-
msgstr "将*bytearray*的内部缓冲区的大小调整为*len*。"
92+
msgstr "将 *bytearray* 的内部缓冲区的大小调整为 *len*。"
9293

9394
#: ../../c-api/bytearray.rst:76
9495
msgid "Macros"

reference/simple_stmts.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -431,22 +431,22 @@ msgstr "该提议增加了 :mod:`typing` 模块以便为类型标注提供标准
431431

432432
#: ../../reference/simple_stmts.rst:373
433433
msgid "The :keyword:`!assert` statement"
434-
msgstr ""
434+
msgstr ":keyword:`!assert` 语句"
435435

436436
#: ../../reference/simple_stmts.rst:380
437437
msgid ""
438438
"Assert statements are a convenient way to insert debugging assertions into a"
439439
" program:"
440-
msgstr ""
440+
msgstr "assert 语句是在程序中插入调试性断言的简便方式:"
441441

442442
#: ../../reference/simple_stmts.rst:386
443443
msgid "The simple form, ``assert expression``, is equivalent to ::"
444-
msgstr ""
444+
msgstr "简单形式 ``assert expression`` 等价于 ::"
445445

446446
#: ../../reference/simple_stmts.rst:391
447447
msgid ""
448448
"The extended form, ``assert expression1, expression2``, is equivalent to ::"
449-
msgstr ""
449+
msgstr "扩展形式 ``assert expression1, expression2`` 等价于 ::"
450450

451451
#: ../../reference/simple_stmts.rst:400
452452
msgid ""

0 commit comments

Comments
 (0)