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

Skip to content

Commit 5dfc70e

Browse files
[po] auto sync
1 parent 1327503 commit 5dfc70e

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

tutorial/controlflow.po

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -442,21 +442,20 @@ msgid ""
442442
"Functions can also be called using :term:`keyword arguments <keyword "
443443
"argument>` of the form ``kwarg=value``. For instance, the following "
444444
"function::"
445-
msgstr ""
446-
"也可以使用形如 ``kwarg=value`` 的 :term:`关键字参数 <keyword argument>` 来调用函数。例如下面的函数::"
445+
msgstr "也可以用 ``kwarg=value`` 形式 :term:`关键字参数 <keyword argument>` 调用函数。例如:"
447446

448447
#: ../../tutorial/controlflow.rst:454
449448
msgid ""
450449
"accepts one required argument (``voltage``) and three optional arguments "
451450
"(``state``, ``action``, and ``type``). This function can be called in any "
452451
"of the following ways::"
453452
msgstr ""
454-
"接受一个必需的参数(``voltage``)和三个可选的参数(``state``, ``action``和 "
455-
"``type``)。这个函数可以通过下面的任何一种方式调用::"
453+
"该函数接受一个必选参数(``voltage``)和三个可选参数(``state``, ``action`` 和 "
454+
"``type``)。该函数可用下面列出的方式调用:"
456455

457456
#: ../../tutorial/controlflow.rst:465
458457
msgid "but all the following calls would be invalid::"
459-
msgstr "但下面的函数调用都是无效的::"
458+
msgstr "但下面的函数调用方式都是无效的:"
460459

461460
#: ../../tutorial/controlflow.rst:472
462461
msgid ""

0 commit comments

Comments
 (0)