88# 1lin24 <[email protected] >, 202099# ppcfish <[email protected] >, 2020101011- # Freesand Leo <[email protected] >, 20231211# Rafael Fontenelle <[email protected] >, 202412+ # Freesand Leo <[email protected] >, 20241313#
1414#, fuzzy
1515msgid ""
@@ -18,7 +18,7 @@ msgstr ""
1818"Report-Msgid-Bugs-To : \n "
1919"POT-Creation-Date : 2024-04-26 23:55+0000\n "
2020"PO-Revision-Date : 2020-05-30 11:51+0000\n "
21- "Last-Translator : Rafael Fontenelle <rffontenelle@gmail .com>, 2024\n "
21+ "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2024\n "
2222"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 "
@@ -1019,9 +1019,9 @@ msgid ""
10191019"``\" strict\" `` error handler if *errors* is ``NULL``. *str* must end with a"
10201020" null character but cannot contain embedded null characters."
10211021msgstr ""
1022- "解码字符串在 Android 和 VxWorks 上使用 UTF-8,在其他平台上则使用当前语言区域编码格式。 支持的错误处理句柄有 "
1022+ "解码字符串在 Android 和 VxWorks 上使用 UTF-8,在其他平台上则使用当前语言区域编码格式。 支持的错误处理器有 "
10231023"``\" strict\" `` 和 ``\" surrogateescape\" `` (:pep:`383`)。 如果 *errors* 为 "
1024- "``NULL`` 则解码器将使用 ``\" strict\" `` 错误处理句柄 。 *str* 必须以一个空字符结束但不可包含嵌入的空字符。"
1024+ "``NULL`` 则解码器将使用 ``\" strict\" `` 错误处理器 。 *str* 必须以一个空字符结束但不可包含嵌入的空字符。"
10251025
10261026#: ../../c-api/unicode.rst:796
10271027msgid ""
@@ -1045,7 +1045,7 @@ msgid ""
10451045":c:func:`Py_DecodeLocale` was used for the ``surrogateescape``, and the "
10461046"current locale encoding was used for ``strict``."
10471047msgstr ""
1048- "此函数现在也会为 ``surrogateescape`` 错误处理句柄使用当前语言区域编码格式 ,但在 Android 上例外。 "
1048+ "此函数现在也会为 ``surrogateescape`` 错误处理器使用当前语言区域编码格式 ,但在 Android 上例外。 "
10491049"在之前版本中,:c:func:`Py_DecodeLocale` 将被用于 ``surrogateescape``,而当前语言区域编码格式将被用于 "
10501050"``strict``。"
10511051
@@ -1063,9 +1063,9 @@ msgid ""
10631063"``\" strict\" `` error handler if *errors* is ``NULL``. Return a "
10641064":class:`bytes` object. *unicode* cannot contain embedded null characters."
10651065msgstr ""
1066- "编码 Unicode 对象在 Android 和 VxWorks 上使用 UTF-8,在其他平台上使用当前语言区域编码格式。 支持的错误处理句柄有 "
1066+ "编码 Unicode 对象在 Android 和 VxWorks 上使用 UTF-8,在其他平台上使用当前语言区域编码格式。 支持的错误处理器有 "
10671067"``\" strict\" `` 和 ``\" surrogateescape\" `` (:pep:`383`)。 如果 *errors* 为 "
1068- "``NULL`` 则编码器将使用 ``\" strict\" `` 错误处理句柄 。 返回一个 :class:`bytes` 对象。 *unicode* "
1068+ "``NULL`` 则编码器将使用 ``\" strict\" `` 错误处理器 。 返回一个 :class:`bytes` 对象。 *unicode* "
10691069"不可包含嵌入的空字符。"
10701070
10711071#: ../../c-api/unicode.rst:832
@@ -1086,7 +1086,7 @@ msgid ""
10861086":c:func:`Py_EncodeLocale` was used for the ``surrogateescape``, and the "
10871087"current locale encoding was used for ``strict``."
10881088msgstr ""
1089- "此函数现在也会为 ``surrogateescape`` 错误处理句柄使用当前语言区域编码格式 ,但在 Android 上例外。 "
1089+ "此函数现在也会为 ``surrogateescape`` 错误处理器使用当前语言区域编码格式 ,但在 Android 上例外。 "
10901090"在之前版本中,:c:func:`Py_EncodeLocale` 将被用于 ``surrogateescape``,而当前语言区域编码格式将被用于 "
10911091"``strict``。"
10921092
0 commit comments