File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -4053,12 +4053,20 @@ msgid ""
4053
4053
"*bytes_per_sep* parameter controls the spacing. Positive values calculate "
4054
4054
"the separator position from the right, negative values from the left."
4055
4055
msgstr ""
4056
+ "16進数文字列を読みやすく表示したい場合、単一文字パラメータ *sep* を指定して"
4057
+ "セパレータを出力に含めることができます。デフォルトでは、セパレータはバイトご"
4058
+ "とに表示が区切られるように追加されます。2つ目のオプションパラメータ "
4059
+ "*bytes_per_sep* はセパレータを入れる間隔を制御します。正の整数値はセパレータ"
4060
+ "の位置を右から計算し、負の整数値は左から計算します。"
4056
4061
4057
4062
#: ../../library/stdtypes.rst:2532
4058
4063
msgid ""
4059
4064
":meth:`bytes.hex` now supports optional *sep* and *bytes_per_sep* parameters "
4060
4065
"to insert separators between bytes in the hex output."
4061
4066
msgstr ""
4067
+ ":meth:`bytes.hex` が、16進数出力の各バイトを分割するセパレータを挿入するため"
4068
+ "のオプションパラメータ *sep* と *bytes_per_sep* をサポートするようになりまし"
4069
+ "た。"
4062
4070
4063
4071
#: ../../library/stdtypes.rst:2536
4064
4072
msgid ""
@@ -4177,6 +4185,9 @@ msgid ""
4177
4185
"*sep* and *bytes_per_sep* parameters to insert separators between bytes in "
4178
4186
"the hex output."
4179
4187
msgstr ""
4188
+ ":meth:`bytes.hex` と同様に、 :meth:`bytearray.hex` が、16進数出力の各バイトを"
4189
+ "分割するセパレータを挿入するためのオプションパラメータ *sep* と "
4190
+ "*bytes_per_sep* をサポートするようになりました。"
4180
4191
4181
4192
#: ../../library/stdtypes.rst:2607
4182
4193
msgid ""
You can’t perform that action at this time.
0 commit comments