Skip to content

Commit 61f3045

Browse files
[po] auto sync
1 parent 0a8bd0b commit 61f3045

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "92.40%", "updated_at": "2024-03-30T05:23:56Z"}
1+
{"translation": "92.40%", "updated_at": "2024-04-03T15:22:06Z"}

whatsnew/3.4.po

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ msgid ""
1717
msgstr ""
1818
"Project-Id-Version: Python 3.9\n"
1919
"Report-Msgid-Bugs-To: \n"
20-
"POT-Creation-Date: 2024-03-22 21:26+0000\n"
20+
"POT-Creation-Date: 2024-03-29 21:52+0000\n"
2121
"PO-Revision-Date: 2017-02-16 23:44+0000\n"
2222
"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"
@@ -1258,6 +1258,8 @@ msgid ""
12581258
":mod:`doctest` will now find doctests in extension module ``__doc__`` "
12591259
"strings. (Contributed by Zachary Ware in :issue:`3158`.)"
12601260
msgstr ""
1261+
"现在 :mod:`doctest` 会在扩展模块的 ``__doc__`` 字符串中查找文档测试。 (由 Zachary Ware 在 "
1262+
":issue:`3158` 中贡献。)"
12611263

12621264
#: ../../whatsnew/3.4.rst:793
12631265
msgid "email"
@@ -1471,6 +1473,8 @@ msgid ""
14711473
"references to the corresponding Unicode characters. (Contributed by Ezio "
14721474
"Melotti in :issue:`2927`.)"
14731475
msgstr ""
1476+
"新增的函数 :func:`~html.unescape` 用于将 HTML5 字符引用转换为相应的 Unicode 字符。 (由 Ezio "
1477+
"Melotti 在 :issue:`2927` 中贡献。).)"
14741478

14751479
#: ../../whatsnew/3.4.rst:944
14761480
msgid ""
@@ -1812,6 +1816,9 @@ msgid ""
18121816
":func:`os.set_inheritable`) or a Windows handle "
18131817
"(:func:`os.get_handle_inheritable`, :func:`os.set_handle_inheritable`)."
18141818
msgstr ""
1819+
"新增一些函数用于获取和设置文件描述符或 Windows 句柄的 :ref:`可继承旗标 <fd_inheritance>` "
1820+
"(:func:`os.get_inheritable`, :func:`os.set_inheritable`) 或 "
1821+
"(:func:`os.get_handle_inheritable`, :func:`os.set_handle_inheritable`)。"
18151822

18161823
#: ../../whatsnew/3.4.rst:1178
18171824
msgid ""
@@ -1857,6 +1864,9 @@ msgid ""
18571864
"debugging :mod:`asyncio` based programs. (Contributed by Andrew Svetlov and"
18581865
" Xavier de Gaye in :issue:`16596`.)"
18591866
msgstr ""
1867+
":mod:`pdb` 已被增强以通过更有用的方式来处理生成器, :keyword:`yield` 和 ``yield from``。 这在调试基于 "
1868+
":mod:`asyncio` 的程序时特别有帮助。 (由 Andrew Svetlov 和 Xavier de Gaye 在 "
1869+
":issue:`16596` 中贡献。)"
18601870

18611871
#: ../../whatsnew/3.4.rst:1206
18621872
msgid ""

0 commit comments

Comments
 (0)