@@ -13,7 +13,7 @@ msgid ""
1313msgstr ""
1414"Project-Id-Version : Python 3.10\n "
1515"Report-Msgid-Bugs-To : \n "
16- "POT-Creation-Date : 2023-07-29 03:05 +0000\n "
16+ "POT-Creation-Date : 2023-08-11 15:16 +0000\n "
1717"PO-Revision-Date : 2022-11-05 17:23+0000\n "
1818"
Last-Translator :
Rafael Fontenelle <[email protected] >, 2023\n "
1919"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -52,6 +52,9 @@ msgid ""
5252":option:`!-3` switch to warn about usages that will become unsupported in "
5353"3.0."
5454msgstr ""
55+ "Python 2.6 的主题是为迁移到 Python 3.0 做准备,这是 Python 语言的一次重大重新设计。 只要有可能,Python 2.6 "
56+ "就会纳入 3.0 的新特性和语法,同时通过不删除旧特性或语法来保持与现有代码的兼容。 当无法做到这一点时,Python 2.6 会尽力而为,在 "
57+ ":mod:`future_builtins` 模块中添加兼容性函数,并通过 :option:`!-3` 开关来警告将在 3.0 中变得不支持的用法。"
5558
5659#: ../../whatsnew/2.6.rst:64
5760msgid ""
@@ -105,8 +108,9 @@ msgid ""
105108"described in this document in the appropriate place. Some of the "
106109"3.0-derived features are:"
107110msgstr ""
108- "Python3.0是对Python的一次大范围重新设计,打破了与2.x系列的兼容性。这意味着现有的Python代码需要一些转换才能在Python "
109- "3.0上运行。然而,并非3.0中的所有更改都会破坏兼容性。在新特性不会导致现有代码中断的情况下,它们已被后移植到2.6,并在本文档的适当位置进行了描述。3.0衍生的一些功能包括:"
111+ "Python 3.0 是对 Python 的大范围重新设计,打破了与 2.x 系列的兼容性。 这意味着现有的 Python 代码需要进行一些转换才能在"
112+ " Python 3.0 上运行。 不过,并非 3.0 中的所有更改都会破坏兼容性。 在新特性不会导致现有代码崩溃的情况下,它们会被回溯到 "
113+ "2.6,并在本文档的适当位置进行描述。 部分 3.0 衍生功能包括:"
110114
111115#: ../../whatsnew/2.6.rst:106
112116msgid ""
@@ -990,29 +994,29 @@ msgstr ""
990994
991995#: ../../whatsnew/2.6.rst:871
992996msgid "The signature of the new function is::"
993- msgstr ""
997+ msgstr "新函数的签名为:: "
994998
995999#: ../../whatsnew/2.6.rst:876
9961000msgid "The parameters are:"
9971001msgstr "形参包括:"
9981002
9991003#: ../../whatsnew/2.6.rst:878
10001004msgid "*args*: positional arguments whose values will be printed out."
1001- msgstr ""
1005+ msgstr "*args*: 相应值将会被打印的位置参数。 "
10021006
10031007#: ../../whatsnew/2.6.rst:879
10041008msgid "*sep*: the separator, which will be printed between arguments."
1005- msgstr ""
1009+ msgstr "*sep*: 分隔符,它将在参数之间被打印。 "
10061010
10071011#: ../../whatsnew/2.6.rst:880
10081012msgid ""
10091013"*end*: the ending text, which will be printed after all of the arguments "
10101014"have been output."
1011- msgstr ""
1015+ msgstr "*end*: 结束文本,它将在所有参数输出完毕之后被打印。 "
10121016
10131017#: ../../whatsnew/2.6.rst:882
10141018msgid "*file*: the file object to which the output will be sent."
1015- msgstr ""
1019+ msgstr "*file*: 将被作为输出发送目标的文件对象。 "
10161020
10171021#: ../../whatsnew/2.6.rst:886
10181022msgid ":pep:`3105` - Make print a function"
0 commit comments