6
6
# Translators:
7
7
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
8
8
# Krzysztof Abramowicz, 2024
9
- # Maciej Olko <maciej.olko@gmail.com>, 2024
10
9
# Stanislaw Ulbrych, 2024
10
+ # Maciej Olko <maciej.olko@gmail.com>, 2025
11
11
#
12
12
#, fuzzy
13
13
msgid ""
@@ -16,7 +16,7 @@ msgstr ""
16
16
"Report-Msgid-Bugs-To : \n "
17
17
"POT-Creation-Date : 2025-01-17 14:16+0000\n "
18
18
"PO-Revision-Date : 2024-05-11 01:09+0000\n "
19
- "Last-Translator : Stanislaw Ulbrych, 2024 \n "
19
+ "Last-Translator : Maciej Olko <maciej.olko@gmail.com>, 2025 \n "
20
20
"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
21
21
"MIME-Version : 1.0\n "
22
22
"Content-Type : text/plain; charset=UTF-8\n "
@@ -27,25 +27,28 @@ msgstr ""
27
27
"n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n "
28
28
29
29
msgid "What's New In Python 3.13"
30
- msgstr ""
30
+ msgstr "Nowości w Pythonie 3.13 "
31
31
32
32
msgid "Editors"
33
- msgstr ""
33
+ msgstr "Redaktorzy "
34
34
35
35
msgid "Adam Turner and Thomas Wouters"
36
- msgstr ""
36
+ msgstr "Adam Turner i Thomas Wouters "
37
37
38
38
msgid ""
39
39
"This article explains the new features in Python 3.13, compared to 3.12. "
40
40
"Python 3.13 was released on October 7, 2024. For full details, see the :ref:"
41
41
"`changelog <changelog>`."
42
42
msgstr ""
43
+ "Ten artykuł wyjaśnia nowe funkcje w Pythonie 3.13 w porównaniu do 3.12. "
44
+ "Python 3.13 został wydany 7 października 2024 roku. Aby uzyskać szczegółowe "
45
+ "informacje, zobacz :ref:`changelog <changelog>`."
43
46
44
47
msgid ":pep:`719` -- Python 3.13 Release Schedule"
45
- msgstr ""
48
+ msgstr ":pep:`719` -- harmonogram wydań Pythona 3.13 "
46
49
47
50
msgid "Summary -- Release Highlights"
48
- msgstr ""
51
+ msgstr "Podsumowanie – najważniejsze informacje o wydaniu "
49
52
50
53
msgid ""
51
54
"Python 3.13 is the latest stable release of the Python programming language, "
@@ -56,20 +59,35 @@ msgid ""
56
59
"pep:`703`), and a `Just-In-Time compiler <whatsnew313-jit-compiler_>`_ (:pep:"
57
60
"`744`)."
58
61
msgstr ""
62
+ "Python 3.13 jest najnowszą stabilną wersją języka programowania Python, z "
63
+ "mieszanką zmian w języku, implementacji i bibliotece standardowej. "
64
+ "Największe zmiany obejmują nowy `interaktywny interpreter <whatsnew313-"
65
+ "better-interactive-interpreter_>`_, eksperymentalne wsparcie dla "
66
+ "uruchamiania w `trybie free-threaded <whatsnew313-free-threaded-cpython_>`_ "
67
+ "(:pep:`703`) oraz `kompilator Just-In-Time <whatsnew313-jit-compiler_>`_ (:"
68
+ "pep:`744`)."
59
69
60
70
msgid ""
61
71
"Error messages continue to improve, with tracebacks now highlighted in color "
62
72
"by default. The :func:`locals` builtin now has :ref:`defined semantics "
63
73
"<whatsnew313-locals-semantics>` for changing the returned mapping, and type "
64
74
"parameters now support default values."
65
75
msgstr ""
76
+ "Komunikaty o błędach są nadal ulepszane, tracebacki są teraz domyślnie "
77
+ "wyróżnione kolorem. Wbudowana funkcja :func:`locals` ma teraz :ref:` "
78
+ "zdefiniowaną semantykę <whatsnew313-locals-semantics>` zmian zwracanego "
79
+ "mapowania, a parametry typów obsługują teraz wartości domyślne."
66
80
67
81
msgid ""
68
82
"The library changes contain removal of deprecated APIs and modules, as well "
69
83
"as the usual improvements in user-friendliness and correctness. Several "
70
84
"legacy standard library modules have now `been removed <whatsnew313-"
71
85
"pep594_>`_ following their deprecation in Python 3.11 (:pep:`594`)."
72
86
msgstr ""
87
+ "Zmiany w bibliotece obejmują usunięcie zdezaprobowanych API i modułów, a "
88
+ "także zwykłe ulepszenia w zakresie łatwości obsługi i poprawności. Kilka "
89
+ "starszych modułów biblioteki standardowej `zostało usuniętych <whatsnew313-"
90
+ "pep594_>`_ po ich zdezaprobowaniu w Python 3.11 (:pep:`594`)."
73
91
74
92
msgid ""
75
93
"This article doesn't attempt to provide a complete specification of all new "
@@ -81,6 +99,15 @@ msgid ""
81
99
"once a feature has been fully implemented. See `Porting to Python 3.13`_ for "
82
100
"guidance on upgrading from earlier versions of Python."
83
101
msgstr ""
102
+ "Ten artykuł nie próbuje dostarczyć pełnej specyfikacji wszystkich nowych "
103
+ "funkcji, ale zamiast tego daje wygodny przegląd. Pełne szczegóły można "
104
+ "znaleźć w dokumentacji, takiej jak :ref:`Library Reference <library-index>` "
105
+ "i :ref:`Language Reference <reference-index>`. Aby zrozumieć pełną "
106
+ "implementację i uzasadnienie projektu zmiany, należy zapoznać się z PEP dla "
107
+ "konkretnej nowej funkcji; należy jednak pamiętać, że PEP zwykle nie są "
108
+ "aktualizowane, gdy funkcja została w pełni zaimplementowana. Zobacz `Porting "
109
+ "to Python 3.13`_ dla wskazówek dotyczących aktualizacji z wcześniejszych "
110
+ "wersji Python."
84
111
85
112
msgid "Interpreter improvements:"
86
113
msgstr "Udoskonalenia interpretera:"
0 commit comments