@@ -16,10 +16,10 @@ msgid ""
1616msgstr ""
1717"Project-Id-Version :Python 3.7\n "
1818"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 "
2020"PO-Revision-Date :2019-09-01 03:41+0000\n "
2121"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 "
2323"MIME-Version :1.0\n "
2424"Content-Type :text/plain; charset=UTF-8\n "
2525"Content-Transfer-Encoding :8bit\n "
@@ -91,6 +91,8 @@ msgid ""
9191"characters of 32 bits, 16 bits and 8 bits, respectively. When dealing with "
9292"single Unicode characters, use :c:type:`Py_UCS4`."
9393msgstr ""
94+ "这些类型是无符号整数类型的类型定义,其宽度足以分别包含 32 位、16 位和 8 位字符。 当需要处理单个 Unicode 字符时,请使用 "
95+ ":c:type:`Py_UCS4`。"
9496
9597#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/unicode.rst:57
9698msgid ""
@@ -111,6 +113,9 @@ msgid ""
111113"almost all cases, they shouldn't be used directly, since all API functions "
112114"that deal with Unicode objects take and return :c:type:`PyObject` pointers."
113115msgstr ""
116+ "这些关于 :c:type:`PyObject` 的子类型表示了一个 Python Unicode "
117+ "对象。在几乎所有情形下,它们不应该被直接使用,因为所有处理 Unicode 对象的 API 函数都采用并返回 :c:type:`PyObject` "
118+ "类型的指针。"
114119
115120#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/unicode.rst:79
116121msgid ""