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

Skip to content

Commit f5719ad

Browse files
[po] auto sync
1 parent 88f2b0a commit f5719ad

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "93.19%", "updated_at": "2024-01-21T10:55:55Z"}
1+
{"translation": "93.19%", "updated_at": "2024-01-21T13:55:40Z"}

library/statistics.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Alpha Du <[email protected]>, 2021
1010
# ppcfish <[email protected]>, 2021
1111
# Naisen Xu <[email protected]>, 2021
12-
# Freesand Leo <[email protected]>, 2023
12+
# Freesand Leo <[email protected]>, 2024
1313
#
1414
#, fuzzy
1515
msgid ""
@@ -18,7 +18,7 @@ msgstr ""
1818
"Report-Msgid-Bugs-To: \n"
1919
"POT-Creation-Date: 2024-01-19 14:14+0000\n"
2020
"PO-Revision-Date: 2021-06-28 01:13+0000\n"
21-
"Last-Translator: Freesand Leo <[email protected]>, 2023\n"
21+
"Last-Translator: Freesand Leo <[email protected]>, 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"
@@ -1312,6 +1312,9 @@ msgid ""
13121312
" The degree of smoothing is controlled by a scaling parameter, ``h``, which "
13131313
"is called the *bandwidth*."
13141314
msgstr ""
1315+
"基本思路是使用 `一个核函数如正态分布、三角形分布或均匀分布 "
1316+
"<https://en.wikipedia.org/wiki/Kernel_(statistics)#Kernel_functions_in_common_use>`_"
1317+
" 来平滑数据。 平滑程度由一个调节形参 ``h`` 来控制,它被称为 *带宽*。"
13151318

13161319
#: ../../library/statistics.rst:1111
13171320
msgid ""

tutorial/classes.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,9 @@ msgid ""
590590
"argument list is constructed from the instance object and the argument list,"
591591
" and the function object is called with this new argument list."
592592
msgstr ""
593+
"总而言之,方法的运作方式如下。 当一个实例的非数据属性被引用时,将搜索该实例所属的类。 "
594+
"如果名称表示一个属于函数对象的有效类属性,则指向实例对象和函数对象的引用将被打包为一个方法对象。 "
595+
"当传入一个参数列表调用该方法对象时,将基于实例对象和参数列表构造一个新的参数列表,并传入这个新参数列表调用相应的函数对象。"
593596

594597
#: ../../tutorial/classes.rst:402
595598
msgid "Class and Instance Variables"

0 commit comments

Comments
 (0)