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

Skip to content

Commit 619f960

Browse files
committed
[po] auto sync bot
1 parent 196dc6e commit 619f960

4 files changed

Lines changed: 34 additions & 20 deletions

File tree

c-api/bytearray.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
#
66
# Translators:
77
# 刘士 <[email protected]>, 2018
8-
# Pandaaaa906 <[email protected]>, 2019
98
# Freesand Leo <[email protected]>, 2019
9+
# Pandaaaa906 <[email protected]>, 2019
1010
#
1111
#, fuzzy
1212
msgid ""
@@ -15,7 +15,7 @@ msgstr ""
1515
"Report-Msgid-Bugs-To: \n"
1616
"POT-Creation-Date: 2019-01-01 10:14+0900\n"
1717
"PO-Revision-Date: 2017-02-16 17:33+0000\n"
18-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2019\n"
18+
"Last-Translator: Pandaaaa906 <ye.pandaaaa906@gmail.com>, 2019\n"
1919
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2020
"MIME-Version: 1.0\n"
2121
"Content-Type: text/plain; charset=UTF-8\n"
@@ -85,7 +85,7 @@ msgstr "在检查*NULL*指针后返回*bytearray*的大小。"
8585
msgid ""
8686
"Return the contents of *bytearray* as a char array after checking for a "
8787
"*NULL* pointer. The returned array always has an extra null byte appended."
88-
msgstr ""
88+
msgstr "数组在检查*NULL*指针后以字符数组形式返回*bytearray*内容。返回的字符数组结尾总是加上额外的空字节。"
8989

9090
#: ../../c-api/bytearray.rst:73
9191
msgid "Resize the internal buffer of *bytearray* to *len*."
@@ -97,12 +97,12 @@ msgstr "宏"
9797

9898
#: ../../c-api/bytearray.rst:78
9999
msgid "These macros trade safety for speed and they don't check pointers."
100-
msgstr ""
100+
msgstr "这些宏减低安全性以换取性能,它们不检查指针。"
101101

102102
#: ../../c-api/bytearray.rst:82
103103
msgid "Macro version of :c:func:`PyByteArray_AsString`."
104-
msgstr ""
104+
msgstr "C函数:c:func:`PyByteArray_AsString`的宏版本。"
105105

106106
#: ../../c-api/bytearray.rst:87
107107
msgid "Macro version of :c:func:`PyByteArray_Size`."
108-
msgstr ""
108+
msgstr "C函数:c:func:`PyByteArray_Size`的宏版本。"

c-api/complex.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Pandaaaa906 <[email protected]>, 2019
87
# Freesand Leo <[email protected]>, 2019
8+
# Pandaaaa906 <[email protected]>, 2019
99
#
1010
#, fuzzy
1111
msgid ""
@@ -14,7 +14,7 @@ msgstr ""
1414
"Report-Msgid-Bugs-To: \n"
1515
"POT-Creation-Date: 2019-01-01 10:14+0900\n"
1616
"PO-Revision-Date: 2017-02-16 17:34+0000\n"
17-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2019\n"
17+
"Last-Translator: Pandaaaa906 <ye.pandaaaa906@gmail.com>, 2019\n"
1818
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=UTF-8\n"
@@ -165,5 +165,5 @@ msgid ""
165165
"method, this method will first be called to convert *op* to a Python complex"
166166
" number object. Upon failure, this method returns ``-1.0`` as a real value."
167167
msgstr ""
168-
"如果 *op* 不是一个Python复数对象,但是有一个 :meth:`__complex__` 方法,这个方法会首先被调用作转换 *op* "
169-
"成为一个Python复数对象。失败时,此方法返回 ``-1.0`` 作为实数值。"
168+
"如果 *op* 不是一个Python复数对象,但是有一个 :meth:`__complex__` 方法,这个方法会首先被调用,将 *op* "
169+
"转换成为一个Python复数对象。失败时,此方法返回 ``-1.0`` 作为实数值。"

c-api/dict.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
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
#
66
# Translators:
7+
# Pandaaaa906 <[email protected]>, 2018
78
# ww song <[email protected]>, 2018
89
# SKY H. <[email protected]>, 2018
910
#
@@ -12,7 +13,7 @@ msgid ""
1213
msgstr ""
1314
"Project-Id-Version: Python 3.7\n"
1415
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2018-12-19 10:06+0900\n"
16+
"POT-Creation-Date: 2019-01-01 10:14+0900\n"
1617
"PO-Revision-Date: 2017-02-16 17:35+0000\n"
1718
"Last-Translator: SKY H. <[email protected]>, 2018\n"
1819
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -29,7 +30,7 @@ msgstr "字典对象"
2930
#: ../../c-api/dict.rst:13
3031
msgid ""
3132
"This subtype of :c:type:`PyObject` represents a Python dictionary object."
32-
msgstr " Python 的字典对象是 :c:type:`PyObject` 的子类型。"
33+
msgstr "这个C类型:c:type:`PyObject`的子类型代表一个Python字典对象。"
3334

3435
#: ../../c-api/dict.rst:18
3536
msgid ""

c-api/float.po

Lines changed: 20 additions & 7 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+
# Pandaaaa906 <[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 17:35+0000\n"
16+
"Last-Translator: Pandaaaa906 <[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,42 +23,48 @@ msgstr ""
1923

2024
#: ../../c-api/float.rst:6
2125
msgid "Floating Point Objects"
22-
msgstr ""
26+
msgstr "浮点数对象"
2327

2428
#: ../../c-api/float.rst:13
2529
msgid ""
2630
"This subtype of :c:type:`PyObject` represents a Python floating point "
2731
"object."
28-
msgstr ""
32+
msgstr "这个C类型:c:type:`PyObject`的子类型代表一个Python浮点数对象。"
2933

3034
#: ../../c-api/float.rst:18
3135
msgid ""
3236
"This instance of :c:type:`PyTypeObject` represents the Python floating point"
3337
" type. This is the same object as :class:`float` in the Python layer."
3438
msgstr ""
39+
"这是个属于C类型 :c:type:`PyTypeObject` 的代表Python浮点类型的实例。在Python层面的类型 :class:`float`"
40+
" 是同一个对象。"
3541

3642
#: ../../c-api/float.rst:24
3743
msgid ""
3844
"Return true if its argument is a :c:type:`PyFloatObject` or a subtype of "
3945
":c:type:`PyFloatObject`."
4046
msgstr ""
47+
"当他的参数是一个C类型 :c:type:`PyFloatObject` 或者是C类型 :c:type:`PyFloatObject` "
48+
"的子类型时,返回真。"
4149

4250
#: ../../c-api/float.rst:30
4351
msgid ""
4452
"Return true if its argument is a :c:type:`PyFloatObject`, but not a subtype "
4553
"of :c:type:`PyFloatObject`."
4654
msgstr ""
55+
"当他的参数是一个C类型 :c:type:`PyFloatObject` 但不是C类型 :c:type:`PyFloatObject` "
56+
"的子类型时,返回真。"
4757

4858
#: ../../c-api/float.rst:36
4959
msgid ""
5060
"Create a :c:type:`PyFloatObject` object based on the string value in *str*, "
5161
"or *NULL* on failure."
52-
msgstr ""
62+
msgstr "根据字符串 *str* 的值,创建一个C类型 :c:type:`PyFloatObject` 对象,失败时返回 *NULL* 。"
5363

5464
#: ../../c-api/float.rst:42
5565
msgid ""
5666
"Create a :c:type:`PyFloatObject` object from *v*, or *NULL* on failure."
57-
msgstr ""
67+
msgstr "根据 *v* 创建一个C类型 :c:type:`PyFloatObject` 对象,失败时返回 *NULL* 。"
5868

5969
#: ../../c-api/float.rst:47
6070
msgid ""
@@ -64,6 +74,9 @@ msgid ""
6474
" This method returns ``-1.0`` upon failure, so one should call "
6575
":c:func:`PyErr_Occurred` to check for errors."
6676
msgstr ""
77+
"返回一个代表 *pyfloat* 内容的C类型 :c:type:`double` 。如果 *float* 不是一个Python浮点数对象,但是包含 "
78+
":meth:`__float__` 方法,这个方法会首先被调用,将 *pyfloat* 转换成一个浮点数。失败时这个方法返回 ``-1.0`` "
79+
",所以应该调用C函数 :c:func:`PyErr_Occurred` 检查错误。"
6780

6881
#: ../../c-api/float.rst:56
6982
msgid ""

0 commit comments

Comments
 (0)