88# ppcfish <[email protected] >, 201999# Jiuh.star <[email protected] >, 2021101011- # Freesand Leo <[email protected] >, 20231211# Rafael Fontenelle <[email protected] >, 202412+ # Freesand Leo <[email protected] >, 20241313#
1414#, fuzzy
1515msgid ""
1616msgstr ""
1717"Project-Id-Version : Python 3.9\n "
1818"Report-Msgid-Bugs-To : \n "
19- "POT-Creation-Date : 2024-04-19 21:47 +0000\n "
19+ "POT-Creation-Date : 2024-04-26 21:29 +0000\n "
2020"PO-Revision-Date : 2017-02-16 17:39+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 "
@@ -1027,9 +1027,9 @@ msgid ""
10271027"``\" strict\" `` error handler if *errors* is ``NULL``. *str* must end with a"
10281028" null character but cannot contain embedded null characters."
10291029msgstr ""
1030- "解码字符串在 Android 和 VxWorks 上使用 UTF-8,在其他平台上则使用当前语言区域编码格式。 支持的错误处理句柄有 "
1030+ "解码字符串在 Android 和 VxWorks 上使用 UTF-8,在其他平台上则使用当前语言区域编码格式。 支持的错误处理器有 "
10311031"``\" strict\" `` 和 ``\" surrogateescape\" `` (:pep:`383`)。 如果 *errors* 为 "
1032- "``NULL`` 则解码器将使用 ``\" strict\" `` 错误处理句柄 。 *str* 必须以一个空字符结束但不可包含嵌入的空字符。"
1032+ "``NULL`` 则解码器将使用 ``\" strict\" `` 错误处理器 。 *str* 必须以一个空字符结束但不可包含嵌入的空字符。"
10331033
10341034#: ../../c-api/unicode.rst:801
10351035msgid ""
@@ -1053,7 +1053,7 @@ msgid ""
10531053":c:func:`Py_DecodeLocale` was used for the ``surrogateescape``, and the "
10541054"current locale encoding was used for ``strict``."
10551055msgstr ""
1056- "此函数现在也会为 ``surrogateescape`` 错误处理句柄使用当前语言区域编码格式 ,但在 Android 上例外。 "
1056+ "此函数现在也会为 ``surrogateescape`` 错误处理器使用当前语言区域编码格式 ,但在 Android 上例外。 "
10571057"在之前版本中,:c:func:`Py_DecodeLocale` 将被用于 ``surrogateescape``,而当前语言区域编码格式将被用于 "
10581058"``strict``。"
10591059
@@ -1071,9 +1071,9 @@ msgid ""
10711071"``\" strict\" `` error handler if *errors* is ``NULL``. Return a "
10721072":class:`bytes` object. *unicode* cannot contain embedded null characters."
10731073msgstr ""
1074- "编码 Unicode 对象在 Android 和 VxWorks 上使用 UTF-8,在其他平台上使用当前语言区域编码格式。 支持的错误处理句柄有 "
1074+ "编码 Unicode 对象在 Android 和 VxWorks 上使用 UTF-8,在其他平台上使用当前语言区域编码格式。 支持的错误处理器有 "
10751075"``\" strict\" `` 和 ``\" surrogateescape\" `` (:pep:`383`)。 如果 *errors* 为 "
1076- "``NULL`` 则编码器将使用 ``\" strict\" `` 错误处理句柄 。 返回一个 :class:`bytes` 对象。 *unicode* "
1076+ "``NULL`` 则编码器将使用 ``\" strict\" `` 错误处理器 。 返回一个 :class:`bytes` 对象。 *unicode* "
10771077"不可包含嵌入的空字符。"
10781078
10791079#: ../../c-api/unicode.rst:837
@@ -1094,7 +1094,7 @@ msgid ""
10941094":c:func:`Py_EncodeLocale` was used for the ``surrogateescape``, and the "
10951095"current locale encoding was used for ``strict``."
10961096msgstr ""
1097- "此函数现在也会为 ``surrogateescape`` 错误处理句柄使用当前语言区域编码格式 ,但在 Android 上例外。 "
1097+ "此函数现在也会为 ``surrogateescape`` 错误处理器使用当前语言区域编码格式 ,但在 Android 上例外。 "
10981098"在之前版本中,:c:func:`Py_EncodeLocale` 将被用于 ``surrogateescape``,而当前语言区域编码格式将被用于 "
10991099"``strict``。"
11001100
0 commit comments