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

Skip to content

Commit bb39e8b

Browse files
[po] auto sync
1 parent d80603f commit bb39e8b

4 files changed

Lines changed: 14 additions & 6 deletions

File tree

library/statistics.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -944,6 +944,9 @@ msgid ""
944944
" deviations above or below the mean of the normal distribution: ``(x - mean)"
945945
" / stdev``."
946946
msgstr ""
947+
"计算 `标准分 <https://www.statisticshowto.com/probability-and-"
948+
"statistics/z-score/>`_ 即以高于或低于正态分布的平均值的标准差数值的形式来描述 *x*: ``(x - mean) / "
949+
"stdev``."
947950

948951
#: ../../library/statistics.rst:709
949952
msgid ""

library/symbol.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# Translators:
77
# Meng Du <[email protected]>, 2019
8-
# Freesand Leo <[email protected]>, 2019
8+
# Freesand Leo <[email protected]>, 2020
99
#
1010
#, fuzzy
1111
msgid ""
@@ -14,7 +14,7 @@ msgstr ""
1414
"Report-Msgid-Bugs-To: \n"
1515
"POT-Creation-Date: 2020-06-01 03:13+0000\n"
1616
"PO-Revision-Date: 2017-02-16 23:28+0000\n"
17-
"Last-Translator: Freesand Leo <[email protected]>, 2019\n"
17+
"Last-Translator: Freesand Leo <[email protected]>, 2020\n"
1818
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=UTF-8\n"
@@ -47,7 +47,7 @@ msgstr ""
4747
msgid ""
4848
"The symbol module is deprecated and will be removed in future versions of "
4949
"Python."
50-
msgstr ""
50+
msgstr "symbol 模块已弃用并将在未来的 Python 版本中被移除。"
5151

5252
#: ../../library/symbol.rst:25
5353
msgid "This module also provides one additional data object:"

library/tarfile.po

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
# Jack Wu <[email protected]>, 2019
99
# Makdon <[email protected]>, 2019
1010
# ppcfish <[email protected]>, 2019
11-
# Freesand Leo <[email protected]>, 2020
1211
# Zombie110year <[email protected]>, 2020
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-05-31 09:25+0000\n"
2020
"PO-Revision-Date: 2017-02-16 23:29+0000\n"
21-
"Last-Translator: Zombie110year <zombie110year@gmail.com>, 2020\n"
21+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 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"
@@ -383,6 +383,8 @@ msgid ""
383383
":mod:`tarfile` module can read. *name* may be a :class:`str`, file, or file-"
384384
"like object."
385385
msgstr ""
386+
"如果 *name* 是一个 :mod:`tarfile` 能读取的 tar 归档文件则返回 :const:`True`。 *name* 可以为 "
387+
":class:`str`,文件或文件类对象。"
386388

387389
#: ../../library/tarfile.rst:164
388390
msgid "Support for file and file-like objects."

library/tkinter.scrolledtext.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# Makdon <[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-05-31 09:25+0000\n"
1516
"PO-Revision-Date: 2017-02-16 23:31+0000\n"
16-
"Last-Translator: Makdon <[email protected]>, 2019\n"
17+
"Last-Translator: Freesand Leo <[email protected]>, 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"
@@ -36,6 +37,8 @@ msgid ""
3637
"configured to do the \"right thing.\" Using the :class:`ScrolledText` class"
3738
" is a lot easier than setting up a text widget and scroll bar directly."
3839
msgstr ""
40+
":mod:`tkinter.scrolledtext` 模块提供了一个同名的类,实现了带有垂直滚动条并被配置为可以“正常运作”的文本控件 。 使用 "
41+
":class:`ScrolledText` 类会比直接配置一个文本控件附加滚动条要简单得多。"
3942

4043
#: ../../library/tkinter.scrolledtext.rst:19
4144
msgid ""

0 commit comments

Comments
 (0)