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

Skip to content

Commit 9ef2c4b

Browse files
committed
[po] auto sync bot
1 parent 4f5ef0c commit 9ef2c4b

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

distutils/apiref.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
# Menghua Xiao <[email protected]>, 2018
99
# 叶浚安 <[email protected]>, 2019
1010
# sgqy <[email protected]>, 2019
11+
# Zombie110year <[email protected]>, 2019
1112
#
1213
#, fuzzy
1314
msgid ""
@@ -16,7 +17,7 @@ msgstr ""
1617
"Report-Msgid-Bugs-To: \n"
1718
"POT-Creation-Date: 2019-01-01 10:14+0900\n"
1819
"PO-Revision-Date: 2017-02-16 17:40+0000\n"
19-
"Last-Translator: sgqy <sgqyzh@gmail.com>, 2019\n"
20+
"Last-Translator: Zombie110year <zombie110year@gmail.com>, 2019\n"
2021
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2122
"MIME-Version: 1.0\n"
2223
"Content-Type: text/plain; charset=UTF-8\n"
@@ -2062,7 +2063,7 @@ msgstr ""
20622063

20632064
#: ../../distutils/apiref.rst:1568
20642065
msgid "default"
2065-
msgstr ""
2066+
msgstr "default"
20662067

20672068
#: ../../distutils/apiref.rst:1570
20682069
msgid "*strip_comments*"

library/argparse.po

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#
66
# Translators:
77
# 操旭 <[email protected]>, 2017
8-
# Shengjing Zhu <[email protected]>, 2018
98
# Menghua Xiao <[email protected]>, 2018
109
# Freesand Leo <[email protected]>, 2018
1110
# stonejing <[email protected]>, 2019
@@ -958,22 +957,24 @@ msgid ""
958957
":class:`Namespace` return value. Otherwise, the parser uses the value as "
959958
"is::"
960959
msgstr ""
960+
"如果 ``default`` 值是一个字符串,解析器解析此值就像一个命令行参数。特别是,在将属性设置在 :class:`Namespace` "
961+
"的返回值之前,解析器应用任何提供的 type_ 转换参数。否则解析器使用原值::"
961962

962963
#: ../../library/argparse.rst:978
963964
msgid ""
964965
"For positional arguments with nargs_ equal to ``?`` or ``*``, the "
965966
"``default`` value is used when no command-line argument was present::"
966-
msgstr ""
967+
msgstr "对于 nargs_ 等于 ``?`` 或 ``*`` 的位置参数, ``default`` 值在没有命令行参数出现时使用。"
967968

968969
#: ../../library/argparse.rst:989
969970
msgid ""
970971
"Providing ``default=argparse.SUPPRESS`` causes no attribute to be added if "
971972
"the command-line argument was not present::"
972-
msgstr ""
973+
msgstr "提供 ``default=argparse.SUPPRESS`` 导致命令行参数未出现时没有属性被添加::"
973974

974975
#: ../../library/argparse.rst:1001
975976
msgid "type"
976-
msgstr "类型"
977+
msgstr "type"
977978

978979
#: ../../library/argparse.rst:1003
979980
msgid ""

0 commit comments

Comments
 (0)