Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5525131

Browse files
[po] auto sync
1 parent 1d263eb commit 5525131

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "90.98%", "updated_at": "2024-02-26T03:10:14Z"}
1+
{"translation": "90.99%", "updated_at": "2024-02-26T08:09:32Z"}

whatsnew/3.5.po

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1799,13 +1799,20 @@ msgid ""
17991799
"support is enabled. (Contributed by Milan Oberkirch, R. David Murray, and "
18001800
"Maciej Szulik in :issue:`21800`.)"
18011801
msgstr ""
1802+
"现在 :mod:`imaplib` 模块已通过 :meth:`IMAP4.enable() <imaplib.IMAP4.enable>` 方法支持 "
1803+
":rfc:`5161` (ENABLE 扩展) 和 :rfc:`6855` (UTF-8 支持)。 新增的 "
1804+
":attr:`IMAP4.utf8_enabled <imaplib.IMAP4.utf8_enabled>` 属性可跟踪 :rfc:`6855` "
1805+
"支持是否被启用。 (由 Milan Oberkirch, R. David Murray 和 Maciej Szulik 在 "
1806+
":issue:`21800` 中贡献。)"
18021807

18031808
#: ../../whatsnew/3.5.rst:1247
18041809
msgid ""
18051810
"The :mod:`imaplib` module now automatically encodes non-ASCII string "
18061811
"usernames and passwords using UTF-8, as recommended by the RFCs. "
18071812
"(Contributed by Milan Oberkirch in :issue:`21800`.)"
18081813
msgstr ""
1814+
"现在 :mod:`imaplib` 模块会自动使用 UTF-8 自动编码非 ASCII 字符串的用户名和密码,如 RFC 所建议的那样。 (由 "
1815+
"Milan Oberkirch 在 :issue:`21800` 中贡献。)"
18091816

18101817
#: ../../whatsnew/3.5.rst:1253
18111818
msgid "imghdr"
@@ -1830,6 +1837,8 @@ msgid ""
18301837
"lazy loading of modules in applications where startup time is important. "
18311838
"(Contributed by Brett Cannon in :issue:`17621`.)"
18321839
msgstr ""
1840+
":class:`util.LazyLoader <importlib.util.LazyLoader>` "
1841+
"类允许在对启动时间敏感的应用程序中使用模块的惰性加载。 (由 Brett Cannon 在 :issue:`17621` 中贡献。)"
18331842

18341843
#: ../../whatsnew/3.5.rst:1269
18351844
msgid ""
@@ -1839,6 +1848,10 @@ msgid ""
18391848
" a string by running ``exec(code, module.__dict__)``. (Contributed by Brett "
18401849
"Cannon in :issue:`21156`.)"
18411850
msgstr ""
1851+
"现在 :func:`abc.InspectLoader.source_to_code() "
1852+
"<importlib.abc.InspectLoader.source_to_code>` 方法属于静态方法。 这样将可更方便地通过运行 "
1853+
"``exec(code, module.__dict__)`` 基于字符串编译的代码来初始化模块。 (由 Brett Cannon 在 "
1854+
":issue:`21156` 中贡献。)"
18421855

18431856
#: ../../whatsnew/3.5.rst:1275
18441857
msgid ""

0 commit comments

Comments
 (0)