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

Skip to content

Commit 8c87a5b

Browse files
[po] auto sync
1 parent 9928934 commit 8c87a5b

2 files changed

Lines changed: 13 additions & 5 deletions

File tree

library/argparse.po

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2017,31 +2017,38 @@ msgstr ""
20172017
msgid ""
20182018
"Replace callback actions and the ``callback_*`` keyword arguments with "
20192019
"``type`` or ``action`` arguments."
2020-
msgstr ""
2020+
msgstr "将回调动作和 ``callback_*`` 关键字参数替换为 ``type`` 或 ``action`` 参数。"
20212021

20222022
#: ../../library/argparse.rst:2103
20232023
msgid ""
20242024
"Replace string names for ``type`` keyword arguments with the corresponding "
20252025
"type objects (e.g. int, float, complex, etc)."
2026-
msgstr ""
2026+
msgstr "将 ``type`` 关键字参数字符串名称替换为相应的类型对象(例如 int, float, complex 等)。"
20272027

20282028
#: ../../library/argparse.rst:2106
20292029
msgid ""
20302030
"Replace :class:`optparse.Values` with :class:`Namespace` and "
20312031
":exc:`optparse.OptionError` and :exc:`optparse.OptionValueError` with "
20322032
":exc:`ArgumentError`."
20332033
msgstr ""
2034+
"将 :class:`optparse.Values` 替换为 :class:`Namespace` 并将 "
2035+
":exc:`optparse.OptionError` 和 :exc:`optparse.OptionValueError` 替换为 "
2036+
":exc:`ArgumentError`。"
20342037

20352038
#: ../../library/argparse.rst:2110
20362039
msgid ""
20372040
"Replace strings with implicit arguments such as ``%default`` or ``%prog`` "
20382041
"with the standard Python syntax to use dictionaries to format strings, that "
20392042
"is, ``%(default)s`` and ``%(prog)s``."
20402043
msgstr ""
2044+
"将隐式参数字符串例如使用标准 Python 字典语法的 ``%default`` 或 ``%prog`` 替换为格式字符串,即 "
2045+
"``%(default)s`` 和 ``%(prog)s``。"
20412046

20422047
#: ../../library/argparse.rst:2114
20432048
msgid ""
20442049
"Replace the OptionParser constructor ``version`` argument with a call to "
20452050
"``parser.add_argument('--version', action='version', version='<the "
20462051
"version>')``."
20472052
msgstr ""
2053+
"将 OptionParser 构造器 ``version`` 参数替换为对 ``parser.add_argument('--version', "
2054+
"action='version', version='<the version>')`` 的调用。"

library/logging.config.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
# Pandaaaa906 <[email protected]>, 2020
1010
# ppcfish <[email protected]>, 2020
1111
# WH-2099 <[email protected]>, 2020
12+
# Freesand Leo <[email protected]>, 2020
1213
#
1314
#, fuzzy
1415
msgid ""
@@ -17,7 +18,7 @@ msgstr ""
1718
"Report-Msgid-Bugs-To: \n"
1819
"POT-Creation-Date: 2020-02-09 12:40+0000\n"
1920
"PO-Revision-Date: 2020-05-30 12:05+0000\n"
20-
"Last-Translator: WH-2099 <wh2099@outlook.com>, 2020\n"
21+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2020\n"
2122
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2223
"MIME-Version: 1.0\n"
2324
"Content-Type: text/plain; charset=UTF-8\n"
@@ -52,11 +53,11 @@ msgstr ":ref:`日志操作手册 <logging-cookbook>`"
5253

5354
#: ../../library/logging.config.rst:23
5455
msgid "This section describes the API for configuring the logging module."
55-
msgstr ""
56+
msgstr "这一节描述了用于配置 logging 模块的 API。"
5657

5758
#: ../../library/logging.config.rst:28
5859
msgid "Configuration functions"
59-
msgstr ""
60+
msgstr "配置函数"
6061

6162
#: ../../library/logging.config.rst:30
6263
msgid ""

0 commit comments

Comments
 (0)