1717# tomo, 2023
1818# righteous righteous, 2023
1919# TENMYO Masakazu, 2023
20- # Takeshi Nakazato, 2023
2120# Takanori Suzuki <takanori@takanory.net>, 2024
21+ # Takeshi Nakazato, 2024
2222#
2323#, fuzzy
2424msgid ""
@@ -27,7 +27,7 @@ msgstr ""
2727"Report-Msgid-Bugs-To : \n "
2828"POT-Creation-Date : 2024-02-02 15:40+0000\n "
2929"PO-Revision-Date : 2021-06-28 01:13+0000\n "
30- "Last-Translator : Takanori Suzuki <takanori@takanory.net> , 2024\n "
30+ "Last-Translator : Takeshi Nakazato , 2024\n "
3131"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
3232"ja/)\n "
3333"MIME-Version : 1.0\n "
@@ -2495,6 +2495,9 @@ msgid ""
24952495"including supported :ref:`escape sequences <escape-sequences>`, and the "
24962496"``r`` (\" raw\" ) prefix that disables most escape sequence processing."
24972497msgstr ""
2498+ "サポートされている :ref:`エスケープシーケンス <escape-sequences>` や、ほとん"
2499+ "どのエスケープシーケンスの処理を無効化する ``r`` (\" raw\" ) 接頭辞など、文字列"
2500+ "リテラルのさまざまな形式についての詳細は :ref:`strings` を参照してください。"
24982501
24992502#: ../../library/stdtypes.rst:1534
25002503msgid ""
@@ -4190,12 +4193,20 @@ msgid ""
41904193"*bytes_per_sep* parameter controls the spacing. Positive values calculate "
41914194"the separator position from the right, negative values from the left."
41924195msgstr ""
4196+ "16進数文字列を読みやすく表示したい場合、単一文字パラメータ *sep* を指定して"
4197+ "セパレータを出力に含めることができます。デフォルトでは、セパレータはバイトご"
4198+ "とに表示が区切られるように追加されます。2つ目のオプションパラメータ "
4199+ "*bytes_per_sep* はセパレータを入れる間隔を制御します。正の整数値はセパレータ"
4200+ "の位置を右から計算し、負の整数値は左から計算します。"
41934201
41944202#: ../../library/stdtypes.rst:2621
41954203msgid ""
41964204":meth:`bytes.hex` now supports optional *sep* and *bytes_per_sep* parameters "
41974205"to insert separators between bytes in the hex output."
41984206msgstr ""
4207+ ":meth:`bytes.hex` が、16進数出力の各バイトを分割するセパレータを挿入するため"
4208+ "のオプションパラメータ *sep* と *bytes_per_sep* をサポートするようになりまし"
4209+ "た。"
41994210
42004211#: ../../library/stdtypes.rst:2625
42014212msgid ""
@@ -4314,6 +4325,9 @@ msgid ""
43144325"*sep* and *bytes_per_sep* parameters to insert separators between bytes in "
43154326"the hex output."
43164327msgstr ""
4328+ ":meth:`bytes.hex` と同様に、 :meth:`bytearray.hex` が、16進数出力の各バイトを"
4329+ "分割するセパレータを挿入するためのオプションパラメータ *sep* と "
4330+ "*bytes_per_sep* をサポートするようになりました。"
43174331
43184332#: ../../library/stdtypes.rst:2696
43194333msgid ""
0 commit comments