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

Skip to content

Commit fba81a1

Browse files
[po] auto sync
1 parent d236668 commit fba81a1

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

howto/clinic.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2737,20 +2737,23 @@ msgid ""
27372737
"Perhaps you're wondering: what if ``HAVE_FUNCTIONNAME`` isn't defined? The "
27382738
"``MODULE_FUNCTIONNAME_METHODDEF`` macro won't be defined either!"
27392739
msgstr ""
2740+
"如果 ``HAVE_FUNCTIONNAME`` 未定义怎么办? 那么``MODULE_FUNCTIONNAME_METHODDEF`` 宏也不会定义。"
27402741

27412742
#: ../../howto/clinic.rst:1755
27422743
msgid ""
27432744
"Here's where Argument Clinic gets very clever. It actually detects that the"
27442745
" Argument Clinic block might be deactivated by the ``#ifdef``. When that "
27452746
"happens, it generates a little extra code that looks like this::"
27462747
msgstr ""
2748+
"这正是 Argument Clinic 变聪明的地方。它其实能检测到 ``#ifdef`` 屏蔽了Argument Clinic "
2749+
"块。于是会额外生成一小段代码,如下所示:"
27472750

27482751
#: ../../howto/clinic.rst:1763
27492752
msgid ""
27502753
"That means the macro always works. If the function is defined, this turns "
27512754
"into the correct structure, including the trailing comma. If the function "
27522755
"is undefined, this turns into nothing."
2753-
msgstr ""
2756+
msgstr "这样宏总是会生效。如果定义了函数,则会转换为正确的结构,包括尾部的逗号。如果函数未定义,就不做什么转换。"
27542757

27552758
#: ../../howto/clinic.rst:1767
27562759
msgid ""

0 commit comments

Comments
 (0)