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

Skip to content

Commit ce84d32

Browse files
committed
[po] auto sync bot
1 parent 23745c5 commit ce84d32

5 files changed

Lines changed: 4227 additions & 4213 deletions

File tree

library/collections.po

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
6+
# Translators:
7+
# Freesand Leo <[email protected]>, 2018
8+
#
69
#, fuzzy
710
msgid ""
811
msgstr ""
912
"Project-Id-Version: Python 3.7\n"
1013
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-09-12 09:20+0900\n"
12-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14+
"POT-Creation-Date: 2018-11-12 09:42+0900\n"
15+
"PO-Revision-Date: 2017-02-16 23:03+0000\n"
1316
"Last-Translator: Freesand Leo <[email protected]>, 2018\n"
1417
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1518
"MIME-Version: 1.0\n"
@@ -274,10 +277,10 @@ msgstr ""
274277
#: ../../library/collections.rst:227
275278
msgid ""
276279
"A :class:`Counter` is a :class:`dict` subclass for counting hashable "
277-
"objects. It is an unordered collection where elements are stored as "
278-
"dictionary keys and their counts are stored as dictionary values. Counts "
279-
"are allowed to be any integer value including zero or negative counts. The "
280-
":class:`Counter` class is similar to bags or multisets in other languages."
280+
"objects. It is a collection where elements are stored as dictionary keys and"
281+
" their counts are stored as dictionary values. Counts are allowed to be any"
282+
" integer value including zero or negative counts. The :class:`Counter` "
283+
"class is similar to bags or multisets in other languages."
281284
msgstr ""
282285

283286
#: ../../library/collections.rst:233

0 commit comments

Comments
 (0)