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

Skip to content

Commit b1c06c2

Browse files
committed
[po] auto sync bot
1 parent 68ac176 commit b1c06c2

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

howto/functional.po

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
# Kder <[email protected]>, 2018
1111
# chen_chao <[email protected]>, 2019
1212
# Freesand Leo <[email protected]>, 2019
13+
# zkonge, 2019
1314
#
1415
#, fuzzy
1516
msgid ""
@@ -18,7 +19,7 @@ msgstr ""
1819
"Report-Msgid-Bugs-To: \n"
1920
"POT-Creation-Date: 2019-01-01 10:14+0900\n"
2021
"PO-Revision-Date: 2017-02-16 17:44+0000\n"
21-
"Last-Translator: Freesand Leo <[email protected]>, 2019\n"
22+
"Last-Translator: zkonge, 2019\n"
2223
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2324
"MIME-Version: 1.0\n"
2425
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1011,13 +1012,17 @@ msgid ""
10111012
" from first to last. The new iterator will repeat these elements "
10121013
"infinitely. ::"
10131014
msgstr ""
1015+
":func:`itertools.cycle(iter) <itertools.cycle>` "
1016+
"保存一份所提供的可迭代对象的副本,并返回一个能产生整个可迭代对象序列的新迭代器。新迭代器会无限重复这些元素。::"
10141017

10151018
#: ../../howto/functional.rst:770
10161019
msgid ""
10171020
":func:`itertools.repeat(elem, [n]) <itertools.repeat>` returns the provided "
10181021
"element *n* times, or returns the element endlessly if *n* is not provided. "
10191022
"::"
10201023
msgstr ""
1024+
":func:`itertools.repeat(elem, [n]) <itertools.repeat>` 返回 *n* 次所提供的元素,当 *n* "
1025+
"不存在时,返回无数次所提供的元素。 ::"
10211026

10221027
#: ../../howto/functional.rst:778
10231028
msgid ""

0 commit comments

Comments
 (0)