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

Skip to content

Commit 2b950c8

Browse files
[po] auto sync
1 parent dffbb89 commit 2b950c8

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

library/statistics.po

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# ppcfish <[email protected]>, 2019
1010
# 汪心禾 <[email protected]>, 2019
1111
# Naisen Xu <[email protected]>, 2019
12-
# Freesand Leo <[email protected]>, 2019
12+
# Freesand Leo <[email protected]>, 2020
1313
#
1414
#, fuzzy
1515
msgid ""
@@ -18,7 +18,7 @@ msgstr ""
1818
"Report-Msgid-Bugs-To: \n"
1919
"POT-Creation-Date: 2020-01-26 12:31+0000\n"
2020
"PO-Revision-Date: 2017-02-16 23:27+0000\n"
21-
"Last-Translator: Freesand Leo <[email protected]>, 2019\n"
21+
"Last-Translator: Freesand Leo <[email protected]>, 2020\n"
2222
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2323
"MIME-Version: 1.0\n"
2424
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1006,6 +1006,8 @@ msgid ""
10061006
"<http://mathworld.wolfram.com/BinomialDistribution.html>`_ when the sample "
10071007
"size is large and when the probability of a successful trial is near 50%."
10081008
msgstr ""
1009+
"当样本量较大并且成功试验的可能性接近 50% 时,正态分布可以被用来模拟 `二项分布 "
1010+
"<http://mathworld.wolfram.com/BinomialDistribution.html>`_。"
10091011

10101012
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/statistics.rst:780
10111013
msgid ""
@@ -1015,6 +1017,8 @@ msgid ""
10151017
" talks. Assuming the population preferences haven't changed, what is the "
10161018
"probability that the rooms will stay within their capacity limits?"
10171019
msgstr ""
1020+
"例如,一次开源会议有 750 名与会者和两个可容纳 500 人的会议厅。 会上有一场关于 Python 的演讲和一场关于 Ruby 的演讲。 "
1021+
"在往届会议中,65% 的与会者更愿意去听关于 Python 的演讲。 假定人群的偏好没有发生改变,那么会议厅不超出其容量上限的可能性是多少?"
10181022

10191023
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/statistics.rst:811
10201024
msgid "Normal distributions commonly arise in machine learning problems."

library/zlib.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# sgqy <[email protected]>, 2019
8+
# Freesand Leo <[email protected]>, 2020
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2020-01-01 12:19+0000\n"
1516
"PO-Revision-Date: 2017-02-16 23:37+0000\n"
16-
"Last-Translator: sgqy <sgqyzh@gmail.com>, 2019\n"
17+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2020\n"
1718
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -237,6 +238,8 @@ msgid ""
237238
"size\"), and what header and trailer format is expected. It is similar to "
238239
"the parameter for :func:`compressobj`, but accepts more ranges of values:"
239240
msgstr ""
241+
"*wbits* 形参控制历史缓冲区(或称“窗口尺寸”)的大小以及所期望的头部和尾部格式。 它类似于 :func:`compressobj` "
242+
"的形参,但可接受更大范围的值:"
240243

241244
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/zlib.rst:150
242245
msgid ""

tutorial/classes.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,10 @@ msgid ""
290290
"scope: in particular, :keyword:`import` statements and function definitions "
291291
"bind the module or function name in the local scope."
292292
msgstr ""
293+
"Python 的一个特殊规定是这样的 -- 如果不存在生效的 :keyword:`global` 或 :keyword:`nonlocal` 语句 --"
294+
" 则对名称的赋值总是会进入最内层作用域。 赋值不会复制数据 --- 它们只是将名称绑定到对象。 删除也是如此:语句 ``del x`` "
295+
"会从局部作用域所引用的命名空间中移除对 ``x`` 的绑定。 事实上,所有引入新名称的操作都是使用局部作用域:特别地,:keyword:`import`"
296+
" 语句和函数定义会在局部作用域中绑定模块或函数名称。"
293297

294298
#: /home/travis/build/python/cpython-doc-catalog/Doc/tutorial/classes.rst:154
295299
msgid ""

0 commit comments

Comments
 (0)