33# This file is distributed under the same license as the Python package.
44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
6+ # Translators:
7+ # Jarry Shaw <[email protected] >, 20188+ #
69#, fuzzy
710msgid ""
811msgstr ""
912"Project-Id-Version : Python 3.7\n "
1013"Report-Msgid-Bugs-To : \n "
1114"POT-Creation-Date : 2018-06-30 05:56+0900\n "
12- "PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
15+ "PO-Revision-Date : 2017-02-16 23:03+0000\n "
16+ "
Last-Translator :
Jarry Shaw <[email protected] >, 2018\n "
1317"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
1418"MIME-Version : 1.0\n "
1519"Content-Type : text/plain; charset=UTF-8\n "
@@ -19,22 +23,24 @@ msgstr ""
1923
2024#: ../../library/collections.abc.rst:2
2125msgid ":mod:`collections.abc` --- Abstract Base Classes for Containers"
22- msgstr ""
26+ msgstr ":mod:`collections.abc` --- 容器的抽象基类 "
2327
2428#: ../../library/collections.abc.rst:10
2529msgid "Formerly, this module was part of the :mod:`collections` module."
26- msgstr ""
30+ msgstr "该模块曾是 :mod:`collections` 模块的组成部分。 "
2731
2832#: ../../library/collections.abc.rst:13
2933msgid "**Source code:** :source:`Lib/_collections_abc.py`"
30- msgstr ""
34+ msgstr "**源代码:** :source:`Lib/_collections_abc.py` "
3135
3236#: ../../library/collections.abc.rst:23
3337msgid ""
3438"This module provides :term:`abstract base classes <abstract base class>` "
3539"that can be used to test whether a class provides a particular interface; "
3640"for example, whether it is hashable or whether it is a mapping."
3741msgstr ""
42+ "该模块定义了一些:term:`抽象基类 <abstract base "
43+ "class>`,它们可用于判断一个具体类是否具有某一特定的接口;例如,这个类是否可哈希,或其是否为映射类。"
3844
3945#: ../../library/collections.abc.rst:31
4046msgid "Collections Abstract Base Classes"
0 commit comments