8
8
msgstr ""
9
9
"Project-Id-Version : Python 3.6\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
- "POT-Creation-Date : 2018-01-05 15:01+0000 \n "
11
+ "POT-Creation-Date : 2018-02-14 12:40+0900 \n "
12
12
"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
13
13
"Last-Translator : Yusuke Miyazaki <miyazaki.dev@gmail.com>, 2017\n "
14
14
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -326,23 +326,11 @@ msgstr ""
326
326
"base85でエンコードされた :term:`bytes-like object` または ASCII 文字列の *b* をデコードし、デコードされた"
327
327
" :class:`bytes` を返します。パディングは、もしあれば、暗黙に削除されます。"
328
328
329
- #: ../../library/base64.rst:222
330
- msgid ""
331
- "Both Base85 and Ascii85 have an expansion factor of 5 to 4 (5 Base85 or "
332
- "Ascii85 characters can encode 4 binary bytes), while the better-known Base64"
333
- " has an expansion factor of 6 to 4. They are therefore more efficient when "
334
- "space expensive. They differ by details such as the character map used for "
335
- "encoding."
336
- msgstr ""
337
- "よく知られた Base64 エンコードによる膨張率は 6/4 ですが、Base85, Ascii85 エンコードによる膨張率は 5/4 "
338
- "です(Base85/Ascii85 文字 5 つで 4 "
339
- "バイトのバイナリをエンコード出来ます)。つまりそれらは空間効率においてより効果的です。これらはエンコードのための文字マッピングのような詳細において違っているのです。"
340
-
341
- #: ../../library/base64.rst:229
329
+ #: ../../library/base64.rst:221
342
330
msgid "The legacy interface:"
343
331
msgstr "レガシーなインターフェイスは以下のものを提供します:"
344
332
345
- #: ../../library/base64.rst:233
333
+ #: ../../library/base64.rst:225
346
334
msgid ""
347
335
"Decode the contents of the binary *input* file and write the resulting "
348
336
"binary data to the *output* file. *input* and *output* must be :term:`file "
@@ -353,17 +341,17 @@ msgstr ""
353
341
"ともに :term:`file objects <file object>` でなければなりません。 *input* は "
354
342
"``input.readline()`` が空バイト列を返すまで読まれます。"
355
343
356
- #: ../../library/base64.rst:241
344
+ #: ../../library/base64.rst:233
357
345
msgid ""
358
346
"Decode the :term:`bytes-like object` *s*, which must contain one or more "
359
347
"lines of base64 encoded data, and return the decoded :class:`bytes`."
360
348
msgstr ""
361
349
362
- #: ../../library/base64.rst:248
350
+ #: ../../library/base64.rst:240
363
351
msgid "Deprecated alias of :func:`decodebytes`."
364
352
msgstr ""
365
353
366
- #: ../../library/base64.rst:255
354
+ #: ../../library/base64.rst:247
367
355
msgid ""
368
356
"Encode the contents of the binary *input* file and write the resulting "
369
357
"base64 encoded data to the *output* file. *input* and *output* must be "
@@ -374,32 +362,32 @@ msgid ""
374
362
"(MIME)."
375
363
msgstr ""
376
364
377
- #: ../../library/base64.rst:265
365
+ #: ../../library/base64.rst:257
378
366
msgid ""
379
367
"Encode the :term:`bytes-like object` *s*, which can contain arbitrary binary"
380
368
" data, and return :class:`bytes` containing the base64-encoded data, with "
381
369
"newlines (``b'\\ n'``) inserted after every 76 bytes of output, and ensuring "
382
370
"that there is a trailing newline, as per :rfc:`2045` (MIME)."
383
371
msgstr ""
384
372
385
- #: ../../library/base64.rst:274
373
+ #: ../../library/base64.rst:266
386
374
msgid "Deprecated alias of :func:`encodebytes`."
387
375
msgstr ""
388
376
389
- #: ../../library/base64.rst:279
377
+ #: ../../library/base64.rst:271
390
378
msgid "An example usage of the module:"
391
379
msgstr "モジュールの使用例:"
392
380
393
- #: ../../library/base64.rst:293
381
+ #: ../../library/base64.rst:285
394
382
msgid "Module :mod:`binascii`"
395
383
msgstr "モジュール :mod:`binascii`"
396
384
397
- #: ../../library/base64.rst:293
385
+ #: ../../library/base64.rst:285
398
386
msgid ""
399
387
"Support module containing ASCII-to-binary and binary-to-ASCII conversions."
400
388
msgstr "ASCII からバイナリへ、バイナリから ASCII への変換をサポートするモジュール。"
401
389
402
- #: ../../library/base64.rst:296
390
+ #: ../../library/base64.rst:288
403
391
msgid ""
404
392
":rfc:`1521` - MIME (Multipurpose Internet Mail Extensions) Part One: "
405
393
"Mechanisms for Specifying and Describing the Format of Internet Message "
@@ -409,7 +397,7 @@ msgstr ""
409
397
"Mechanisms for Specifying and Describing the Format of Internet Message "
410
398
"Bodies"
411
399
412
- #: ../../library/base64.rst:296
400
+ #: ../../library/base64.rst:288
413
401
msgid ""
414
402
"Section 5.2, \" Base64 Content-Transfer-Encoding,\" provides the definition "
415
403
"of the base64 encoding."
0 commit comments