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

Skip to content

Commit cc40718

Browse files
[po] auto sync
1 parent aa80b94 commit cc40718

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

library/functions.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1140,7 +1140,7 @@ msgstr ""
11401140
msgid ""
11411141
"The default *format_spec* is an empty string which usually gives the same "
11421142
"effect as calling :func:`str(value) <str>`."
1143-
msgstr "默认的 *format_spec* 是一个空字符串,它通常和调用 :func:`str(value)<str>` 的结果相同。"
1143+
msgstr "默认的 *format_spec* 是一个空字符串,它通常给出与调用 :func:`str(value)<str>` 相同的结果。"
11441144

11451145
#: ../../library/functions.rst:646
11461146
msgid ""
@@ -1152,8 +1152,8 @@ msgid ""
11521152
"*format_spec* or the return value are not strings."
11531153
msgstr ""
11541154
"调用 ``format(value, format_spec)`` 会转换成 ``type(value).__format__(value, "
1155-
"format_spec)`` ,所以实例字典中的 :meth:`__format__` 方法将不会调用。如果搜索到 :mod:`object` "
1156-
"有这个方法但 *format_spec* 不为空,*format_spec* 或返回值不是字符串,会触发 :exc:`TypeError` 异常。"
1155+
"format_spec)`` ,所以实例字典中的 :meth:`__format__` 方法将不会调用。如果方法搜索回退到 :mod:`object` "
1156+
"类但 *format_spec* 不为空,或者如果 *format_spec* 或返回值不是字符串,则会触发 :exc:`TypeError` 异常。"
11571157

11581158
#: ../../library/functions.rst:653
11591159
msgid ""

library/random.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Translators:
77
# Meng Du <[email protected]>, 2019
88
# nick <[email protected]>, 2020
9-
# Freesand Leo <[email protected]>, 2020
9+
# Freesand Leo <[email protected]>, 2021
1010
#
1111
#, fuzzy
1212
msgid ""
@@ -15,7 +15,7 @@ msgstr ""
1515
"Report-Msgid-Bugs-To: \n"
1616
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
1717
"PO-Revision-Date: 2017-02-16 23:24+0000\n"
18-
"Last-Translator: Freesand Leo <[email protected]>, 2020\n"
18+
"Last-Translator: Freesand Leo <[email protected]>, 2021\n"
1919
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2020
"MIME-Version: 1.0\n"
2121
"Content-Type: text/plain; charset=UTF-8\n"
@@ -536,8 +536,8 @@ msgid ""
536536
"to zero. If *kappa* is equal to zero, this distribution reduces to a "
537537
"uniform random angle over the range 0 to 2\\*\\ *pi*."
538538
msgstr ""
539-
"冯·米塞斯(von Mises)分布。 *mu* 是平均角度,以弧度表示,介于0和 2\\*\\ *pi* 之间,*kappa* "
540-
"是浓度参数,必须大于或等于零。 如果 *kappa* 等于零,则该分布在 0 到 2\\*\\ *pi* 的范围内减小到均匀的随机角度。"
539+
"冯·米塞斯分布。 *mu* 是平均角度,以弧度表示,介于0和 2\\*\\ *pi* 之间,*kappa* 是浓度参数,必须大于或等于零。 如果 "
540+
"*kappa* 等于零,则该分布在 0 到 2\\*\\ *pi* 的范围内减小到均匀的随机角度。"
541541

542542
#: ../../library/random.rst:354
543543
msgid "Pareto distribution. *alpha* is the shape parameter."
@@ -557,7 +557,7 @@ msgstr "替代生成器"
557557
msgid ""
558558
"Class that implements the default pseudo-random number generator used by the"
559559
" :mod:`random` module."
560-
msgstr "该类实现了 :mod:`random` 模块所用的默认伪随机数生成器。"
560+
msgstr "该类实现了 :mod:`random` 模块所用的默认伪随机数生成器。"
561561

562562
#: ../../library/random.rst:371
563563
msgid ""

0 commit comments

Comments
 (0)