@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.10\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2021-06-29 12:56 +0000\n "
14+ "POT-Creation-Date : 2021-08-13 13:42 +0000\n "
1515"PO-Revision-Date : 2021-06-28 00:55+0000\n "
1616"Last-Translator : tomo, 2021\n "
1717"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -33,38 +33,27 @@ msgstr "**ソースコード:** :source:`Lib/base64.py`"
3333msgid ""
3434"This module provides functions for encoding binary data to printable ASCII "
3535"characters and decoding such encodings back to binary data. It provides "
36- "encoding and decoding functions for the encodings specified in :rfc:`3548 `, "
36+ "encoding and decoding functions for the encodings specified in :rfc:`4648 `, "
3737"which defines the Base16, Base32, and Base64 algorithms, and for the de-"
3838"facto standard Ascii85 and Base85 encodings."
3939msgstr ""
40- "このモジュールはバイナリデータを印字可能な ASCII "
41- "にエンコード関数、およびそのようなエンコードデータをバイナリにデコードする関数を提供します。それらは、:rfc:`3548` が定義する Base16,"
42- " Base32, Base64 のエンコーディング、デファクトスタンダードになっている Ascii85, Base85 "
43- "のエンコーディングについてのエンコード、デコード関数です。"
4440
4541#: ../../library/base64.rst:22
4642msgid ""
47- "The :rfc:`3548 ` encodings are suitable for encoding binary data so that it "
48- "can safely sent by email, used as parts of URLs, or included as part of an "
49- "HTTP POST request. The encoding algorithm is not the same as the "
43+ "The :rfc:`4648 ` encodings are suitable for encoding binary data so that it "
44+ "can be safely sent by email, used as parts of URLs, or included as part of "
45+ "an HTTP POST request. The encoding algorithm is not the same as the "
5046":program:`uuencode` program."
5147msgstr ""
52- ":rfc:`3548` エンコーディングは、email で安全に送信したり、 URL の一部として使ったり、あるいは HTTP POST "
53- "リクエストの一部に含めるために用いるのに適しています。このエンコーディングで使われているアルゴリズムは :program:`uuencode` "
54- "プログラムで用いられているものとは同じではありません。"
5548
5649#: ../../library/base64.rst:27
5750msgid ""
5851"There are two interfaces provided by this module. The modern interface "
5952"supports encoding :term:`bytes-like objects <bytes-like object>` to ASCII "
6053":class:`bytes`, and decoding :term:`bytes-like objects <bytes-like object>` "
6154"or strings containing ASCII to :class:`bytes`. Both base-64 alphabets "
62- "defined in :rfc:`3548 ` (normal, and URL- and filesystem-safe) are supported."
55+ "defined in :rfc:`4648 ` (normal, and URL- and filesystem-safe) are supported."
6356msgstr ""
64- "このモジュールは、2つのインターフェースを提供します。このモダンなインターフェースは、:term:`bytes-like object` を ASCII"
65- " :class:`bytes` にエンコードし、:term:`bytes-like object` か ASCII "
66- "文字列を、:class:`bytes` にデコードすることができます。:rfc:`3548` に定義されている base-64 アルファベット "
67- "(一般の、URL あるいはファイルシステムセーフなもの) の両方が使用できます。"
6857
6958#: ../../library/base64.rst:33
7059msgid ""
@@ -421,16 +410,27 @@ msgstr ""
421410msgid "An example usage of the module:"
422411msgstr "モジュールの使用例:"
423412
424- #: ../../library/base64.rst:294
413+ #: ../../library/base64.rst:293
414+ msgid "Security Considerations"
415+ msgstr "セキュリティで考慮すべき点"
416+
417+ #: ../../library/base64.rst:295
418+ msgid ""
419+ "A new security considerations section was added to :rfc:`4648` (section 12);"
420+ " it's recommended to review the security section for any code deployed to "
421+ "production."
422+ msgstr ""
423+
424+ #: ../../library/base64.rst:301
425425msgid "Module :mod:`binascii`"
426426msgstr "モジュール :mod:`binascii`"
427427
428- #: ../../library/base64.rst:294
428+ #: ../../library/base64.rst:301
429429msgid ""
430430"Support module containing ASCII-to-binary and binary-to-ASCII conversions."
431431msgstr "ASCII からバイナリへ、バイナリから ASCII への変換をサポートするモジュール。"
432432
433- #: ../../library/base64.rst:297
433+ #: ../../library/base64.rst:304
434434msgid ""
435435":rfc:`1521` - MIME (Multipurpose Internet Mail Extensions) Part One: "
436436"Mechanisms for Specifying and Describing the Format of Internet Message "
@@ -440,7 +440,7 @@ msgstr ""
440440"Mechanisms for Specifying and Describing the Format of Internet Message "
441441"Bodies"
442442
443- #: ../../library/base64.rst:297
443+ #: ../../library/base64.rst:304
444444msgid ""
445445"Section 5.2, \" Base64 Content-Transfer-Encoding,\" provides the definition "
446446"of the base64 encoding."
0 commit comments