9
9
msgstr ""
10
10
"Project-Id-Version : Python 3.10\n "
11
11
"Report-Msgid-Bugs-To : \n "
12
- "POT-Creation-Date : 2022-10-06 00:23 +0000\n "
12
+ "POT-Creation-Date : 2022-10-07 00:27 +0000\n "
13
13
"PO-Revision-Date : 2018-05-23 14:08+0000\n "
14
14
"Last-Translator : Adrian Liaw <adrianliaw2000@gmail.com>\n "
15
15
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -40,8 +40,8 @@ msgstr ""
40
40
41
41
#: ../../c-api/unicode.rst:20
42
42
msgid ""
43
- ":c:type :`Py_UNICODE*` and UTF-8 representations are created on demand and "
44
- "cached in the Unicode object. The :c:type :`Py_UNICODE*` representation is "
43
+ ":c:expr :`Py_UNICODE*` and UTF-8 representations are created on demand and "
44
+ "cached in the Unicode object. The :c:expr :`Py_UNICODE*` representation is "
45
45
"deprecated and inefficient."
46
46
msgstr ""
47
47
@@ -61,7 +61,7 @@ msgstr ""
61
61
#: ../../c-api/unicode.rst:31
62
62
msgid ""
63
63
"\" legacy\" Unicode objects have been created through one of the deprecated "
64
- "APIs (typically :c:func:`PyUnicode_FromUnicode`) and only bear the :c:type :"
64
+ "APIs (typically :c:func:`PyUnicode_FromUnicode`) and only bear the :c:expr :"
65
65
"`Py_UNICODE*` representation; you will have to call :c:func:"
66
66
"`PyUnicode_READY` on them before calling any other API."
67
67
msgstr ""
@@ -242,7 +242,7 @@ msgid ""
242
242
"The returned buffer is always terminated with an extra null code point. It "
243
243
"may also contain embedded null code points, which would cause the string to "
244
244
"be truncated when used in most C functions. The ``AS_DATA`` form casts the "
245
- "pointer to :c:type :`const char *`. The *o* argument has to be a Unicode "
245
+ "pointer to :c:expr :`const char *`. The *o* argument has to be a Unicode "
246
246
"object (not checked)."
247
247
msgstr ""
248
248
@@ -895,7 +895,7 @@ msgstr ""
895
895
#: ../../c-api/unicode.rst:708
896
896
msgid ""
897
897
"Return a read-only pointer to the Unicode object's internal :c:type:"
898
- "`Py_UNICODE` buffer, or ``NULL`` on error. This will create the :c:type :"
898
+ "`Py_UNICODE` buffer, or ``NULL`` on error. This will create the :c:expr :"
899
899
"`Py_UNICODE*` representation of the object if it is not yet available. The "
900
900
"buffer is always terminated with an extra null code point. Note that the "
901
901
"resulting :c:type:`Py_UNICODE` string may also contain embedded null code "
@@ -927,7 +927,7 @@ msgstr ""
927
927
msgid ""
928
928
"Like :c:func:`PyUnicode_AsUnicode`, but also saves the :c:func:`Py_UNICODE` "
929
929
"array length (excluding the extra null terminator) in *size*. Note that the "
930
- "resulting :c:type :`Py_UNICODE*` string may contain embedded null code "
930
+ "resulting :c:expr :`Py_UNICODE*` string may contain embedded null code "
931
931
"points, which would cause the string to be truncated when used in most C "
932
932
"functions."
933
933
msgstr ""
0 commit comments