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

Skip to content

Commit 6649c5f

Browse files
[po] auto sync
1 parent 36c7641 commit 6649c5f

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

extending/newtypes_tutorial.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Jerry Chen <[email protected]>, 2018
88
# 刘士 <[email protected]>, 2018
99
# gashero liu <[email protected]>, 2019
10-
# Freesand Leo <[email protected]>, 2019
10+
# Freesand Leo <[email protected]>, 2020
1111
#
1212
#, fuzzy
1313
msgid ""
@@ -16,7 +16,7 @@ msgstr ""
1616
"Report-Msgid-Bugs-To: \n"
1717
"POT-Creation-Date: 2020-02-09 12:40+0000\n"
1818
"PO-Revision-Date: 2018-04-08 04:04+0000\n"
19-
"Last-Translator: Freesand Leo <[email protected]>, 2019\n"
19+
"Last-Translator: Freesand Leo <[email protected]>, 2020\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"
@@ -180,7 +180,7 @@ msgstr "这一行是强制的样板,用以初始化如上提到的 ``ob_base``
180180
msgid ""
181181
"The name of our type. This will appear in the default textual "
182182
"representation of our objects and in some error messages, for example:"
183-
msgstr ""
183+
msgstr "我们的类型的名称。 这将出现在我们的对象的默认文本表示形式和某些错误消息中,例如:"
184184

185185
#: ../../extending/newtypes_tutorial.rst:128
186186
msgid ""

library/io.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -902,6 +902,8 @@ msgid ""
902902
"implements the :class:`RawIOBase` interface (and therefore the "
903903
":class:`IOBase` interface, too)."
904904
msgstr ""
905+
":class:`FileIO` 代表在 OS 层级上包含文件的字节数据。 它实现了 :class:`RawIOBase` 接口(因而也实现了 "
906+
":class:`IOBase` 接口)。"
905907

906908
#: ../../library/io.rst:564
907909
msgid "The *name* can be one of two things:"

tutorial/controlflow.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ msgid ""
7474
" a string), in the order that they appear in the sequence. For example (no "
7575
"pun intended):"
7676
msgstr ""
77-
"Python 中的 :keyword:`for` 语句与你在 C 或 Pascal 中可能用到的有所不同。 Python 中的 "
77+
"Python 中的 :keyword:`for` 语句与你在 C 或 Pascal 中所用到的有所不同。 Python 中的 "
7878
":keyword:`!for` 语句并不总是对算术递增的数值进行迭代(如同 Pascal),或是给予用户定义迭代步骤和暂停条件的能力(如同 "
7979
"C),而是对任意序列进行迭代(例如列表或字符串),条目的迭代顺序与它们在序列中出现的顺序一致。 例如(此处英文为双关语):"
8080

@@ -140,7 +140,7 @@ msgid ""
140140
":keyword:`for` statement is such a construct, while an example of a function"
141141
" that takes an iterable is :func:`sum`::"
142142
msgstr ""
143-
"我们称这样对象为 :term:`iterable`,也就是说,适合作为这样的目标对象:函数和结构期望中从获取连续的项直到所提供的项全部耗尽。 "
143+
"我们称这样对象为 :term:`iterable`,也就是说,适合作为这样的目标对象:函数和结构期望从中获取连续的项直到所提供的项全部耗尽。 "
144144
"我们已经看到 :keyword:`for` 语句就是这样一种结构,而接受可迭代对象的函数的一个例子是 :func:`sum`::"
145145

146146
#: ../../tutorial/controlflow.rst:151

0 commit comments

Comments
 (0)