5
5
#
6
6
# Translators:
7
7
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
8
+ # Freesand Leo <yuqinju@163.com>, 2025
8
9
#
9
10
#, fuzzy
10
11
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
13
14
"Report-Msgid-Bugs-To : \n "
14
15
"POT-Creation-Date : 2025-07-25 15:00+0000\n "
15
16
"PO-Revision-Date : 2025-07-18 19:21+0000\n "
16
- "Last-Translator : Rafael Fontenelle <rffontenelle@gmail .com>, 2025\n "
17
+ "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2025\n "
17
18
"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
18
19
"MIME-Version : 1.0\n "
19
20
"Content-Type : text/plain; charset=UTF-8\n "
@@ -951,12 +952,12 @@ msgid ""
951
952
":token:`~float:complexvalue` production rule in the following grammar, after"
952
953
" parentheses and leading and trailing whitespace characters are removed:"
953
954
msgstr ""
954
- "如果该参数为字符串,则它必须包含一个实部(使用与 :func:`float` 相同的格式 )或一个虚部(使用相同的格式但带有 ``'j'`` 或 "
955
- "``'J'`` 后缀),或者同时包含实部和虚部(在此情况下虚部必须加上正负号)。 该字符串首尾可以选择加上空格和圆括号 ``'('`` and "
956
- "``')'``,它们将会被忽略。 该字符串的, which are ignored. The string must not contain "
957
- "whitespace between ``'+'``, ``'-'``, ``'j'`` 或 ``'J' `` 后缀以及十进制数字之间不可包含空格。 "
958
- "例如,``complex('1+2j')`` 是可以的,但 ``complex('1 + 2j')`` 则会引发 :exc:`ValueError`。 "
959
- "更准确地说,输入在移除圆括号以及开头和末尾的空格符之后,必须符合使用以下语法的 :token:`~float:complexvalue` 产生规则 :"
955
+ "如果该参数为字符串,则它必须包含一个实部(格式与 :func:`float` 接受格式相同 )或一个虚部(与实部格式相同但带有 ``'j'`` 或 "
956
+ "``'J'`` 后缀),或者同时包含实部和虚部(在此情况下虚部必须加上正负号)。 该字符串首尾可以被空白字符和圆括号 ``'('`` and "
957
+ "``')'`` 包裹,但它们会被忽略。 该字符串中的 ``'+'``, ``'-'``, ``'j'`` 或 ``'J'`` "
958
+ "后缀以及十进制数字之间不可存在空格。 例如,``complex('1+2j')`` 是可以的,但 ``complex('1 + 2j') `` 则会引发 "
959
+ ":exc:`ValueError`。 更准确地说,输入在移除圆括号以及开头和末尾的空白字符之后,必须符合以下 "
960
+ ":token:`~float:complexvalue` 产生式规则 :"
960
961
961
962
#: ../../library/functions.rst:424
962
963
msgid ""
0 commit comments