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

Skip to content

Commit fd77b61

Browse files
[po] auto sync
1 parent 9e17d8f commit fd77b61

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

whatsnew/3.10.po

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
# Kaizhao Zhang <[email protected]>, 2021
1515
# hanfeng <[email protected]>, 2021
1616
# WH-2099 <[email protected]>, 2021
17-
# Dai Xu <[email protected]>, 2021
1817
# Freesand Leo <[email protected]>, 2021
18+
# Dai Xu <[email protected]>, 2021
1919
#
2020
#, fuzzy
2121
msgid ""
@@ -24,7 +24,7 @@ msgstr ""
2424
"Report-Msgid-Bugs-To: \n"
2525
"POT-Creation-Date: 2021-08-06 13:13+0000\n"
2626
"PO-Revision-Date: 2021-06-29 13:04+0000\n"
27-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2021\n"
27+
"Last-Translator: Dai Xu <daixu61@hotmail.com>, 2021\n"
2828
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2929
"MIME-Version: 1.0\n"
3030
"Content-Type: text/plain; charset=UTF-8\n"
@@ -2289,16 +2289,16 @@ msgid ""
22892289
":exc:`DeprecationWarning` will be raised as appropriate to help identify "
22902290
"code which needs updating during this transition."
22912291
msgstr ""
2292-
"从这个发布版开始,将发起一次协同任务来启动清理为兼容 Python 2.7 而保留的旧导入语义。 "
2293-
"具体来说,:meth:`~importlib.abc.PathEntryFinder.find_loader`/:meth:`~importlib.abc.Finder.find_module`"
2294-
" (被 :meth:`~importlib.abc.Finder.find_spec` 取代), "
2295-
":meth:`~importlib.abc.Loader.load_module` (被 "
2296-
":meth:`~importlib.abc.Loader.exec_module` 取代), "
2297-
":meth:`~importlib.abc.Loader.module_repr` (这将由导入系统帮你处理), ``__package__`` 属性 "
2298-
"(被 ``__spec__.parent`` 取代), ``__loader__`` 属性 (被 ``__spec__.loader`` 取代) 以及 "
2299-
"``__cached__`` 属性 (被 ``__spec__.cached`` 取代) 将逐渐地被移除 (也包括 :mod:`importlib` "
2300-
"中的其他类和方法)。 :exc:`ImportWarning` 和/或 :exc:`DeprecationWarning` "
2301-
"将在适当时刻被引发以帮助识别在此过滤期内需要更新的代码。"
2292+
"本版本将开始发起一次协同任务,清理为兼容 Python 2.7 而保留的旧导入语义。 具体包括: "
2293+
":meth:`~importlib.abc.PathEntryFinder.find_loader`/:meth:`~importlib.abc.Finder.find_module`"
2294+
" 被 :meth:`~importlib.abc.Finder.find_spec` 取代), "
2295+
":meth:`~importlib.abc.Loader.load_module` 被 "
2296+
":meth:`~importlib.abc.Loader.exec_module` 取代), "
2297+
":meth:`~importlib.abc.Loader.module_repr` (将由导入系统处理), ``__package__`` 属性 (被 "
2298+
"``__spec__.parent`` 取代)、 ``__loader__`` 属性(被 ``__spec__.loader`` 取代), 以及 "
2299+
"``__cached__`` 属性 被 ``__spec__.cached`` 取代),都将逐渐被移除(还包括 :mod:`importlib` "
2300+
"中的其他类和方法。 :exc:`ImportWarning` 和/或 :exc:`DeprecationWarning` "
2301+
"将在适当时刻触发,以助在过渡期内识别出那些需要更新的代码。"
23022302

23032303
#: ../../whatsnew/3.10.rst:1529
23042304
msgid ""
@@ -2315,9 +2315,9 @@ msgid ""
23152315
":exc:`ValueError` is deprecated in favor of a :exc:`TypeError`. (Contributed"
23162316
" by Serhiy Storchaka and Raymond Hettinger in :issue:`37319`.)"
23172317
msgstr ""
2318-
"传给 :func:`random.randrange` 的非整数参数已被弃用。 :exc:`ValueError` 已被弃用而应改用 "
2319-
":exc:`TypeError`。 (由 Serhiy Storchaka 和 Raymond Hettinger :issue:`37319` "
2320-
"中贡献。)"
2318+
":func:`random.randrange` 的非整数参数已被弃用。 :exc:`ValueError` 已被弃用而应改用 "
2319+
":exc:`TypeError`。(由 Serhiy Storchaka 和 Raymond Hettinger 贡献于 :issue:`37319` "
2320+
")"
23212321

23222322
#: ../../whatsnew/3.10.rst:1537
23232323
msgid ""

0 commit comments

Comments
 (0)