Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit41f9755

Browse files
[po] auto sync
1 parent1b08881 commit41f9755

Some content is hidden

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

43 files changed

+1056
-741
lines changed

‎.stat.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation":"94.03%","updated_at":"2024-08-09T21:38:39Z"}
1+
{"translation":"94.24%","updated_at":"2024-08-16T21:38:20Z"}

‎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.11\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2024-02-23 16:44+0000\n"
14+
"POT-Creation-Date:2024-08-16 15:24+0000\n"
1515
"PO-Revision-Date:2023-05-24 02:08+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:101
150150
msgid""

‎c-api/init.po‎

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version:Python 3.11\n"
1515
"Report-Msgid-Bugs-To:\n"
16-
"POT-Creation-Date:2024-08-04 00:23+0000\n"
16+
"POT-Creation-Date:2024-08-16 15:24+0000\n"
1717
"PO-Revision-Date:2023-05-24 02:09+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"
@@ -521,8 +521,7 @@ msgstr ""
521521
msgid""
522522
"Raises an :ref:`auditing event <auditing>` "
523523
"``cpython._PySys_ClearAuditHooks`` with no arguments."
524-
msgstr""
525-
"引发一个 :ref:`审计事件 <auditing>` ``cpython._PySys_ClearAuditHooks``,不附带任何参数。"
524+
msgstr"引发一个不带参数的 :ref:`审计事件 <auditing>` ``cpython._PySys_ClearAuditHooks``。"
526525

527526
#:../../c-api/init.rst:311
528527
msgid""
@@ -1481,8 +1480,7 @@ msgstr "创建一个新的解释器状态对象。 不需要持有全局解释
14811480
msgid""
14821481
"Raises an :ref:`auditing event <auditing>` "
14831482
"``cpython.PyInterpreterState_New`` with no arguments."
1484-
msgstr""
1485-
"引发一个 :ref:`审计事件 <auditing>` ``cpython.PyInterpreterState_New``,不附带任何参数。"
1483+
msgstr"引发一个不带参数的 :ref:`审计事件 <auditing>` ``cpython.PyInterpreterState_New``。"
14861484

14871485
#:../../c-api/init.rst:1116
14881486
msgid""
@@ -1495,7 +1493,7 @@ msgid ""
14951493
"Raises an :ref:`auditing event <auditing>` "
14961494
"``cpython.PyInterpreterState_Clear`` with no arguments."
14971495
msgstr""
1498-
"引发一个 :ref:`审计事件 <auditing>` ``cpython.PyInterpreterState_Clear``,不附带任何参数。"
1496+
"引发一个不带参数的 :ref:`审计事件 <auditing>` ``cpython.PyInterpreterState_Clear``。"
14991497

15001498
#:../../c-api/init.rst:1124
15011499
msgid""

‎library/array.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.11\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2024-05-17 15:17+0000\n"
14+
"POT-Creation-Date:2024-08-16 15:24+0000\n"
1515
"PO-Revision-Date:2023-05-24 02:12+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"
@@ -274,8 +274,8 @@ msgid ""
274274
"Raises an :ref:`auditing event <auditing>` ``array.__new__`` with arguments "
275275
"``typecode``, ``initializer``."
276276
msgstr""
277-
"引发一个带参数 ``typecode`` 和 ``initializer``的 :ref:`审计事件 <auditing>` "
278-
"``array.__new__``。"
277+
"引发一个 :ref:`审计事件 <auditing>` ``array.__new__``并附带参数 ``typecode``, "
278+
"``initializer``。"
279279

280280
#:../../library/array.rst:101
281281
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.11\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2024-08-02 15:26+0000\n"
14+
"POT-Creation-Date:2024-08-16 15:24+0000\n"
1515
"PO-Revision-Date:2023-05-24 02:12+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.10.15, 3.9.20, and 3.8.20) Emits audit events."

‎library/ctypes.po‎

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.11\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2024-07-12 15:17+0000\n"
14+
"POT-Creation-Date:2024-08-16 15:24+0000\n"
1515
"PO-Revision-Date:2023-05-24 02:14+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"
@@ -2107,7 +2107,7 @@ msgstr "以整数形式返回内存缓冲区地址。 *obj* 必须为一个 ctyp
21072107
msgid""
21082108
"Raises an :ref:`auditing event <auditing>` ``ctypes.addressof`` with "
21092109
"argument ``obj``."
2110-
msgstr"引发一个 :ref:`审计事件 <auditing>` ``ctypes.addressof``,附带参数 ``obj``。"
2110+
msgstr"引发一个 :ref:`审计事件 <auditing>` ``ctypes.addressof`` 并附带参数 ``obj``。"
21112111

21122112
#:../../library/ctypes.rst:1854
21132113
msgid""
@@ -2172,7 +2172,7 @@ msgid ""
21722172
"Raises an :ref:`auditing event <auditing>` ``ctypes.create_string_buffer`` "
21732173
"with arguments ``init``, ``size``."
21742174
msgstr""
2175-
"引发一个 :ref:`审计事件 <auditing>` ``ctypes.create_string_buffer``,附带参数 ``init``, "
2175+
"引发一个 :ref:`审计事件 <auditing>` ``ctypes.create_string_buffer`` 并附带参数 ``init``, "
21762176
"``size``。"
21772177

21782178
#:../../library/ctypes.rst:1898
@@ -2203,8 +2203,8 @@ msgid ""
22032203
"Raises an :ref:`auditing event <auditing>` ``ctypes.create_unicode_buffer`` "
22042204
"with arguments ``init``, ``size``."
22052205
msgstr""
2206-
"引发一个 :ref:`审计事件 <auditing>` ``ctypes.create_unicode_buffer``,附带参数``init``,"
2207-
"``size``。"
2206+
"引发一个 :ref:`审计事件 <auditing>` ``ctypes.create_unicode_buffer`` 并附带参数``init``,"
2207+
"``size``。"
22082208

22092209
#:../../library/ctypes.rst:1915
22102210
msgid""
@@ -2277,7 +2277,7 @@ msgstr "返回调用线程中系统 :data:`errno` 变量的 ctypes 私有副本
22772277
msgid""
22782278
"Raises an :ref:`auditing event <auditing>` ``ctypes.get_errno`` with no "
22792279
"arguments."
2280-
msgstr"引发一个 :ref:`审计事件 <auditing>` ``ctypes.get_errno``,不附带任何参数。"
2280+
msgstr"引发一个不带参数的 :ref:`审计事件 <auditing>` ``ctypes.get_errno``。"
22812281

22822282
#:../../library/ctypes.rst:1972
22832283
msgid""
@@ -2289,7 +2289,7 @@ msgstr "仅限 Windows:返回调用线程中系统 :data:`LastError` 变量的
22892289
msgid""
22902290
"Raises an :ref:`auditing event <auditing>` ``ctypes.get_last_error`` with no"
22912291
" arguments."
2292-
msgstr"引发一个 :ref:`审计事件 <auditing>` ``ctypes.get_last_error``,不附带任何参数。"
2292+
msgstr"引发一个不带参数的 :ref:`审计事件 <auditing>` ``ctypes.get_last_error``。"
22932293

22942294
#:../../library/ctypes.rst:1979
22952295
msgid""
@@ -2349,7 +2349,7 @@ msgstr "设置调用线程中系统 :data:`errno` 变量的 ctypes 私有副本
23492349
msgid""
23502350
"Raises an :ref:`auditing event <auditing>` ``ctypes.set_errno`` with "
23512351
"argument ``errno``."
2352-
msgstr"引发一个 :ref:`审计事件 <auditing>` ``ctypes.set_errno``附带参数 ``errno``。"
2352+
msgstr"引发一个 :ref:`审计事件 <auditing>` ``ctypes.set_errno``并附带参数 ``errno``。"
23532353

23542354
#:../../library/ctypes.rst:2025
23552355
msgid""
@@ -2363,7 +2363,8 @@ msgstr ""
23632363
msgid""
23642364
"Raises an :ref:`auditing event <auditing>` ``ctypes.set_last_error`` with "
23652365
"argument ``error``."
2366-
msgstr"引发一个 :ref:`审计事件 <auditing>` ``ctypes.set_last_error``,附带参数 ``error``。"
2366+
msgstr""
2367+
"引发一个 :ref:`审计事件 <auditing>` ``ctypes.set_last_error`` 并附带参数 ``error``。"
23672368

23682369
#:../../library/ctypes.rst:2034
23692370
msgid""
@@ -2461,7 +2462,7 @@ msgid ""
24612462
"Raises an :ref:`auditing event <auditing>` ``ctypes.cdata/buffer`` with "
24622463
"arguments ``pointer``, ``size``, ``offset``."
24632464
msgstr""
2464-
"引发一个 :ref:`审计事件 <auditing>` ``ctypes.cdata/buffer``附带参数 ``pointer``, "
2465+
"引发一个 :ref:`审计事件 <auditing>` ``ctypes.cdata/buffer``并附带参数 ``pointer``, "
24652466
"``size``, ``offset``。"
24662467

24672468
#:../../library/ctypes.rst:2100

‎library/ensurepip.po‎

Lines changed: 6 additions & 6 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.11\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2023-10-06 14:42+0000\n"
14+
"POT-Creation-Date:2024-08-16 15:24+0000\n"
1515
"PO-Revision-Date:2023-05-24 02:15+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"
@@ -228,11 +228,11 @@ msgid ""
228228
"bootstrapping operation."
229229
msgstr"*verbosity* 控制初始创建操作对 :data:`sys.stdout` 的输出信息级别。"
230230

231-
#:../../library/ensurepip.rst:134
231+
#:../../library/ensurepip.rst:136
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.11\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2024-03-09 14:21+0000\n"
14+
"POT-Creation-Date:2024-08-16 15:24+0000\n"
1515
"PO-Revision-Date:2023-05-24 02:15+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"
@@ -135,8 +135,7 @@ msgid ""
135135
"Raises an :ref:`auditing event <auditing>` ``fcntl.fcntl`` with arguments "
136136
"``fd``, ``cmd``, ``arg``."
137137
msgstr""
138-
"引发一条 :ref:`auditing 事件 <auditing>` ``fcntl.fcntl``,参数为 ``fd`` "
139-
"、``cmd``、``arg``。"
138+
"引发一个 :ref:`审计事件 <auditing>` ``fcntl.fcntl`` 并附带参数 ``fd``, ``cmd``, ``arg``。"
140139

141140
#:../../library/fcntl.rst:84
142141
msgid""
@@ -214,8 +213,8 @@ msgid ""
214213
"Raises an :ref:`auditing event <auditing>` ``fcntl.ioctl`` with arguments "
215214
"``fd``, ``request``, ``arg``."
216215
msgstr""
217-
"触发一条 :ref:`auditing 事件<auditing>` ``fcntl.ioctl``,参数为``fd````request`` "
218-
"``arg``。"
216+
"引发一个 :ref:`审计事件<auditing>` ``fcntl.ioctl`` 并附带参数``fd``,``request``, "
217+
"``arg``。"
219218

220219
#:../../library/fcntl.rst:135
221220
msgid""
@@ -237,7 +236,7 @@ msgid ""
237236
"Raises an :ref:`auditing event <auditing>` ``fcntl.flock`` with arguments "
238237
"``fd``, ``operation``."
239238
msgstr""
240-
"触发一条 :ref:`审计事件 <auditing>` ``fcntl.flock``,参数为``fd````operation``。"
239+
"引发一个 :ref:`审计事件 <auditing>` ``fcntl.flock`` 并附带参数``fd``,``operation``。"
241240

242241
#:../../library/fcntl.rst:147
243242
msgid""
@@ -315,8 +314,8 @@ msgid ""
315314
"Raises an :ref:`auditing event <auditing>` ``fcntl.lockf`` with arguments "
316315
"``fd``, ``cmd``, ``len``, ``start``, ``whence``."
317316
msgstr""
318-
"触发一条 :ref:`审计事件 <auditing>` ``fcntl.lockf``,参数为``fd````cmd`` ``len`` "
319-
"``start`` ``whence``。"
317+
"引发一个 :ref:`审计事件 <auditing>` ``fcntl.lockf`` 并附带参数``fd``,``cmd``, ``len``, "
318+
"``start``, ``whence``。"
320319

321320
#:../../library/fcntl.rst:190
322321
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.11\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2024-02-23 16:44+0000\n"
14+
"POT-Creation-Date:2024-08-16 15:24+0000\n"
1515
"PO-Revision-Date:2023-05-24 02:15+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""

‎library/functions.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.11\n"
1414
"Report-Msgid-Bugs-To:\n"
15-
"POT-Creation-Date:2024-07-26 15:21+0000\n"
15+
"POT-Creation-Date:2024-08-16 15:24+0000\n"
1616
"PO-Revision-Date:2023-05-24 02:15+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"
@@ -1491,7 +1491,7 @@ msgstr "这是对象在内存中的地址。"
14911491
msgid""
14921492
"Raises an :ref:`auditing event <auditing>` ``builtins.id`` with argument "
14931493
"``id``."
1494-
msgstr"引发一个 :ref:`审计事件 <auditing>` ``builtins.id``,附带参数 ``id``。"
1494+
msgstr"引发一个 :ref:`审计事件 <auditing>` ``builtins.id`` 并附带参数 ``id``。"
14951495

14961496
#:../../library/functions.rst:870
14971497
msgid""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp