9
9
# jacky <jackylvm@foxmail.com>, 2020
10
10
# ppcfish <ppcfish@gmail.com>, 2020
11
11
# Bryan不可思议, 2022
12
- # Freesand Leo <yuqinju@163.com>, 2024
13
12
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
13
+ # Freesand Leo <yuqinju@163.com>, 2024
14
14
#
15
15
#, fuzzy
16
16
msgid ""
@@ -19,7 +19,7 @@ msgstr ""
19
19
"Report-Msgid-Bugs-To : \n "
20
20
"POT-Creation-Date : 2024-02-03 01:01+0000\n "
21
21
"PO-Revision-Date : 2020-05-30 12:18+0000\n "
22
- "Last-Translator : Rafael Fontenelle <rffontenelle@gmail .com>, 2024\n "
22
+ "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2024\n "
23
23
"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
24
24
"MIME-Version : 1.0\n "
25
25
"Content-Type : text/plain; charset=UTF-8\n "
@@ -1869,6 +1869,8 @@ msgid ""
1869
1869
"JSON should be represented using either UTF-8, UTF-16, or UTF-32. "
1870
1870
"(Contributed by Serhiy Storchaka in :issue:`17909`.)"
1871
1871
msgstr ""
1872
+ "现在 :func:`json.load` 和 :func:`json.loads` 均支持二进制输入。 已编码的 JSON 应当使用 UTF-8, "
1873
+ "UTF-16 或 UTF-32 来表示。 (由 Serhiy Storchaka 在 :issue:`17909` 中贡献。)"
1872
1874
1873
1875
#: ../../whatsnew/3.6.rst:1243
1874
1876
msgid "logging"
@@ -1881,6 +1883,9 @@ msgid ""
1881
1883
"to add the ability to check if the log file needs to be reopened. "
1882
1884
"(Contributed by Marian Horban in :issue:`24884`.)"
1883
1885
msgstr ""
1886
+ "新增 :meth:`WatchedFileHandler.reopenIfNeeded() "
1887
+ "<logging.handlers.WatchedFileHandler.reopenIfNeeded>` "
1888
+ "方法以添加检测日志文件是否需要被重新打开的能力。 (由 Marian Horban 在 :issue:`24884` 中贡献。).)"
1884
1889
1885
1890
#: ../../whatsnew/3.6.rst:1252
1886
1891
msgid "math"
@@ -1892,6 +1897,8 @@ msgid ""
1892
1897
"modules. (Contributed by Lisa Roach in :issue:`12345`, see :pep:`628` for "
1893
1898
"details.)"
1894
1899
msgstr ""
1900
+ "为 :mod:`math` 和 :mod:`cmath` 模块增加了 tau (*τ*) 常量。 (由 Lisa Roach 在 "
1901
+ ":issue:`12345` 中贡献,详情见 :pep:`628`。)"
1895
1902
1896
1903
#: ../../whatsnew/3.6.rst:1260
1897
1904
msgid "multiprocessing"
@@ -1903,6 +1910,8 @@ msgid ""
1903
1910
":func:`multiprocessing.Manager` can now be nested. (Contributed by Davin "
1904
1911
"Potts in :issue:`6766`.)"
1905
1912
msgstr ""
1913
+ "由 :func:`multiprocessing.Manager` 返回的 :ref:`代理对象 <multiprocessing-"
1914
+ "proxy_objects>` 现在可以被嵌套。 (由 Davin Potts 在 :issue:`6766` 中贡献。)"
1906
1915
1907
1916
#: ../../whatsnew/3.6.rst:1268 ../../whatsnew/3.6.rst:2017
1908
1917
msgid "os"
@@ -1914,6 +1923,8 @@ msgid ""
1914
1923
" :mod:`os` and :mod:`os.path` modules now support :term:`path-like objects "
1915
1924
"<path-like object>`."
1916
1925
msgstr ""
1926
+ "请参阅 :ref:`PEP 519 <whatsnew36-pep519>` 的概览了解现在 :mod:`os` 和 :mod:`os.path` "
1927
+ "模块如何支持 :term:`路径型对象 <path-like object>` 的详情。"
1917
1928
1918
1929
#: ../../whatsnew/3.6.rst:1274
1919
1930
msgid ":func:`~os.scandir` now supports :class:`bytes` paths on Windows."
0 commit comments