@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.15\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2026-08-03 16:16 +0000\n "
14+ "POT-Creation-Date : 2026-08-15 14:15 +0000\n "
1515"PO-Revision-Date : 2025-09-16 00:01+0000\n "
1616"Last-Translator : python-doc bot, 2025\n "
1717"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
@@ -94,11 +94,8 @@ msgstr ""
9494msgid ""
9595"*name* and *value* are passed to ``BaseHeader`` from the :attr:`~email."
9696"policy.EmailPolicy.header_factory` call. The string value of any header "
97- "object is the *value* fully decoded to unicode ."
97+ "object is the *value* fully decoded to a string ."
9898msgstr ""
99- "*name* と *value* は :attr:`~email.policy.EmailPolicy.header_factory` 呼び出"
100- "しから ``BaseHeader`` に渡されます。 どのヘッダーオブジェクトの文字列値も、完"
101- "全にユニコードにデコードされた *value* です。"
10299
103100#: ../../library/email.headerregistry.rst:45
104101msgid "This base class defines the following read-only properties:"
@@ -189,10 +186,10 @@ msgid ""
189186"defects to this list. On return, the ``kwds`` dictionary *must* contain "
190187"values for at least the keys ``decoded``, ``defects`` and ``parse_tree``. "
191188"``decoded`` should be the string value for the header (that is, the header "
192- "value fully decoded to unicode ). ``parse_tree`` is set to the parse tree "
189+ "value fully decoded to a string ). ``parse_tree`` is set to the parse tree "
193190"obtained from parsing the header. The parse method should assume that "
194191"*string* may contain content-transfer-encoded parts, but should correctly "
195- "handle all valid unicode characters as well so that it can parse un-encoded "
192+ "handle all valid Unicode characters as well so that it can parse un-encoded "
196193"header values."
197194msgstr ""
198195
@@ -243,20 +240,11 @@ msgid ""
243240"mechanism for encoding non-ASCII text as ASCII characters within a header "
244241"value. When a *value* containing encoded words is passed to the "
245242"constructor, the ``UnstructuredHeader`` parser converts such encoded words "
246- "into unicode , following the :rfc:`2047` rules for unstructured text. The "
243+ "into a string , following the :rfc:`2047` rules for unstructured text. The "
247244"parser uses heuristics to attempt to decode certain non-compliant encoded "
248245"words. Defects are registered in such cases, as well as defects for issues "
249246"such as invalid characters within the encoded words or the non-encoded text."
250247msgstr ""
251- ":rfc:`5322` では、非構造化ヘッダは ASCII 文字セットの任意のテキストの集まりで"
252- "す。しかし、 :rfc:`2047` にはヘッダ値の中で非 ASCII テキストを ASCII 文字とし"
253- "てエンコードするための :rfc:`5322` と互換性のあるメカニズムが備わっていま"
254- "す。 エンコードされた単語を含む *value* がコンストラクタに渡されると、 "
255- "``UnstructuredHeader`` パーサは非構造化テキストに対する :rfc:`2047` 規則に"
256- "従って、エンコードされた単語を unicode に変換します。 パーサは特定の非適合な"
257- "エンコードされた単語のデコードを試みるためにヒューリスティックを使用します。 "
258- "このような場合、欠陥が登録されます。また、エンコードされた単語やエンコードさ"
259- "れていないテキスト内の無効な文字などの問題に対しても欠陥が登録されます。"
260248
261249#: ../../library/email.headerregistry.rst:134
262250msgid "This header type provides no additional attributes."
@@ -376,11 +364,10 @@ msgstr ""
376364
377365#: ../../library/email.headerregistry.rst:205
378366msgid ""
379- "The ``decoded`` value of the header will have all encoded words decoded to "
380- "unicode. :class:`~encodings.idna` encoded domain names are also decoded to "
381- "unicode. The ``decoded`` value is set by :ref:`joining <meth-str-join>` "
382- "the :class:`str` value of the elements of the ``groups`` attribute with ``', "
383- "'``."
367+ "The ``decoded`` value of the header will have all encoded words decoded to a "
368+ "string. :class:`~encodings.idna` encoded domain names are also decoded to a "
369+ "string. The ``decoded`` value is set by :ref:`joining <meth-str-join>` the :"
370+ "class:`str` value of the elements of the ``groups`` attribute with ``', '``."
384371msgstr ""
385372
386373#: ../../library/email.headerregistry.rst:211
@@ -704,7 +691,7 @@ msgid ""
704691"*domain*, in which case *username* and *domain* will be parsed from the "
705692"*addr_spec*. An *addr_spec* must be a properly RFC quoted string; if it is "
706693"not ``Address`` will raise an error. Unicode characters are allowed and "
707- "will be property encoded when serialized. However, per the RFCs, unicode is "
694+ "will be property encoded when serialized. However, per the RFCs, Unicode is "
708695"*not* allowed in the username portion of the address."
709696msgstr ""
710697
0 commit comments