17
17
# tomo, 2023
18
18
# righteous righteous, 2023
19
19
# TENMYO Masakazu, 2023
20
- # Takeshi Nakazato, 2023
21
20
# Takanori Suzuki <[email protected] >, 2024
21
+ # Takeshi Nakazato, 2024
22
22
#
23
23
#, fuzzy
24
24
msgid ""
@@ -27,7 +27,7 @@ msgstr ""
27
27
"Report-Msgid-Bugs-To : \n "
28
28
"POT-Creation-Date : 2024-02-02 15:40+0000\n "
29
29
"PO-Revision-Date : 2021-06-28 01:13+0000\n "
30
- "
Last-Translator :
Takanori Suzuki <[email protected] > , 2024\n"
30
+ "Last-Translator : Takeshi Nakazato , 2024\n "
31
31
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
32
32
"ja/)\n "
33
33
"MIME-Version : 1.0\n "
@@ -2495,6 +2495,9 @@ msgid ""
2495
2495
"including supported :ref:`escape sequences <escape-sequences>`, and the "
2496
2496
"``r`` (\" raw\" ) prefix that disables most escape sequence processing."
2497
2497
msgstr ""
2498
+ "サポートされている :ref:`エスケープシーケンス <escape-sequences>` や、ほとん"
2499
+ "どのエスケープシーケンスの処理を無効化する ``r`` (\" raw\" ) 接頭辞など、文字列"
2500
+ "リテラルのさまざまな形式についての詳細は :ref:`strings` を参照してください。"
2498
2501
2499
2502
#: ../../library/stdtypes.rst:1534
2500
2503
msgid ""
@@ -4190,12 +4193,20 @@ msgid ""
4190
4193
"*bytes_per_sep* parameter controls the spacing. Positive values calculate "
4191
4194
"the separator position from the right, negative values from the left."
4192
4195
msgstr ""
4196
+ "16進数文字列を読みやすく表示したい場合、単一文字パラメータ *sep* を指定して"
4197
+ "セパレータを出力に含めることができます。デフォルトでは、セパレータはバイトご"
4198
+ "とに表示が区切られるように追加されます。2つ目のオプションパラメータ "
4199
+ "*bytes_per_sep* はセパレータを入れる間隔を制御します。正の整数値はセパレータ"
4200
+ "の位置を右から計算し、負の整数値は左から計算します。"
4193
4201
4194
4202
#: ../../library/stdtypes.rst:2621
4195
4203
msgid ""
4196
4204
":meth:`bytes.hex` now supports optional *sep* and *bytes_per_sep* parameters "
4197
4205
"to insert separators between bytes in the hex output."
4198
4206
msgstr ""
4207
+ ":meth:`bytes.hex` が、16進数出力の各バイトを分割するセパレータを挿入するため"
4208
+ "のオプションパラメータ *sep* と *bytes_per_sep* をサポートするようになりまし"
4209
+ "た。"
4199
4210
4200
4211
#: ../../library/stdtypes.rst:2625
4201
4212
msgid ""
@@ -4314,6 +4325,9 @@ msgid ""
4314
4325
"*sep* and *bytes_per_sep* parameters to insert separators between bytes in "
4315
4326
"the hex output."
4316
4327
msgstr ""
4328
+ ":meth:`bytes.hex` と同様に、 :meth:`bytearray.hex` が、16進数出力の各バイトを"
4329
+ "分割するセパレータを挿入するためのオプションパラメータ *sep* と "
4330
+ "*bytes_per_sep* をサポートするようになりました。"
4317
4331
4318
4332
#: ../../library/stdtypes.rst:2696
4319
4333
msgid ""
0 commit comments