Skip to content

Commit f41eb06

Browse files
[po] auto sync
1 parent 0a4990f commit f41eb06

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "97.66%", "updated_at": "2025-07-15T16:16:01Z"}
1+
{"translation": "97.67%", "updated_at": "2025-07-16T10:14:42Z"}

whatsnew/3.3.po

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

19391943
#: ../../whatsnew/3.3.rst:1051
19401944
msgid "(:issue:`13585`)"
@@ -2041,7 +2045,7 @@ msgstr ":issue:`7652` - 集成快速的原生十进制算术运算。"
20412045

20422046
#: ../../whatsnew/3.3.rst:1099
20432047
msgid "C-module and libmpdec written by Stefan Krah."
2044-
msgstr ""
2048+
msgstr "C 模块和 libmpdec 由 Stefan Krah 编写。"
20452049

20462050
#: ../../whatsnew/3.3.rst:1101
20472051
msgid ""
@@ -2231,12 +2235,13 @@ msgid ""
22312235
"Pickling a :class:`~decimal.Context` produces a different output in order to"
22322236
" have a common interchange format for the Python and C versions."
22332237
msgstr ""
2238+
"对 :class:`~decimal.Context` 执行 pickle 操作将产生不同的输出以便 Python 和 C 版本能具有共同的交换格式。"
22342239

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

22412246
#: ../../whatsnew/3.3.rst:1188
22422247
msgid ""
@@ -2270,11 +2275,11 @@ msgstr ""
22702275

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

22752280
#: ../../whatsnew/3.3.rst:1218
22762281
msgid "max_line_length"
2277-
msgstr ""
2282+
msgstr "max_line_length"
22782283

22792284
#: ../../whatsnew/3.3.rst:1218
22802285
msgid ""
@@ -2284,7 +2289,7 @@ msgstr ""
22842289

22852290
#: ../../whatsnew/3.3.rst:1222
22862291
msgid "linesep"
2287-
msgstr ""
2292+
msgstr "linesep"
22882293

22892294
#: ../../whatsnew/3.3.rst:1222
22902295
msgid ""

0 commit comments

Comments
 (0)