Skip to content

Commit 2590903

Browse files
[po] auto sync
1 parent d455d4d commit 2590903

File tree

7 files changed

+19
-20
lines changed

7 files changed

+19
-20
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "78.44%", "updated_at": "2025-05-22T03:30:05Z"}
1+
{"translation": "78.44%", "updated_at": "2025-05-22T06:15:53Z"}

c-api/frame.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ msgstr "内部帧"
217217

218218
#: ../../c-api/frame.rst:167
219219
msgid "Unless using :pep:`523`, you will not need this."
220-
msgstr "除非使用:pep:`523`,否则你不会需要它。"
220+
msgstr "除非使用 :pep:`523`,否则你不会需要它。"
221221

222222
#: ../../c-api/frame.rst:171
223223
msgid "The interpreter's internal frame representation."

c-api/memory.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ msgstr "说明:"
637637

638638
#: ../../c-api/memory.rst:398
639639
msgid "Name: value for :envvar:`PYTHONMALLOC` environment variable."
640-
msgstr "名称:envvar:`PYTHONMALLOC` 环境变量的值。"
640+
msgstr "名称: :envvar:`PYTHONMALLOC` 环境变量的值。"
641641

642642
#: ../../c-api/memory.rst:399
643643
msgid ""
@@ -890,8 +890,8 @@ msgid ""
890890
"The :envvar:`PYTHONMALLOC` environment variable can be used to install debug"
891891
" hooks on a Python compiled in release mode (ex: ``PYTHONMALLOC=debug``)."
892892
msgstr ""
893-
":envvar:`PYTHONMALLOC` 环境变量可被用于在以发行模式下编译的 Python "
894-
"上安装调试钩子(例如:``PYTHONMALLOC=debug``。"
893+
":envvar:`PYTHONMALLOC` 环境变量可被用于在以发行模式下编译的 Python 上安装调试钩子 (例如: "
894+
"``PYTHONMALLOC=debug``)。"
895895

896896
#: ../../c-api/memory.rst:540
897897
msgid ""
@@ -1140,7 +1140,7 @@ msgid ""
11401140
"``PYTHONMALLOC=malloc``)."
11411141
msgstr ""
11421142
"如果 Python 配置了 :option:`--without-pymalloc` 选项,那么此分配器将被禁用。也可以在运行时使用 "
1143-
":envvar:`PYTHONMALLOC`(例如:``PYTHONMALLOC=malloc``环境变量来禁用它。"
1143+
":envvar:`PYTHONMALLOC` (例如: ``PYTHONMALLOC=malloc``) 环境变量来禁用它。"
11441144

11451145
#: ../../c-api/memory.rst:658
11461146
msgid "Customize pymalloc Arena Allocator"

library/intro.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,8 @@ msgid ""
299299
"a diagnostic aid, they will not include any detail written to ``stdout`` or "
300300
"``stderr``."
301301
msgstr ""
302-
"iOS 应用程序对控制台输出的概念有限。 ``stdout`` 和 ``stderr`` *存在*,在 Xcode 中运行时,写入``stdout`` "
303-
"和 ``stderr`` 的内容在日志中可见,但这些内容 *不会* 记录在系统日志中。 "
302+
"iOS 应用程序对控制台输出的概念有限。 ``stdout`` 和 ``stderr`` *存在*,在 Xcode 中运行时,写入 ``stdout``"
303+
" 和 ``stderr`` 的内容在日志中可见,但这些内容 *不会* 记录在系统日志中。 "
304304
"如果安装了您的应用程序的用户提供其应用程序日志作为诊断辅助工具,这些日志将不包括写入 ``stdout`` 或 ``stderr`` 的任何细节。"
305305

306306
#: ../../library/intro.rst:171

library/mailbox.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ msgid ""
1414
msgstr ""
1515
"Project-Id-Version: Python 3.14\n"
1616
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2025-05-09 14:19+0000\n"
17+
"POT-Creation-Date: 2025-05-16 14:19+0000\n"
1818
"PO-Revision-Date: 2021-06-28 01:09+0000\n"
1919
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2025\n"
2020
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -1408,8 +1408,8 @@ msgid ""
14081408
"mailbox has been accessed, whether or not the message has been read. A "
14091409
"message ``msg`` has been read if ``\"S\" in msg.get_flags()`` is ``True``."
14101410
msgstr ""
1411-
"一条消息通常会在其邮箱被访问后从 :file:`new` 移至 :file:`cur`,无论该消息是否已被阅读。 如果 "
1412-
"msg.get_flags()`` 中的 ``\"S\" 为 ``True`` 则说明消息 ``msg`` 已被阅读。"
1411+
"一条消息通常会在其邮箱被访问后从 :file:`new` 移至 :file:`cur`,无论该消息是否已被阅读。 如果 ``\"S\" in "
1412+
"msg.get_flags()`` 为 ``True`` 则说明消息 ``msg`` 已被阅读。"
14131413

14141414
#: ../../library/mailbox.rst:998
14151415
msgid ""

library/select.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
# Arisaka97 <solitaire2312@gmail.com>, 2021
1010
# ppcfish <ppcfish@gmail.com>, 2021
1111
# ProgramRipper, 2023
12-
# Freesand Leo <yuqinju@163.com>, 2024
12+
# Freesand Leo <yuqinju@163.com>, 2025
1313
#
1414
#, fuzzy
1515
msgid ""
1616
msgstr ""
1717
"Project-Id-Version: Python 3.14\n"
1818
"Report-Msgid-Bugs-To: \n"
19-
"POT-Creation-Date: 2025-05-09 14:19+0000\n"
19+
"POT-Creation-Date: 2025-05-16 14:19+0000\n"
2020
"PO-Revision-Date: 2021-06-28 01:12+0000\n"
21-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2024\n"
21+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2025\n"
2222
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2323
"MIME-Version: 1.0\n"
2424
"Content-Type: text/plain; charset=UTF-8\n"
@@ -337,7 +337,7 @@ msgid ""
337337
"Registering a file descriptor that's already registered is not an error, but"
338338
" the result is undefined. The appropriate action is to unregister or modify "
339339
"it first. This is an important difference compared with :c:func:`!poll`."
340-
msgstr "注册已注册的文件描述符不会报错,但结果是未定义的。 适当的做法是先注销或修改它。 这是与:c:func:`!poll` 的一个重要区别。"
340+
msgstr "注册已注册的文件描述符不会报错,但结果是未定义的。 适当的做法是先注销或修改它。 这是与 :c:func:`!poll` 的一个重要区别。"
341341

342342
#: ../../library/select.rst:239
343343
msgid ""

whatsnew/3.13.po

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,10 @@
1616
# Aruelius.L, 2024
1717
# Sefank <sefank@foxmail.com>, 2024
1818
# 赵天悦 <terrychao.me@gmail.com>, 2024
19-
# 汇民 王 <whuim@qq.com>, 2024
2019
# lian Wu (Wulian) <xiguawulian@gmail.com>, 2025
2120
# Alpha Du <alphanow@gmail.com>, 2025
22-
# Freesand Leo <yuqinju@163.com>, 2025
2321
# Nyuan Zhang, 2025
22+
# Freesand Leo <yuqinju@163.com>, 2025
2423
#
2524
#, fuzzy
2625
msgid ""
@@ -29,7 +28,7 @@ msgstr ""
2928
"Report-Msgid-Bugs-To: \n"
3029
"POT-Creation-Date: 2025-05-16 14:19+0000\n"
3130
"PO-Revision-Date: 2024-05-11 01:09+0000\n"
32-
"Last-Translator: Nyuan Zhang, 2025\n"
31+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2025\n"
3332
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
3433
"MIME-Version: 1.0\n"
3534
"Content-Type: text/plain; charset=UTF-8\n"
@@ -3379,8 +3378,8 @@ msgid ""
33793378
"command-line interface, to be removed in Python 3.15. (Contributed by "
33803379
"Gregory P. Smith in :gh:`109096`.)"
33813380
msgstr ""
3382-
"弃用:program:`python -m http.server` 命令行接口的:option:`!--cgi`标志位 ,将在Python 3.15 "
3383-
"中移除。(由 Gregory P. Smith 在:gh:`109096` 中提供)。"
3381+
"弃用 :program:`python -m http.server` 命令行接口的 :option:`!--cgi` 标志位,将在 Python "
3382+
"3.15 中移除。(由 Gregory P. Smith 在 :gh:`109096` 中贡献。)"
33843383

33853384
#: ../../whatsnew/3.13.rst:1886
33863385
#: ../../deprecations/pending-removal-in-3.16.rst:70

0 commit comments

Comments
 (0)