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

Skip to content

Commit 943832e

Browse files
[po] auto sync
1 parent 09178e8 commit 943832e

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
@@ -942,12 +942,14 @@ msgid ""
942942
"float and back again will recover a string representing the same decimal "
943943
"value::"
944944
msgstr ""
945+
"关于 :attr:`sys.float_info.dig` 属性的进一步说明。如果 ``s`` 是表示十进制数的字符串,而该数最多有 "
946+
":attr:`sys.float_info.dig` 位有效数字,则将 ``s`` 转换为 float 再转回去将恢复原先相同十进制值的字符串::"
945947

946948
#: ../../library/sys.rst:532
947949
msgid ""
948950
"But for strings with more than :attr:`sys.float_info.dig` significant "
949951
"digits, this isn't always true::"
950-
msgstr ""
952+
msgstr "但是对于超过 :attr:`sys.float_info.dig` 位有效数字的字符串,转换前后并非总是相同::"
951953

952954
#: ../../library/sys.rst:541
953955
msgid ""
@@ -979,15 +981,15 @@ msgstr ""
979981
msgid ""
980982
"If a Python build or implementation cannot reasonably compute this "
981983
"information, :func:`getallocatedblocks()` is allowed to return 0 instead."
982-
msgstr ""
984+
msgstr "如果当前 Python 构建或实现无法合理地计算此信息,允许 :func:`getallocatedblocks()` 返回 0。"
983985

984986
#: ../../library/sys.rst:569
985987
msgid "Return the build time API version of Android as an integer."
986-
msgstr ""
988+
msgstr "返回一个整数,表示 Android 构建时 API 版本。"
987989

988990
#: ../../library/sys.rst:572
989991
msgid ":ref:`Availability <availability>`: Android."
990-
msgstr ""
992+
msgstr ":ref:`可用性 <availability>`:Android。"
991993

992994
#: ../../library/sys.rst:578
993995
msgid "Return the interpreter's \"check interval\"; see :func:`setcheckinterval`."

0 commit comments

Comments
 (0)