6
6
# Translators:
7
7
# Rafael Fontenelle <rffontenelle@gmail.com>, 2023
8
8
# Freesand Leo <yuqinju@163.com>, 2023
9
+ # Alpha Du <alphanow@gmail.com>, 2023
9
10
#
10
11
#, fuzzy
11
12
msgid ""
@@ -14,7 +15,7 @@ msgstr ""
14
15
"Report-Msgid-Bugs-To : \n "
15
16
"POT-Creation-Date : 2023-07-29 03:05+0000\n "
16
17
"PO-Revision-Date : 2022-11-05 17:21+0000\n "
17
- "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2023\n "
18
+ "Last-Translator : Alpha Du <alphanow@gmail .com>, 2023\n "
18
19
"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
19
20
"MIME-Version : 1.0\n "
20
21
"Content-Type : text/plain; charset=UTF-8\n "
@@ -159,6 +160,9 @@ msgid ""
159
160
"functions directly! :c:type:`PyOS_sighandler_t` is a typedef alias for "
160
161
":c:expr:`void (\\ *)(int)`."
161
162
msgstr ""
163
+ "返回信号 *i* 的当前信号处理程序。 这是 :c:func:`sigaction` 或 :c:func:`signal` 的精简封装。 "
164
+ "请不要直接调用这些函数! :c:type:`PyOS_sighandler_t` 是 :c:expr:`void (\\ *)(int)` "
165
+ "的类型定义别名。"
162
166
163
167
#: ../../c-api/sys.rst:114
164
168
msgid ""
@@ -168,6 +172,9 @@ msgid ""
168
172
":c:type:`PyOS_sighandler_t` is a typedef alias for :c:expr:`void "
169
173
"(\\ *)(int)`."
170
174
msgstr ""
175
+ "将信号 *i* 的信号处理程序设为 *h*;返回旧的信号处理程序。这是 :c:func:`sigaction` 或 :c:func:`signal` "
176
+ "的精简封装。 不要直接调用这些函数! :c:type:`PyOS_sighandler_t` 是 :c:expr:`void (\\ *)(int)` "
177
+ "的类型定义别名。"
171
178
172
179
#: ../../c-api/sys.rst:122
173
180
msgid ""
0 commit comments