@@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.7\n "
13
13
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2019-08-23 03:16 +0000\n "
14
+ "POT-Creation-Date : 2019-12-10 04:18 +0000\n "
15
15
"PO-Revision-Date : 2019-09-01 03:28+0000\n "
16
16
"Last-Translator : tomo, 2019\n "
17
17
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -379,7 +379,7 @@ msgstr ""
379
379
msgid "Deprecated alias for :meth:`frombytes`."
380
380
msgstr ":meth:`frombytes` に対する廃止予定のエイリアス"
381
381
382
- #: ../../library/array.rst:178
382
+ #: ../../library/array.rst:180
383
383
msgid ""
384
384
"Extends this array with data from the given unicode string. The array must "
385
385
"be a type ``'u'`` array; otherwise a :exc:`ValueError` is raised. Use "
@@ -390,20 +390,20 @@ msgstr ""
390
390
":exc:`ValueError` を送出します。他の型のアレイに Unicode 型のデータを追加するには、 "
391
391
"``array.frombytes(unicodestring.encode(enc))`` を使ってください。"
392
392
393
- #: ../../library/array.rst:186
393
+ #: ../../library/array.rst:188
394
394
msgid ""
395
395
"Return the smallest *i* such that *i* is the index of the first occurrence "
396
396
"of *x* in the array."
397
397
msgstr "アレイ中で *x* が出現するインデクスのうち最小の値 *i* を返します。"
398
398
399
- #: ../../library/array.rst:192
399
+ #: ../../library/array.rst:194
400
400
msgid ""
401
401
"Insert a new item with value *x* in the array before position *i*. Negative "
402
402
"values are treated as being relative to the end of the array."
403
403
msgstr ""
404
404
"アレイ中の位置 *i* の前に値 *x* をもつ新しい要素を挿入します。 *i* の値が負の場合、アレイの末尾からの相対位置として扱います。"
405
405
406
- #: ../../library/array.rst:198
406
+ #: ../../library/array.rst:200
407
407
msgid ""
408
408
"Removes the item with the index *i* from the array and returns it. The "
409
409
"optional argument defaults to ``-1``, so that by default the last item is "
@@ -412,15 +412,15 @@ msgstr ""
412
412
"アレイからインデクスが *i* の要素を取り除いて返します。オプションの引数はデフォルトで ``-1`` "
413
413
"になっていて、最後の要素を取り除いて返すようになっています。"
414
414
415
- #: ../../library/array.rst:205
415
+ #: ../../library/array.rst:207
416
416
msgid "Remove the first occurrence of *x* from the array."
417
417
msgstr "アレイ中の *x* のうち、最初に現れたものを取り除きます。"
418
418
419
- #: ../../library/array.rst:210
419
+ #: ../../library/array.rst:212
420
420
msgid "Reverse the order of the items in the array."
421
421
msgstr "アレイの要素の順番を逆にします。"
422
422
423
- #: ../../library/array.rst:215
423
+ #: ../../library/array.rst:217
424
424
msgid ""
425
425
"Convert the array to an array of machine values and return the bytes "
426
426
"representation (the same sequence of bytes that would be written to a file "
@@ -429,23 +429,23 @@ msgstr ""
429
429
"array をマシンの値の array に変換して、 bytes の形で返します (:meth:`tofile` "
430
430
"メソッドを使ってファイルに書かれるバイト列と同じです)。"
431
431
432
- #: ../../library/array.rst:219
432
+ #: ../../library/array.rst:221
433
433
msgid ":meth:`tostring` is renamed to :meth:`tobytes` for clarity."
434
434
msgstr "明確化のため :meth:`tostring` の名前が :meth:`tobytes` に変更されました。"
435
435
436
- #: ../../library/array.rst:225
436
+ #: ../../library/array.rst:227
437
437
msgid "Write all items (as machine values) to the :term:`file object` *f*."
438
438
msgstr "すべての要素を (マシンの値の形式で) :term:`file object` *f* に書き込みます。"
439
439
440
- #: ../../library/array.rst:230
440
+ #: ../../library/array.rst:232
441
441
msgid "Convert the array to an ordinary list with the same items."
442
442
msgstr "アレイを同じ要素を持つ普通のリストに変換します。"
443
443
444
- #: ../../library/array.rst:235
444
+ #: ../../library/array.rst:237
445
445
msgid "Deprecated alias for :meth:`tobytes`."
446
446
msgstr ":meth:`tobytes` に対する廃止予定のエイリアス"
447
447
448
- #: ../../library/array.rst:240
448
+ #: ../../library/array.rst:244
449
449
msgid ""
450
450
"Convert the array to a unicode string. The array must be a type ``'u'`` "
451
451
"array; otherwise a :exc:`ValueError` is raised. Use "
@@ -456,7 +456,7 @@ msgstr ""
456
456
":exc:`ValueError` を送出します。他の型のアレイから Unicode 文字列を得るには、 "
457
457
"``array.tobytes().decode(enc)`` を使ってください。"
458
458
459
- #: ../../library/array.rst:245
459
+ #: ../../library/array.rst:249
460
460
msgid ""
461
461
"When an array object is printed or converted to a string, it is represented "
462
462
"as ``array(typecode, initializer)``. The *initializer* is omitted if the "
@@ -471,31 +471,31 @@ msgstr ""
471
471
"アレイが空でなければ、 *typecode* が ``'u'`` の場合には文字列に、それ以外の場合には数値のリストになります。\n"
472
472
":class:`~array.array` クラスが ``from array import array`` というふうにインポートされている限り、変換後の文字列に :func:`eval` を用いると元のアレイオブジェクトと同じデータ型と値を持つアレイに逆変換できることが保証されています。文字列表現の例を以下に示します::"
473
473
474
- #: ../../library/array.rst:262
474
+ #: ../../library/array.rst:266
475
475
msgid "Module :mod:`struct`"
476
476
msgstr ":mod:`struct` モジュール"
477
477
478
- #: ../../library/array.rst:262
478
+ #: ../../library/array.rst:266
479
479
msgid "Packing and unpacking of heterogeneous binary data."
480
480
msgstr "異なる種類のバイナリデータのパックおよびアンパック。"
481
481
482
- #: ../../library/array.rst:266
482
+ #: ../../library/array.rst:270
483
483
msgid "Module :mod:`xdrlib`"
484
484
msgstr ":mod:`xdrlib` モジュール"
485
485
486
- #: ../../library/array.rst:265
486
+ #: ../../library/array.rst:269
487
487
msgid ""
488
488
"Packing and unpacking of External Data Representation (XDR) data as used in "
489
489
"some remote procedure call systems."
490
490
msgstr ""
491
491
"遠隔手続き呼び出しシステムで使われる外部データ表現仕様 (External Data Representation, XDR) "
492
492
"のデータのパックおよびアンパック。"
493
493
494
- #: ../../library/array.rst:269
494
+ #: ../../library/array.rst:273
495
495
msgid "`The Numerical Python Documentation <https://docs.scipy.org/doc/>`_"
496
496
msgstr "`Numerical Python ドキュメント <https://docs.scipy.org/doc/>`_"
497
497
498
- #: ../../library/array.rst:269
498
+ #: ../../library/array.rst:273
499
499
msgid ""
500
500
"The Numeric Python extension (NumPy) defines another array type; see "
501
501
"http://www.numpy.org/ for further information about Numerical Python."
0 commit comments