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

Skip to content

Commit f2bb1d5

Browse files
[po] auto sync
1 parent 97d3e35 commit f2bb1d5

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

library/argparse.po

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ msgid ""
388388
"You must fully initialize the parsers before passing them via ``parents=``. "
389389
"If you change the parent parsers after the child parser, those changes will "
390390
"not be reflected in the child."
391-
msgstr "你在传``parents=``给那些解析器时必须完全初始化它们。如果你在子解析器之后改变父解析器是,这些改变不会反映在子解析器上。"
391+
msgstr "你在通过``parents=`` 传递解析器之前必须完全初始化它们。 如果你在子解析器之后改变父解析器,这些改变将不会反映在子解析器上。"
392392

393393
#: ../../library/argparse.rst:370
394394
msgid "formatter_class"
@@ -466,8 +466,7 @@ msgid ""
466466
"characters that does not include ``-`` will cause ``-f/--foo`` options to be"
467467
" disallowed."
468468
msgstr ""
469-
"The ``prefix_chars=`` 参数默认使用 ``'-'``. 支持一系列字符,但是不包括 ``-`` ,这样会产生不被允许的 "
470-
"``-f/--foo`` 选项。"
469+
"``prefix_chars=`` 参数默认使用 ``'-'``。 提供一组不包括 ``-`` 的字符将导致 ``-f/--foo`` 选项不被允许。"
471470

472471
#: ../../library/argparse.rst:496
473472
msgid "fromfile_prefix_chars"

0 commit comments

Comments
 (0)