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

Skip to content

Commit e57a4b4

Browse files
committed
[po] auto sync bot
1 parent 3ac3f1a commit e57a4b4

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

tutorial/floatingpoint.po

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,18 @@
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
6+
# Translators:
7+
# ww song <[email protected]>, 2018
8+
# Meng Du <[email protected]>, 2018
9+
#
610
#, fuzzy
711
msgid ""
812
msgstr ""
913
"Project-Id-Version: Python 3.7\n"
1014
"Report-Msgid-Bugs-To: \n"
1115
"POT-Creation-Date: 2018-06-30 05:56+0900\n"
12-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13-
"Last-Translator: ww song <sww4718168@gmail.com>, 2018\n"
16+
"PO-Revision-Date: 2017-02-16 23:40+0000\n"
17+
"Last-Translator: Meng Du <alphanow@gmail.com>, 2018\n"
1418
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1519
"MIME-Version: 1.0\n"
1620
"Content-Type: text/plain; charset=UTF-8\n"
@@ -119,6 +123,10 @@ msgid ""
119123
"values share the same approximation, any one of them could be displayed "
120124
"while still preserving the invariant ``eval(repr(x)) == x``."
121125
msgstr ""
126+
"有趣的是,有许多不同的十进制数共享相同的最接近的近似二进制分数。例如, ``0.1`` 、 ``0.10000000000000001`` 、 "
127+
"``0.1000000000000000055511151231257827021181583404541015625`` 全都近似于 "
128+
"``3602879701896397 / 2 ** 55`` 。由于所有这些十进制值都具有相同的近似值,因此可以显示其中任何一个,同时仍然保留不变的 "
129+
"``eval(repr(x)) == x`` 。"
122130

123131
#: ../../tutorial/floatingpoint.rst:88
124132
msgid ""

0 commit comments

Comments
 (0)