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

Skip to content

Commit b6df081

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent ddcbbf3 commit b6df081

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

c-api/list.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: 2019-01-01 15:21+0900\n"
12-
"PO-Revision-Date: 2018-01-20 20:54+0000\n"
11+
"POT-Creation-Date: 2019-07-07 17:00+0900\n"
12+
"PO-Revision-Date: 2019-07-07 08:03+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"
@@ -91,10 +91,10 @@ msgstr "このマクロは以前は :c:type:`int` を返していました。こ
9191
#: ../../c-api/list.rst:78
9292
msgid ""
9393
"Return the object at position *index* in the list pointed to by *list*. The"
94-
" position must be positive, indexing from the end of the list is not "
95-
"supported. If *index* is out of bounds, return *NULL* and set an "
96-
":exc:`IndexError` exception."
97-
msgstr "*list* の指すリストオブジェクト内の、位置 *index* にあるオブジェクトを返します。位置は正である必要があり、リスト終端からのインデックスはサポートされていません。 *index* が範囲を超えている場合、 *NULL* を返して :exc:`IndexError` 例外をセットします。"
94+
" position must be non-negative; indexing from the end of the list is not "
95+
"supported. If *index* is out of bounds (<0 or >=len(list)), return *NULL* "
96+
"and set an :exc:`IndexError` exception."
97+
msgstr ""
9898

9999
#: ../../c-api/list.rst:83 ../../c-api/list.rst:107 ../../c-api/list.rst:135
100100
msgid ""

0 commit comments

Comments
 (0)
0