@@ -16,10 +16,10 @@ msgid ""
16
16
msgstr ""
17
17
"Project-Id-Version :Python 3.7\n "
18
18
"Report-Msgid-Bugs-To :\n "
19
- "POT-Creation-Date :2023-02-24 14:40 +0000\n "
19
+ "POT-Creation-Date :2023-06-09 16:38 +0000\n "
20
20
"PO-Revision-Date :2019-09-01 03:41+0000\n "
21
21
"Last-Translator :Freesand Leo <yuqinju@163.com>, 2023\n "
22
- "Language-Team :Chinese (China) (https://www .transifex.com/python-doc/teams/5390/zh_CN/)\n "
22
+ "Language-Team :Chinese (China) (https://app .transifex.com/python-doc/teams/5390/zh_CN/)\n "
23
23
"MIME-Version :1.0\n "
24
24
"Content-Type :text/plain; charset=UTF-8\n "
25
25
"Content-Transfer-Encoding :8bit\n "
@@ -91,6 +91,8 @@ msgid ""
91
91
"characters of 32 bits, 16 bits and 8 bits, respectively. When dealing with "
92
92
"single Unicode characters, use :c:type:`Py_UCS4`."
93
93
msgstr ""
94
+ "这些类型是无符号整数类型的类型定义,其宽度足以分别包含 32 位、16 位和 8 位字符。 当需要处理单个 Unicode 字符时,请使用 "
95
+ ":c:type:`Py_UCS4`。"
94
96
95
97
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/unicode.rst:57
96
98
msgid ""
@@ -111,6 +113,9 @@ msgid ""
111
113
"almost all cases, they shouldn't be used directly, since all API functions "
112
114
"that deal with Unicode objects take and return :c:type:`PyObject` pointers."
113
115
msgstr ""
116
+ "这些关于 :c:type:`PyObject` 的子类型表示了一个 Python Unicode "
117
+ "对象。在几乎所有情形下,它们不应该被直接使用,因为所有处理 Unicode 对象的 API 函数都采用并返回 :c:type:`PyObject` "
118
+ "类型的指针。"
114
119
115
120
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/unicode.rst:79
116
121
msgid ""