Skip to content

Commit 5e09d52

Browse files
[po] auto sync
1 parent 8e73599 commit 5e09d52

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.stat.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"translation": "89.62%", "updated_at": "2023-08-04T11:16:12Z"}

c-api/sys.po

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# Translators:
77
# Rafael Fontenelle <rffontenelle@gmail.com>, 2023
88
# Freesand Leo <yuqinju@163.com>, 2023
9+
# Alpha Du <alphanow@gmail.com>, 2023
910
#
1011
#, fuzzy
1112
msgid ""
@@ -14,7 +15,7 @@ msgstr ""
1415
"Report-Msgid-Bugs-To: \n"
1516
"POT-Creation-Date: 2023-07-29 03:05+0000\n"
1617
"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"
1819
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1920
"MIME-Version: 1.0\n"
2021
"Content-Type: text/plain; charset=UTF-8\n"
@@ -159,6 +160,9 @@ msgid ""
159160
"functions directly! :c:type:`PyOS_sighandler_t` is a typedef alias for "
160161
":c:expr:`void (\\*)(int)`."
161162
msgstr ""
163+
"返回信号 *i* 的当前信号处理程序。 这是 :c:func:`sigaction` 或 :c:func:`signal` 的精简封装。 "
164+
"请不要直接调用这些函数! :c:type:`PyOS_sighandler_t` 是 :c:expr:`void (\\*)(int)` "
165+
"的类型定义别名。"
162166

163167
#: ../../c-api/sys.rst:114
164168
msgid ""
@@ -168,6 +172,9 @@ msgid ""
168172
":c:type:`PyOS_sighandler_t` is a typedef alias for :c:expr:`void "
169173
"(\\*)(int)`."
170174
msgstr ""
175+
"将信号 *i* 的信号处理程序设为 *h*;返回旧的信号处理程序。这是 :c:func:`sigaction` 或 :c:func:`signal` "
176+
"的精简封装。 不要直接调用这些函数! :c:type:`PyOS_sighandler_t` 是 :c:expr:`void (\\*)(int)` "
177+
"的类型定义别名。"
171178

172179
#: ../../c-api/sys.rst:122
173180
msgid ""

0 commit comments

Comments
 (0)