@@ -799,30 +799,33 @@ msgid ""
799799"In previous versions of Python, to apply a type hint for functions accepting"
800800" arguments of multiple types, :data:`typing.Union` was used::"
801801msgstr ""
802+ "在之前的 Python 版本中,要为可接受多种类型参数的函数应用类型提示,使用的是 :data:`typing.Union` was used::"
802803
803804#: ../../whatsnew/3.10.rst:736
804805msgid "Type hints can now be written in a more succinct manner::"
805- msgstr ""
806+ msgstr "类型提示现在可以使用更简洁的写法:: "
806807
807808#: ../../whatsnew/3.10.rst:742
808809msgid ""
809810"This new syntax is also accepted as the second argument to "
810811":func:`isinstance` and :func:`issubclass`::"
811- msgstr ""
812+ msgstr "这个新增语法也被接受作为 :func:`isinstance` 和 :func:`issubclass` 的第二个参数:: "
812813
813814#: ../../whatsnew/3.10.rst:748
814815msgid "See :ref:`types-union` and :pep:`604` for more details."
815- msgstr ""
816+ msgstr "详情参见 :ref:`types-union` 和 :pep:`604`。 "
816817
817818#: ../../whatsnew/3.10.rst:750
818819msgid ""
819820"(Contributed by Maggie Moss and Philippe Prados in :issue:`41428`, with "
820821"additions by Yurii Karabas and Serhiy Storchaka in :issue:`44490`.)"
821822msgstr ""
823+ "(由 Maggie Moss 和 Philippe Prados 在 :issue:`41428` 中贡献,并由 Yurii Karabas 和 "
824+ "Serhiy Storchaka 在 :issue:`44490` 中补充。)"
822825
823826#: ../../whatsnew/3.10.rst:755
824827msgid "PEP 612: Parameter Specification Variables"
825- msgstr ""
828+ msgstr "PEP 612: 形参规格变量 "
826829
827830#: ../../whatsnew/3.10.rst:757
828831msgid ""
0 commit comments