Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9ea51a7

Browse files
[po] auto sync
1 parent 9816071 commit 9ea51a7

36 files changed

Lines changed: 6879 additions & 6879 deletions

c-api/file.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.9\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
15+
"POT-Creation-Date: 2021-03-02 05:36+0000\n"
1616
"PO-Revision-Date: 2017-02-16 17:35+0000\n"
1717
"Last-Translator: Freesand Leo <[email protected]>, 2020\n"
1818
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -137,7 +137,7 @@ msgstr ""
137137
msgid "This function is safe to call before :c:func:`Py_Initialize`."
138138
msgstr "此函数可以安全地在 :c:func:`Py_Initialize` 之前调用。"
139139

140-
#: ../../c-api/file.rst:86
140+
#: ../../c-api/file.rst:85
141141
msgid ""
142142
"Raises an :ref:`auditing event <auditing>` ``setopencodehook`` with no "
143143
"arguments."

c-api/init.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ msgid ""
1515
msgstr ""
1616
"Project-Id-Version: Python 3.9\n"
1717
"Report-Msgid-Bugs-To: \n"
18-
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
18+
"POT-Creation-Date: 2021-03-02 05:36+0000\n"
1919
"PO-Revision-Date: 2017-02-16 17:36+0000\n"
2020
"Last-Translator: ppcfish <[email protected]>, 2019\n"
2121
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -480,7 +480,7 @@ msgid ""
480480
"than once."
481481
msgstr ""
482482

483-
#: ../../c-api/init.rst:305
483+
#: ../../c-api/init.rst:304
484484
msgid ""
485485
"Raises an :ref:`auditing event <auditing>` "
486486
"``cpython._PySys_ClearAuditHooks`` with no arguments."

c-api/sys.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.9\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
16+
"POT-Creation-Date: 2021-03-02 05:36+0000\n"
1717
"PO-Revision-Date: 2017-02-16 17:39+0000\n"
1818
"Last-Translator: Arisaka97 <[email protected]>, 2020\n"
1919
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -437,7 +437,7 @@ msgid ""
437437
" events table <audit-events>`. Details are in each function's documentation."
438438
msgstr ""
439439

440-
#: ../../c-api/sys.rstNone
440+
#: ../../c-api/sys.rst:363
441441
msgid ""
442442
"Raises an :ref:`auditing event <auditing>` ``sys.addaudithook`` with no "
443443
"arguments."

library/ctypes.po

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ msgid ""
1919
msgstr ""
2020
"Project-Id-Version: Python 3.9\n"
2121
"Report-Msgid-Bugs-To: \n"
22-
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
22+
"POT-Creation-Date: 2021-03-02 05:36+0000\n"
2323
"PO-Revision-Date: 2017-02-16 23:05+0000\n"
2424
"Last-Translator: Freesand Leo <[email protected]>, 2020\n"
2525
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -1675,7 +1675,7 @@ msgstr ""
16751675
"一个 :class:`PyDLL` 的实例,它将 Python C API 函数作为属性公开。 请注意所有这些函数都应返回 C "
16761676
":c:type:`int`,当然这也不是绝对的,因此你必须分配正确的 :attr:`restype` 属性以使用这些函数。"
16771677

1678-
#: ../../library/ctypes.rstNone
1678+
#: ../../library/ctypes.rst:1525
16791679
msgid ""
16801680
"Raises an :ref:`auditing event <auditing>` ``ctypes.dlopen`` with argument "
16811681
"``name``."
@@ -1690,7 +1690,7 @@ msgstr ""
16901690
"通过这些对象中的任何一个加载库都将引发一个 :ref:`审计事件 <auditing>` ``ctypes.dlopen`` 并附带字符串参数 "
16911691
"``name``,即用于加载库的名称。"
16921692

1693-
#: ../../library/ctypes.rstNone
1693+
#: ../../library/ctypes.rst:1531
16941694
msgid ""
16951695
"Raises an :ref:`auditing event <auditing>` ``ctypes.dlsym`` with arguments "
16961696
"``library``, ``name``."
@@ -1705,7 +1705,7 @@ msgstr ""
17051705
"在加载的库上访问一个函数将引发一个审计事件 ``ctypes.dlsym`` 并附带参数 ``library`` (库对象) 和 ``name`` "
17061706
"(以字符串或整数表示的符号名称)."
17071707

1708-
#: ../../library/ctypes.rstNone
1708+
#: ../../library/ctypes.rst:1537
17091709
msgid ""
17101710
"Raises an :ref:`auditing event <auditing>` ``ctypes.dlsym/handle`` with "
17111711
"arguments ``handle``, ``name``."
@@ -1842,7 +1842,7 @@ msgid ""
18421842
"the passed arguments."
18431843
msgstr "此异常会在外部函数无法对某个传入参数执行转换时被引发。"
18441844

1845-
#: ../../library/ctypes.rstNone
1845+
#: ../../library/ctypes.rst:1628
18461846
msgid ""
18471847
"Raises an :ref:`auditing event <auditing>` ``ctypes.seh_exception`` with "
18481848
"argument ``code``."
@@ -1859,7 +1859,7 @@ msgstr ""
18591859
"在 Windows 上,当外部函数调用引发一个系统异常时(例如由于访问冲突),它将被捕获被替换为适当的 Python 异常。 此外,还将引发一个审计事件"
18601860
" ``ctypes.seh_exception`` 并附带参数 ``code``,以允许审计钩子将原异常替换为它自己的异常。"
18611861

1862-
#: ../../library/ctypes.rstNone
1862+
#: ../../library/ctypes.rst:1636
18631863
msgid ""
18641864
"Raises an :ref:`auditing event <auditing>` ``ctypes.call_function`` with "
18651865
"arguments ``func_pointer``, ``arguments``."
@@ -2471,7 +2471,7 @@ msgid ""
24712471
"*address* which must be an integer."
24722472
msgstr "此方法会使用 *address* 所指定的内存返回一个 ctypes 类型的实例,该参数必须为一个整数。"
24732473

2474-
#: ../../library/ctypes.rstNone
2474+
#: ../../library/ctypes.rst:2095
24752475
msgid ""
24762476
"Raises an :ref:`auditing event <auditing>` ``ctypes.cdata`` with argument "
24772477
"``address``."

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.9\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
14+
"POT-Creation-Date: 2021-03-02 05:36+0000\n"
1515
"PO-Revision-Date: 2017-02-16 23:09+0000\n"
1616
"Last-Translator: ww song <[email protected]>, 2018\n"
1717
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -196,7 +196,7 @@ msgid ""
196196
"bootstrapping operation."
197197
msgstr ""
198198

199-
#: ../../library/ensurepip.rst:123
199+
#: ../../library/ensurepip.rst:122
200200
msgid ""
201201
"Raises an :ref:`auditing event <auditing>` ``ensurepip.bootstrap`` with "
202202
"argument ``root``."

library/enum.po

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ msgid ""
1616
msgstr ""
1717
"Project-Id-Version: Python 3.9\n"
1818
"Report-Msgid-Bugs-To: \n"
19-
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
19+
"POT-Creation-Date: 2021-03-02 05:36+0000\n"
2020
"PO-Revision-Date: 2017-02-16 23:09+0000\n"
2121
"Last-Translator: Freesand Leo <[email protected]>, 2021\n"
2222
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -274,12 +274,10 @@ msgstr "值将由 :func:`_generate_next_value_` 来选择,该函数可以被
274274

275275
#: ../../library/enum.rst:279
276276
msgid ""
277-
"The goal of the default :meth:`_generate_next_value_` methods is to provide "
277+
"The goal of the default :meth:`_generate_next_value_` method is to provide "
278278
"the next :class:`int` in sequence with the last :class:`int` provided, but "
279279
"the way it does this is an implementation detail and may change."
280280
msgstr ""
281-
"默认 :meth:`_generate_next_value_` 方法的目标是提供所给出的最后一个 :class:`int` 所在序列的下一个 "
282-
":class:`int`,但这种行为方式属于实现细节并且可能发生改变。"
283281

284282
#: ../../library/enum.rst:285
285283
msgid ""

library/ftplib.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ msgid ""
1515
msgstr ""
1616
"Project-Id-Version: Python 3.9\n"
1717
"Report-Msgid-Bugs-To: \n"
18-
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
18+
"POT-Creation-Date: 2021-03-02 05:36+0000\n"
1919
"PO-Revision-Date: 2017-02-16 23:11+0000\n"
2020
"Last-Translator: Freesand Leo <[email protected]>, 2021\n"
2121
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -241,7 +241,7 @@ msgstr ""
241241
"*timeout*,将使用全局默认超时设置。*source_address* 是一个 2 元组 ``(host, "
242242
"port)``,套接字在连接前绑定它,作为其源地址。"
243243

244-
#: ../../library/ftplib.rst:209
244+
#: ../../library/ftplib.rst:208
245245
msgid ""
246246
"Raises an :ref:`auditing event <auditing>` ``ftplib.connect`` with arguments"
247247
" ``self``, ``host``, ``port``."

library/functions.po

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ msgid ""
2020
msgstr ""
2121
"Project-Id-Version: Python 3.9\n"
2222
"Report-Msgid-Bugs-To: \n"
23-
"POT-Creation-Date: 2021-02-08 05:23+0000\n"
23+
"POT-Creation-Date: 2021-03-02 05:36+0000\n"
2424
"PO-Revision-Date: 2017-02-16 23:11+0000\n"
2525
"Last-Translator: Freesand Leo <[email protected]>, 2021\n"
2626
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -403,7 +403,7 @@ msgstr ""
403403
":func:`sys.breakpointhook` 可以设置为其他一些函数并被 :func:`breakpoint` "
404404
"自动调用,以允许进入你想用的调试器。"
405405

406-
#: ../../library/functions.rst:131
406+
#: ../../library/functions.rst:130
407407
msgid ""
408408
"Raises an :ref:`auditing event <auditing>` ``builtins.breakpoint`` with "
409409
"argument ``breakpointhook``."
@@ -656,7 +656,7 @@ msgid ""
656656
":func:`ast.parse`."
657657
msgstr "如果您想分析 Python 代码的 AST 表示,请参阅 :func:`ast.parse`。"
658658

659-
#: ../../library/functions.rstNone
659+
#: ../../library/functions.rst:279
660660
msgid ""
661661
"Raises an :ref:`auditing event <auditing>` ``compile`` with arguments "
662662
"``source``, ``filename``."
@@ -953,7 +953,7 @@ msgid ""
953953
" with expressions containing only literals."
954954
msgstr "另外可以参阅 :func:`ast.literal_eval`,该函数可以安全执行仅包含文字的表达式字符串。"
955955

956-
#: ../../library/functions.rstNone ../../library/functions.rstNone
956+
#: ../../library/functions.rst:496 ../../library/functions.rst:532
957957
msgid ""
958958
"Raises an :ref:`auditing event <auditing>` ``exec`` with argument "
959959
"``code_object``."
@@ -1324,7 +1324,7 @@ msgid ""
13241324
"provide elaborate line editing and history features."
13251325
msgstr "如果加载了 :mod:`readline` 模块,:func:`input` 将使用它来提供复杂的行编辑和历史记录功能。"
13261326

1327-
#: ../../library/functions.rstNone
1327+
#: ../../library/functions.rst:788
13281328
msgid ""
13291329
"Raises an :ref:`auditing event <auditing>` ``builtins.input`` with argument "
13301330
"``prompt``."
@@ -1336,7 +1336,7 @@ msgid ""
13361336
"``prompt`` before reading input"
13371337
msgstr "在读取输入前引发一个 :ref:`审计事件 <auditing>` ``builtins.input`` 附带参数 ``prompt``"
13381338

1339-
#: ../../library/functions.rstNone
1339+
#: ../../library/functions.rst:793
13401340
msgid ""
13411341
"Raises an :ref:`auditing event <auditing>` ``builtins.input/result`` with "
13421342
"argument ``result``."
@@ -1985,7 +1985,7 @@ msgstr ""
19851985
"另请参阅文件操作模块,例如 :mod:`fileinput`、:mod:`io` (声明了 "
19861986
":func:`open`)、:mod:`os`、:mod:`os.path`、:mod:`tempfile` 和 :mod:`shutil`。"
19871987

1988-
#: ../../library/functions.rst:1238
1988+
#: ../../library/functions.rst:1237
19891989
msgid ""
19901990
"Raises an :ref:`auditing event <auditing>` ``open`` with arguments ``file``,"
19911991
" ``mode``, ``flags``."

library/glob.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ msgid ""
1414
msgstr ""
1515
"Project-Id-Version: Python 3.9\n"
1616
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
17+
"POT-Creation-Date: 2021-03-02 05:36+0000\n"
1818
"PO-Revision-Date: 2017-02-16 23:12+0000\n"
1919
"Last-Translator: Freesand Leo <[email protected]>, 2020\n"
2020
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -86,7 +86,7 @@ msgstr ""
8686
"如果 *recursive* 为真值,则模式 \"``**``\" 将匹配目录中的任何文件以及零个或多个目录、子目录和符号链接。 如果模式加了一个 "
8787
":data:`os.sep` 或 :data:`os.altsep` 则将不匹配文件。"
8888

89-
#: ../../library/glob.rst:59 ../../library/glob.rst:73
89+
#: ../../library/glob.rst:58 ../../library/glob.rst:73
9090
msgid ""
9191
"Raises an :ref:`auditing event <auditing>` ``glob.glob`` with arguments "
9292
"``pathname``, ``recursive``."

library/imaplib.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.9\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
16+
"POT-Creation-Date: 2021-03-02 05:36+0000\n"
1717
"PO-Revision-Date: 2017-02-16 23:14+0000\n"
1818
"Last-Translator: Arisaka97 <[email protected]>, 2021\n"
1919
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -428,7 +428,7 @@ msgid ""
428428
"this method."
429429
msgstr ""
430430

431-
#: ../../library/imaplib.rst:380
431+
#: ../../library/imaplib.rst:379
432432
msgid ""
433433
"Raises an :ref:`auditing event <auditing>` ``imaplib.open`` with arguments "
434434
"``self``, ``host``, ``port``."

0 commit comments

Comments
 (0)