10000 [po] auto sync · python/python-docs-zh-cn@2bb241c · GitHub
[go: up one dir, main page]

Skip to content

Commit 2bb241c

Browse files
[po] auto sync
1 parent 94d682e commit 2bb241c

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "90.35%", "updated_at": "2024-02-04T09:09:02Z"}
1+
{"translation": "90.36%", "updated_at": "2024-02-06T12:10:11Z"}

whatsnew/3.6.po

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
# jacky <jackylvm@foxmail.com>, 2020
1010
# ppcfish <ppcfish@gmail.com>, 2020
1111
# Bryan不可思议, 2022
12-
# Freesand Leo <yuqinju@163.com>, 2024
1312
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
13+
# Freesand Leo <yuqinju@163.com>, 2024
1414
#
1515
#, fuzzy
1616
msgid ""
@@ -19,7 +19,7 @@ msgstr ""
1919
"Report-Msgid-Bugs-To: \n"
2020
"POT-Creation-Date: 2024-02-03 01:01+0000\n"
2121
"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"
2323
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2424
"MIME-Version: 1.0\n"
2525
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1869,6 +1869,8 @@ msgid ""
18691869
"JSON should be represented using either UTF-8, UTF-16, or UTF-32. "
18701870
"(Contributed by Serhiy Storchaka in :issue:`17909`.)"
18711871
msgstr ""
1872+
"现在 :func:`json.load` 和 :func:`json.loads` 均支持二进制输入。 已编码的 JSON 应当使用 UTF-8, "
1873+
"UTF-16 或 UTF-32 来表示。 (由 Serhiy Storchaka 在 :issue:`17909` 中贡献。)"
18721874

18731875
#: ../../whatsnew/3.6.rst:1243
18741876
msgid "logging"
@@ -1881,6 +1883,9 @@ msgid ""
18811883
"to add the ability to check if the log file needs to be reopened. "
18821884
"(Contributed by Marian Horban in :issue:`24884`.)"
18831885
msgstr ""
1886+
"新增 :meth:`WatchedFileHandler.reopenIfNeeded() "
1887+
"<logging.handlers.WatchedFileHandler.reopenIfNeeded>` "
1888+
"方法以添加检测日志文件是否需要被重新打开的能力。 (由 Marian Horban 在 :issue:`24884` 中贡献。).)"
18841889

18851890
#: ../../whatsnew/3.6.rst:1252
18861891
msgid "math"
@@ -1892,6 +1897,8 @@ msgid ""
18921897
"modules. (Contributed by Lisa Roach in :issue:`12345`, see :pep:`628` for "
18931898
"details.)"
18941899
msgstr ""
1900+
"为 :mod:`math` 和 :mod:`cmath` 模块增加了 tau (*τ*) 常量。 (由 Lisa Roach 在 "
1901+
":issue:`12345` 中贡献,详情见 :pep:`628`。)"
18951902

18961903
#: ../../whatsnew/3.6.rst:1260
18971904
msgid "multiprocessing"
@@ -1903,6 +1910,8 @@ msgid ""
19031910
":func:`multiprocessing.Manager` can now be nested. (Contributed by Davin "
19041911
"Potts in :issue:`6766`.)"
19051912
msgstr ""
1913+
"由 :func:`multiprocessing.Manager` 返回的 :ref:`代理对象 <multiprocessing-"
1914+
"proxy_objects>` 现在可以被嵌套。 (由 Davin Potts 在 :issue:`6766` 中贡献。)"
19061915

19071916
#: ../../whatsnew/3.6.rst:1268 ../../whatsnew/3.6.rst:2017
19081917
msgid "os"
@@ -1914,6 +1923,8 @@ msgid ""
19141923
" :mod:`os` and :mod:`os.path` modules now support :term:`path-like objects "
19151924
"<path-like object>`."
19161925
msgstr ""
1926+
"请参阅 :ref:`PEP 519 <whatsnew36-pep519>` 的概览了解现在 :mod:`os` 和 :mod:`os.path` "
1927+
"模块如何支持 :term:`路径型对象 <path-like object>` 的详情。"
19171928

19181929
#: ../../whatsnew/3.6.rst:1274
19191930
msgid ":func:`~os.scandir` now supports :class:`bytes` paths on Windows."

0 commit comments

Comments
 (0)
0