11# SOME DESCRIPTIVE TITLE.
2- # Copyright (C) 2001-2021 , Python Software Foundation
2+ # Copyright (C) 2001-2023 , Python Software Foundation
33# This file is distributed under the same license as the Python package.
44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
991010# ChenYuan <[email protected] >, 20201111# ppcfish <[email protected] >, 202012- # Freesand Leo <[email protected] >, 202212+ # Rafael Fontenelle <[email protected] >, 202313+ # Alpha Du <[email protected] >, 202314+ # Freesand Leo <[email protected] >, 20231315#
1416#, fuzzy
1517msgid ""
1618msgstr ""
1719"Project-Id-Version : Python 3.8\n "
1820"Report-Msgid-Bugs-To : \n "
19- "POT-Creation-Date : 2021-01-01 16:06 +0000\n "
21+ "POT-Creation-Date : 2023-08-04 16:27 +0000\n "
2022"PO-Revision-Date : 2020-05-30 12:17+0000\n "
21- "
Last-Translator :
Freesand Leo <[email protected] >, 2022 \n "
22- "Language-Team : Chinese (China) (https://www .transifex.com/python-doc/teams/5390/zh_CN/)\n "
23+ "
Last-Translator :
Freesand Leo <[email protected] >, 2023 \n "
24+ "Language-Team : Chinese (China) (https://app .transifex.com/python-doc/teams/5390/zh_CN/)\n "
2325"MIME-Version : 1.0\n "
2426"Content-Type : text/plain; charset=UTF-8\n "
2527"Content-Transfer-Encoding : 8bit\n "
@@ -55,6 +57,9 @@ msgid ""
5557":option:`!-3` switch to warn about usages that will become unsupported in "
5658"3.0."
5759msgstr ""
60+ "Python 2.6 的主题是为迁移到 Python 3.0 做准备,这是 Python 语言的一次重大重新设计。 只要有可能,Python 2.6 "
61+ "就会纳入 3.0 的新特性和语法,同时通过不删除旧特性或语法来保持与现有代码的兼容。 当无法做到这一点时,Python 2.6 会尽力而为,在 "
62+ ":mod:`future_builtins` 模块中添加兼容性函数,并通过 :option:`!-3` 开关来警告将在 3.0 中变得不支持的用法。"
5863
5964#: ../../whatsnew/2.6.rst:64
6065msgid ""
@@ -102,6 +107,9 @@ msgid ""
102107"described in this document in the appropriate place. Some of the "
103108"3.0-derived features are:"
104109msgstr ""
110+ "Python 3.0 是对 Python 的大范围重新设计,打破了与 2.x 系列的兼容性。 这意味着现有的 Python 代码需要进行一些转换才能在"
111+ " Python 3.0 上运行。 不过,并非 3.0 中的所有更改都会破坏兼容性。 在新特性不会导致现有代码崩溃的情况下,它们会被回溯到 "
112+ "2.6,并在本文档的适当位置进行描述。 部分 3.0 衍生功能包括:"
105113
106114#: ../../whatsnew/2.6.rst:106
107115msgid ""
@@ -1495,7 +1503,7 @@ msgstr ""
14951503
14961504#: ../../whatsnew/2.6.rst:1373
14971505msgid "This is equivalent to::"
1498- msgstr "这相当于:: "
1506+ msgstr "这相当于: "
14991507
15001508#: ../../whatsnew/2.6.rst:1382
15011509msgid ":pep:`3129` - Class Decorators"
@@ -2344,7 +2352,7 @@ msgstr ""
23442352
23452353#: ../../whatsnew/2.6.rst:2110
23462354msgid ":func:`~math.log1p` returns the natural logarithm of *1+x* (base *e*)."
2347- msgstr ""
2355+ msgstr ":func:`~math.log1p` 返回 *1+x* (以 *e* 为底) 的自然对数。 "
23482356
23492357#: ../../whatsnew/2.6.rst:2113
23502358msgid ""
@@ -3104,7 +3112,7 @@ msgstr ""
31043112
31053113#: ../../whatsnew/2.6.rst:2756
31063114msgid "The functions in this module currently include:"
3107- msgstr ""
3115+ msgstr "目前此模块中的函数包括: "
31083116
31093117#: ../../whatsnew/2.6.rst:2758
31103118msgid ""
@@ -3129,7 +3137,7 @@ msgstr ""
31293137
31303138#: ../../whatsnew/2.6.rst:2775
31313139msgid "The :mod:`json` module: JavaScript Object Notation"
3132- msgstr ""
3140+ msgstr ":mod:`json` 模块: JavaScript Object Notation "
31333141
31343142#: ../../whatsnew/2.6.rst:2777
31353143msgid ""
@@ -3177,7 +3185,7 @@ msgstr ""
31773185
31783186#: ../../whatsnew/2.6.rst:2815
31793187msgid "Using the module is simple::"
3180- msgstr ""
3188+ msgstr "此模块的用法很简单:: "
31813189
31823190#: ../../whatsnew/2.6.rst:2842
31833191msgid "ctypes Enhancements"
@@ -3642,7 +3650,7 @@ msgstr "移植到Python 2.6"
36423650msgid ""
36433651"This section lists previously described changes and other bugfixes that may "
36443652"require changes to your code:"
3645- msgstr ""
3653+ msgstr "本节列出了先前描述的改变以及可能需要修改你的代码的其他问题修正: "
36463654
36473655#: ../../whatsnew/2.6.rst:3237
36483656msgid ""
0 commit comments