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

Skip to content

Commit 22719b8

Browse files
committed
[po] auto sync bot
1 parent 7834ee6 commit 22719b8

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

library/argparse.po

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,20 @@
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
6+
# Translators:
7+
# 操旭 <[email protected]>, 2017
8+
# Shengjing Zhu <[email protected]>, 2018
9+
# cdarlint <[email protected]>, 2018
10+
# Freesand Leo <[email protected]>, 2018
11+
# Menghua Xiao <[email protected]>, 2018
12+
#
613
#, fuzzy
714
msgid ""
815
msgstr ""
916
"Project-Id-Version: Python 3.7\n"
1017
"Report-Msgid-Bugs-To: \n"
1118
"POT-Creation-Date: 2018-10-29 09:36+0900\n"
12-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
19+
"PO-Revision-Date: 2017-02-16 17:48+0000\n"
1320
"Last-Translator: Menghua Xiao <[email protected]>, 2018\n"
1421
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1522
"MIME-Version: 1.0\n"
@@ -37,7 +44,9 @@ msgid ""
3744
"This page contains the API reference information. For a more gentle "
3845
"introduction to Python command-line parsing, have a look at the "
3946
":ref:`argparse tutorial <argparse-tutorial>`."
40-
msgstr "此页面包含 API 参考信息。有关 Python 命令行解析的更文雅的介绍,请参阅 <argparse-tutorial>。"
47+
msgstr ""
48+
"此页面包含该 API 的参考信息。对于 Python 命令行解析更细致的介绍,请参阅 :ref:`argparse tutorial "
49+
"<argparse-tutorial>`。"
4150

4251
#: ../../library/argparse.rst:22
4352
msgid ""
@@ -111,7 +120,7 @@ msgid ""
111120
"example::"
112121
msgstr ""
113122
"给一个 :class:`ArgumentParser` 添加程序参数信息是通过调用 "
114-
":meth:`~ArgumentParser.add_argument` 方法完成的。通常,这些调用指定 :class:`ArgumentParser`"
123+
":meth:`~ArgumentParser.add_argument` 方法完成的。通常,这些调用指定 :class:`ArgumentParser`"
115124
" 如何获取命令行字符串并将其转换为对象。这些信息在 :meth:`~ArgumentParser.parse_args` 调用时被存储和使用。例如:"
116125

117126
#: ../../library/argparse.rst:113

0 commit comments

Comments
 (0)