|
3 | 3 | # This file is distributed under the same license as the Python package. |
4 | 4 | # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
5 | 5 | # |
| 6 | +# Translators: |
| 7 | +# Freesand Leo <[email protected]>, 2018 |
| 8 | +# |
6 | 9 | #, fuzzy |
7 | 10 | msgid "" |
8 | 11 | msgstr "" |
9 | 12 | "Project-Id-Version: Python 3.7\n" |
10 | 13 | "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" |
13 | 16 | " Last-Translator: Freesand Leo <[email protected]>, 2018\n" |
14 | 17 | "Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n" |
15 | 18 | "MIME-Version: 1.0\n" |
@@ -274,10 +277,10 @@ msgstr "" |
274 | 277 | #: ../../library/collections.rst:227 |
275 | 278 | msgid "" |
276 | 279 | "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." |
281 | 284 | msgstr "" |
282 | 285 |
|
283 | 286 | #: ../../library/collections.rst:233 |
|
0 commit comments