@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version :Python 3.11\n "
1313"Report-Msgid-Bugs-To :\n "
14- "POT-Creation-Date :2024-07 -2001:54 +0000\n "
14+ "POT-Creation-Date :2024-09 -2015:42 +0000\n "
1515"PO-Revision-Date :2023-05-24 02:23+0000\n "
1616"Last-Translator :Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n "
1717"Language-Team :Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -573,28 +573,32 @@ msgid ""
573573":pep:`3109` and :pep:`3134`: new :keyword:`raise` statement syntax: "
574574":samp:`raise [{expr} [from {expr}]]`. See below."
575575msgstr ""
576+ ":pep:`3109` 和 :pep:`3134`: 新增 :keyword:`raise` 语句的语法: :samp:`raise [{expr} "
577+ "[from {expr}]]`。 见下文。"
576578
577579#: ../../whatsnew/3.0.rst:411
578580msgid ""
579581":keyword:`!as` and :keyword:`with` are now reserved words. (Since 2.6, "
580582"actually.)"
581- msgstr ""
583+ msgstr "现在 :keyword:`!as` 和 :keyword:`with` 是保留关键字。 (实际是从 2.6 开始。) "
582584
583585#: ../../whatsnew/3.0.rst:414
584586msgid ""
585587"``True``, ``False``, and ``None`` are reserved words. (2.6 partially "
586588"enforced the restrictions on ``None`` already.)"
587- msgstr ""
589+ msgstr "``True``, ``False`` 和 ``None`` 已成为保留关键字。 (2.6 已经对 ``None`` 部分强制应用限制。) "
588590
589591#: ../../whatsnew/3.0.rst:417
590592msgid ""
591593"Change from :keyword:`except` *exc*, *var* to :keyword:`!except` *exc* "
592594":keyword:`!as` *var*. See :pep:`3110`."
593595msgstr ""
596+ "将 :keyword:`except` *exc*, *var* 改为 :keyword:`!except` *exc* :keyword:`!as` "
597+ "*var*。 参见 :pep:`3110`。"
594598
595599#: ../../whatsnew/3.0.rst:420
596600msgid ":pep:`3115`: New Metaclass Syntax. Instead of::"
597- msgstr ""
601+ msgstr ":pep:`3115`: 新的元类语法。 替换:: "
598602
599603#: ../../whatsnew/3.0.rst:426
600604msgid "you must now use::"