5
5
#
6
6
# Translators:
7
7
# tomo, 2021
8
+ # TENMYO Masakazu, 2024
8
9
#
9
10
#, fuzzy
10
11
msgid ""
11
12
msgstr ""
12
13
"Project-Id-Version : Python 3.13\n "
13
14
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2024-06-14 14:16 +0000\n "
15
+ "POT-Creation-Date : 2024-06-21 14:14 +0000\n "
15
16
"PO-Revision-Date : 2021-06-28 01:50+0000\n "
16
- "Last-Translator : tomo, 2021 \n "
17
+ "Last-Translator : TENMYO Masakazu, 2024 \n "
17
18
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
18
19
"ja/)\n "
19
20
"MIME-Version : 1.0\n "
@@ -322,6 +323,11 @@ msgid ""
322
323
"binary numbers (typecode ``\" H\" ``) rather than the usual 16 bytes per entry "
323
324
"for regular lists of Python int objects::"
324
325
msgstr ""
326
+ ":mod:`array` (配列) モジュールでは、:class:`~array.array` オブジェクトを提供"
327
+ "しています。配列はリストに似ていますが、同種のデータのみを よりコンパクトに格"
328
+ "納します。 以下の例に示すのは、通常 1 要素あたり 16 バイト使う Python の "
329
+ "int オブジェクトのリストではなく、2 バイト使う符号無しバイナリ整数 (タイプ"
330
+ "コード ``\" H\" ``) の配列です::"
325
331
326
332
#: ../../tutorial/stdlib2.rst:309
327
333
msgid ""
@@ -330,6 +336,10 @@ msgid ""
330
336
"slower lookups in the middle. These objects are well suited for implementing "
331
337
"queues and breadth first tree searches::"
332
338
msgstr ""
339
+ ":mod:`collections` モジュールでは、 :class:`~collections.deque` オブジェクト"
340
+ "を提供しています。リスト型に似ていますが、データの追加と左端からの取り出しが"
341
+ "速く、その一方で中間にある値の参照は遅くなります。こうしたオブジェクトは"
342
+ "キューや木構造の幅優先探索の実装に向いています::"
333
343
334
344
#: ../../tutorial/stdlib2.rst:330
335
345
msgid ""
0 commit comments