8000 [skip ci] Update .po files · python/python-docs-ja@d09e295 · GitHub
[go: up one dir, main page]

Skip to content

Commit d09e295

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 3f4fc9e commit d09e295

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

glossary.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-06-16 13:40+0900\n"
12-
"PO-Revision-Date: 2018-06-16 04:43+0000\n"
11+
"POT-Creation-Date: 2018-09-02 14:16+0900\n"
12+
"PO-Revision-Date: 2018-09-02 05:18+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"
@@ -1212,12 +1212,12 @@ msgstr "struct sequence"
12121212
#: ../../glossary.rst:712
12131213
msgid ""
12141214
"A tuple with named elements. Struct sequences expose an interface similiar "
1215-
"to :term:`named tuple` in that elements can either be accessed either by "
1216-
"index or as an attribute. However, they do not have any of the named tuple "
1217-
"methods like :meth:`~collections.somenamedtuple._make` or "
1215+
"to :term:`named tuple` in that elements can be accessed either by index or "
1216+
"as an attribute. However, they do not have any of the named tuple methods "
1217+
"like :meth:`~collections.somenamedtuple._make` or "
12181218
":meth:`~collections.somenamedtuple._asdict`. Examples of struct sequences "
12191219
"include :data:`sys.float_info` and the return value of :func:`os.stat`."
1220-
msgstr "(構造体シーケンス) 名付けられた要素を持つタプルです。構造体シーケンスは :term:`named tuple` と同じく、要素にインデクスでも属性でもアクセスできるインタフェースを公開します。しかし、名前付きタプルの :meth:`~collections.somenamedtuple._make` や :meth:`~collections.somenamedtuple._asdict` のようなメソッドを持ちません。構造体シーケンスの例には、:data:`sys.float_info` や、 :func:`os.stat` の返り値や、その他があります。"
1220+
msgstr ""
12211221

12221222
#: ../../glossary.rst:718
12231223
msgid "triple-quoted string"

0 commit comments

Comments
 (0)
0