Skip to content

Commit 089d29b

Browse files
[po] auto sync
1 parent 1e31240 commit 089d29b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+301
-242
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "95.74%", "updated_at": "2024-08-09T15:47:03Z"}
1+
{"translation": "95.82%", "updated_at": "2024-08-09T20:47:18Z"}

c-api/file.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.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-08-03 23:51+0000\n"
14+
"POT-Creation-Date: 2024-08-09 17:14+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:32+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"
@@ -144,7 +144,7 @@ msgstr "此函数可以安全地在 :c:func:`Py_Initialize` 之前调用。"
144144
msgid ""
145145
"Raises an :ref:`auditing event <auditing>` ``setopencodehook`` with no "
146146
"arguments."
147-
msgstr "引发一个 :ref:`审计事件 <auditing>` ``setopencodehook``,不附带任何参数。"
147+
msgstr "引发一个不带参数的 :ref:`审计事件 <auditing>` ``setopencodehook``。"
148148

149149
#: ../../c-api/file.rst:100
150150
msgid ""

c-api/init.po

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.12\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2024-08-03 23:51+0000\n"
15+
"POT-Creation-Date: 2024-08-09 17:14+0000\n"
1616
"PO-Revision-Date: 2024-05-11 00:32+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"
@@ -696,8 +696,7 @@ msgstr ""
696696
msgid ""
697697
"Raises an :ref:`auditing event <auditing>` "
698698
"``cpython._PySys_ClearAuditHooks`` with no arguments."
699-
msgstr ""
700-
"引发一个 :ref:`审计事件 <auditing>` ``cpython._PySys_ClearAuditHooks``,不附带任何参数。"
699+
msgstr "引发一个不带参数的 :ref:`审计事件 <auditing>` ``cpython._PySys_ClearAuditHooks``。"
701700

702701
#: ../../c-api/init.rst:427
703702
msgid ""
@@ -1660,8 +1659,7 @@ msgstr "创建一个新的解释器状态对象。 不需要持有全局解释
16601659
msgid ""
16611660
"Raises an :ref:`auditing event <auditing>` "
16621661
"``cpython.PyInterpreterState_New`` with no arguments."
1663-
msgstr ""
1664-
"引发一个 :ref:`审计事件 <auditing>` ``cpython.PyInterpreterState_New``,不附带任何参数。"
1662+
msgstr "引发一个不带参数的 :ref:`审计事件 <auditing>` ``cpython.PyInterpreterState_New``。"
16651663

16661664
#: ../../c-api/init.rst:1232
16671665
msgid ""
@@ -1674,7 +1672,7 @@ msgid ""
16741672
"Raises an :ref:`auditing event <auditing>` "
16751673
"``cpython.PyInterpreterState_Clear`` with no arguments."
16761674
msgstr ""
1677-
"引发一个 :ref:`审计事件 <auditing>` ``cpython.PyInterpreterState_Clear``,不附带任何参数。"
1675+
"引发一个不带参数的 :ref:`审计事件 <auditing>` ``cpython.PyInterpreterState_Clear``。"
16781676

16791677
#: ../../c-api/init.rst:1240
16801678
msgid ""

library/_thread.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-08-03 23:51+0000\n"
14+
"POT-Creation-Date: 2024-08-09 17:14+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:32+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"
@@ -92,8 +92,8 @@ msgid ""
9292
"Raises an :ref:`auditing event <auditing>` ``_thread.start_new_thread`` with"
9393
" arguments ``function``, ``args``, ``kwargs``."
9494
msgstr ""
95-
"引发一个 :ref:`审计事件 <auditing>` ``_thread.start_new_thread``,附带参数 ``function``, "
96-
"``args``, ``kwargs``。"
95+
"引发一个 :ref:`审计事件 <auditing>` ``_thread.start_new_thread`` 并附带参数 ``function``,"
96+
" ``args``, ``kwargs``。"
9797

9898
#: ../../library/_thread.rst:62
9999
msgid ":func:`sys.unraisablehook` is now used to handle unhandled exceptions."

library/array.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.12\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2024-08-03 23:51+0000\n"
15+
"POT-Creation-Date: 2024-08-09 17:14+0000\n"
1616
"PO-Revision-Date: 2024-05-11 00:33+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"
@@ -275,8 +275,8 @@ msgid ""
275275
"Raises an :ref:`auditing event <auditing>` ``array.__new__`` with arguments "
276276
"``typecode``, ``initializer``."
277277
msgstr ""
278-
"引发一个带参数 ``typecode`` 和 ``initializer`` 的 :ref:`审计事件 <auditing>` "
279-
"``array.__new__``。"
278+
"引发一个 :ref:`审计事件 <auditing>` ``array.__new__`` 并附带参数 ``typecode``, "
279+
"``initializer``。"
280280

281281
#: ../../library/array.rst:101
282282
msgid "The typecode character used to create the array."

library/asyncio.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.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-08-03 23:51+0000\n"
14+
"POT-Creation-Date: 2024-08-09 17:14+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:33+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"
@@ -140,7 +140,7 @@ msgstr "你可以在 REPL 中尝试使用 ``asyncio`` 并发上下文:"
140140
msgid ""
141141
"Raises an :ref:`auditing event <auditing>` ``cpython.run_stdin`` with no "
142142
"arguments."
143-
msgstr "没有参数时,会触发 :ref:`审计事件 <auditing>` ``cpython.run_stdin`` 。"
143+
msgstr "引发一个不带参数的 :ref:`审计事件 <auditing>` ``cpython.run_stdin``。"
144144

145145
#: ../../library/asyncio.rst:79
146146
msgid "(also 3.11.10, 3.10.15, 3.9.20, and 3.8.20) Emits audit events."

library/ctypes.po

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.12\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2024-08-03 23:51+0000\n"
16+
"POT-Creation-Date: 2024-08-09 17:14+0000\n"
1717
"PO-Revision-Date: 2024-05-11 00:33+0000\n"
1818
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1919
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -2130,7 +2130,7 @@ msgstr "以整数形式返回内存缓冲区地址。 *obj* 必须为一个 ctyp
21302130
msgid ""
21312131
"Raises an :ref:`auditing event <auditing>` ``ctypes.addressof`` with "
21322132
"argument ``obj``."
2133-
msgstr "引发一个 :ref:`审计事件 <auditing>` ``ctypes.addressof``,附带参数 ``obj``。"
2133+
msgstr "引发一个 :ref:`审计事件 <auditing>` ``ctypes.addressof`` 并附带参数 ``obj``。"
21342134

21352135
#: ../../library/ctypes.rst:1891
21362136
msgid ""
@@ -2195,7 +2195,7 @@ msgid ""
21952195
"Raises an :ref:`auditing event <auditing>` ``ctypes.create_string_buffer`` "
21962196
"with arguments ``init``, ``size``."
21972197
msgstr ""
2198-
"引发一个 :ref:`审计事件 <auditing>` ``ctypes.create_string_buffer``,附带参数 ``init``, "
2198+
"引发一个 :ref:`审计事件 <auditing>` ``ctypes.create_string_buffer`` 并附带参数 ``init``, "
21992199
"``size``。"
22002200

22012201
#: ../../library/ctypes.rst:1935
@@ -2226,8 +2226,8 @@ msgid ""
22262226
"Raises an :ref:`auditing event <auditing>` ``ctypes.create_unicode_buffer`` "
22272227
"with arguments ``init``, ``size``."
22282228
msgstr ""
2229-
"引发一个 :ref:`审计事件 <auditing>` ``ctypes.create_unicode_buffer``,附带参数 ``init``, "
2230-
"``size``。"
2229+
"引发一个 :ref:`审计事件 <auditing>` ``ctypes.create_unicode_buffer`` 并附带参数 ``init``,"
2230+
" ``size``。"
22312231

22322232
#: ../../library/ctypes.rst:1952
22332233
msgid ""
@@ -2300,7 +2300,7 @@ msgstr "返回调用线程中系统 :data:`errno` 变量的 ctypes 私有副本
23002300
msgid ""
23012301
"Raises an :ref:`auditing event <auditing>` ``ctypes.get_errno`` with no "
23022302
"arguments."
2303-
msgstr "引发一个 :ref:`审计事件 <auditing>` ``ctypes.get_errno``,不附带任何参数。"
2303+
msgstr "引发一个不带参数的 :ref:`审计事件 <auditing>` ``ctypes.get_errno``。"
23042304

23052305
#: ../../library/ctypes.rst:2009
23062306
msgid ""
@@ -2312,7 +2312,7 @@ msgstr "仅限 Windows:返回调用线程中系统 :data:`!LastError` 变量
23122312
msgid ""
23132313
"Raises an :ref:`auditing event <auditing>` ``ctypes.get_last_error`` with no"
23142314
" arguments."
2315-
msgstr "引发一个 :ref:`审计事件 <auditing>` ``ctypes.get_last_error``,不附带任何参数。"
2315+
msgstr "引发一个不带参数的 :ref:`审计事件 <auditing>` ``ctypes.get_last_error``。"
23162316

23172317
#: ../../library/ctypes.rst:2016
23182318
msgid ""
@@ -2372,7 +2372,7 @@ msgstr "设置调用线程中系统 :data:`errno` 变量的 ctypes 私有副本
23722372
msgid ""
23732373
"Raises an :ref:`auditing event <auditing>` ``ctypes.set_errno`` with "
23742374
"argument ``errno``."
2375-
msgstr "引发一个 :ref:`审计事件 <auditing>` ``ctypes.set_errno`` 附带参数 ``errno``。"
2375+
msgstr "引发一个 :ref:`审计事件 <auditing>` ``ctypes.set_errno`` 并附带参数 ``errno``。"
23762376

23772377
#: ../../library/ctypes.rst:2062
23782378
msgid ""
@@ -2387,7 +2387,8 @@ msgstr ""
23872387
msgid ""
23882388
"Raises an :ref:`auditing event <auditing>` ``ctypes.set_last_error`` with "
23892389
"argument ``error``."
2390-
msgstr "引发一个 :ref:`审计事件 <auditing>` ``ctypes.set_last_error``,附带参数 ``error``。"
2390+
msgstr ""
2391+
"引发一个 :ref:`审计事件 <auditing>` ``ctypes.set_last_error`` 并附带参数 ``error``。"
23912392

23922393
#: ../../library/ctypes.rst:2071
23932394
msgid ""
@@ -2406,7 +2407,7 @@ msgid ""
24062407
"Raises an :ref:`auditing event <auditing>` ``ctypes.string_at`` with "
24072408
"arguments ``ptr``, ``size``."
24082409
msgstr ""
2409-
"引发一个 :ref:`审计事件 <auditing>` ``ctypes.string_at``,附带参数 ``ptr``, ``size``。"
2410+
"引发一个 :ref:`审计事件 <auditing>` ``ctypes.string_at`` 并附带参数 ``ptr``, ``size``。"
24102411

24112412
#: ../../library/ctypes.rst:2086
24122413
msgid ""
@@ -2438,7 +2439,7 @@ msgid ""
24382439
"Raises an :ref:`auditing event <auditing>` ``ctypes.wstring_at`` with "
24392440
"arguments ``ptr``, ``size``."
24402441
msgstr ""
2441-
"引发一个 :ref:`审计事件 <auditing>` ``ctypes.wstring_at``,附带参数 ``ptr``, ``size``。"
2442+
"引发一个 :ref:`审计事件 <auditing>` ``ctypes.wstring_at`` 并附带参数 ``ptr``, ``size``。"
24422443

24432444
#: ../../library/ctypes.rst:2110
24442445
msgid "Data types"
@@ -2479,7 +2480,7 @@ msgid ""
24792480
"Raises an :ref:`auditing event <auditing>` ``ctypes.cdata/buffer`` with "
24802481
"arguments ``pointer``, ``size``, ``offset``."
24812482
msgstr ""
2482-
"引发一个 :ref:`审计事件 <auditing>` ``ctypes.cdata/buffer`` 附带参数 ``pointer``, "
2483+
"引发一个 :ref:`审计事件 <auditing>` ``ctypes.cdata/buffer`` 并附带参数 ``pointer``, "
24832484
"``size``, ``offset``。"
24842485

24852486
#: ../../library/ctypes.rst:2137

library/ensurepip.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.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-08-03 23:51+0000\n"
14+
"POT-Creation-Date: 2024-08-09 17:14+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:33+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"
@@ -232,7 +232,7 @@ msgstr "*verbosity* 控制初始创建操作对 :data:`sys.stdout` 的输出信
232232
msgid ""
233233
"Raises an :ref:`auditing event <auditing>` ``ensurepip.bootstrap`` with "
234234
"argument ``root``."
235-
msgstr "引发一个 :ref:`审计事件 <auditing>` ``ensurepip.bootstrap`` 附带参数 ``root``。"
235+
msgstr "引发一个 :ref:`审计事件 <auditing>` ``ensurepip.bootstrap`` 并附带参数 ``root``。"
236236

237237
#: ../../library/ensurepip.rst:129
238238
msgid ""

library/fcntl.po

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-08-03 23:51+0000\n"
14+
"POT-Creation-Date: 2024-08-09 17:14+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:33+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"
@@ -146,8 +146,7 @@ msgid ""
146146
"Raises an :ref:`auditing event <auditing>` ``fcntl.fcntl`` with arguments "
147147
"``fd``, ``cmd``, ``arg``."
148148
msgstr ""
149-
"引发一条 :ref:`auditing 事件 <auditing>` ``fcntl.fcntl``,参数为 ``fd`` "
150-
"、``cmd``、``arg``。"
149+
"引发一个 :ref:`审计事件 <auditing>` ``fcntl.fcntl`` 并附带参数 ``fd``, ``cmd``, ``arg``。"
151150

152151
#: ../../library/fcntl.rst:90
153152
msgid ""
@@ -225,8 +224,8 @@ msgid ""
225224
"Raises an :ref:`auditing event <auditing>` ``fcntl.ioctl`` with arguments "
226225
"``fd``, ``request``, ``arg``."
227226
msgstr ""
228-
"触发一条 :ref:`auditing 事件 <auditing>` ``fcntl.ioctl``,参数为 ``fd````request`` "
229-
"``arg``。"
227+
"引发一个 :ref:`审计事件 <auditing>` ``fcntl.ioctl`` 并附带参数 ``fd``, ``request``, "
228+
"``arg``。"
230229

231230
#: ../../library/fcntl.rst:141
232231
msgid ""
@@ -248,7 +247,7 @@ msgid ""
248247
"Raises an :ref:`auditing event <auditing>` ``fcntl.flock`` with arguments "
249248
"``fd``, ``operation``."
250249
msgstr ""
251-
"触发一条 :ref:`审计事件 <auditing>` ``fcntl.flock``,参数为 ``fd````operation``。"
250+
"引发一个 :ref:`审计事件 <auditing>` ``fcntl.flock`` 并附带参数 ``fd``, ``operation``。"
252251

253252
#: ../../library/fcntl.rst:153
254253
msgid ""
@@ -326,8 +325,8 @@ msgid ""
326325
"Raises an :ref:`auditing event <auditing>` ``fcntl.lockf`` with arguments "
327326
"``fd``, ``cmd``, ``len``, ``start``, ``whence``."
328327
msgstr ""
329-
"触发一条 :ref:`审计事件 <auditing>` ``fcntl.lockf``,参数为 ``fd````cmd`` ``len`` "
330-
"``start`` ``whence``。"
328+
"引发一个 :ref:`审计事件 <auditing>` ``fcntl.lockf`` 并附带参数 ``fd``, ``cmd``, ``len``, "
329+
"``start``, ``whence``。"
331330

332331
#: ../../library/fcntl.rst:196
333332
msgid "Examples (all on a SVR4 compliant system)::"

library/ftplib.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-08-03 23:51+0000\n"
14+
"POT-Creation-Date: 2024-08-09 17:14+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:33+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"
@@ -207,7 +207,7 @@ msgid ""
207207
"Raises an :ref:`auditing event <auditing>` ``ftplib.connect`` with arguments"
208208
" ``self``, ``host``, ``port``."
209209
msgstr ""
210-
"引发一个 :ref:`审计事件 <auditing>` ``ftplib.connect``,附带参数 ``self``, ``host``, "
210+
"引发一个 :ref:`审计事件 <auditing>` ``ftplib.connect`` 并附带参数 ``self``, ``host``, "
211211
"``port``。"
212212

213213
#: ../../library/ftplib.rst:195
@@ -248,7 +248,7 @@ msgid ""
248248
"Raises an :ref:`auditing event <auditing>` ``ftplib.sendcmd`` with arguments"
249249
" ``self``, ``cmd``."
250250
msgstr ""
251-
"引发一个 :ref:`审计事件 <auditing>` ``ftplib.sendcmd``,附带参数 ``self``, ``cmd``。"
251+
"引发一个 :ref:`审计事件 <auditing>` ``ftplib.sendcmd`` 并附带参数 ``self``, ``cmd``。"
252252

253253
#: ../../library/ftplib.rst:234
254254
msgid ""

0 commit comments

Comments
 (0)