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

Skip to content

Commit 8a59d7b

Browse files
committed
[po] auto sync bot
1 parent 7fe8c5e commit 8a59d7b

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

glossary.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,7 @@ msgstr ""
10841084

10851085
#: ../../glossary.rst:542
10861086
msgid "interpreted"
1087-
msgstr "interpreted -- 解释"
1087+
msgstr "interpreted -- 解释型"
10881088

10891089
#: ../../glossary.rst:544
10901090
msgid ""

tutorial/controlflow.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,9 @@ msgid ""
467467
" may receive a value more than once. Here's an example that fails due to "
468468
"this restriction::"
469469
msgstr ""
470+
"在函数调用中,关键字参数必须跟随在位置参数的后面。传递的所有关键字参数必须与函数接受的其中一个参数匹配(比如 ``actor`` 不是函数 "
471+
"``parrot`` 的有效参数),它们的顺序并不重要。这也包括非可选参数,(比如 ``parrot(voltage=1000)`` "
472+
"也是有效的)。不能对同一个参数多次赋值。下面是一个因为此限制而失败的例子::"
470473

471474
#: ../../tutorial/controlflow.rst:481
472475
msgid ""

0 commit comments

Comments
 (0)