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

Skip to content

Commit 1cc131f

Browse files
committed
[po] auto sync bot
1 parent 9dec2f6 commit 1cc131f

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

library/functions.po

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1913,13 +1913,19 @@ msgid ""
19131913
" negative, the third argument must be omitted. If *z* is present, *x* and "
19141914
"*y* must be of integer types, and *y* must be non-negative."
19151915
msgstr ""
1916+
"参数必须为数值类型。 对于混用的操作数类型,则适用二元算术运算符的类型强制转换规则。 对于 :class:`int` "
1917+
"操作数,结果具有与操作数相同的类型(转换后),除非第二个参数为负值;在这种情况下,所有参数将被转换为浮点数并输出浮点数结果。 例如,``10**2`` "
1918+
"返回 ``100``,但 ``10**-2`` 返回 ``0.01``。 如果第二个参数为负值,则第三个参数必须省略。 如果存在 *z*,则 *x* 和"
1919+
" *y* 必须为整数类型,且 *y* 必须为非负数。"
19161920

19171921
#: ../../library/functions.rst:1216
19181922
msgid ""
19191923
"Print *objects* to the text stream *file*, separated by *sep* and followed "
19201924
"by *end*. *sep*, *end*, *file* and *flush*, if present, must be given as "
19211925
"keyword arguments."
19221926
msgstr ""
1927+
"将 *objects* 打印到 *file* 指定的文本流,以 *sep* 分隔并在末尾加上 *end*。 *sep*, *end*, *file* 和"
1928+
" *flush* 如果存在,它们必须以关键字参数的形式给出。"
19231929

19241930
#: ../../library/functions.rst:1220
19251931
msgid ""
@@ -1929,6 +1935,9 @@ msgid ""
19291935
"use the default values. If no *objects* are given, :func:`print` will just "
19301936
"write *end*."
19311937
msgstr ""
1938+
"所有非关键字参数都会被转换为字符串,就像是执行了 :func:`str` 一样,并会被写入到流,以 *sep* 且在末尾加上 *end*。 *sep* "
1939+
"和 *end* 都必须为字符串;它们也可以为 ``None``,这意味着使用默认值。 如果没有给出 *objects*,则:func:`print` "
1940+
"将只写入 *end*。"
19321941

19331942
#: ../../library/functions.rst:1226
19341943
msgid ""

0 commit comments

Comments
 (0)