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

Skip to content

Commit 19e1b7f

Browse files
committed
[po] auto sync bot
1 parent 020a99c commit 19e1b7f

3 files changed

Lines changed: 13 additions & 12 deletions

File tree

faq/windows.po

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
#
66
# Translators:
77
# Yinuo Huang <[email protected]>, 2018
8-
# Freesand Leo <[email protected]>, 2019
98
# 443 <[email protected]>, 2019
109
# musan cheng, 2019
10+
# Freesand Leo <[email protected]>, 2019
1111
#
1212
#, fuzzy
1313
msgid ""
@@ -16,7 +16,7 @@ msgstr ""
1616
"Report-Msgid-Bugs-To: \n"
1717
"POT-Creation-Date: 2019-03-25 10:57+0900\n"
1818
"PO-Revision-Date: 2017-02-16 17:43+0000\n"
19-
"Last-Translator: musan cheng, 2019\n"
19+
"Last-Translator: Freesand Leo <[email protected]>, 2019\n"
2020
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2121
"MIME-Version: 1.0\n"
2222
"Content-Type: text/plain; charset=UTF-8\n"
@@ -144,7 +144,7 @@ msgstr "那么现在可以让``py``命令执行你的脚本,只需要输入``p
144144

145145
#: ../../faq/windows.rst:114
146146
msgid "How do I make Python scripts executable?"
147-
msgstr "我怎么让Python脚本可执行?"
147+
msgstr "我怎么让 Python 脚本可执行?"
148148

149149
#: ../../faq/windows.rst:116
150150
msgid ""
@@ -156,10 +156,10 @@ msgid ""
156156
" typing 'foo' with no extension you need to add .py to the PATHEXT "
157157
"environment variable."
158158
msgstr ""
159-
"在Windows上,标准Python安装程序已将.py扩展名与文件类型(Python.File) "
160-
"相关联,并为该文件类型提供运行解释器的打开命令(``D:\\Program Files\\Python\\python.exe \"%1\" %*`) "
161-
"。 这足以使脚本在命令提示符下作为 'foo.py' 命令被执行。 "
162-
"如果希望通过简单地键入“foo”而无需输入文件扩展名来执行脚本,则需要将.py添加到PATHEXT环境变量中。"
159+
"在 Windows 上,标准 Python 安装程序已将 .py 扩展名与文件类型 (Python.File) "
160+
"相关联,并为该文件类型提供运行解释器的打开命令 (``D:\\Program Files\\Python\\python.exe \"%1\" "
161+
"%*``) 。 这足以使脚本在命令提示符下作为foo.py命令被执行。 如果希望通过简单地键入“foo”而无需输入文件扩展名来执行脚本,则需要将 "
162+
".py 添加到 PATHEXT 环境变量中。"
163163

164164
#: ../../faq/windows.rst:124
165165
msgid "Why does Python sometimes take so long to start?"

library/stdtypes.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1693,6 +1693,8 @@ msgid ""
16931693
"interfaces of mutable containers that don't support slicing operations (such"
16941694
" as :class:`dict` and :class:`set`)"
16951695
msgstr ""
1696+
"包括 :meth:`clear` 和 :meth:`!copy` 是为了与不支持切片操作的可变容器 (例如 :class:`dict` 和 "
1697+
":class:`set`) 的接口保持一致"
16961698

16971699
#: ../../library/stdtypes.rst:1123
16981700
msgid ":meth:`clear` and :meth:`!copy` methods."

tutorial/introduction.po

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@
99
# cdarlint <[email protected]>, 2018
1010
# QR Wang <[email protected]>, 2018
1111
# Fred <[email protected]>, 2018
12-
# Zephyr Waitzman <[email protected]>, 2018
1312
# Junkai Shao <[email protected]>, 2018
14-
# Freesand Leo <[email protected]>, 2019
1513
# Shengjing Zhu <[email protected]>, 2019
14+
# Freesand Leo <[email protected]>, 2019
1615
#
1716
#, fuzzy
1817
msgid ""
@@ -21,7 +20,7 @@ msgstr ""
2120
"Report-Msgid-Bugs-To: \n"
2221
"POT-Creation-Date: 2019-01-01 10:14+0900\n"
2322
"PO-Revision-Date: 2017-02-16 23:41+0000\n"
24-
"Last-Translator: Shengjing Zhu <zsj950618@gmail.com>, 2019\n"
23+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2019\n"
2524
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2625
"MIME-Version: 1.0\n"
2726
"Content-Type: text/plain; charset=UTF-8\n"
@@ -438,8 +437,8 @@ msgid ""
438437
"`Fibonacci series <https://en.wikipedia.org/wiki/Fibonacci_number>`_ as "
439438
"follows::"
440439
msgstr ""
441-
"当然,我们可以将 Python 用于更复杂的任务,而不是仅仅两个和两个一起添加。 "
442-
"例如,我们可以编写`斐波那契数列<https://en.wikipedia.org/wiki/Fibonacci_number>`_的初始子序列,如下所示::"
440+
"当然,我们可以将 Python 用于更复杂的任务,而不是仅仅两个和两个一起添加。 例如,我们可以编写 `斐波那契数列 "
441+
"<https://en.wikipedia.org/wiki/Fibonacci_number>`_ 的初始子序列,如下所示::"
443442

444443
#: ../../tutorial/introduction.rst:488
445444
msgid "This example introduces several new features."

0 commit comments

Comments
 (0)