11# SOME DESCRIPTIVE TITLE.
2- # Copyright (C) 2001-2023 , Python Software Foundation
2+ # Copyright (C) 2001-2025 , Python Software Foundation
33# This file is distributed under the same license as the Python package.
44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
66# Translators:
7- # Transifex Bot < >, 2023
7+ # Rafael Fontenelle <rffontenelle@gmail.com >, 2025
88#
99#, fuzzy
1010msgid ""
1111msgstr ""
12- "Project-Id-Version : Python 3.11 \n "
12+ "Project-Id-Version : Python 3.12 \n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2023-05-19 14:13 +0000\n "
15- "PO-Revision-Date : 2021-06-28 01:04 +0000\n "
16- "Last-Translator : Transifex Bot < >, 2023 \n "
14+ "POT-Creation-Date : 2025-07-11 15:45 +0000\n "
15+ "PO-Revision-Date : 2024-05-11 00:33 +0000\n "
16+ "Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com >, 2025 \n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
1818"MIME-Version : 1.0\n "
1919"Content-Type : text/plain; charset=UTF-8\n "
@@ -23,7 +23,7 @@ msgstr ""
2323"(n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && "
2424"n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n "
2525
26- msgid ":mod:`email.charset`: Representing character sets"
26+ msgid ":mod:`! email.charset`: Representing character sets"
2727msgstr ""
2828
2929msgid "**Source code:** :source:`Lib/email/charset.py`"
@@ -37,7 +37,7 @@ msgstr ""
3737msgid ""
3838"The remaining text in this section is the original documentation of the "
3939"module."
40- msgstr ""
40+ msgstr "Решта тексту в цьому розділі є оригінальною документацією модуля. "
4141
4242msgid ""
4343"This module provides a class :class:`Charset` for representing character "
@@ -90,14 +90,14 @@ msgstr ""
9090
9191msgid ""
9292"If the character set must be encoded before it can be used in an email "
93- "header, this attribute will be set to ``Charset .QP`` (for quoted-printable), "
94- "``Charset .BASE64`` (for base64 encoding), or ``Charset .SHORTEST`` for the "
93+ "header, this attribute will be set to ``charset .QP`` (for quoted-printable), "
94+ "``charset .BASE64`` (for base64 encoding), or ``charset .SHORTEST`` for the "
9595"shortest of QP or BASE64 encoding. Otherwise, it will be ``None``."
9696msgstr ""
9797
9898msgid ""
9999"Same as *header_encoding*, but describes the encoding for the mail message's "
100- "body, which indeed may be different than the header encoding. ``Charset ."
100+ "body, which indeed may be different than the header encoding. ``charset ."
101101"SHORTEST`` is not allowed for *body_encoding*."
102102msgstr ""
103103
@@ -180,8 +180,8 @@ msgid ""
180180msgstr ""
181181
182182msgid ""
183- "Returns *input_charset* as a string coerced to lower case. :meth:`__repr__` "
184- "is an alias for :meth:`__str__`."
183+ "Returns *input_charset* as a string coerced to lower case. :meth:`! __repr__` "
184+ "is an alias for :meth:`! __str__`."
185185msgstr ""
186186
187187msgid ""
@@ -208,8 +208,8 @@ msgid ""
208208msgstr ""
209209
210210msgid ""
211- "Optional *header_enc* and *body_enc* is either ``Charset .QP`` for quoted-"
212- "printable, ``Charset .BASE64`` for base64 encoding, ``Charset .SHORTEST`` for "
211+ "Optional *header_enc* and *body_enc* is either ``charset .QP`` for quoted-"
212+ "printable, ``charset .BASE64`` for base64 encoding, ``charset .SHORTEST`` for "
213213"the shortest of quoted-printable or base64 encoding, or ``None`` for no "
214214"encoding. ``SHORTEST`` is only valid for *header_enc*. The default is "
215215"``None`` for no encoding."
0 commit comments