1
1
# SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) 2001-2023 , Python Software Foundation
2
+ # Copyright (C) 2001-2025 , Python Software Foundation
3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
6
6
# Translators:
7
- # Transifex Bot < >, 2023
7
+ # Rafael Fontenelle <rffontenelle@gmail.com >, 2025
8
8
#
9
9
#, fuzzy
10
10
msgid ""
11
11
msgstr ""
12
- "Project-Id-Version : Python 3.11 \n "
12
+ "Project-Id-Version : Python 3.13 \n "
13
13
"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:02 +0000\n "
15
+ "PO-Revision-Date : 2025-05-08 05:09 +0000\n "
16
+ "Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com >, 2025 \n "
17
17
"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
18
18
"MIME-Version : 1.0\n "
19
19
"Content-Type : text/plain; charset=UTF-8\n "
@@ -23,7 +23,7 @@ msgstr ""
23
23
"(n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && "
24
24
"n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n "
25
25
26
- msgid ":mod:`email.charset`: Representing character sets"
26
+ msgid ":mod:`! email.charset`: Representing character sets"
27
27
msgstr ""
28
28
29
29
msgid "**Source code:** :source:`Lib/email/charset.py`"
@@ -37,7 +37,7 @@ msgstr ""
37
37
msgid ""
38
38
"The remaining text in this section is the original documentation of the "
39
39
"module."
40
- msgstr ""
40
+ msgstr "Решта тексту в цьому розділі є оригінальною документацією модуля. "
41
41
42
42
msgid ""
43
43
"This module provides a class :class:`Charset` for representing character "
@@ -90,14 +90,14 @@ msgstr ""
90
90
91
91
msgid ""
92
92
"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 "
95
95
"shortest of QP or BASE64 encoding. Otherwise, it will be ``None``."
96
96
msgstr ""
97
97
98
98
msgid ""
99
99
"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 ."
101
101
"SHORTEST`` is not allowed for *body_encoding*."
102
102
msgstr ""
103
103
@@ -180,8 +180,8 @@ msgid ""
180
180
msgstr ""
181
181
182
182
msgid ""
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__`."
185
185
msgstr ""
186
186
187
187
msgid ""
@@ -208,8 +208,8 @@ msgid ""
208
208
msgstr ""
209
209
210
210
msgid ""
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 "
213
213
"the shortest of quoted-printable or base64 encoding, or ``None`` for no "
214
214
"encoding. ``SHORTEST`` is only valid for *header_enc*. The default is "
215
215
"``None`` for no encoding."
0 commit comments