@@ -5322,6 +5322,12 @@ msgid ""
53225322"Fortran order is preserved. For non-contiguous views, the data is converted "
53235323"to C first. *order=None* is the same as *order='C'*."
53245324msgstr ""
5325+ "*order* は {'C', 'F', 'A'} のいずれかを取ることができます。 *order* が 'C' "
5326+ "か 'F' の場合、元の配列は C または Fortran のデータ並びにそれぞれ変換されま"
5327+ "す。連続したデータに対するビューの場合、 'A' は物理メモリ上のデータの正確なコ"
5328+ "ピーを返します。特に、メモリ上における Fortran のデータ並びは保存されます。不"
5329+ "連続なデータに対するビューの場合、データはまず C のデータ並びに変換されま"
5330+ "す。 *order=None* は *order='C'* と同じです。"
53255331
53265332#: ../../library/stdtypes.rst:3826
53275333msgid ""
@@ -5335,6 +5341,9 @@ msgid ""
53355341"*sep* and *bytes_per_sep* parameters to insert separators between bytes in "
53365342"the hex output."
53375343msgstr ""
5344+ ":meth:`bytes.hex` と同様に、 :meth:`memoryview.hex` は、16進数出力のバイト文"
5345+ "字列を分割するセパレータを挿入するためのオプションパラメータ *sep* と "
5346+ "*bytes_per_sep* をサポートするようになりました。"
53385347
53395348#: ../../library/stdtypes.rst:3842
53405349msgid "Return the data in the buffer as a list of elements. ::"
@@ -5353,6 +5362,8 @@ msgid ""
53535362"Return a readonly version of the memoryview object. The original memoryview "
53545363"object is unchanged. ::"
53555364msgstr ""
5365+ "読み込み専用のメモリビューオブジェクトを返します。元のメモリビューオブジェク"
5366+ "トは変更されません。 ::"
53565367
53575368#: ../../library/stdtypes.rst:3878
53585369msgid ""