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

Skip to content

Commit 8ce0ace

Browse files
[po] auto sync
1 parent a3e558e commit 8ce0ace

2 files changed

Lines changed: 5218 additions & 5210 deletions

File tree

tutorial/controlflow.po

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -526,16 +526,18 @@ msgid ""
526526
"positional-only, positional-or-keyword, and keyword-only. Keyword parameters"
527527
" are also referred to as named parameters."
528528
msgstr ""
529+
"在这里 ``/`` 和 ``*`` 是可选的。 如果使用这些符号则表明可以通过何种形参将参数值传递给函数:仅限位置、位置或关键字,以及仅限关键字。 "
530+
"关键字形参也被称为命名形参。"
529531

530532
#: ../../tutorial/controlflow.rst:557
531533
msgid "Positional-or-Keyword Arguments"
532-
msgstr ""
534+
msgstr "位置或关键字参数"
533535

534536
#: ../../tutorial/controlflow.rst:559
535537
msgid ""
536538
"If ``/`` and ``*`` are not present in the function definition, arguments may"
537539
" be passed to a function by position or by keyword."
538-
msgstr ""
540+
msgstr "如果函数定义中未使用 ``/`` 和 ``*``,则参数可以按位置或按关键字传递给函数。"
539541

540542
#: ../../tutorial/controlflow.rst:564
541543
msgid "Positional-Only Parameters"

0 commit comments

Comments
 (0)