🌐 AI搜索 & 代理 主页
Skip to content

Commit cbd192e

Browse files
[po] auto sync
1 parent c7ed18b commit cbd192e

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "99.81%", "updated_at": "2025-11-20T06:59:34Z"}
1+
{"translation": "99.82%", "updated_at": "2025-11-20T07:57:29Z"}

whatsnew/changelog.po

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -477,12 +477,15 @@ msgid ""
477477
":func:`tarfile.TarFile.extract` now overwrite symlinks when extracting "
478478
"hardlinks. (Contributed by Alexander Enrique Urieles Nieto in :gh:`75989`.)"
479479
msgstr ""
480+
":gh:`75989`: 现在当提取硬链接时 :func:`tarfile.TarFile.extractall` 和 "
481+
":func:`tarfile.TarFile.extract` 将覆盖符号链接。 (由 Alexander Enrique Urieles Nieto "
482+
"在 :gh:`75989` 中贡献。)"
480483

481484
#: ../NEWS:188
482485
msgid ""
483486
":gh:`83424`: Allows creating a :class:`ctypes.CDLL` without name when "
484487
"passing a handle as an argument."
485-
msgstr ""
488+
msgstr ":gh:`83424`: 在传入句柄作为参数时允许创建没有名称的 :class:`ctypes.CDLL`。"
486489

487490
#: ../NEWS:191
488491
msgid ""
@@ -1025,6 +1028,8 @@ msgid ""
10251028
" edge cases involving thread monitoring or premature "
10261029
":obj:`threading.Thread.is_alive` calls."
10271030
msgstr ""
1031+
":gh:`137017`: 将 :obj:`threading.Thread.is_alive` 修正为保持 ``True`` 直到下层的 OS "
1032+
"线程被完全清理。 这将在涉及线程监控或过早调用 :obj:`threading.Thread.is_alive` 的边界场景下避免误报假阴性结果。"
10281033

10291034
#: ../NEWS:444
10301035
msgid ""
@@ -1222,13 +1227,19 @@ msgid ""
12221227
"reject negative values (except :data:`~resource.RLIM_INFINITY`) for limits "
12231228
"in :func:`resource.setrlimit`."
12241229
msgstr ""
1230+
":gh:`137044`: 在 :func:`resource.getrlimit` 中返回的大数值限制为正整数而不是负整数。 对在 "
1231+
":func:`resource.setrlimit` 中的限制接受大数值并拒绝负值 (除了 "
1232+
":data:`~resource.RLIM_INFINITY`)。"
12251233

12261234
#: ../NEWS:551
12271235
msgid ""
12281236
":gh:`136914`: Fix retrieval of :attr:`doctest.DocTest.lineno` for objects "
12291237
"decorated with :func:`functools.cache` or "
12301238
":class:`functools.cached_property`."
12311239
msgstr ""
1240+
":gh:`136914`: 修复针对以 :func:`functools.cache` 或 "
1241+
":class:`functools.cached_property` 装饰的对象提取 :attr:`doctest.DocTest.lineno` "
1242+
"的问题。"
12321243

12331244
#: ../NEWS:555
12341245
msgid ""
@@ -1378,7 +1389,7 @@ msgstr ""
13781389
msgid ""
13791390
":gh:`137273`: Fix debug assertion failure in :func:`locale.setlocale` on "
13801391
"Windows."
1381-
msgstr ""
1392+
msgstr ":gh:`137273`: 修复在 Windows 上 :func:`locale.setlocale` 中的调试断言失败问题。"
13821393

13831394
#: ../NEWS:657
13841395
msgid ""
@@ -1391,6 +1402,8 @@ msgid ""
13911402
"like object>` when working on a tar archive. (Contributed by Alexander "
13921403
"Enrique Urieles Nieto in :gh:`81325`.)"
13931404
msgstr ""
1405+
":gh:`81325`: 当处理 tar 归档时 :class:`tarfile.TarFile` 现在可接受 :term:`路径型对象 <path-"
1406+
"like object>`。 (由 Alexander Enrique Urieles Nieto 在 :gh:`81325` 中贡献。)"
13941407

13951408
#: ../NEWS:663
13961409
msgid ""

0 commit comments

Comments
 (0)