@@ -17,7 +17,7 @@ msgid ""
17
17
msgstr ""
18
18
"Project-Id-Version : Python 3.9\n "
19
19
"Report-Msgid-Bugs-To : \n "
20
- "POT-Creation-Date : 2025-05-02 16:40 +0000\n "
20
+ "POT-Creation-Date : 2025-07-11 17:51 +0000\n "
21
21
"PO-Revision-Date : 2017-02-16 23:44+0000\n "
22
22
"Last-Translator : Freesand Leo <yuqinju@163.com>, 2025\n "
23
23
"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -1548,13 +1548,17 @@ msgid ""
1548
1548
"collections classes. Aliases for ABCs are still present in the "
1549
1549
":mod:`collections` module to preserve existing imports. (:issue:`11085`)"
1550
1550
msgstr ""
1551
+ "抽象基类被移到新的 :mod:`collections.abc` 模块中,以更好地区分抽象和实体多项集类。 ABC 的别名仍然存在于 "
1552
+ ":mod:`collections` 模块中以维持现有的导入操作。 (:issue:`11085`)"
1551
1553
1552
1554
#: ../../whatsnew/3.3.rst:1031
1553
1555
msgid ""
1554
1556
"The :class:`~collections.Counter` class now supports the unary ``+`` and "
1555
1557
"``-`` operators, as well as the in-place operators ``+=``, ``-=``, ``|=``, "
1556
1558
"and ``&=``. (Contributed by Raymond Hettinger in :issue:`13121`.)"
1557
1559
msgstr ""
1560
+ "现在 :class:`~collections.Counter` 类支持单目的 ``+`` 和 ``-`` 运算符,以及原地修改的运算符 ``+=``,"
1561
+ " ``-=``, ``|=`` 和 ``&=``。 (由 Raymond Hettinger 在 :issue:`13121` 中贡献。)"
1558
1562
1559
1563
#: ../../whatsnew/3.3.rst:1037
1560
1564
msgid "contextlib"
@@ -1600,11 +1604,13 @@ msgid ""
1600
1604
"functions when Unicode strings or characters are passed (e.g. "
1601
1605
":c:func:`waddwstr`), and bytes functions otherwise (e.g. :c:func:`waddstr`)."
1602
1606
msgstr ""
1607
+ "如果 :mod:`curses` 模块被链接到 ncursesw 库,则在传入 Unicode 字符串或字符时使用 Unicode 函数 (例如 "
1608
+ ":c:func:`waddwstr`),否则使用字节函数 (例如 :c:func:`waddstr`)。"
1603
1609
1604
1610
#: ../../whatsnew/3.3.rst:1065
1605
1611
msgid ""
1606
1612
"Use the locale encoding instead of ``utf-8`` to encode Unicode strings."
1607
- msgstr ""
1613
+ msgstr "使用语言区域编码格式而不是 ``utf-8`` 来编码 Unicode 字符串。 "
1608
1614
1609
1615
#: ../../whatsnew/3.3.rst:1066
1610
1616
msgid ""
@@ -1641,32 +1647,37 @@ msgid ""
1641
1647
"instances now return :const:`False` instead of raising :exc:`TypeError` "
1642
1648
"(:issue:`15006`)."
1643
1649
msgstr ""
1650
+ "简单型和感知型 :class:`~datetime.datetime` 实例之间的相等比较现在将返回 :const:`False` 而不是引发 "
1651
+ ":exc:`TypeError` (:issue:`15006`)。"
1644
1652
1645
1653
#: ../../whatsnew/3.3.rst:1081
1646
1654
msgid ""
1647
1655
"New :meth:`datetime.datetime.timestamp` method: Return POSIX timestamp "
1648
1656
"corresponding to the :class:`~datetime.datetime` instance."
1649
1657
msgstr ""
1658
+ "新增 :meth:`datetime.datetime.timestamp` 方法:返回与 :class:`~datetime.datetime` "
1659
+ "实例对应的 POSIX 时间戳。"
1650
1660
1651
1661
#: ../../whatsnew/3.3.rst:1083
1652
1662
msgid ""
1653
1663
"The :meth:`datetime.datetime.strftime` method supports formatting years "
1654
1664
"older than 1000."
1655
- msgstr ""
1665
+ msgstr ":meth:`datetime.datetime.strftime` 方法支持格式化早于 1000 的年份。 "
1656
1666
1657
1667
#: ../../whatsnew/3.3.rst:1085
1658
1668
msgid ""
1659
1669
"The :meth:`datetime.datetime.astimezone` method can now be called without "
1660
1670
"arguments to convert datetime instance to the system timezone."
1661
1671
msgstr ""
1672
+ "现在 :meth:`datetime.datetime.astimezone` 方法可不带参数被调用以将 datetime 实例转换至系统时区。"
1662
1673
1663
1674
#: ../../whatsnew/3.3.rst:1093
1664
1675
msgid "decimal"
1665
1676
msgstr "decimal"
1666
1677
1667
1678
#: ../../whatsnew/3.3.rst:1096
1668
1679
msgid ":issue:`7652` - integrate fast native decimal arithmetic."
1669
- msgstr ""
1680
+ msgstr ":issue:`7652` - 集成快速的原生十进制算术运算。 "
1670
1681
1671
1682
#: ../../whatsnew/3.3.rst:1096
1672
1683
msgid "C-module and libmpdec written by Stefan Krah."
0 commit comments