@@ -12,7 +12,7 @@ msgid ""
12
12
msgstr ""
13
13
"Project-Id-Version : Python 3.11\n "
14
14
"Report-Msgid-Bugs-To : \n "
15
- "POT-Creation-Date : 2023-01-13 14:15 +0000\n "
15
+ "POT-Creation-Date : 2023-01-20 14:14 +0000\n "
16
16
"PO-Revision-Date : 2021-06-28 01:05+0000\n "
17
17
"Last-Translator : tomo, 2021\n "
18
18
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ "
@@ -219,15 +219,10 @@ msgstr "モジュール: :mod:`email.mime.application`"
219
219
msgid ""
220
220
"A subclass of :class:`~email.mime.nonmultipart.MIMENonMultipart`, the :class:"
221
221
"`MIMEApplication` class is used to represent MIME message objects of major "
222
- "type :mimetype:`application`. *_data* is a string containing the raw byte "
223
- "data. Optional *_subtype* specifies the MIME subtype and defaults to : "
224
- "mimetype:`octet-stream`."
222
+ "type :mimetype:`application`. *_data* contains the bytes for the raw "
223
+ "application data. Optional *_subtype* specifies the MIME subtype and "
224
+ "defaults to : mimetype:`octet-stream`."
225
225
msgstr ""
226
- ":class:`~email.mime.nonmultipart.MIMENonMultipart` のサブクラスである :class:"
227
- "`MIMEApplication` クラスは MIME メッセージオブジェクトのメジャータイプ :"
228
- "mimetype:`application` を表します。 *_data* は生のバイト列が入った文字列で"
229
- "す。オプション引数 *_subtype* は MIME のサブタイプを設定します。サブタイプの"
230
- "デフォルトは :mimetype:`octet-stream` です。"
231
226
232
227
#: ../../library/email.mime.rst:121
233
228
msgid ""
@@ -261,7 +256,7 @@ msgstr "モジュール: :mod:`email.mime.audio`"
261
256
msgid ""
262
257
"A subclass of :class:`~email.mime.nonmultipart.MIMENonMultipart`, the :class:"
263
258
"`MIMEAudio` class is used to create MIME message objects of major type :"
264
- "mimetype:`audio`. *_audiodata* is a string containing the raw audio data. "
259
+ "mimetype:`audio`. *_audiodata* contains the bytes for the raw audio data. "
265
260
"If this data can be decoded as au, wav, aiff, or aifc, then the subtype will "
266
261
"be automatically included in the :mailheader:`Content-Type` header. "
267
262
"Otherwise you can explicitly specify the audio subtype via the *_subtype* "
@@ -297,7 +292,7 @@ msgstr "モジュール: :mod:`email.mime.image`"
297
292
msgid ""
298
293
"A subclass of :class:`~email.mime.nonmultipart.MIMENonMultipart`, the :class:"
299
294
"`MIMEImage` class is used to create MIME message objects of major type :"
300
- "mimetype:`image`. *_imagedata* is a string containing the raw image data. "
295
+ "mimetype:`image`. *_imagedata* contains the bytes for the raw image data. "
301
296
"If this data type can be detected (jpeg, png, gif, tiff, rgb, pbm, pgm, ppm, "
302
297
"rast, xbm, bmp, webp, and exr attempted), then the subtype will be "
303
298
"automatically included in the :mailheader:`Content-Type` header. Otherwise "
0 commit comments