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

Skip to content

Commit 99eb6ba

Browse files
[po] auto sync
1 parent 7c32cd3 commit 99eb6ba

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

c-api/datetime.po

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,45 +89,59 @@ msgid ""
8989
"Return true if *ob* is of type :c:data:`PyDateTime_DateTimeType`. *ob* must "
9090
"not be ``NULL``. This function always succeeds."
9191
msgstr ""
92+
"如果 *ob* 为 :c:data:`PyDateTime_DateTimeType` 类型则返回真值。 *ob* 不能为 ``NULL``。 "
93+
"此函数总是会成功执行。"
9294

9395
#: ../../c-api/datetime.rst:56
9496
msgid ""
9597
"Return true if *ob* is of type :c:data:`PyDateTime_TimeType` or a subtype of"
9698
" :c:data:`PyDateTime_TimeType`. *ob* must not be ``NULL``. This function "
9799
"always succeeds."
98100
msgstr ""
101+
"如果 *ob* 的类型是 :c:data:`PyDateTime_TimeType` 或是 :c:data:`PyDateTime_TimeType` "
102+
"的子类型则返回真值。 *ob* 必须不为 ``NULL``。 此函数总是会成功执行。"
99103

100104
#: ../../c-api/datetime.rst:63
101105
msgid ""
102106
"Return true if *ob* is of type :c:data:`PyDateTime_TimeType`. *ob* must not "
103107
"be ``NULL``. This function always succeeds."
104108
msgstr ""
109+
"如果 *ob* 为 :c:data:`PyDateTime_TimeType` 类型则返回真值。 *ob* 不能为 ``NULL``。 "
110+
"此函数总是会成功执行。"
105111

106112
#: ../../c-api/datetime.rst:69
107113
msgid ""
108114
"Return true if *ob* is of type :c:data:`PyDateTime_DeltaType` or a subtype "
109115
"of :c:data:`PyDateTime_DeltaType`. *ob* must not be ``NULL``. This "
110116
"function always succeeds."
111117
msgstr ""
118+
"如果 *ob* 为 :c:data:`PyDateTime_DeltaType` 类型或 :c:data:`PyDateTime_DeltaType` "
119+
"的某个子类型则返回真值。 *ob* 不能为 ``NULL``。 此函数总是会成功执行。"
112120

113121
#: ../../c-api/datetime.rst:76
114122
msgid ""
115123
"Return true if *ob* is of type :c:data:`PyDateTime_DeltaType`. *ob* must not"
116124
" be ``NULL``. This function always succeeds."
117125
msgstr ""
126+
"如果 *ob* 为 :c:data:`PyDateTime_DeltaType` 类型则返回真值。 *ob* 不能为 ``NULL``。 "
127+
"此函数总是会成功执行。"
118128

119129
#: ../../c-api/datetime.rst:82
120130
msgid ""
121131
"Return true if *ob* is of type :c:data:`PyDateTime_TZInfoType` or a subtype "
122132
"of :c:data:`PyDateTime_TZInfoType`. *ob* must not be ``NULL``. This "
123133
"function always succeeds."
124134
msgstr ""
135+
"如果 *ob* 的类型是 :c:data:`PyDateTime_TZInfoType` 或是 "
136+
":c:data:`PyDateTime_TZInfoType` 的子类型则返回真值。 *ob* 必须不为 ``NULL``。 此函数总是会成功执行。"
125137

126138
#: ../../c-api/datetime.rst:89
127139
msgid ""
128140
"Return true if *ob* is of type :c:data:`PyDateTime_TZInfoType`. *ob* must "
129141
"not be ``NULL``. This function always succeeds."
130142
msgstr ""
143+
"如果 *ob* 为 :c:data:`PyDateTime_TZInfoType` 类型则返回真值。 *ob* 不能为 ``NULL``。 "
144+
"此函数总是会成功执行。"
131145

132146
#: ../../c-api/datetime.rst:93
133147
msgid "Macros to create objects:"

library/signal.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -803,12 +803,16 @@ msgid ""
803803
":attr:`si_errno`, :attr:`si_pid`, :attr:`si_uid`, :attr:`si_status`, "
804804
":attr:`si_band`."
805805
msgstr ""
806+
"返回值是一个代表 :c:type:`siginfo_t` 结构体所包含数据的对象,具体为: :attr:`si_signo`, "
807+
":attr:`si_code`, :attr:`si_errno`, :attr:`si_pid`, :attr:`si_uid`, "
808+
":attr:`si_status`, :attr:`si_band`。"
806809

807810
#: ../../library/signal.rst:589
808811
msgid ""
809812
":ref:`Availability <availability>`: Unix. See the man page "
810813
":manpage:`sigwaitinfo(2)` for further information."
811814
msgstr ""
815+
":ref:`可用性 <availability>`: Unix。 更多信息请参见手册页面 :manpage:`sigwaitinfo(2)`。"
812816

813817
#: ../../library/signal.rst:590
814818
msgid "See also :func:`pause`, :func:`sigwait` and :func:`sigtimedwait`."

0 commit comments

Comments
 (0)