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

Skip to content

Commit 0daa21e

Browse files
[po] auto sync
1 parent bafbf6b commit 0daa21e

4 files changed

Lines changed: 5684 additions & 5674 deletions

File tree

library/sys.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,7 @@ msgstr "DBL_MIN"
878878

879879
#: ../../library/sys.rst:501
880880
msgid "minimum representable positive *normalized* float"
881-
msgstr ""
881+
msgstr "可表示的最小正 *规格化* 浮点数"
882882

883883
#: ../../library/sys.rst:503
884884
msgid ":const:`min_exp`"
@@ -956,6 +956,10 @@ msgid ""
956956
"``float_repr_style`` has value ``'legacy'`` and ``repr(x)`` behaves in the "
957957
"same way as it did in versions of Python prior to 3.1."
958958
msgstr ""
959+
"一个字符串,反映 :func:`repr` 函数在浮点数上的行为。如果该字符串是 ``'short'``,那么对于(非无穷的)浮点数 "
960+
"``x``,``repr(x)`` 将会生成一个短字符串,满足 ``float(repr(x)) == x`` 的特性。这是 Python 3.1 "
961+
"及更高版本中的常见行为。否则 ``float_repr_style`` 的值将是 ``'legacy'``,此时 ``repr(x)`` 的行为方式将与"
962+
" Python 3.1 之前的版本相同。"
959963

960964
#: ../../library/sys.rst:554
961965
msgid ""

tutorial/classes.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ msgid ""
1818
msgstr ""
1919
"Project-Id-Version: Python 3.8\n"
2020
"Report-Msgid-Bugs-To: \n"
21-
"POT-Creation-Date: 2020-03-15 05:03+0000\n"
21+
"POT-Creation-Date: 2020-07-06 14:24+0000\n"
2222
"PO-Revision-Date: 2020-05-30 12:16+0000\n"
2323
"Last-Translator: nick <[email protected]>, 2020\n"
2424
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -218,9 +218,9 @@ msgstr ""
218218
#: ../../tutorial/classes.rst:116
219219
msgid ""
220220
"Although scopes are determined statically, they are used dynamically. At any"
221-
" time during execution, there are at least three nested scopes whose "
222-
"namespaces are directly accessible:"
223-
msgstr "作用域被静态确定,但被动态使用。 在程序运行的任何时间,至少有三个命名空间可被直接访问的嵌套作用域:"
221+
" time during execution, At any time during execution, there are 3 or 4 "
222+
"nested scopes whose namespaces are directly accessible:"
223+
msgstr ""
224224

225225
#: ../../tutorial/classes.rst:120
226226
msgid "the innermost scope, which is searched first, contains the local names"

0 commit comments

Comments
 (0)