@@ -5285,6 +5285,12 @@ msgid ""
5285
5285
"Fortran order is preserved. For non-contiguous views, the data is converted "
5286
5286
"to C first. *order=None* is the same as *order='C'*."
5287
5287
msgstr ""
5288
+ "*order* は {'C', 'F', 'A'} のいずれかを取ることができます。 *order* が 'C' "
5289
+ "か 'F' の場合、元の配列は C または Fortran のデータ並びにそれぞれ変換されま"
5290
+ "す。連続したデータに対するビューの場合、 'A' は物理メモリ上のデータの正確なコ"
5291
+ "ピーを返します。特に、メモリ上における Fortran のデータ並びは保存されます。不"
5292
+ "連続なデータに対するビューの場合、データはまず C のデータ並びに変換されま"
5293
+ "す。 *order=None* は *order='C'* と同じです。"
5288
5294
5289
5295
#: ../../library/stdtypes.rst:3783
5290
5296
msgid ""
@@ -5298,6 +5304,9 @@ msgid ""
5298
5304
"*sep* and *bytes_per_sep* parameters to insert separators between bytes in "
5299
5305
"the hex output."
5300
5306
msgstr ""
5307
+ ":meth:`bytes.hex` と同様に、 :meth:`memoryview.hex` は、16進数出力のバイト文"
5308
+ "字列を分割するセパレータを挿入するためのオプションパラメータ *sep* と "
5309
+ "*bytes_per_sep* をサポートするようになりました。"
5301
5310
5302
5311
#: ../../library/stdtypes.rst:3799
5303
5312
msgid "Return the data in the buffer as a list of elements. ::"
@@ -5316,6 +5325,8 @@ msgid ""
5316
5325
"Return a readonly version of the memoryview object. The original memoryview "
5317
5326
"object is unchanged. ::"
5318
5327
msgstr ""
5328
+ "読み込み専用のメモリビューオブジェクトを返します。元のメモリビューオブジェク"
5329
+ "トは変更されません。 ::"
5319
5330
5320
5331
#: ../../library/stdtypes.rst:3835
5321
5332
msgid ""
0 commit comments