Skip to content

Commit 53f66b3

Browse files
author
github-actions
committed
Merge 3.11 into 3.10
1 parent 86ed307 commit 53f66b3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

library/stdtypes.po

+11
Original file line numberDiff line numberDiff line change
@@ -4053,12 +4053,20 @@ msgid ""
40534053
"*bytes_per_sep* parameter controls the spacing. Positive values calculate "
40544054
"the separator position from the right, negative values from the left."
40554055
msgstr ""
4056+
"16進数文字列を読みやすく表示したい場合、単一文字パラメータ *sep* を指定して"
4057+
"セパレータを出力に含めることができます。デフォルトでは、セパレータはバイトご"
4058+
"とに表示が区切られるように追加されます。2つ目のオプションパラメータ "
4059+
"*bytes_per_sep* はセパレータを入れる間隔を制御します。正の整数値はセパレータ"
4060+
"の位置を右から計算し、負の整数値は左から計算します。"
40564061

40574062
#: ../../library/stdtypes.rst:2532
40584063
msgid ""
40594064
":meth:`bytes.hex` now supports optional *sep* and *bytes_per_sep* parameters "
40604065
"to insert separators between bytes in the hex output."
40614066
msgstr ""
4067+
":meth:`bytes.hex` が、16進数出力の各バイトを分割するセパレータを挿入するため"
4068+
"のオプションパラメータ *sep* と *bytes_per_sep* をサポートするようになりまし"
4069+
"た。"
40624070

40634071
#: ../../library/stdtypes.rst:2536
40644072
msgid ""
@@ -4177,6 +4185,9 @@ msgid ""
41774185
"*sep* and *bytes_per_sep* parameters to insert separators between bytes in "
41784186
"the hex output."
41794187
msgstr ""
4188+
":meth:`bytes.hex` と同様に、 :meth:`bytearray.hex` が、16進数出力の各バイトを"
4189+
"分割するセパレータを挿入するためのオプションパラメータ *sep* と "
4190+
"*bytes_per_sep* をサポートするようになりました。"
41804191

41814192
#: ../../library/stdtypes.rst:2607
41824193
msgid ""

0 commit comments

Comments
 (0)