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

Skip to content

Commit 4b87188

Browse files
[po] auto sync
1 parent 8bcd641 commit 4b87188

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

using/cmdline.po

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
# cdarlint <[email protected]>, 2019
99
# ppcfish <[email protected]>, 2020
1010
# Freesand Leo <[email protected]>, 2020
11+
# jaystone776 <[email protected]>, 2021
1112
#
1213
#, fuzzy
1314
msgid ""
@@ -16,7 +17,7 @@ msgstr ""
1617
"Report-Msgid-Bugs-To: \n"
1718
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
1819
"PO-Revision-Date: 2017-02-16 23:41+0000\n"
19-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2020\n"
20+
"Last-Translator: jaystone776 <1732865113@qq.com>, 2021\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"
@@ -32,26 +33,26 @@ msgstr "命令行与环境"
3233
msgid ""
3334
"The CPython interpreter scans the command line and the environment for "
3435
"various settings."
35-
msgstr "CPython 解析器会扫描命令行与环境用于获取各种设置信息。"
36+
msgstr "为获取各种设置信息,CPython 解析器会扫描命令行与环境。"
3637

3738
#: ../../using/cmdline.rst:16
3839
msgid ""
3940
"Other implementations' command line schemes may differ. See "
4041
":ref:`implementations` for further resources."
41-
msgstr "其他实现的命令行方案可能有所不同。 更多相关资源请参阅 :ref:`implementations`。"
42+
msgstr "其他实现的命令行方案可能会有所不同。 详见 :ref:`implementations`。"
4243

4344
#: ../../using/cmdline.rst:23
4445
msgid "Command line"
4546
msgstr "命令行"
4647

4748
#: ../../using/cmdline.rst:25
4849
msgid "When invoking Python, you may specify any of these options::"
49-
msgstr " Python 发起调用时,你可以指定以下的任意选项::"
50+
msgstr "调用 Python 时,可以指定下列任意选项:"
5051

5152
#: ../../using/cmdline.rst:29
5253
msgid ""
5354
"The most common use case is, of course, a simple invocation of a script::"
54-
msgstr "当然最常见的用例就是简单地启动执行一个脚本::"
55+
msgstr "最常见的用例是启动时执行脚本:"
5556

5657
#: ../../using/cmdline.rst:37
5758
msgid "Interface options"
@@ -61,7 +62,7 @@ msgstr "接口选项"
6162
msgid ""
6263
"The interpreter interface resembles that of the UNIX shell, but provides "
6364
"some additional methods of invocation:"
64-
msgstr "解释器接口类似于 UNIX shell,但提供了一些额外的发起调用方法:"
65+
msgstr "解释器接口类似于 UNIX shell,但提供了额外的调用方法:"
6566

6667
#: ../../using/cmdline.rst:42
6768
msgid ""
@@ -70,8 +71,8 @@ msgid ""
7071
"produce that with :kbd:`Ctrl-D` on UNIX or :kbd:`Ctrl-Z, Enter` on Windows) "
7172
"is read."
7273
msgstr ""
73-
"当调用时附带连接到某个 tty 设备的标准输入时,它会提示输入命令并执行它们,直到读入一个 EOF(文件结束字符,其产生方式是在 UNIX 中按 "
74-
":kbd:`Ctrl-D` 或在 Windows 中按 :kbd:`Ctrl-Z, Enter`。)"
74+
"用连接到 tty 设备的标准输入调用时,会提示输入并执行命令,输入 EOF (文件结束符,UNIX 中按 :kbd:`Ctrl-D`,Windows "
75+
"中按 :kbd:`Ctrl-Z, Enter`)时终止。"
7576

7677
#: ../../using/cmdline.rst:45
7778
msgid ""

0 commit comments

Comments
 (0)