File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
66# Translators:
7- # tomo, 2020
7+ # tomo, 2021
88#
99#, fuzzy
1010msgid ""
@@ -13,7 +13,7 @@ msgstr ""
1313"Report-Msgid-Bugs-To : \n "
1414"POT-Creation-Date : 2021-01-01 16:06+0000\n "
1515"PO-Revision-Date : 2020-05-30 11:50+0000\n "
16- "Last-Translator : tomo, 2020 \n "
16+ "Last-Translator : tomo, 2021 \n "
1717"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
1818"MIME-Version : 1.0\n "
1919"Content-Type : text/plain; charset=UTF-8\n "
@@ -196,6 +196,9 @@ msgid ""
196196" iterable, raises :exc:`TypeError` with *m* as the message text. Returns "
197197"``NULL`` on failure."
198198msgstr ""
199+ "シーケンスまたはイテラブルの *o* を``PySequence_Fast*`` "
200+ "ファミリの関数で利用できるオブジェクトとして返します。オブジェクトがシーケンスでもイテラブルでもない場合は、メッセージ *m* を持つ、 "
201+ ":exec:`TypeError` を送出します。失敗したら ``NULL`` を返します。"
199202
200203#: ../../c-api/sequence.rst:138
201204msgid ""
@@ -256,3 +259,5 @@ msgid ""
256259":c:func:`PySequence_Check` on *o* is true and without adjustment for "
257260"negative indices."
258261msgstr ""
262+ "*o* の *i* 番目の要素を返し、失敗すると ``NULL`` を返します。 :c:func:`PySequence_GetItem` "
263+ "の高速版であり、:c:func:`PySequence_Check` で *o* が真を返すかどうかの検証や、負の添え字の調整を行いません。 "
You can’t perform that action at this time.
0 commit comments