Skip to content

Commit f4db94a

Browse files
[po] auto sync
1 parent 0752ae0 commit f4db94a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "92.37%", "updated_at": "2024-03-26T07:20:47Z"}
1+
{"translation": "92.38%", "updated_at": "2024-03-27T01:36:33Z"}

whatsnew/3.4.po

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1051,6 +1051,11 @@ msgid ""
10511051
"Morrison, the Mercurial project, Serhiy Storchaka, and Antoine Pitrou in "
10521052
":issue:`17618`.)"
10531053
msgstr ""
1054+
"新增的函数 :func:`~base64.a85encode`, :func:`~base64.a85decode`, "
1055+
":func:`~base64.b85encode` 以及 :func:`~base64.b85decode` 分别提供针对 ``Ascii85`` 以及"
1056+
" git/mercurial ``Base85`` 格式的二进制数据进行编码和解码的能力。 ``a85`` 函数具有可被用于使其与 "
1057+
"``Ascii85`` 编码格式的变种,包括 Adobe 变种相互兼容的选项。 (由 Martin Morrison, Mercurial 项目, "
1058+
"Serhiy Storchaka 和 Antoine Pitrou 在 :issue:`17618` 中贡献。)"
10541059

10551060
#: ../../whatsnew/3.4.rst:662
10561061
msgid "collections"
@@ -1063,6 +1068,8 @@ msgid ""
10631068
"mapping and/or a custom mapping type to be used for the child. (Contributed"
10641069
" by Vinay Sajip in :issue:`16613`.)"
10651070
msgstr ""
1071+
"现在 :meth:`.ChainMap.new_child` 方法接受一个 *m* 参数用于指定要向链结构中添加的子映射表。 "
1072+
"这允许将现有的映射和/或自定义映射类型用于子映射表。 (由 Vinay Sajip 在 :issue:`16613` 中贡献。)"
10661073

10671074
#: ../../whatsnew/3.4.rst:671
10681075
msgid "colorsys"
@@ -1075,6 +1082,9 @@ msgid ""
10751082
"results should be less than 1% and may better match results found elsewhere."
10761083
" (Contributed by Brian Landers and Serhiy Storchaka in :issue:`14323`.)"
10771084
msgstr ""
1085+
"用于 RGB --- YIQ 转换系数的数码位数已被扩展以使其与 FCC NTSC 版本匹配。 结果中的变化应当少于 1% "
1086+
"并可与在其他地方找到的结果更好地匹配。 (由 Brian Landers 和 Serhiy Storchaka 在 :issue:`14323` "
1087+
"中贡献。)"
10781088

10791089
#: ../../whatsnew/3.4.rst:680
10801090
msgid "contextlib"
@@ -1087,6 +1097,8 @@ msgid ""
10871097
"statement. (Contributed by Raymond Hettinger in :issue:`15806` and Zero "
10881098
"Piraeus in :issue:`19266`.)"
10891099
msgstr ""
1100+
"新增的 :class:`contextlib.suppress` 上下文管理器可以帮助澄清故意抑制来自单条语句的异常的代码的意图。 (由 Raymond"
1101+
" Hettinger 在 :issue:`15806` 和 Zero Piraeus 在 :issue:`19266` 中贡献。)"
10901102

10911103
#: ../../whatsnew/3.4.rst:687
10921104
msgid ""

0 commit comments

Comments
 (0)