Skip to content

Commit daaf78c

Browse files
github-actions[bot]mattwang44
authored andcommitted
sync with cpython 88fdb082
1 parent 9add43e commit daaf78c

File tree

9 files changed

+618
-631
lines changed

9 files changed

+618
-631
lines changed

c-api/structures.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.12\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2024-02-12 00:03+0000\n"
10+
"POT-Creation-Date: 2024-03-06 00:03+0000\n"
1111
"PO-Revision-Date: 2018-05-23 14:07+0000\n"
1212
"Last-Translator: Adrian Liaw <[email protected]>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -812,13 +812,13 @@ msgstr "可選的文件字串"
812812

813813
#: ../../c-api/structures.rst:705
814814
msgid ""
815-
"Optional function pointer, providing additional data for getter and setter."
815+
"Optional user data pointer, providing additional data for getter and setter."
816816
msgstr ""
817817

818818
#: ../../c-api/structures.rst:709
819819
msgid ""
820820
"The ``get`` function takes one :c:expr:`PyObject*` parameter (the instance) "
821-
"and a function pointer (the associated ``closure``):"
821+
"and a user data pointer (the associated ``closure``):"
822822
msgstr ""
823823

824824
#: ../../c-api/structures.rst:712
@@ -830,7 +830,7 @@ msgstr ""
830830
#: ../../c-api/structures.rst:717
831831
msgid ""
832832
"``set`` functions take two :c:expr:`PyObject*` parameters (the instance and "
833-
"the value to be set) and a function pointer (the associated ``closure``):"
833+
"the value to be set) and a user data pointer (the associated ``closure``):"
834834
msgstr ""
835835

836836
#: ../../c-api/structures.rst:720

library/asyncio-eventloop.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.12\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2023-10-30 00:03+0000\n"
10+
"POT-Creation-Date: 2024-03-06 00:03+0000\n"
1111
"PO-Revision-Date: 2022-02-20 12:36+0800\n"
1212
"Last-Translator: Adrian Liaw <[email protected]>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -864,7 +864,7 @@ msgstr "新增對於 Windows 的支援。"
864864

865865
#: ../../library/asyncio-eventloop.rst:628
866866
msgid ""
867-
"The *reuse_address* parameter, disabled since Python 3.9.0, 3.8.1, 3.7.6 and "
867+
"The *reuse_address* parameter, disabled since Python 3.8.1, 3.7.6 and "
868868
"3.6.10, has been entirely removed."
869869
msgstr ""
870870

library/audit_events.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.12\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2023-05-09 00:15+0000\n"
10+
"POT-Creation-Date: 2024-03-06 00:03+0000\n"
1111
"PO-Revision-Date: 2021-12-06 21:50+0800\n"
1212
"Last-Translator: Jordan Su <[email protected]>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -23,10 +23,11 @@ msgid "Audit events table"
2323
msgstr "稽核事件表"
2424

2525
#: ../../library/audit_events.rst:8
26+
#, fuzzy
2627
msgid ""
2728
"This table contains all events raised by :func:`sys.audit` or :c:func:"
2829
"`PySys_Audit` calls throughout the CPython runtime and the standard "
29-
"library. These calls were added in 3.8.0 or later (see :pep:`578`)."
30+
"library. These calls were added in 3.8 or later (see :pep:`578`)."
3031
msgstr ""
3132
"這張表包含了所有在 CPython 運行環境 (runtime) 與標準函式庫對於 :func:`sys."
3233
"audit` 或 :c:func:`PySys_Audit` 的呼叫所觸發的事件。這些呼叫是在 3.8.0 或更新"

library/decimal.po

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.12\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2023-07-17 17:39+0800\n"
10+
"POT-Creation-Date: 2024-03-06 00:03+0000\n"
1111
"PO-Revision-Date: 2018-05-23 14:43+0000\n"
1212
"Last-Translator: Adrian Liaw <[email protected]>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -1533,10 +1533,6 @@ msgid ""
15331533
"scenarios."
15341534
msgstr ""
15351535

1536-
#: ../../library/decimal.rst:1520
1537-
msgid "backported to 3.7 and 3.8."
1538-
msgstr ""
1539-
15401536
#: ../../library/decimal.rst:1524
15411537
msgid "Rounding modes"
15421538
msgstr ""

library/idle.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.12\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2024-01-18 00:03+0000\n"
10+
"POT-Creation-Date: 2024-03-06 00:03+0000\n"
1111
"PO-Revision-Date: 2018-05-23 16:03+0000\n"
1212
"Last-Translator: Adrian Liaw <[email protected]>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -1085,7 +1085,7 @@ msgid ""
10851085
msgstr ""
10861086

10871087
#: ../../library/idle.rst:607
1088-
msgid ":kbd:`C-c` attemps to interrupt statement execution (but may fail)."
1088+
msgid ":kbd:`C-c` attempts to interrupt statement execution (but may fail)."
10891089
msgstr ""
10901090

10911091
#: ../../library/idle.rst:609

0 commit comments

Comments
 (0)