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

Skip to content

Commit 578bb27

Browse files
[po] auto sync
1 parent 0c2c471 commit 578bb27

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

library/sys.po

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -955,12 +955,14 @@ msgid ""
955955
"float and back again will recover a string representing the same decimal "
956956
"value::"
957957
msgstr ""
958+
"关于 :attr:`sys.float_info.dig` 属性的进一步说明。如果 ``s`` 是表示十进制数的字符串,而该数最多有 "
959+
":attr:`sys.float_info.dig` 位有效数字,则将 ``s`` 转换为 float 再转回去将恢复原先相同十进制值的字符串::"
958960

959961
#: ../../library/sys.rst:539
960962
msgid ""
961963
"But for strings with more than :attr:`sys.float_info.dig` significant "
962964
"digits, this isn't always true::"
963-
msgstr ""
965+
msgstr "但是对于超过 :attr:`sys.float_info.dig` 位有效数字的字符串,转换前后并非总是相同::"
964966

965967
#: ../../library/sys.rst:548
966968
msgid ""
@@ -992,15 +994,15 @@ msgstr ""
992994
msgid ""
993995
"If a Python build or implementation cannot reasonably compute this "
994996
"information, :func:`getallocatedblocks()` is allowed to return 0 instead."
995-
msgstr ""
997+
msgstr "如果当前 Python 构建或实现无法合理地计算此信息,允许 :func:`getallocatedblocks()` 返回 0。"
996998

997999
#: ../../library/sys.rst:576
9981000
msgid "Return the build time API version of Android as an integer."
999-
msgstr ""
1001+
msgstr "返回一个整数,表示 Android 构建时 API 版本。"
10001002

10011003
#: ../../library/sys.rst:579
10021004
msgid ":ref:`Availability <availability>`: Android."
1003-
msgstr ""
1005+
msgstr ":ref:`可用性 <availability>`:Android。"
10041006

10051007
#: ../../library/sys.rst:585
10061008
msgid ""

0 commit comments

Comments
 (0)