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

Skip to content

Commit 134ae96

Browse files
[po] auto sync
1 parent 4b6aa74 commit 134ae96

7 files changed

Lines changed: 182 additions & 134 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "89.72%", "updated_at": "2023-08-26T01:18:08Z"}
1+
{"translation": "89.73%", "updated_at": "2023-08-26T03:56:59Z"}

faq/library.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ msgid ""
1616
msgstr ""
1717
"Project-Id-Version: Python 3.12\n"
1818
"Report-Msgid-Bugs-To: \n"
19-
"POT-Creation-Date: 2023-08-25 14:13+0000\n"
19+
"POT-Creation-Date: 2023-08-25 22:29+0000\n"
2020
"PO-Revision-Date: 2021-06-28 00:52+0000\n"
2121
"Last-Translator: Freesand Leo <[email protected]>, 2023\n"
2222
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -191,7 +191,7 @@ msgstr "Python 中存在类似 C 的 onexit() 函数的东西吗?"
191191
msgid ""
192192
"The :mod:`atexit` module provides a register function that is similar to C's"
193193
" :c:func:`!onexit`."
194-
msgstr ""
194+
msgstr ":mod:`atexit` 模块提供了一个与 C 的 :c:func:`!onexit` 类似的注册函数。"
195195

196196
#: ../../faq/library.rst:118
197197
msgid "Why don't my signal handlers work?"

library/ctypes.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ msgid ""
1818
msgstr ""
1919
"Project-Id-Version: Python 3.12\n"
2020
"Report-Msgid-Bugs-To: \n"
21-
"POT-Creation-Date: 2023-08-25 14:13+0000\n"
21+
"POT-Creation-Date: 2023-08-25 22:29+0000\n"
2222
"PO-Revision-Date: 2021-06-28 01:03+0000\n"
2323
"Last-Translator: Freesand Leo <[email protected]>, 2023\n"
2424
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -1701,6 +1701,8 @@ msgid ""
17011701
"result is cached, so repeated attribute accesses return the same library "
17021702
"each time."
17031703
msgstr ""
1704+
":meth:`!__getattr__` 具有特殊的行为:它允许通过一个作为库加载器实例的属性访问共享库来加载它。 "
1705+
"访问结果会被缓存,因此每次重复的属性访问都会返回相同的库。"
17041706

17051707
#: ../../library/ctypes.rst:1543
17061708
msgid ""
@@ -1741,6 +1743,8 @@ msgid ""
17411743
":c:expr:`int`, which is of course not always the truth, so you have to "
17421744
"assign the correct :attr:`!restype` attribute to use these functions."
17431745
msgstr ""
1746+
"一个将 Python C API 函数作为属性公开出来的 :class:`PyDLL` 实例。 请注意所有这些函数都应返回 C "
1747+
":c:expr:`int`,当然也并非总是如此,因此您必须分配正确的 :attr:`!restype` 属性才能使用这些函数。"
17441748

17451749
#: ../../library/ctypes.rst:1584
17461750
msgid ""

0 commit comments

Comments
 (0)