Skip to content

Commit e8ccf31

Browse files
[po] auto sync
1 parent 6e7efb3 commit e8ccf31

File tree

13 files changed

+49
-49
lines changed

13 files changed

+49
-49
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "94.27%", "updated_at": "2024-10-13T16:31:27Z"}
1+
{"translation": "94.28%", "updated_at": "2024-11-26T13:21:07Z"}

c-api/sys.po

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.10\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2024-04-26 19:05+0000\n"
15+
"POT-Creation-Date: 2024-11-12 10:23+0000\n"
1616
"PO-Revision-Date: 2022-11-05 17:21+0000\n"
1717
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1818
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -534,12 +534,6 @@ msgstr ""
534534
"请参阅 :pep:`578` 了解有关审计的详细描述。 在运行时和标准库中会引发审计事件的函数清单见 :ref:`审计事件表 <audit-"
535535
"events>`。 更多细节见每个函数的文档。"
536536

537-
#: ../../c-api/sys.rst:366
538-
msgid ""
539-
"Raises an :ref:`auditing event <auditing>` ``sys.addaudithook`` with no "
540-
"arguments."
541-
msgstr " "
542-
543537
#: ../../c-api/sys.rst:368
544538
msgid ""
545539
"If the interpreter is initialized, this function raises a auditing event "

extending/extending.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.10\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2024-04-26 19:05+0000\n"
15+
"POT-Creation-Date: 2024-11-15 16:02+0000\n"
1616
"PO-Revision-Date: 2022-11-05 17:21+0000\n"
1717
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1818
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -66,7 +66,7 @@ msgid ""
6666
msgstr ""
6767
"C扩展接口特指CPython,扩展模块无法在其他Python实现上工作。在大多数情况下,应该避免写C扩展,来保持可移植性。举个例子,如果你的用例调用了C库或系统调用,你应该考虑使用"
6868
" :mod:`ctypes` 模块或 `cffi <https://cffi.readthedocs.io/>`_ "
69-
"库,而不是自己写C代码。这些模块允许你写Python代码来接口C代码,而且可移植性更好。不知为何编译失败了。"
69+
"库,而不是自己写C代码。这些模块允许你写Python代码来接口C代码,并且相较于编写和编译C扩展模块,该方法在不同Python实现之间具有更高的可移植性。"
7070

7171
#: ../../extending/extending.rst:40
7272
msgid "A Simple Example"

faq/design.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.10\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2024-05-10 15:18+0000\n"
15+
"POT-Creation-Date: 2024-11-12 10:23+0000\n"
1616
"PO-Revision-Date: 2022-11-05 17:21+0000\n"
1717
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1818
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -471,8 +471,8 @@ msgid ""
471471
"(which is exactly the same type of object that a lambda expression yields) "
472472
"is assigned!"
473473
msgstr ""
474-
"函数已经是 Python 中的第一等对象,最可在局部作用域中声明。 因此使用 lambda 而非局部定义函数的唯一优点是你不需要为函数指定名称 -- "
475-
"但那只是一个被赋值为函数对象(它的类型与 lambda 表达式所产生的对象完全相同)的局部变量!"
474+
"函数已经是 Python 中的第一等对象,并且可以在局部作用域中声明。 因此使用 lambda 而非局部定义函数的唯一优点是你不需要为函数指定名称 --"
475+
" 但那只是一个被赋值为函数对象(它的类型与 lambda 表达式所产生的对象完全相同)的局部变量!"
476476

477477
#: ../../faq/design.rst:322
478478
msgid "Can Python be compiled to machine code, C or some other language?"

library/idle.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2023, Python Software Foundation
2+
# Copyright (C) 2001-2024, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Rafael Fontenelle <rffontenelle@gmail.com>, 2023
7+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
88
#
99
#, fuzzy
1010
msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.10\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-07-29 03:05+0000\n"
14+
"POT-Creation-Date: 2024-11-08 00:47+0000\n"
1515
"PO-Revision-Date: 2022-11-05 17:22+0000\n"
16-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
16+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1818
"MIME-Version: 1.0\n"
1919
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1571,7 +1571,7 @@ msgid ""
15711571
"text cursor through such output with arrow keys may exhibit some surprising "
15721572
"spacing behavior.) ::"
15731573
msgstr ""
1574-
" IDLE 的 Shell 所使用的 Tk Text 部件可显示的字符 (码位) 为 Unicode 的 BMP (基本多语言平面) 子集。 "
1574+
"IDLE 的 Shell 所使用的 Tk Text 部件可显示的字符 (码位) 为 Unicode 的 BMP (基本多语言平面) 子集。 "
15751575
"具体哪些字符会显示为正确的字形而哪些会以方框代替取决于操作系统和所安装的字体。 制表符会使之后的文本从下一个制表位开始。 (每 8 个 '字符' "
15761576
"对应一个制表位)。 换行符会使之后的文本开始新的一行。 其他控制符会被忽略或是显示为空格、方框或其他形式,具体取决于操作系统和字体。 "
15771577
"(使用方向键在这样的输出中移动文本光标有可能让显示间距发生怪异的变化。) ::"

library/math.po

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2023, Python Software Foundation
2+
# Copyright (C) 2001-2024, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Rafael Fontenelle <rffontenelle@gmail.com>, 2023
7+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
88
#
99
#, fuzzy
1010
msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.10\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-07-29 03:05+0000\n"
14+
"POT-Creation-Date: 2024-11-12 10:23+0000\n"
1515
"PO-Revision-Date: 2022-11-05 17:22+0000\n"
16-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
16+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1818
"MIME-Version: 1.0\n"
1919
"Content-Type: text/plain; charset=UTF-8\n"
@@ -43,7 +43,7 @@ msgid ""
4343
" can determine how and why it was generated in the first place."
4444
msgstr ""
4545
"这些函数不适用于复数;如果你需要计算复数,请使用 :mod:`cmath` "
46-
"模块中的同名函数。将支持计算复数的函数区分开的目的,来自于大多数开发者并不愿意像数学家一样需要学习复数的概念。得到一个异常而不是一个复数结果使得开发者能够更早地监测到传递给这些函数的参数中包含复数,进而调查其产生的原因。"
46+
"模块中的同名函数。将支持计算复数的函数区分开的目的,在于大多数用户并不愿意为了理解复数而去学习太多数学知识。得到一个异常而不是一个复数结果能让复数当作参数的情况更早被监测到,进而程序员可以第一时间调查其产生的原因。"
4747

4848
#: ../../library/math.rst:25
4949
msgid ""
@@ -734,8 +734,8 @@ msgid ""
734734
"from one would cause a `loss of significance "
735735
"<https://en.wikipedia.org/wiki/Loss_of_significance>`_\\."
736736
msgstr ""
737-
"返回 *x* 处的互补误差函数。 `互补错误函数 <https://en.wikipedia.org/wiki/Error_function>`_ "
738-
"定义为 ``1.0 - erf(x)``。 它用于 *x* 的大值,从其中减去一个会导致 `有效位数损失 "
737+
"返回 *x* 处的互补误差函数。 `互补误差函数 <https://en.wikipedia.org/wiki/Error_function>`_ "
738+
"定义为 ``1.0 - erf(x)``。 它用于大的 *x* 取值,以避免直接用 1 减其误差函数值导致的 `有效位数损失 "
739739
"<https://en.wikipedia.org/wiki/Loss_of_significance>`_\\。"
740740

741741
#: ../../library/math.rst:584

library/symtable.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2023, Python Software Foundation
2+
# Copyright (C) 2001-2024, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Rafael Fontenelle <rffontenelle@gmail.com>, 2022
7+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
88
#
99
#, fuzzy
1010
msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.10\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-07-14 15:16+0000\n"
14+
"POT-Creation-Date: 2024-05-17 15:56+0000\n"
1515
"PO-Revision-Date: 2022-11-05 17:22+0000\n"
16-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n"
16+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1818
"MIME-Version: 1.0\n"
1919
"Content-Type: text/plain; charset=UTF-8\n"

library/sys.po

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.10\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-08-23 16:12+0000\n"
14+
"POT-Creation-Date: 2024-11-12 10:23+0000\n"
1515
"PO-Revision-Date: 2022-11-05 17:22+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -80,12 +80,6 @@ msgstr ""
8080
":c:func:`PySys_AddAuditHook` 来添加任何安全敏感的钩子,并且应当完全删除或密切监视任何允许任意修改内存的模块 (如 "
8181
":mod:`ctypes`)。"
8282

83-
#: ../../library/sys.rst:47
84-
msgid ""
85-
"Raises an :ref:`auditing event <auditing>` ``sys.addaudithook`` with no "
86-
"arguments."
87-
msgstr " "
88-
8983
#: ../../library/sys.rst:49
9084
msgid ""
9185
"Calling :func:`sys.addaudithook` will itself raise an auditing event named "

library/tracemalloc.po

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2023, Python Software Foundation
2+
# Copyright (C) 2001-2024, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Rafael Fontenelle <rffontenelle@gmail.com>, 2023
7+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
88
#
99
#, fuzzy
1010
msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.10\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-07-29 03:05+0000\n"
14+
"POT-Creation-Date: 2024-11-15 16:02+0000\n"
1515
"PO-Revision-Date: 2022-11-05 17:22+0000\n"
16-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
16+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1818
"MIME-Version: 1.0\n"
1919
"Content-Type: text/plain; charset=UTF-8\n"
@@ -33,7 +33,7 @@ msgstr "**源代码:** :source:`Lib/tracemalloc.py`"
3333
msgid ""
3434
"The tracemalloc module is a debug tool to trace memory blocks allocated by "
3535
"Python. It provides the following information:"
36-
msgstr "tracemalloc 模块是一个用于对 python 已申请的内存块进行debug的工具。它能提供以下信息:"
36+
msgstr "tracemalloc 模块是一个用于对 Python 已申请的内存块进行调试的工具。它能提供以下信息:"
3737

3838
#: ../../library/tracemalloc.rst:16
3939
msgid "Traceback where an object was allocated"
@@ -59,7 +59,7 @@ msgid ""
5959
msgstr ""
6060
"要追踪 Python 所分配的大部分内存块,模块应当通过将 :envvar:`PYTHONTRACEMALLOC` 环境变量设置为 "
6161
"``1``,或是通过使用 :option:`-X` ``tracemalloc`` 命令行选项来尽可能早地启动。 可以在运行时调用 "
62-
":func:`tracemalloc.start` 函数来启动追踪 Python 内存分配。memory allocations."
62+
":func:`tracemalloc.start` 函数来启动追踪 Python 内存分配。"
6363

6464
#: ../../library/tracemalloc.rst:27
6565
msgid ""
@@ -140,7 +140,7 @@ msgstr "获取一个内存块的溯源"
140140

141141
#: ../../library/tracemalloc.rst:123
142142
msgid "Code to display the traceback of the biggest memory block::"
143-
msgstr "一段找出程序中最大内存块溯源的代码::"
143+
msgstr "找出程序中最大内存块的溯源的代码::"
144144

145145
#: ../../library/tracemalloc.rst:141
146146
msgid ""

reference/expressions.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.10\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-07-20 02:29+0000\n"
14+
"POT-Creation-Date: 2024-11-15 16:02+0000\n"
1515
"PO-Revision-Date: 2022-11-05 17:23+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -2225,7 +2225,7 @@ msgstr "条件表达式"
22252225
msgid ""
22262226
"Conditional expressions (sometimes called a \"ternary operator\") have the "
22272227
"lowest priority of all Python operations."
2228-
msgstr "条件表达式(有时称为“三元运算符”)在所有 Python 运算中具有最低的优先级。"
2228+
msgstr "条件表达式(有时称为“三目运算符”)在所有 Python 运算中具有最低的优先级。"
22292229

22302230
#: ../../reference/expressions.rst:1789
22312231
msgid ""

0 commit comments

Comments
 (0)