Skip to content

Commit 49b37ef

Browse files
[po] auto sync
1 parent fa338a7 commit 49b37ef

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "81.75%", "updated_at": "2025-05-28T23:55:32Z"}
1+
{"translation": "81.77%", "updated_at": "2025-05-29T01:20:30Z"}

library/decimal.po

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1678,21 +1678,25 @@ msgstr "在 `Rounding Modes`_ 小节中列出的常量之一。"
16781678
msgid ""
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
16841684
msgid ""
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`]."
16881688
msgstr ""
1689+
"指明指数所允许的外部上限的整数。 *Emin* 必须在 [:const:`MIN_EMIN`, ``0``] 范围内,*Emax* 必须在 "
1690+
"[``0``, :const:`MAX_EMAX`] 范围内。"
16891691

16901692
#: ../../library/decimal.rst:1098
16911693
msgid ""
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')``."
16951697
msgstr ""
1698+
"值为 ``0`` 或 ``1`` (默认值)。 如果设为 ``1``,打印指数时将附带一个大写的 ``E``;在其他情况下,将使用小写的 ``e``: "
1699+
"``Decimal('6.02e+23')``。"
16961700

16971701
#: ../../library/decimal.rst:1104
16981702
msgid ""
@@ -1707,6 +1711,12 @@ msgid ""
17071711
"number but loses information about significant trailing zeros. For "
17081712
"example::"
17091713
msgstr ""
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
17121722
msgid ""
@@ -2462,7 +2472,7 @@ msgstr ""
24622472

24632473
#: ../../library/decimal.rst:1759
24642474
msgid "Floating-point notes"
2465-
msgstr ""
2475+
msgstr "浮点数说明"
24662476

24672477
#: ../../library/decimal.rst:1763
24682478
msgid "Mitigating round-off error with increased precision"

sphinx.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
8+
# Freesand Leo <yuqinju@163.com>, 2025
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2025-05-23 14:55+0000\n"
1516
"PO-Revision-Date: 2025-05-08 05:10+0000\n"
16-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
17+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2025\n"
1718
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -31,7 +32,7 @@ msgstr "开发中"
3132

3233
#: ../../tools/templates/customsourcelink.html:3
3334
msgid "This page"
34-
msgstr ""
35+
msgstr "当前页"
3536

3637
#: ../../tools/templates/customsourcelink.html:5
3738
msgid "Report a bug"

0 commit comments

Comments
 (0)