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

Skip to content

Commit 09178e8

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

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

library/sys.po

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,7 @@ msgstr "DBL_MIN_EXP"
890890

891891
#: ../../library/sys.rst:503
892892
msgid "minimum integer *e* such that ``radix**(e-1)`` is a normalized float"
893-
msgstr ""
893+
msgstr "使得 ``radix**(e-1)`` 是规格化浮点数的最小整数 *e*"
894894

895895
#: ../../library/sys.rst:506
896896
msgid ":const:`min_10_exp`"
@@ -902,7 +902,7 @@ msgstr "DBL_MIN_10_EXP"
902902

903903
#: ../../library/sys.rst:506
904904
msgid "minimum integer *e* such that ``10**e`` is a normalized float"
905-
msgstr ""
905+
msgstr "使得 ``10**e`` 是规格化浮点数的最小整数 *e*"
906906

907907
#: ../../library/sys.rst:509
908908
msgid ":const:`radix`"
@@ -914,7 +914,7 @@ msgstr "FLT_RADIX"
914914

915915
#: ../../library/sys.rst:509
916916
msgid "radix of exponent representation"
917-
msgstr ""
917+
msgstr "指数表示法中采用的基数"
918918

919919
#: ../../library/sys.rst:511
920920
msgid ":const:`rounds`"
@@ -931,6 +931,8 @@ msgid ""
931931
"interpreter startup time. See section 5.2.4.2.2 of the C99 standard for an "
932932
"explanation of the possible values and their meanings."
933933
msgstr ""
934+
"整数常数,表示算术运算中的舍入方式。它反映了解释器启动时系统的 FLT_ROUNDS 宏的值。关于可能的值及其含义的说明,请参阅 C99 标准 "
935+
"5.2.4.2.2 节。"
934936

935937
#: ../../library/sys.rst:519
936938
msgid ""
@@ -970,6 +972,8 @@ msgid ""
970972
":func:`_clear_type_cache()` and :func:`gc.collect()` to get more predictable"
971973
" results."
972974
msgstr ""
975+
"返回解释器当前已分配的内存块数,无论它们大小如何。本函数主要用于跟踪和调试内存泄漏。因为解释器有内部缓存,所以不同调用之间结果会变化。可能需要调用 "
976+
":func:`_clear_type_cache()` 和 :func:`gc.collect()` 使结果更容易预测。"
973977

974978
#: ../../library/sys.rst:561
975979
msgid ""

0 commit comments

Comments
 (0)