Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 18830c8

Browse files
[po] auto sync
1 parent 346aaa9 commit 18830c8

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "92.46%", "updated_at": "2023-11-23T22:55:44Z"}
1+
{"translation": "92.46%", "updated_at": "2023-11-24T02:06:22Z"}

library/functions.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,16 @@
2222
# WH-2099 <[email protected]>, 2023
2323
# sgqy <[email protected]>, 2023
2424
# Freesand Leo <[email protected]>, 2023
25+
# LeeWendao <[email protected]>, 2023
2526
#
2627
#, fuzzy
2728
msgid ""
2829
msgstr ""
2930
"Project-Id-Version: Python 3.12\n"
3031
"Report-Msgid-Bugs-To: \n"
31-
"POT-Creation-Date: 2023-10-20 14:13+0000\n"
32+
"POT-Creation-Date: 2023-11-17 14:14+0000\n"
3233
"PO-Revision-Date: 2021-06-28 01:06+0000\n"
33-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2023\n"
34+
"Last-Translator: LeeWendao <LeeWendao@outlook.com>, 2023\n"
3435
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
3536
"MIME-Version: 1.0\n"
3637
"Content-Type: text/plain; charset=UTF-8\n"
@@ -2325,7 +2326,7 @@ msgstr ""
23252326
"参数必须为数值类型。 对于混用的操作数类型,则适用二元算术运算符的类型强制转换规则。 对于 :class:`int` "
23262327
"操作数,结果具有与操作数相同的类型(转换后),除非第二个参数为负值;在这种情况下,所有参数将被转换为浮点数并输出浮点数结果。 例如,``pow(10, "
23272328
"2)`` 返回 ``100``,但 ``pow(10, -2)`` 返回 ``0.01``。 对于 :class:`int` 或 "
2328-
":class:`float` 类型的负基和一个非整数的指数,会产生一个复杂的结果。 例如, ``pow(-9, 0.5)`` 返回一个接近于 "
2329+
":class:`float` 类型的负基和一个非整数的指数,会产生一个复数作为结果。 例如, ``pow(-9, 0.5)`` 返回一个接近于 "
23292330
"``3j`` 的值。"
23302331

23312332
#: ../../library/functions.rst:1414

0 commit comments

Comments
 (0)