1010# cdarlint <[email protected] >, 20201111# QR Wang <[email protected] >, 2020121213- # Freesand Leo <[email protected] >, 20201413# dannyvi <[email protected] >, 20201514# taotieren <[email protected] >, 20201615# Naisen Xu <[email protected] >, 202016+ # Freesand Leo <[email protected] >, 20201717#
1818#, fuzzy
1919msgid ""
@@ -22,7 +22,7 @@ msgstr ""
2222"Report-Msgid-Bugs-To : \n "
2323"POT-Creation-Date : 2020-08-20 14:53+0000\n "
2424"PO-Revision-Date : 2020-05-30 11:47+0000\n "
25- "Last-Translator : Naisen Xu <723648649@qq .com>, 2020\n "
25+ "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2020\n "
2626"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2727"MIME-Version : 1.0\n "
2828"Content-Type : text/plain; charset=UTF-8\n "
@@ -293,6 +293,8 @@ msgid ""
293293"attempting any conversion. Raises :exc:`TypeError` if the object is not a "
294294"bytes object. The C variable may also be declared as :c:type:`PyObject*`."
295295msgstr ""
296+ "要求 Python 对象为 :class:`bytes` 对象,不尝试进行任何转换。 如果该对象不为 bytes 对象则会引发 "
297+ ":exc:`TypeError`。 C 变量也可被声明为 :c:type:`PyObject*` 类型。"
296298
297299#: ../../c-api/arg.rst:139
298300msgid "``Y`` (:class:`bytearray`) [PyByteArrayObject \\ *]"
@@ -305,6 +307,8 @@ msgid ""
305307":class:`bytearray` object. The C variable may also be declared as "
306308":c:type:`PyObject*`."
307309msgstr ""
310+ "要求 Python 对象为 :class:`bytearray` 对象,不尝试进行任何转换。 如果该对象不为 :class:`bytearray` "
311+ "对象则会引发 :exc:`TypeError`。 C 变量也可被声明为 :c:type:`PyObject*` 类型。"
308312
309313#: ../../c-api/arg.rst:156
310314msgid "``u`` (:class:`str`) [const Py_UNICODE \\ *]"
@@ -384,6 +388,8 @@ msgid ""
384388"conversion. Raises :exc:`TypeError` if the object is not a Unicode object."
385389" The C variable may also be declared as :c:type:`PyObject*`."
386390msgstr ""
391+ "要求 Python 对象为 Unicode 对象,不尝试进行任何转换。 如果该对象不为 Unicode 对象则会引发 :exc:`TypeError`。"
392+ " C 变量也可被声明为 :c:type:`PyObject*`。"
387393
388394#: ../../c-api/arg.rst:192
389395msgid "``w*`` (read-write :term:`bytes-like object`) [Py_buffer]"
0 commit comments