File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1013,23 +1013,26 @@ msgid ""
10131013" A *logical operand* is a :class:`Decimal` instance whose exponent and sign"
10141014" are both zero, and whose digits are all either :const:`0` or :const:`1`."
10151015msgstr ""
1016+ ":meth:`logical_and`, :meth:`logical_invert`, :meth:`logical_or` 和 "
1017+ ":meth:`logical_xor` 方法期望其参数为 *逻辑操作数*。 *逻辑操作数* 是指数位与符号位均为零的 :class:`Decimal` "
1018+ "实例,并且其数字位均为 :const:`0` 或 :const:`1`。"
10161019
10171020#: ../../library/decimal.rst:906
10181021msgid "Context objects"
1019- msgstr ""
1022+ msgstr "上下文对象 "
10201023
10211024#: ../../library/decimal.rst:908
10221025msgid ""
10231026"Contexts are environments for arithmetic operations. They govern precision,"
10241027" set rules for rounding, determine which signals are treated as exceptions, "
10251028"and limit the range for exponents."
1026- msgstr ""
1029+ msgstr "上下文是算术运算所在的环境。 它们管理精度、设置舍入规则、确定将哪些信号视为异常,并限制指数的范围。 "
10271030
10281031#: ../../library/decimal.rst:912
10291032msgid ""
10301033"Each thread has its own current context which is accessed or changed using "
10311034"the :func:`getcontext` and :func:`setcontext` functions:"
1032- msgstr ""
1035+ msgstr "每个线程都有自己的当前上下文,可使用 :func:`getcontext` 和 :func:`setcontext` 函数来读取或修改: "
10331036
10341037#: ../../library/decimal.rst:918
10351038msgid "Return the current context for the active thread."
You can’t perform that action at this time.
0 commit comments