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 4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
6
6
# Translators:
7
- # tomo, 2020
7
+ # tomo, 2021
8
8
#
9
9
#, fuzzy
10
10
msgid ""
@@ -13,7 +13,7 @@ msgstr ""
13
13
"Report-Msgid-Bugs-To : \n "
14
14
"POT-Creation-Date : 2021-01-01 16:06+0000\n "
15
15
"PO-Revision-Date : 2020-05-30 11:50+0000\n "
16
- "Last-Translator : tomo, 2020 \n "
16
+ "Last-Translator : tomo, 2021 \n "
17
17
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
18
18
"MIME-Version : 1.0\n "
19
19
"Content-Type : text/plain; charset=UTF-8\n "
@@ -196,6 +196,9 @@ msgid ""
196
196
" iterable, raises :exc:`TypeError` with *m* as the message text. Returns "
197
197
"``NULL`` on failure."
198
198
msgstr ""
199
+ "シーケンスまたはイテラブルの *o* を``PySequence_Fast*`` "
200
+ "ファミリの関数で利用できるオブジェクトとして返します。オブジェクトがシーケンスでもイテラブルでもない場合は、メッセージ *m* を持つ、 "
201
+ ":exec:`TypeError` を送出します。失敗したら ``NULL`` を返します。"
199
202
200
203
#: ../../c-api/sequence.rst:138
201
204
msgid ""
@@ -256,3 +259,5 @@ msgid ""
256
259
":c:func:`PySequence_Check` on *o* is true and without adjustment for "
257
260
"negative indices."
258
261
msgstr ""
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