@@ -12,7 +12,7 @@ msgid ""
12
12
msgstr ""
13
13
"Project-Id-Version : Python 3.13\n "
14
14
"Report-Msgid-Bugs-To : \n "
15
- "POT-Creation-Date : 2025-05-16 14:58 +0000\n "
15
+ "POT-Creation-Date : 2025-07-11 15:02 +0000\n "
16
16
"PO-Revision-Date : 2025-05-08 05:10+0000\n "
17
17
"Last-Translator : Freesand Leo <yuqinju@163.com>, 2025\n "
18
18
"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -1903,13 +1903,17 @@ msgid ""
1903
1903
"collections classes. Aliases for ABCs are still present in the "
1904
1904
":mod:`collections` module to preserve existing imports. (:issue:`11085`)"
1905
1905
msgstr ""
1906
+ "抽象基类被移到新的 :mod:`collections.abc` 模块中,以更好地区分抽象和实体多项集类。 ABC 的别名仍然存在于 "
1907
+ ":mod:`collections` 模块中以维持现有的导入操作。 (:issue:`11085`)"
1906
1908
1907
1909
#: ../../whatsnew/3.3.rst:1034
1908
1910
msgid ""
1909
1911
"The :class:`~collections.Counter` class now supports the unary ``+`` and "
1910
1912
"``-`` operators, as well as the in-place operators ``+=``, ``-=``, ``|=``, "
1911
1913
"and ``&=``. (Contributed by Raymond Hettinger in :issue:`13121`.)"
1912
1914
msgstr ""
1915
+ "现在 :class:`~collections.Counter` 类支持单目的 ``+`` 和 ``-`` 运算符,以及原地修改的运算符 ``+=``,"
1916
+ " ``-=``, ``|=`` 和 ``&=``。 (由 Raymond Hettinger 在 :issue:`13121` 中贡献。)"
1913
1917
1914
1918
#: ../../whatsnew/3.3.rst:1040
1915
1919
msgid "contextlib"
@@ -1939,7 +1943,7 @@ msgstr "crypt"
1939
1943
msgid ""
1940
1944
"Addition of salt and modular crypt format (hashing method) and the "
1941
1945
":func:`!mksalt` function to the :mod:`!crypt` module."
1942
- msgstr ""
1946
+ msgstr "将加盐和求模加密格式(哈希方法)和 :func:`!mksalt` 函数添加到 :mod:`!crypt` 模块。 "
1943
1947
1944
1948
#: ../../whatsnew/3.3.rst:1060
1945
1949
msgid "(:issue:`10924`)"
@@ -1955,11 +1959,13 @@ msgid ""
1955
1959
"functions when Unicode strings or characters are passed (e.g. "
1956
1960
":c:func:`waddwstr`), and bytes functions otherwise (e.g. :c:func:`waddstr`)."
1957
1961
msgstr ""
1962
+ "如果 :mod:`curses` 模块被链接到 ncursesw 库,则在传入 Unicode 字符串或字符时使用 Unicode 函数 (例如 "
1963
+ ":c:func:`waddwstr`),否则使用字节函数 (例如 :c:func:`waddstr`)。"
1958
1964
1959
1965
#: ../../whatsnew/3.3.rst:1068
1960
1966
msgid ""
1961
1967
"Use the locale encoding instead of ``utf-8`` to encode Unicode strings."
1962
- msgstr ""
1968
+ msgstr "使用语言区域编码格式而不是 ``utf-8`` 来编码 Unicode 字符串。 "
1963
1969
1964
1970
#: ../../whatsnew/3.3.rst:1069
1965
1971
msgid ""
@@ -1996,32 +2002,37 @@ msgid ""
1996
2002
"instances now return :const:`False` instead of raising :exc:`TypeError` "
1997
2003
"(:issue:`15006`)."
1998
2004
msgstr ""
2005
+ "简单型和感知型 :class:`~datetime.datetime` 实例之间的相等比较现在将返回 :const:`False` 而不是引发 "
2006
+ ":exc:`TypeError` (:issue:`15006`)。"
1999
2007
2000
2008
#: ../../whatsnew/3.3.rst:1084
2001
2009
msgid ""
2002
2010
"New :meth:`datetime.datetime.timestamp` method: Return POSIX timestamp "
2003
2011
"corresponding to the :class:`~datetime.datetime` instance."
2004
2012
msgstr ""
2013
+ "新增 :meth:`datetime.datetime.timestamp` 方法:返回与 :class:`~datetime.datetime` "
2014
+ "实例对应的 POSIX 时间戳。"
2005
2015
2006
2016
#: ../../whatsnew/3.3.rst:1086
2007
2017
msgid ""
2008
2018
"The :meth:`datetime.datetime.strftime` method supports formatting years "
2009
2019
"older than 1000."
2010
- msgstr ""
2020
+ msgstr ":meth:`datetime.datetime.strftime` 方法支持格式化早于 1000 的年份。 "
2011
2021
2012
2022
#: ../../whatsnew/3.3.rst:1088
2013
2023
msgid ""
2014
2024
"The :meth:`datetime.datetime.astimezone` method can now be called without "
2015
2025
"arguments to convert datetime instance to the system timezone."
2016
2026
msgstr ""
2027
+ "现在 :meth:`datetime.datetime.astimezone` 方法可不带参数被调用以将 datetime 实例转换至系统时区。"
2017
2028
2018
2029
#: ../../whatsnew/3.3.rst:1096
2019
2030
msgid "decimal"
2020
2031
msgstr "decimal"
2021
2032
2022
2033
#: ../../whatsnew/3.3.rst:1098
2023
2034
msgid ":issue:`7652` - integrate fast native decimal arithmetic."
2024
- msgstr ""
2035
+ msgstr ":issue:`7652` - 集成快速的原生十进制算术运算。 "
2025
2036
2026
2037
#: ../../whatsnew/3.3.rst:1099
2027
2038
msgid "C-module and libmpdec written by Stefan Krah."
0 commit comments