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

Skip to content

Commit e709da5

Browse files
[po] auto sync
1 parent a7e98ea commit e709da5

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

library/argparse.po

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1139,6 +1139,7 @@ msgid ""
11391139
":mod:`argparse` supports silencing the help entry for certain options, by "
11401140
"setting the ``help`` value to ``argparse.SUPPRESS``::"
11411141
msgstr ""
1142+
":mod:`argparse` 支持静默特定选项的帮助,具体做法是将 ``help`` 的值设为 ``argparse.SUPPRESS``::"
11421143

11431144
#: ../../library/argparse.rst:1195
11441145
msgid "metavar"

library/code.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ msgid ""
103103
"optional grammar start symbol, which should be ``'single'`` (the default), "
104104
"``'eval'`` or ``'exec'``."
105105
msgstr ""
106+
"*source* 是源字符串;*filename* 是可选的用作读取源的文件名,默认为 ``'<input>'``;*symbol* "
107+
"是可选的语法开启符号,应为 ``'single'`` (默认), ``'eval'`` 或 ``'exec'``。"
106108

107109
#: ../../library/code.rst:62
108110
msgid ""

library/codeop.po

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# Translators:
77
# nick <[email protected]>, 2019
8-
# Freesand Leo <[email protected]>, 2019
8+
# Freesand Leo <[email protected]>, 2020
99
#
1010
#, fuzzy
1111
msgid ""
@@ -14,7 +14,7 @@ msgstr ""
1414
"Report-Msgid-Bugs-To: \n"
1515
"POT-Creation-Date: 2020-05-15 13:54+0000\n"
1616
"PO-Revision-Date: 2017-02-16 23:02+0000\n"
17-
"Last-Translator: Freesand Leo <[email protected]>, 2019\n"
17+
"Last-Translator: Freesand Leo <[email protected]>, 2020\n"
1818
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=UTF-8\n"
@@ -95,6 +95,8 @@ msgid ""
9595
" an :term:`expression` (``'eval'``). Any other value will cause "
9696
":exc:`ValueError` to be raised."
9797
msgstr ""
98+
"*symbol* 参数确定 *source* 是作为一条语句 (对应默认值 ``'single'``),作为一系列语句 (``'exec'``) "
99+
"还是作为一个 :term:`expression` (``'eval'``) 进行编译。 任何其他值都将导致引发 :exc:`ValueError`。"
98100

99101
#: ../../library/codeop.rst:52
100102
msgid ""

0 commit comments

Comments
 (0)