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

Skip to content

Commit 98c4892

Browse files
committed
[po] auto sync bot
1 parent 992eb17 commit 98c4892

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

howto/argparse.po

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2018, Python Software Foundation
2+
# Copyright (C) 2001-2019, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
77
# Chengeng Ning <[email protected]>, 2018
88
# Freesand Leo <[email protected]>, 2018
9+
# 兴然 刘 <[email protected]>, 2019
10+
# Trim21 . <[email protected]>, 2019
911
#
1012
#, fuzzy
1113
msgid ""
1214
msgstr ""
1315
"Project-Id-Version: Python 3.7\n"
1416
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2018-06-30 05:56+0900\n"
17+
"POT-Creation-Date: 2019-01-01 10:14+0900\n"
1618
"PO-Revision-Date: 2017-02-16 17:44+0000\n"
17-
"Last-Translator: Freesand Leo <[email protected]>, 2018\n"
19+
"Last-Translator: Trim21 . <[email protected]>, 2019\n"
1820
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1921
"MIME-Version: 1.0\n"
2022
"Content-Type: text/plain; charset=UTF-8\n"
@@ -59,17 +61,17 @@ msgstr "概念"
5961
msgid ""
6062
"Let's show the sort of functionality that we are going to explore in this "
6163
"introductory tutorial by making use of the :command:`ls` command:"
62-
msgstr ""
64+
msgstr "让我们通过使用 :command:`ls` 命令来展示我们将在本入门教程中探索的功能:"
6365

6466
#: ../../howto/argparse.rst:46
6567
msgid "A few concepts we can learn from the four commands:"
66-
msgstr ""
68+
msgstr "我们可以从这四个命令中学到几个概念:"
6769

6870
#: ../../howto/argparse.rst:48
6971
msgid ""
7072
"The :command:`ls` command is useful when run without any options at all. It "
7173
"defaults to displaying the contents of the current directory."
72-
msgstr ""
74+
msgstr ":command:`ls` 是一个即使在运行的时候没有提供任何选项,也非常有用的命令。在默认情况下他会输出当前文件夹包含的文件和文件夹。"
7375

7476
#: ../../howto/argparse.rst:51
7577
msgid ""
@@ -99,7 +101,7 @@ msgstr ""
99101

100102
#: ../../howto/argparse.rst:70
101103
msgid "The basics"
102-
msgstr ""
104+
msgstr "基础"
103105

104106
#: ../../howto/argparse.rst:72
105107
msgid "Let us start with a very simple example which does (almost) nothing::"

0 commit comments

Comments
 (0)