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

Skip to content

Commit 4d7a1a4

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 38e5e9e commit 4d7a1a4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

library/abc.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 2.7\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-01-21 01:52+0900\n"
12-
"PO-Revision-Date: 2018-01-20 20:58+0000\n"
11+
"POT-Creation-Date: 2018-11-14 14:54+0900\n"
12+
"PO-Revision-Date: 2018-11-14 06:00+0000\n"
1313
"Last-Translator: tomo🐧\n"
1414
"Language-Team: Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n"
1515
"MIME-Version: 1.0\n"
@@ -38,11 +38,11 @@ msgstr "このモジュールは Python に :pep:`3119` で概要が示された
3838
#: ../../library/abc.rst:21
3939
msgid ""
4040
"The :mod:`collections` module has some concrete classes that derive from "
41-
"ABCs; these can, of course, be further derived. In addition the "
41+
"ABCs; these can, of course, be further derived. In addition, the "
4242
":mod:`collections` module has some ABCs that can be used to test whether a "
43-
"class or instance provides a particular interface, for example, is it "
44-
"hashable or a mapping."
45-
msgstr ":mod:`collections` モジュールには ABC から派生した具象クラスがいくつかあります。これらから、もちろんですが、さらに派生させることもできます。また :mod:`collections` モジュールにはいくつかの ABC もあって、あるクラスやインスタンスが特定のインタフェースを提供しているかどうか、たとえばハッシュ可能かあるいはマッピングか、をテストできます。"
43+
"class or instance provides a particular interface, for example, if it is "
44+
"hashable or if it is a mapping."
45+
msgstr ""
4646

4747
#: ../../library/abc.rst:28
4848
msgid "This module provides the following class:"

0 commit comments

Comments
 (0)