We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f22a25 commit 48c1990Copy full SHA for 48c1990
library/stdtypes.po
@@ -3964,6 +3964,9 @@ msgid ""
3964
":meth:`bytes.hex` now supports optional *sep* and *bytes_per_sep* parameters "
3965
"to insert separators between bytes in the hex output."
3966
msgstr ""
3967
+":meth:`bytes.hex` が、16進数出力の各バイトを分割するセパレータを挿入するため"
3968
+"のオプションパラメータ *sep* と *bytes_per_sep* をサポートするようになりまし"
3969
+"た。"
3970
3971
#: ../../library/stdtypes.rst:2430
3972
msgid ""
@@ -4101,6 +4104,9 @@ msgid ""
4101
4104
"*sep* and *bytes_per_sep* parameters to insert separators between bytes in "
4102
4105
"the hex output."
4103
4106
4107
+":meth:`bytes.hex` と同様に、 :meth:`bytearray.hex` が、16進数出力の各バイトを"
4108
+"分割するセパレータを挿入するためのオプションパラメータ *sep* と "
4109
+"*bytes_per_sep* をサポートするようになりました。"
4110
4111
#: ../../library/stdtypes.rst:2511
4112
0 commit comments