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

Commit61a3e86

Browse files
[po] auto sync
1 parentd4d5c11 commit61a3e86

File tree

6 files changed

+12871
-12836
lines changed

6 files changed

+12871
-12836
lines changed

‎.stat.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation":"99.69%","updated_at":"2025-10-25T15:57:21Z"}
1+
{"translation":"99.70%","updated_at":"2025-10-26T13:05:41Z"}

‎c-api/arg.po‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Freesand Leo <yuqinju@163.com>, 2025
89
#
910
#,fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To:\n"
1415
"POT-Creation-Date:2025-10-25 15:01+0000\n"
1516
"PO-Revision-Date:2025-09-15 01:03+0000\n"
16-
"Last-Translator:python-doc bot, 2025\n"
17+
"Last-Translator:Freesand Leo <yuqinju@163.com>, 2025\n"
1718
"Language-Team:Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1819
"MIME-Version:1.0\n"
1920
"Content-Type:text/plain; charset=UTF-8\n"
@@ -346,6 +347,8 @@ msgid ""
346347
"The buffer may contain embedded null bytes. The caller has to call "
347348
":c:func:`PyBuffer_Release` when it is done with the buffer."
348349
msgstr""
350+
"此格式接受任何实现了可读写缓冲区接口的对象。 它将填充一个由调用方提供的 :c:type:`Py_buffer` 结构体。 缓冲区可能包含嵌入的空字节。"
351+
" 调用方必须在用完缓冲区之后调用 :c:func:`PyBuffer_Release`。"
349352

350353
#:../../c-api/arg.rst:166
351354
msgid"``es`` (:class:`str`) [const char\\*encoding, char\\*\\*buffer]"

‎c-api/capsule.po‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Freesand Leo <yuqinju@163.com>, 2025
89
#
910
#,fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To:\n"
1415
"POT-Creation-Date:2025-10-25 15:01+0000\n"
1516
"PO-Revision-Date:2025-09-15 01:03+0000\n"
16-
"Last-Translator:python-doc bot, 2025\n"
17+
"Last-Translator:Freesand Leo <yuqinju@163.com>, 2025\n"
1718
"Language-Team:Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1819
"MIME-Version:1.0\n"
1920
"Content-Type:text/plain; charset=UTF-8\n"
@@ -39,6 +40,9 @@ msgid ""
3940
"regular import mechanism can be used to access C APIs defined in dynamically"
4041
" loaded modules."
4142
msgstr""
43+
"这个 :c:type:`PyObject` 的子类代表一个隐藏值,适用于需要将一个隐藏(作为 :c:expr:`void*` 指针)通过 Python "
44+
"代码传递到其他 C 代码的 C 扩展模块。 它常常被用于使得在一个模块中定义的 C "
45+
"函数指针在其他模块中可用,这样就可以使用常规导入机制来访问在动态加载的模块中定义的 C API。"
4246

4347
#:../../c-api/capsule.rst:27
4448
msgid"The type of a destructor callback for a capsule. Defined as::"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp