Skip to content

Commit c779513

Browse files
[po] auto sync
1 parent 9966d30 commit c779513

File tree

3 files changed

+25
-8
lines changed

3 files changed

+25
-8
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "81.31%", "updated_at": "2025-04-09T13:57:43Z"}
1+
{"translation": "81.32%", "updated_at": "2025-04-09T14:56:53Z"}

whatsnew/3.13.po

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6329,12 +6329,10 @@ msgid ""
63296329
"notice on the function for details."
63306330
msgstr ""
63316331
"在一个 :term:`optimized scope` 中修改从 :c:func:`PyEval_GetLocals` 的字典的效果已被改变。 "
6332-
"以这种方式新加的字典条目现在将 *仅对* 该帧中的后续 :c:func:`PyEval_GetLocals` 调用是可见的,因为 "
6332+
"以这种方式新加的字典条目现在将 *仅对* 该帧内的后续 :c:func:`PyEval_GetLocals` 调用是可见的,因为 "
63336333
":c:func:`PyFrame_GetLocals`, :func:`locals` 和 :attr:`FrameType.f_locals "
6334-
"<frame.f_locals>` 不会再访问同一个下层已缓存字典。 针对实际变量名称所做的条目修改和通过直通写入代理接口添加的名称 will be "
6335-
"overwritten on subsequent calls to :c:func:`PyEval_GetLocals` in that frame."
6336-
" The recommended code update depends on how the function was being used, so "
6337-
"refer to the deprecation notice on the function for details."
6334+
"<frame.f_locals>` 不会再访问相同的底层已缓存字典。 针对实际变量名称所做的条目修改和通过直通写入代理接口添加的名称在该帧内对 "
6335+
":c:func:`PyEval_GetLocals` 的后续调用中被覆盖。 推荐的代码更新取决于该函数是如何被使用的,因此请参考函数的弃用通知了解详情。"
63386336

63396337
#: ../../whatsnew/3.13.rst:2754
63406338
msgid ""

whatsnew/3.4.po

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ msgid ""
1717
msgstr ""
1818
"Project-Id-Version: Python 3.13\n"
1919
"Report-Msgid-Bugs-To: \n"
20-
"POT-Creation-Date: 2025-02-21 14:16+0000\n"
20+
"POT-Creation-Date: 2025-04-04 14:18+0000\n"
2121
"PO-Revision-Date: 2021-06-29 13:04+0000\n"
2222
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2025\n"
2323
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -1789,6 +1789,9 @@ msgid ""
17891789
"the :func:`!get_magic` function in the deprecated :mod:`!imp` module. "
17901790
"(Contributed by Brett Cannon in :issue:`18192`.)"
17911791
msgstr ""
1792+
"现在 :mod:`importlib.util` 有一个 :const:`~importlib.util.MAGIC_NUMBER` "
1793+
"属性提供对字节码版本号的访问。 该属性将取代已弃用的 :mod:`!imp` 模块中的 :func:`!get_magic` 函数。 (由 Brett "
1794+
"Cannon 在 :issue:`18192` 中贡献。)"
17921795

17931796
#: ../../whatsnew/3.4.rst:1002
17941797
msgid ""
@@ -3326,20 +3329,24 @@ msgid ""
33263329
" signatures for builtins and standard library extension modules implemented "
33273330
"in C."
33283331
msgstr ""
3332+
"现在 \"Argument Clinic\" (:pep:`436`) 是 CPython 构建过程的一部分并可被用于简化为内置对象和以 C "
3333+
"实现的标准库扩展模块定义和维护准确签名的过程。"
33293334

33303335
#: ../../whatsnew/3.4.rst:1866
33313336
msgid ""
33323337
"Some standard library extension modules have been converted to use Argument "
33333338
"Clinic in Python 3.4, and :mod:`pydoc` and :mod:`inspect` have been updated "
33343339
"accordingly."
33353340
msgstr ""
3341+
"在 Python 3.4 中有一些标准库模块已被转换为使用 Argument Clinic,而 :mod:`pydoc` 和 "
3342+
":mod:`inspect` 也进行了相应的更新。"
33363343

33373344
#: ../../whatsnew/3.4.rst:1870
33383345
msgid ""
33393346
"It is expected that signature metadata for programmatic introspection will "
33403347
"be added to additional callables implemented in C as part of Python 3.4 "
33413348
"maintenance releases."
3342-
msgstr ""
3349+
msgstr "预期针对程序化内省的签名元数据将被添加到更多的以 C 实现的可调用对象中作为 Python 3.4 维护发布版的组成部分。"
33433350

33443351
#: ../../whatsnew/3.4.rst:1875
33453352
msgid ""
@@ -3348,6 +3355,8 @@ msgid ""
33483355
"core development team in this case, as Argument Clinic will not be made "
33493356
"available as a public API for third party use in Python 3.4."
33503357
msgstr ""
3358+
"Argument Clinic PEP 尚未完整更新到与具体实现的状态相一致。 这种情况被发布版管理者和核心开发团队认为是可接受的,因为 "
3359+
"Argument Clinic 在 Python 3.4 中将不会作为公有 API 提供给第三方。"
33513360

33523361
#: ../../whatsnew/3.4.rst:1882
33533362
msgid ":pep:`436` -- The Argument Clinic DSL"
@@ -3367,6 +3376,8 @@ msgid ""
33673376
"allowing retrieval of function pointers from named type slots when using the"
33683377
" limited API. (Contributed by Martin von Löwis in :issue:`17162`.)"
33693378
msgstr ""
3379+
"新的 :c:func:`PyType_GetSlot` 函数已被添加到稳定 ABI,以允许在使用受限 API 时从指定的类型槽位提取函数指针。 (由 "
3380+
"Martin von Löwis 在 :issue:`17162` 中贡献。)"
33703381

33713382
#: ../../whatsnew/3.4.rst:1893
33723383
msgid ""
@@ -3375,26 +3386,34 @@ msgid ""
33753386
"particular encoding and error handler for the standard streams. (Contributed"
33763387
" by Bastien Montagne and Nick Coghlan in :issue:`16129`.)"
33773388
msgstr ""
3389+
"新的 :c:func:`!Py_SetStandardStreamEncoding` 预初始化 API 允许嵌入了 CPython "
3390+
"解释器的应用程序为标准流可靠地强制设置特定的编码格式和错误处理器。 (由 Bastien Montagne 和 Nick Coghlan 在 "
3391+
":issue:`16129` 中贡献。)"
33783392

33793393
#: ../../whatsnew/3.4.rst:1898
33803394
msgid ""
33813395
"Most Python C APIs that don't mutate string arguments are now correctly "
33823396
"marked as accepting ``const char *`` rather than ``char *``. (Contributed "
33833397
"by Serhiy Storchaka in :issue:`1772673`.)"
33843398
msgstr ""
3399+
"大多数不修改字符串参数的 Python C API 现在已被正确地标记为接受 ``const char *`` 而不是 ``char *``。 (由 "
3400+
"Serhiy Storchaka 在 :issue:`1772673` 中贡献。)"
33853401

33863402
#: ../../whatsnew/3.4.rst:1902
33873403
msgid ""
33883404
"A new shell version of ``python-config`` can be used even when a python "
33893405
"interpreter is not available (for example, in cross compilation scenarios)."
33903406
msgstr ""
3407+
"一个新的 ``python-config`` 的 shell 版本即使在 python 解释器不可用时仍可被使用(例如,在交叉编译的场景中)。"
33913408

33923409
#: ../../whatsnew/3.4.rst:1905
33933410
msgid ""
33943411
":c:func:`PyUnicode_FromFormat` now supports width and precision "
33953412
"specifications for ``%s``, ``%A``, ``%U``, ``%V``, ``%S``, and ``%R``. "
33963413
"(Contributed by Ysj Ray and Victor Stinner in :issue:`7330`.)"
33973414
msgstr ""
3415+
"现在 :c:func:`PyUnicode_FromFormat` 支持为 ``%s``, ``%A``, ``%U``, ``%V``, ``%S``"
3416+
" 和 ``%R`` 使用宽度和精度说明符。 (由 Ysj Ray 和 Victor Stinner 在 :issue:`7330` 中贡献。)"
33983417

33993418
#: ../../whatsnew/3.4.rst:1909
34003419
msgid ""

0 commit comments

Comments
 (0)