@@ -5327,7 +5327,7 @@ msgstr ""
5327
5327
msgid ""
5328
5328
"The :class:`~memoryview.itemsize` attribute will give you the number of "
5329
5329
"bytes in a single element."
5330
- msgstr ""
5330
+ msgstr ":class:`~memoryview.itemsize` 属性は各要素のバイト数を与えます。 "
5331
5331
5332
5332
#: ../../library/stdtypes.rst:3765
5333
5333
msgid ""
@@ -5472,6 +5472,12 @@ msgid ""
5472
5472
"Fortran order is preserved. For non-contiguous views, the data is converted "
5473
5473
"to C first. *order=None* is the same as *order='C'*."
5474
5474
msgstr ""
5475
+ "*order* は {'C', 'F', 'A'} のいずれかを取ることができます。 *order* が 'C' "
5476
+ "か 'F' の場合、元の配列は C または Fortran のデータ並びにそれぞれ変換されま"
5477
+ "す。連続したデータに対するビューの場合、 'A' は物理メモリ上のデータの正確なコ"
5478
+ "ピーを返します。特に、メモリ上における Fortran のデータ並びは保存されます。不"
5479
+ "連続なデータに対するビューの場合、データはまず C のデータ並びに変換されま"
5480
+ "す。 *order=None* は *order='C'* と同じです。"
5475
5481
5476
5482
#: ../../library/stdtypes.rst:3918
5477
5483
msgid ""
@@ -5485,6 +5491,9 @@ msgid ""
5485
5491
"*sep* and *bytes_per_sep* parameters to insert separators between bytes in "
5486
5492
"the hex output."
5487
5493
msgstr ""
5494
+ ":meth:`bytes.hex` と同様に、 :meth:`memoryview.hex` は、16進数出力のバイト文"
5495
+ "字列を分割するセパレータを挿入するためのオプションパラメータ *sep* と "
5496
+ "*bytes_per_sep* をサポートするようになりました。"
5488
5497
5489
5498
#: ../../library/stdtypes.rst:3934
5490
5499
msgid "Return the data in the buffer as a list of elements. ::"
@@ -5503,6 +5512,8 @@ msgid ""
5503
5512
"Return a readonly version of the memoryview object. The original memoryview "
5504
5513
"object is unchanged. ::"
5505
5514
msgstr ""
5515
+ "読み込み専用のメモリビューオブジェクトを返します。元のメモリビューオブジェク"
5516
+ "トは変更されません。 ::"
5506
5517
5507
5518
#: ../../library/stdtypes.rst:3970
5508
5519
msgid ""
0 commit comments