Skip to content

Commit c0622ef

Browse files
[po] auto sync
1 parent 97507d3 commit c0622ef

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "81.72%", "updated_at": "2025-07-15T15:58:07Z"}
1+
{"translation": "81.73%", "updated_at": "2025-07-16T10:58:42Z"}

whatsnew/3.3.po

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1930,6 +1930,10 @@ msgid ""
19301930
"method (for example, synchronisation objects from the :mod:`threading` "
19311931
"module)."
19321932
msgstr ""
1933+
"现在 :class:`~contextlib.ExitStack` 为上下文管理器的编程操纵和类似的清理提供了一个坚实的基础。 不同于之前的 "
1934+
"``contextlib.nested`` API (它已被弃用并移除),这个新 API 被设计为无论上下文管理器获取其资源是在其 "
1935+
"``__init__`` 方法中 (例如文件对象) 还是在其 ``__enter__`` 方法中 (例如来自 :mod:`threading` "
1936+
"模块的同步化对象) 都能够正确工作。"
19331937

19341938
#: ../../whatsnew/3.3.rst:1051
19351939
msgid "(:issue:`13585`)"
@@ -2036,7 +2040,7 @@ msgstr ":issue:`7652` - 集成快速的原生十进制算术运算。"
20362040

20372041
#: ../../whatsnew/3.3.rst:1099
20382042
msgid "C-module and libmpdec written by Stefan Krah."
2039-
msgstr ""
2043+
msgstr "C 模块和 libmpdec 由 Stefan Krah 编写。"
20402044

20412045
#: ../../whatsnew/3.3.rst:1101
20422046
msgid ""
@@ -2045,6 +2049,8 @@ msgid ""
20452049
"arithmetic. libmpdec conforms to IBM's General Decimal Arithmetic "
20462050
"Specification."
20472051
msgstr ""
2052+
"新的 C 版本 decimal 模块集成了高速的 libmpdec 库用于以任意精度对十进制浮点运算进行正确的舍入。libmpdec 遵循 IBM "
2053+
"的通用十进制运算规范。"
20482054

20492055
#: ../../whatsnew/3.3.rst:1105
20502056
msgid ""
@@ -2226,12 +2232,13 @@ msgid ""
22262232
"Pickling a :class:`~decimal.Context` produces a different output in order to"
22272233
" have a common interchange format for the Python and C versions."
22282234
msgstr ""
2235+
"对 :class:`~decimal.Context` 执行 pickle 操作将产生不同的输出以便 Python 和 C 版本能具有共同的交换格式。"
22292236

22302237
#: ../../whatsnew/3.3.rst:1184
22312238
msgid ""
22322239
"The order of arguments in the :class:`~decimal.Context` constructor has been"
22332240
" changed to match the order displayed by :func:`repr`."
2234-
msgstr ""
2241+
msgstr ":class:`~decimal.Context` 构造器中的参数顺序已被修改以与 :func:`repr` 所显示的顺序相匹配。"
22352242

22362243
#: ../../whatsnew/3.3.rst:1188
22372244
msgid ""
@@ -2265,27 +2272,27 @@ msgstr ""
22652272

22662273
#: ../../whatsnew/3.3.rst:1213
22672274
msgid "The minimum set of controls implemented by all ``policy`` objects are:"
2268-
msgstr ""
2275+
msgstr "所有 ``policy`` 对象都要实现的最小化控制集合为:"
22692276

22702277
#: ../../whatsnew/3.3.rst:1218
22712278
msgid "max_line_length"
2272-
msgstr ""
2279+
msgstr "max_line_length"
22732280

22742281
#: ../../whatsnew/3.3.rst:1218
22752282
msgid ""
22762283
"The maximum length, excluding the linesep character(s), individual lines may"
22772284
" have when a ``Message`` is serialized. Defaults to 78."
2278-
msgstr ""
2285+
msgstr "当 ``Message`` 被序列化时每一行的最大长度,不包括 linesep 字符。 默认值为 78。"
22792286

22802287
#: ../../whatsnew/3.3.rst:1222
22812288
msgid "linesep"
2282-
msgstr ""
2289+
msgstr "linesep"
22832290

22842291
#: ../../whatsnew/3.3.rst:1222
22852292
msgid ""
22862293
"The character used to separate individual lines when a ``Message`` is "
22872294
"serialized. Defaults to ``\\n``."
2288-
msgstr ""
2295+
msgstr "当 ``Message`` 被序列化时用于分隔每一行的字符。 默认值为 ``\\n``。"
22892296

22902297
#: ../../whatsnew/3.3.rst:1225
22912298
msgid "cte_type"

0 commit comments

Comments
 (0)