Skip to content

Commit 984db57

Browse files
[po] auto sync
1 parent 591a062 commit 984db57

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

distributing/index.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# ww song <sww4718168@gmail.com>, 2018
99
# 刘士 <liushilive@outlook.com>, 2018
1010
# ppcfish <ppcfish@gmail.com>, 2019
11-
# Freesand Leo <yuqinju@163.com>, 2019
11+
# Freesand Leo <yuqinju@163.com>, 2020
1212
#
1313
#, fuzzy
1414
msgid ""
@@ -17,7 +17,7 @@ msgstr ""
1717
"Report-Msgid-Bugs-To: \n"
1818
"POT-Creation-Date: 2020-06-21 03:26+0000\n"
1919
"PO-Revision-Date: 2017-02-16 17:40+0000\n"
20-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2019\n"
20+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2020\n"
2121
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2222
"MIME-Version: 1.0\n"
2323
"Content-Type: text/plain; charset=UTF-8\n"
@@ -228,7 +228,7 @@ msgstr "`上传项目到 Python Packaging Index`_"
228228

229229
#: ../../distributing/index.rst:131
230230
msgid "`The .pypirc file`_"
231-
msgstr ""
231+
msgstr "`The .pypirc file`_"
232232

233233
#: ../../distributing/index.rst:144
234234
msgid "How do I...?"

whatsnew/3.9.po

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1188,6 +1188,9 @@ msgid ""
11881188
":c:func:`PyParser_SimpleParseFileFlags` are deprecated and will be removed "
11891189
"in Python 3.10 together with the old parser."
11901190
msgstr ""
1191+
"公有 C API 函数 :c:func:`PyParser_SimpleParseStringFlags`, "
1192+
":c:func:`PyParser_SimpleParseStringFlagsFilename` 和 "
1193+
":c:func:`PyParser_SimpleParseFileFlags` 已被弃用并将在 Python 3.10 中与旧解析器一起被移除。"
11911194

11921195
#: ../../whatsnew/3.9.rst:712
11931196
msgid ""
@@ -1229,19 +1232,24 @@ msgid ""
12291232
"of the ``splitlist()`` method which has more consistent and predicable "
12301233
"behavior. (Contributed by Serhiy Storchaka in :issue:`38371`.)"
12311234
msgstr ""
1235+
"弃用了 :class:`_tkinter.TkappType` 的 ``split()`` 方法而改用 ``splitlist()`` "
1236+
"方法,此方法具有更稳定且可预测的行为。 (由 Serhiy Storchaka 在 :issue:`38371` 中贡献。)"
12321237

12331238
#: ../../whatsnew/3.9.rst:735
12341239
msgid ""
12351240
"The explicit passing of coroutine objects to :func:`asyncio.wait` has been "
12361241
"deprecated and will be removed in version 3.11. (Contributed by Yury "
12371242
"Selivanov and Kyle Stanley in :issue:`34790`.)"
12381243
msgstr ""
1244+
"将协程对象显式传递给 :func:`asyncio.wait` 的做法已被弃用并且将在 3.11 版中被移除。 (由 Yury Selivanov 和 "
1245+
"Kyle Stanley 在 :issue:`34790` 中贡献。)"
12391246

12401247
#: ../../whatsnew/3.9.rst:739
12411248
msgid ""
12421249
"binhex4 and hexbin4 standards are now deprecated. The :mod:`binhex` module "
12431250
"and the following :mod:`binascii` functions are now deprecated:"
12441251
msgstr ""
1252+
"binhex4 和 hexbin4 标准现已被弃用。 :mod:`binhex` 模块和下列 :mod:`binascii` 函数现已被弃用:"
12451253

12461254
#: ../../whatsnew/3.9.rst:742
12471255
msgid ":func:`~binascii.b2a_hqx`, :func:`~binascii.a2b_hqx`"
@@ -1263,6 +1271,9 @@ msgid ""
12631271
"should be used instead of ``ExtSlice(slices)``. (Contributed by Serhiy "
12641272
"Storchaka in :issue:`32892`.)"
12651273
msgstr ""
1274+
":mod:`ast` 类 ``slice``, ``Index`` 和 ``ExtSlice`` 被视为已弃用并将在未来的 Python 版本中被移除。"
1275+
" 应当使用 ``value`` 本身而不再是 ``Index(value)``。 应当使用 ``Tuple(slices, Load())`` 而不再是"
1276+
" ``ExtSlice(slices)``。 (由 Serhiy Storchaka 在 :issue:`32892` 中贡献。)"
12661277

12671278
#: ../../whatsnew/3.9.rst:753
12681279
msgid ""
@@ -1272,6 +1283,9 @@ msgid ""
12721283
"Python 3. (Contributed by Batuhan Taskaya in :issue:`39639` and "
12731284
":issue:`39969` and Serhiy Storchaka in :issue:`39988`.)"
12741285
msgstr ""
1286+
":mod:`ast` 类 ``Suite``, ``Param``, ``AugLoad`` 和 ``AugStore`` 被视为已弃用并将在未来的 "
1287+
"Python 版本中被移除。 它们不会被解析器所生成且不会被 Python 3 中的代码生成器所接受。 (由 Batuhan Taskaya 在 "
1288+
":issue:`39639` 和 :issue:`39969` 中以及 Serhiy Storchaka 在 :issue:`39988` 中贡献。)"
12751289

12761290
#: ../../whatsnew/3.9.rst:760
12771291
msgid ""

0 commit comments

Comments
 (0)