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