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

Skip to content

Commit 8ab4e5c

Browse files
[po] auto sync
1 parent db43ad2 commit 8ab4e5c

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

library/decimal.po

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff 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`."
10151015
msgstr ""
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
10181021
msgid "Context objects"
1019-
msgstr ""
1022+
msgstr "上下文对象"
10201023

10211024
#: ../../library/decimal.rst:908
10221025
msgid ""
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
10291032
msgid ""
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
10351038
msgid "Return the current context for the active thread."

0 commit comments

Comments
 (0)