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

Skip to content

Commit 7134e60

Browse files
[po] auto sync
1 parent ce8a4a6 commit 7134e60

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

howto/clinic.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,6 +610,8 @@ msgid ""
610610
"function specification and rerun ``Tools/clinic/clinic.py`` until they *are*"
611611
" the same."
612612
msgstr ""
613+
"只要上述这几点存在不一致,请调整 Argument Clinic 函数定义,并重新运行 ``Tools/clinic/clinic.py`` ,直至 "
614+
"*完全* 相同。"
613615

614616
#: ../../howto/clinic.rst:460
615617
msgid ""
@@ -621,12 +623,14 @@ msgid ""
621623
"arguments are now arguments to this impl function; if the implementation "
622624
"used different names for these variables, fix it."
623625
msgstr ""
626+
"注意,输出部分的最后一行是“导入”函数的声明。也就是该内置函数的实现代码所在。删除需要修改的函数的现有原型,但保留开头的大括号。再删除其参数解析代码和输入变量的所有声明。注意现在"
627+
" Python 所见的参数即为此导入函数的参数;如果实现代码给这些变量采用了不同的命名,请进行修正。"
624628

625629
#: ../../howto/clinic.rst:468
626630
msgid ""
627631
"Let's reiterate, just because it's kind of weird. Your code should now look"
628632
" like this::"
629-
msgstr ""
633+
msgstr "因为稍显怪异,所以还是重申一下。现在的代码应该如下所示:"
630634

631635
#: ../../howto/clinic.rst:477
632636
msgid ""

0 commit comments

Comments
 (0)