Skip to content

Commit d9318a1

Browse files
[po] auto sync
1 parent 846161d commit d9318a1

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "93.95%", "updated_at": "2025-07-15T16:19:26Z"}
1+
{"translation": "93.97%", "updated_at": "2025-07-16T10:18:46Z"}

whatsnew/3.3.po

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

15791583
#: ../../whatsnew/3.3.rst:1048
15801584
msgid "(:issue:`13585`)"
@@ -1681,7 +1685,7 @@ msgstr ":issue:`7652` - 集成快速的原生十进制算术运算。"
16811685

16821686
#: ../../whatsnew/3.3.rst:1096
16831687
msgid "C-module and libmpdec written by Stefan Krah."
1684-
msgstr ""
1688+
msgstr "C 模块和 libmpdec 由 Stefan Krah 编写。"
16851689

16861690
#: ../../whatsnew/3.3.rst:1098
16871691
msgid ""
@@ -1865,12 +1869,13 @@ msgid ""
18651869
"Pickling a :class:`~decimal.Context` produces a different output in order to"
18661870
" have a common interchange format for the Python and C versions."
18671871
msgstr ""
1872+
"对 :class:`~decimal.Context` 执行 pickle 操作将产生不同的输出以便 Python 和 C 版本能具有共同的交换格式。"
18681873

18691874
#: ../../whatsnew/3.3.rst:1181
18701875
msgid ""
18711876
"The order of arguments in the :class:`~decimal.Context` constructor has been"
18721877
" changed to match the order displayed by :func:`repr`."
1873-
msgstr ""
1878+
msgstr ":class:`~decimal.Context` 构造器中的参数顺序已被修改以与 :func:`repr` 所显示的顺序相匹配。"
18741879

18751880
#: ../../whatsnew/3.3.rst:1185
18761881
msgid ""
@@ -1904,21 +1909,21 @@ msgstr ""
19041909

19051910
#: ../../whatsnew/3.3.rst:1210
19061911
msgid "The minimum set of controls implemented by all ``policy`` objects are:"
1907-
msgstr ""
1912+
msgstr "所有 ``policy`` 对象都要实现的最小化控制集合为:"
19081913

19091914
#: ../../whatsnew/3.3.rst:1215
19101915
msgid "max_line_length"
1911-
msgstr ""
1916+
msgstr "max_line_length"
19121917

19131918
#: ../../whatsnew/3.3.rst:1215
19141919
msgid ""
19151920
"The maximum length, excluding the linesep character(s), individual lines may"
19161921
" have when a ``Message`` is serialized. Defaults to 78."
1917-
msgstr ""
1922+
msgstr "当 ``Message`` 被序列化时每一行的最大长度,不包括 linesep 字符。 默认值为 78。"
19181923

19191924
#: ../../whatsnew/3.3.rst:1219
19201925
msgid "linesep"
1921-
msgstr ""
1926+
msgstr "linesep"
19221927

19231928
#: ../../whatsnew/3.3.rst:1219
19241929
msgid ""

0 commit comments

Comments
 (0)