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

Skip to content

Commit c8c359e

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 2598d9a commit c8c359e

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

glossary.po

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.6\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-08-10 14:06+0900\n"
11+
"POT-Creation-Date: 2018-09-02 14:16+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: tomo🐧, 2018\n"
1414
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -2061,18 +2061,12 @@ msgstr "struct sequence"
20612061
#: ../../glossary.rst:1008
20622062
msgid ""
20632063
"A tuple with named elements. Struct sequences expose an interface similar to"
2064-
" :term:`named tuple` in that elements can either be accessed either by index"
2065-
" or as an attribute. However, they do not have any of the named tuple "
2066-
"methods like :meth:`~collections.somenamedtuple._make` or "
2064+
" :term:`named tuple` in that elements can be accessed either by index or as "
2065+
"an attribute. However, they do not have any of the named tuple methods like "
2066+
":meth:`~collections.somenamedtuple._make` or "
20672067
":meth:`~collections.somenamedtuple._asdict`. Examples of struct sequences "
20682068
"include :data:`sys.float_info` and the return value of :func:`os.stat`."
20692069
msgstr ""
2070-
"(構造体シーケンス) 名付けられた要素を持つタプルです。構造体シーケンスは :term:`named tuple` "
2071-
"と同じく、要素にインデクスでも属性でもアクセスできるインタフェースを公開します。しかし、名前付きタプルの "
2072-
":meth:`~collections.somenamedtuple._make` や "
2073-
":meth:`~collections.somenamedtuple._asdict` "
2074-
"のようなメソッドを持ちません。構造体シーケンスの例には、:data:`sys.float_info` や、 :func:`os.stat` "
2075-
"の返り値や、その他があります。"
20762070

20772071
#: ../../glossary.rst:1014
20782072
msgid "text encoding"

0 commit comments

Comments
 (0)
0