@@ -1678,21 +1678,25 @@ msgstr "在 `Rounding Modes`_ 小节中列出的常量之一。"
16781678msgid ""
16791679"Lists of any signals to be set. Generally, new contexts should only set "
16801680"traps and leave the flags clear."
1681- msgstr ""
1681+ msgstr "由要设置的任何信号组成的列表。 通常,新上下文应当只设置 traps 而让 flags 为空。 "
16821682
16831683#: ../../library/decimal.rst:1092
16841684msgid ""
16851685"Integers specifying the outer limits allowable for exponents. *Emin* must be"
16861686" in the range [:const:`MIN_EMIN`, ``0``], *Emax* in the range [``0``, "
16871687":const:`MAX_EMAX`]."
16881688msgstr ""
1689+ "指明指数所允许的外部上限的整数。 *Emin* 必须在 [:const:`MIN_EMIN`, ``0``] 范围内,*Emax* 必须在 "
1690+ "[``0``, :const:`MAX_EMAX`] 范围内。"
16891691
16901692#: ../../library/decimal.rst:1098
16911693msgid ""
16921694"Either ``0`` or ``1`` (the default). If set to ``1``, exponents are printed "
16931695"with a capital ``E``; otherwise, a lowercase ``e`` is used: "
16941696"``Decimal('6.02e+23')``."
16951697msgstr ""
1698+ "值为 ``0`` 或 ``1`` (默认值)。 如果设为 ``1``,打印指数时将附带一个大写的 ``E``;在其他情况下,将使用小写的 ``e``: "
1699+ "``Decimal('6.02e+23')``。"
16961700
16971701#: ../../library/decimal.rst:1104
16981702msgid ""
@@ -1707,6 +1711,12 @@ msgid ""
17071711"number but loses information about significant trailing zeros. For "
17081712"example::"
17091713msgstr ""
1714+ "值为 ``0`` (默认值) 或 ``1``。 如果设为 ``1``,则 :class:`Decimal` 实例的指数 ``e`` "
1715+ "在此上下文中将严格限制表示范围在 ``Emin - prec + 1 <= e <= Emax - prec + 1`` 之内。 如果 *clamp* "
1716+ "为 ``0`` 则将适用较弱的条件:调整后的 :class:`Decimal` 实例指数最大值为 :attr:`~Context.Emax`。 当 "
1717+ "*clamp* 为 ``1`` "
1718+ "时,一个很大的普通数值将在可能的情况下减小其指数并为其系数添加相应数量的零,以便符合指数值范围的限制;这可以保持数字值但会丢失有效末尾零的信息。 "
1719+ "例如::"
17101720
17111721#: ../../library/decimal.rst:1115
17121722msgid ""
@@ -2462,7 +2472,7 @@ msgstr ""
24622472
24632473#: ../../library/decimal.rst:1759
24642474msgid "Floating-point notes"
2465- msgstr ""
2475+ msgstr "浮点数说明 "
24662476
24672477#: ../../library/decimal.rst:1763
24682478msgid "Mitigating round-off error with increased precision"
0 commit comments