8
8
# ww song <sww4718168@gmail.com>, 2020
9
9
# ppcfish <ppcfish@gmail.com>, 2020
10
10
# zeroswan <zeroswan@outlook.com>, 2020
11
- # Rafael Fontenelle <rffontenelle@gmail.com>, 2023
12
11
# Alpha Du <alphanow@gmail.com>, 2024
13
12
# Freesand Leo <yuqinju@163.com>, 2024
13
+ # Rafael Fontenelle <rffontenelle@gmail.com>, 2024
14
14
#
15
15
#, fuzzy
16
16
msgid ""
17
17
msgstr ""
18
18
"Project-Id-Version : Python 3.8\n "
19
19
"Report-Msgid-Bugs-To : \n "
20
- "POT-Creation-Date : 2024-03-01 23:48 +0000\n "
20
+ "POT-Creation-Date : 2024-03-09 12:12 +0000\n "
21
21
"PO-Revision-Date : 2020-05-30 12:18+0000\n "
22
- "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2024\n "
22
+ "Last-Translator : Rafael Fontenelle <rffontenelle@gmail .com>, 2024\n "
23
23
"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
24
24
"MIME-Version : 1.0\n "
25
25
"Content-Type : text/plain; charset=UTF-8\n "
@@ -196,7 +196,7 @@ msgid ""
196
196
" in the branch that became Python 3.2. (Discussed on stdlib-sig and carried "
197
197
"out in :issue:`7319`.)"
198
198
msgstr ""
199
- "对于Python 2.7,一个策略决定是默认情况下禁止只对开发人员有兴趣的警告。 现在,除非另有要求,否则将忽略 "
199
+ "对于 Python 2.7,一个策略决定是默认情况下禁止只对开发人员有兴趣的警告。 现在,除非另有要求,否则将忽略 "
200
200
":exc:`DeprecationWarning` 及其子类,以防止用户看到应用程序触发的警告。 这个更改也在成为Python 3.2 "
201
201
"的分歧点上进行了。 (在 stdlib-sig 上进行了讨论,并在 :issue:`7319` 中执行。)"
202
202
@@ -217,7 +217,7 @@ msgid ""
217
217
" worry about an application that's actually working correctly and burdening "
218
218
"application developers with responding to these concerns."
219
219
msgstr ""
220
- "然而,越来越多基于 Python 的应用程序的用户并不直接参与这些应用程序的开发。:exc:`DeprecationWarning` "
220
+ "然而,越来越多基于 Python 的应用程序的用户并不直接参与这些应用程序的开发。 :exc:`DeprecationWarning` "
221
221
"消息与这些用户无关,这让他们担心应用能否真正正常工作,并让应用开发人员承担起回应这些担忧的负担。"
222
222
223
223
#: ../../whatsnew/2.7.rst:158
@@ -305,7 +305,7 @@ msgstr ""
305
305
msgid ""
306
306
"Float-to-string and string-to-float conversions are correctly rounded. The "
307
307
":func:`round` function is also now correctly rounded."
308
- msgstr "浮点数到字符串和字符串到浮点数的转换已正确舍入。:func:`round` 函数现在也能正确舍入。"
308
+ msgstr "浮点数到字符串和字符串到浮点数的转换已正确舍入。 :func:`round` 函数现在也能正确舍入。"
309
309
310
310
#: ../../whatsnew/2.7.rst:194
311
311
msgid ""
@@ -348,7 +348,7 @@ msgid ""
348
348
":mod:`collections` module."
349
349
msgstr ""
350
350
"常规 Python 字典以任意顺序遍历键/值对。 多年来,许多作者编写了替代实现,以记住键最初插入的顺序。 基于这些实现的经验,2.7 在 "
351
- ":mod:`collections` 模块 中引入了一个新的 :class:`~collections.OrderedDict` 类。"
351
+ ":mod:`collections` 模块中引入了一个新的 :class:`~collections.OrderedDict` 类。"
352
352
353
353
#: ../../whatsnew/2.7.rst:222
354
354
msgid ""
@@ -377,7 +377,7 @@ msgid ""
377
377
"selected::"
378
378
msgstr ""
379
379
":meth:`~collections.OrderedDict.popitem` 方法有一个可选 *last* 参数 ,默认为 ``True`` 。如果"
380
- " *last* 为真 ,则返回并删除最
8000
添加的密钥;如果为 false ,则选择最旧的密钥: :"
380
+ " *last* 为真 ,则返回并删除最近添加的密钥;如果为 false ,则选择最旧的密钥 : :"
381
381
382
382
#: ../../whatsnew/2.7.rst:262
383
383
msgid ""
0 commit comments