@@ -5173,6 +5173,12 @@ msgid ""
5173
5173
"Fortran order is preserved. For non-contiguous views, the data is converted "
5174
5174
"to C first. *order=None* is the same as *order='C'*."
5175
5175
msgstr ""
5176
+ "*order* は {'C', 'F', 'A'} のいずれかを取ることができます。 *order* が 'C' "
5177
+ "か 'F' の場合、元の配列は C または Fortran のデータ並びにそれぞれ変換されま"
5178
+ "す。連続したデータに対するビューの場合、 'A' は物理メモリ上のデータの正確なコ"
5179
+ "ピーを返します。特に、メモリ上における Fortran のデータ並びは保存されます。不"
5180
+ "連続なデータに対するビューの場合、データはまず C のデータ並びに変換されま"
5181
+ "す。 *order=None* は *order='C'* と同じです。"
5176
5182
5177
5183
#: ../../library/stdtypes.rst:3659
5178
5184
msgid ""
@@ -5186,6 +5192,9 @@ msgid ""
5186
5192
"*sep* and *bytes_per_sep* parameters to insert separators between bytes in "
5187
5193
"the hex output."
5188
5194
msgstr ""
5195
+ ":meth:`bytes.hex` と同様に、 :meth:`memoryview.hex` は、16進数出力のバイト文"
5196
+ "字列を分割するセパレータを挿入するためのオプションパラメータ *sep* と "
5197
+ "*bytes_per_sep* をサポートするようになりました。"
5189
5198
5190
5199
#: ../../library/stdtypes.rst:3675
5191
5200
msgid "Return the data in the buffer as a list of elements. ::"
@@ -5204,6 +5213,8 @@ msgid ""
5204
5213
"Return a readonly version of the memoryview object. The original memoryview "
5205
5214
"object is unchanged. ::"
5206
5215
msgstr ""
5216
+ "読み込み専用のメモリビューオブジェクトを返します。元のメモリビューオブジェク"
5217
+ "トは変更されません。 ::"
5207
5218
5208
5219
#: ../../library/stdtypes.rst:3711
5209
5220
msgid ""