@@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.10\n "
13
13
"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 "
15
15
"PO-Revision-Date : 2021-06-28 00:55+0000\n "
16
16
"Last-Translator : tomo, 2021\n "
17
17
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -33,38 +33,27 @@ msgstr "**ソースコード:** :source:`Lib/base64.py`"
33
33
msgid ""
34
34
"This module provides functions for encoding binary data to printable ASCII "
35
35
"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 `, "
37
37
"which defines the Base16, Base32, and Base64 algorithms, and for the de-"
38
38
"facto standard Ascii85 and Base85 encodings."
39
39
msgstr ""
40
- "このモジュールはバイナリデータを印字可能な ASCII "
41
- "にエンコード関数、およびそのようなエンコードデータをバイナリにデコードする関数を提供します。それらは、:rfc:`3548` が定義する Base16,"
42
- " Base32, Base64 のエンコーディング、デファクトスタンダードになっている Ascii85, Base85 "
43
- "のエンコーディングについてのエンコード、デコード関数です。"
44
40
45
41
#: ../../library/base64.rst:22
46
42
msgid ""
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 "
50
46
":program:`uuencode` program."
51
47
msgstr ""
52
- ":rfc:`3548` エンコーディングは、email で安全に送信したり、 URL の一部として使ったり、あるいは HTTP POST "
53
- "リクエストの一部に含めるために用いるのに適しています。このエンコーディングで使われているアルゴリズムは :program:`uuencode` "
54
- "プログラムで用いられているものとは同じではありません。"
55
48
56
49
#: ../../library/base64.rst:27
57
50
msgid ""
58
51
"There are two interfaces provided by this module. The modern interface "
59
52
"supports encoding :term:`bytes-like objects <bytes-like object>` to ASCII "
60
53
":class:`bytes`, and decoding :term:`bytes-like objects <bytes-like object>` "
61
54
"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."
63
56
msgstr ""
64
- "このモジュールは、2つのインターフェースを提供します。このモダンなインターフェースは、:term:`bytes-like object` を ASCII"
65
- " :class:`bytes` にエンコードし、:term:`bytes-like object` か ASCII "
66
- "文字列を、:class:`bytes` にデコードすることができます。:rfc:`3548` に定義されている base-64 アルファベット "
67
- "(一般の、URL あるいはファイルシステムセーフなもの) の両方が使用できます。"
68
57
69
58
#: ../../library/base64.rst:33
70
59
msgid ""
@@ -421,16 +410,27 @@ msgstr ""
421
410
msgid "An example usage of the module:"
422
411
msgstr "モジュールの使用例:"
423
412
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
425
425
msgid "Module :mod:`binascii`"
426
426
msgstr "モジュール :mod:`binascii`"
427
427
428
- #: ../../library/base64.rst:294
428
+ #: ../../library/base64.rst:301
429
429
msgid ""
430
430
"Support module containing ASCII-to-binary and binary-to-ASCII conversions."
431
431
msgstr "ASCII からバイナリへ、バイナリから ASCII への変換をサポートするモジュール。"
432
432
433
- #: ../../library/base64.rst:297
433
+ #: ../../library/base64.rst:304
434
434
msgid ""
435
435
":rfc:`1521` - MIME (Multipurpose Internet Mail Extensions) Part One: "
436
436
"Mechanisms for Specifying and Describing the Format of Internet Message "
@@ -440,7 +440,7 @@ msgstr ""
440
440
"Mechanisms for Specifying and Describing the Format of Internet Message "
441
441
"Bodies"
442
442
443
- #: ../../library/base64.rst:297
443
+ #: ../../library/base64.rst:304
444
444
msgid ""
445
445
"Section 5.2, \" Base64 Content-Transfer-Encoding,\" provides the definition "
446
446
"of the base64 encoding."
0 commit comments