@@ -17,7 +17,7 @@ msgid ""
17
17
msgstr ""
18
18
"Project-Id-Version : Python 3.8\n "
19
19
"Report-Msgid-Bugs-To : \n "
20
- "POT-Creation-Date : 2019-09-01 14:24 +0000\n "
20
+ "POT-Creation-Date : 2019-12-10 12:08 +0000\n "
21
21
"PO-Revision-Date : 2017
F438
-02-16 17:48+0000\n "
22
22
"Last-Translator : Inada Naoki <songofacandy@gmail.com>, 2017\n "
23
23
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -391,7 +391,7 @@ msgstr ""
391
391
msgid "Deprecated alias for :meth:`frombytes`."
392
392
msgstr ":meth:`frombytes` に対する廃止予定のエイリアス"
393
393
394
- #: ../../library/array.rst:179
394
+ #: ../../library/array.rst:181
395
395
msgid ""
396
396
"Extends this array with data from the given unicode string. The array must "
397
397
"be a type ``'u'`` array; otherwise a :exc:`ValueError` is raised. Use "
@@ -402,20 +402,20 @@ msgstr ""
402
402
":exc:`ValueError` を送出します。他の型のアレイに Unicode 型のデータを追加するには、 "
403
403
"``array.frombytes(unicodestring.encode(enc))`` を使ってください。"
404
404
405
- #: ../../library/array.rst:187
405
+ #: ../../library/array.rst:189
406
406
msgid ""
407
407
"Return the smallest *i* such that *i* is the index of the first occurrence "
408
408
"of *x* in the array."
409
409
msgstr "アレイ中で *x* が出現するインデクスのうち最小の値 *i* を返します。"
410
410
411
- #: ../../library/array.rst:193
411
+ #: ../../library/array.rst:195
412
412
msgid ""
413
413
"Insert a new item with value *x* in the array before position *i*. Negative "
414
414
"values are treated as being relative to the end of the array."
415
415
msgstr ""
416
416
"アレイ中の位置 *i* の前に値 *x* をもつ新しい要素を挿入します。 *i* の値が負の場合、アレイの末尾からの相対位置として扱います。"
417
417
418
- #: ../../library/array.rst:199
418
+ #: ../../library/array.rst:201
419
419
msgid ""
420
420
"Removes the item with the index *i* from the array and returns it. The "
421
421
"optional argument defaults to ``-1``, so that by default the last item is "
@@ -424,15 +424,15 @@ msgstr ""
424
424
"アレイからインデクスが *i* の要素を取り除いて返します。オプションの引数はデフォルトで ``-1`` "
425
425
"になっていて、最後の要素を取り除いて返すようになっています。"
426
426
427
- #: ../../library/array.rst:206
427
+ #: ../../library/array.rst:208
428
428
msgid "Remove the first occurrence of *x* from the array."
429
429
msgstr "アレイ中の *x* のうち、最初に現れたものを取り除きます。"
430
430
431
- #: ../../library/array.rst:211
431
+ #: ../../library/array.rst:213
432
432
msgid "Reverse the order of the items in the array."
433
433
msgstr "アレイの要素の順番を逆にします。"
434
434
435
- #: ../../library/array.rst:216
435
+ #: ../../library/array.rst:218
436
436
msgid ""
437
437
"Convert the array to an array of machine values and return the bytes "
438
438
"representation (the same sequence of bytes that would be written to a file "
@@ -441,23 +441,23 @@ msgstr ""
441
441
"array をマシンの値の array に変換して、 bytes の形で返します (:meth:`tofile` "
442
442
"メソッドを使ってファイルに書かれるバイト列と同じです)。"
443
443
444
- #: ../../library/array.rst:220
444
+ #: ../../library/array.rst:222
445
445
msgid ":meth:`tostring` is renamed to :meth:`tobytes` for clarity."
446
446
msgstr "明確化のため :meth:`tostring` の名前が :meth:`tobytes` に変更されました。"
447
447
448
- #: ../../library/array.rst:226
448
+ #: ../../library/array.rst:228
449
449
msgid "Write all items (as machine values) to the :term:`file object` *f*."
450
450
msgstr "すべての要素を (マシンの値の形式で) :term:`file object` *f* に書き込みます。"
451
451
452
- #: ../../library/array.rst:231
452
+ #: ../../library/array.rst:233
453
453
msgid "Convert the array to an ordinary list with the same items."
454
454
msgstr "アレイを同じ要素を持つ普通のリストに変換します。"
455
455
456
- #: ../../library/array.rst:236
456
+ #: ../../library/array.rst:238
457
457
msgid "Deprecated alias for :meth:`tobytes`."
458
458
msgstr ":meth:`tobytes` に対する廃止予定のエイリアス"
459
459
460
- #: ../../library/array.rst:241
460
+ #: ../../library/array.rst:245
461
461
msgid ""
462
462
"Convert the array to a unicode string. The array must be a type ``'u'`` "
463
463
"array; otherwise a :exc:`ValueError` is raised. Use "
@@ -468,7 +468,7 @@ msgstr ""
468
468
":exc:`ValueError` を送出します。他の型のアレイから Unicode 文字列を得るには、 "
469
469
"``array.tobytes().decode(enc)`` を使ってください。"
470
470
471
- #: ../../library/array.rst:246
471
+ #: ../../library/array.rst:250
472
472
msgid ""
473
473
"When an array object is printed or converted to a string, it is represented "
474
474
"as ``array(typecode, initializer)``. The *initializer* is omitted if the "
@@ -483,31 +483,31 @@ msgstr ""
483
483
"アレイが空でなければ、 *typecode* が ``'u'`` の場合には文字列に、それ以外の場合には数値のリストになります。\n"
484
484
":class:`~array.array` クラスが ``from array import array`` というふうにインポートされている限り、変換後の文字列に :func:`eval` を用いると元のアレイオブジェクトと同じデータ型と値を持つアレイに逆変換できることが保証されています。文字列表現の例を以下に示します::"
485
485
486
- #: ../../library/array.rst:263
486
+ #: ../../library/array.rst:267
487
487
msgid "Module :mod:`struct`"
488
488
msgstr ":mod:`struct` モジュール"
489
489
490
- #: ../../library/array.rst:263
490
+ #: ../../library/array.rst:267
491
491
msgid "Packing and unpacking of heterogeneous binary data."
492
492
msgstr "異なる種類のバイナリデータのパックおよびアンパック。"
493
493
494
- #: ../../library/array.rst:267
494
+ #: ../../library/array.rst:271
495
495
msgid "Module :mod:`xdrlib`"
496
496
msgstr ":mod:`xdrlib` モジュール"
497
497
498
- #: ../../library/array.rst:266
498
+ #: ../../library/array.rst:270
499
499
msgid ""
500
500
"Packing and unpacking of External Data Representation (XDR) data as used in "
501
501
"some remote procedure call systems."
502
502
msgstr ""
503
503
"遠隔手続き呼び出しシステムで使われる外部データ表現仕様 (External Data Representation, XDR) "
504
504
"のデータのパックおよびアンパック。"
505
505
506
- #: ../../library/array.rst:270
506
+ #: ../../library/array.rst:274
507
507
msgid "`The Numerical Python Documentation <https://docs.scipy.org/doc/>`_"
508
508
msgstr "`Numerical Python ドキュメント <https://docs.scipy.org/doc/>`_"
509
509
510
- #: ../../library/array.rst:270
510
+ #: ../../library/array.rst:274
511
511
msgid ""
512
512
"The Numeric Python extension (NumPy) defines another array type; see "
513
513
"http://www.numpy.org/ for further information about Numerical Python."
0 commit comments