@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.10\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2024-07-26 15:53 +0000\n "
14+ "POT-Creation-Date : 2024-09-27 16:06 +0000\n "
1515"PO-Revision-Date : 2022-11-05 17:23+0000\n "
1616"
Last-Translator :
Rafael Fontenelle <[email protected] >, 2024\n "
1717"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -571,28 +571,32 @@ msgid ""
571571":pep:`3109` and :pep:`3134`: new :keyword:`raise` statement syntax: "
572572":samp:`raise [{expr} [from {expr}]]`. See below."
573573msgstr ""
574+ ":pep:`3109` 和 :pep:`3134`: 新增 :keyword:`raise` 语句的语法: :samp:`raise [{expr} "
575+ "[from {expr}]]`。 见下文。"
574576
575577#: ../../whatsnew/3.0.rst:411
576578msgid ""
577579":keyword:`!as` and :keyword:`with` are now reserved words. (Since 2.6, "
578580"actually.)"
579- msgstr ""
581+ msgstr "现在 :keyword:`!as` 和 :keyword:`with` 是保留关键字。 (实际是从 2.6 开始。) "
580582
581583#: ../../whatsnew/3.0.rst:414
582584msgid ""
583585"``True``, ``False``, and ``None`` are reserved words. (2.6 partially "
584586"enforced the restrictions on ``None`` already.)"
585- msgstr ""
587+ msgstr "``True``, ``False`` 和 ``None`` 已成为保留关键字。 (2.6 已经对 ``None`` 部分强制应用限制。) "
586588
587589#: ../../whatsnew/3.0.rst:417
588590msgid ""
589591"Change from :keyword:`except` *exc*, *var* to :keyword:`!except` *exc* "
590592":keyword:`!as` *var*. See :pep:`3110`."
591593msgstr ""
594+ "将 :keyword:`except` *exc*, *var* 改为 :keyword:`!except` *exc* :keyword:`!as` "
595+ "*var*。 参见 :pep:`3110`。"
592596
593597#: ../../whatsnew/3.0.rst:420
594598msgid ":pep:`3115`: New Metaclass Syntax. Instead of::"
595- msgstr ""
599+ msgstr ":pep:`3115`: 新的元类语法。 替换:: "
596600
597601#: ../../whatsnew/3.0.rst:426
598602msgid "you must now use::"
0 commit comments