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

Skip to content

Commit f10bd04

Browse files
[po] auto sync
1 parent 99de6de commit f10bd04

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

reference/import.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,9 @@ msgid ""
162162
":mod:`email`, which in turn has a subpackage called :mod:`email.mime` and a "
163163
"module within that subpackage called :mod:`email.mime.text`."
164164
msgstr ""
165+
"所有模块都有自己的名字。 子包名与其父包名以点号分隔,与 Python 的标准属性访问语法致。 例如你可能看到一个名为 :mod:`sys` "
166+
"的模块以及一个名为 :mod:`email` 的包,这个包中又有一个名为 :mod:`email.mime` 的子包和该子包中的名为 "
167+
":mod:`email.mime.text` 的子包。"
165168

166169
#: ../../reference/import.rst:93
167170
msgid "Regular packages"

tutorial/datastructures.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,8 @@ msgid ""
549549
"idiomatic way to loop over unique elements of the sequence in sorted order. "
550550
"::"
551551
msgstr ""
552+
"对一个序列使用 :func:`set` 将去除重复的元素。 对一个序列使用 :func:`sorted` 加 :func:`set` "
553+
"则是按排序后顺序循环遍历序列中唯一元素的一种惯用方式。 ::"
552554

553555
#: ../../tutorial/datastructures.rst:640
554556
msgid ""

using/windows.po

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
# hanfeng <[email protected]>, 2018
88
# Meng Du <[email protected]>, 2019
99
# Shengjing Zhu <[email protected]>, 2019
10-
# Freesand Leo <[email protected]>, 2020
1110
# ppcfish <[email protected]>, 2020
11+
# Freesand Leo <[email protected]>, 2020
1212
#
1313
#, fuzzy
1414
msgid ""
@@ -17,7 +17,7 @@ msgstr ""
1717
"Report-Msgid-Bugs-To: \n"
1818
"POT-Creation-Date: 2020-05-31 09:25+0000\n"
1919
"PO-Revision-Date: 2017-02-16 23:42+0000\n"
20-
"Last-Translator: ppcfish <ppcfish@gmail.com>, 2020\n"
20+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2020\n"
2121
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2222
"MIME-Version: 1.0\n"
2323
"Content-Type: text/plain; charset=UTF-8\n"
@@ -580,6 +580,8 @@ msgid ""
580580
"name of your installer, and to create layouts in their own directories to "
581581
"avoid collisions between files with the same name."
582582
msgstr ""
583+
"从命令提示符执行以下命令以下载所有可能的必需文件。 请记得要将 ``python-3.9.0.exe`` "
584+
"替换为安装程序的实际名称,并在单独的目录中创建子目录以避免同名文件间的冲突。"
583585

584586
#: ../../using/windows.rst:268
585587
msgid ""

0 commit comments

Comments
 (0)