We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82c9869 commit 283673eCopy full SHA for 283673e
library/stdtypes.po
@@ -4019,6 +4019,9 @@ msgid ""
4019
":meth:`bytes.hex` now supports optional *sep* and *bytes_per_sep* parameters "
4020
"to insert separators between bytes in the hex output."
4021
msgstr ""
4022
+":meth:`bytes.hex` が、16進数出力の各バイトを分割するセパレータを挿入するため"
4023
+"のオプションパラメータ *sep* と *bytes_per_sep* をサポートするようになりまし"
4024
+"た。"
4025
4026
#: ../../library/stdtypes.rst:2490
4027
msgid ""
@@ -4156,6 +4159,9 @@ msgid ""
4156
4159
"*sep* and *bytes_per_sep* parameters to insert separators between bytes in "
4157
4160
"the hex output."
4158
4161
4162
+":meth:`bytes.hex` と同様に、 :meth:`bytearray.hex` が、16進数出力の各バイトを"
4163
+"分割するセパレータを挿入するためのオプションパラメータ *sep* と "
4164
+"*bytes_per_sep* をサポートするようになりました。"
4165
4166
#: ../../library/stdtypes.rst:2571
4167
0 commit comments