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 55#
66# Translators:
77# Osamu NAKAMURA, 2019
8- # tomo, 2020
8+ # tomo, 2021
99#
1010#, fuzzy
1111msgid ""
@@ -14,7 +14,7 @@ msgstr ""
1414"Report-Msgid-Bugs-To : \n "
1515"POT-Creation-Date : 2021-01-01 16:02+0000\n "
1616"PO-Revision-Date : 2019-09-01 03:41+0000\n "
17- "Last-Translator : tomo, 2020 \n "
17+ "Last-Translator : tomo, 2021 \n "
1818"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
1919"MIME-Version : 1.0\n "
2020"Content-Type : text/plain; charset=UTF-8\n "
@@ -197,6 +197,9 @@ msgid ""
197197" iterable, raises :exc:`TypeError` with *m* as the message text. Returns "
198198"``NULL`` on failure."
199199msgstr ""
200+ "シーケンスまたはイテラブルの *o* を``PySequence_Fast*`` "
201+ "ファミリの関数で利用できるオブジェクトとして返します。オブジェクトがシーケンスでもイテラブルでもない場合は、メッセージ *m* を持つ、 "
202+ ":exec:`TypeError` を送出します。失敗したら ``NULL`` を返します。"
200203
201204#: ../../c-api/sequence.rst:138
202205msgid ""
@@ -257,3 +260,5 @@ msgid ""
257260":c:func:`PySequence_Check` on *o* is true and without adjustment for "
258261"negative indices."
259262msgstr ""
263+ "*o* の *i* 番目の要素を返し、失敗すると ``NULL`` を返します。 :c:func:`PySequence_GetItem` "
264+ "の高速版であり、:c:func:`PySequence_Check` で *o* が真を返すかどうかの検���や、負の添え字の調整を行いません。 "
You can’t perform that action at this time.
0 commit comments