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
+ # Maciej Olko <maciej.olko@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.12 \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:05 +0000\n "
16
- "Last-Translator : Transifex Bot < >, 2023 \n "
14
+ "POT-Creation-Date : 2025-01-24 14:52 +0000\n "
15
+ "PO-Revision-Date : 2024-05-11 00:33 +0000\n "
16
+ "Last-Translator : Maciej Olko <maciej.olko@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.parser`: Parsing email messages"
26
+ msgid ":mod:`! email.parser`: Parsing email messages"
27
27
msgstr ""
28
28
29
29
msgid "**Source code:** :source:`Lib/email/parser.py`"
@@ -68,9 +68,10 @@ msgid ""
68
68
"Note that the parser can be extended in limited ways, and of course you can "
69
69
"implement your own parser completely from scratch. All of the logic that "
70
70
"connects the :mod:`email` package's bundled parser and the :class:`~email."
71
- "message.EmailMessage` class is embodied in the :mod:`policy` class, so a "
72
- "custom parser can create message object trees any way it finds necessary by "
73
- "implementing custom versions of the appropriate :mod:`policy` methods."
71
+ "message.EmailMessage` class is embodied in the :class:`~email.policy.Policy` "
72
+ "class, so a custom parser can create message object trees any way it finds "
73
+ "necessary by implementing custom versions of the appropriate :class:`!"
74
+ "Policy` methods."
74
75
msgstr ""
75
76
76
77
msgid "FeedParser API"
@@ -287,6 +288,13 @@ msgid ""
287
288
"interactive Python prompt::"
288
289
msgstr ""
289
290
291
+ msgid ""
292
+ ">>> import email\n"
293
+ ">>> msg = email.message_from_bytes(myBytes) "
294
+ msgstr ""
295
+ ">>> import email\n"
296
+ ">>> msg = email.message_from_bytes(myBytes)"
297
+
290
298
msgid "Additional notes"
291
299
msgstr ""
292
300
0 commit comments