55#
66# Translators:
77# python-doc bot, 2025
8+ # Paweł Kapeluszny, 2026
89#
910#, fuzzy
1011msgid ""
1112msgstr ""
1213"Project-Id-Version : Python 3.15\n "
1314"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2026-08-21 14:26 +0000\n "
15+ "POT-Creation-Date : 2026-08-29 17:28 +0000\n "
1516"PO-Revision-Date : 2025-09-16 00:00+0000\n "
16- "Last-Translator : python-doc bot, 2025 \n "
17+ "Last-Translator : Paweł Kapeluszny, 2026 \n "
1718"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
1819"MIME-Version : 1.0\n "
1920"Content-Type : text/plain; charset=UTF-8\n "
@@ -27,13 +28,16 @@ msgid "API and ABI Versioning"
2728msgstr "API i wersjonowanie ABI"
2829
2930msgid "Build-time version constants"
30- msgstr ""
31+ msgstr "Stałe wersji czasu budowania "
3132
3233msgid ""
3334"CPython exposes its version number in the following macros. Note that these "
3435"correspond to the version code is **built** with. See :c:var:`Py_Version` "
3536"for the version used at **run time**."
3637msgstr ""
38+ "CPython udostępnia swój numer wersji w poniższych makrach. Należy pamiętać, "
39+ "że odpowiadają one wersji, z użyciem której kod został zbudowany. Zobacz ::c:"
40+ "var:`Py_Version`, aby sprawdzić wersję używaną w czasie działania."
3741
3842msgid ""
3943"See :ref:`stable` for a discussion of API and ABI stability across versions."
@@ -72,6 +76,8 @@ msgid ""
7276"The Python version number encoded in a single integer. See :c:func:"
7377"`Py_PACK_FULL_VERSION` for the encoding details."
7478msgstr ""
79+ "Numer wersji Pythona zakodowany w pojedynczej liczbie całkowitej. Zobacz :c:"
80+ "func:`Py_PACK_FULL_VERSION`, aby poznać szczegóły kodowania."
7581
7682msgid ""
7783"Use this for numeric comparisons, for example, ``#if PY_VERSION_HEX >= ...``."
@@ -82,29 +88,34 @@ msgid "The Python version as a string, for example, ``\"3.4.1a2\"``."
8288msgstr ""
8389
8490msgid "These macros are defined in :source:`Include/patchlevel.h`."
85- msgstr ""
91+ msgstr "Te makra są zdefiniowane w :source:`Include/patchlevel.h` "
8692
8793msgid "Run-time version"
88- msgstr ""
94+ msgstr "Wersja środowiska uruchomieniowego "
8995
9096msgid ""
9197"The Python runtime version number encoded in a single constant integer. See :"
9298"c:func:`Py_PACK_FULL_VERSION` for the encoding details. This contains the "
9399"Python version used at run time."
94100msgstr ""
101+ "Numer wersji środowiska uruchomieniowego Pythona zakodowany w pojedynczej "
102+ "stałej całkowitoliczbowej. Zobacz :c:func:`Py_PACK_FULL_VERSION`, aby poznać "
103+ "szczegóły kodowania. Zawiera ona wersję Pythona używaną w czasie działania."
95104
96105msgid ""
97106"Use this for numeric comparisons, for example, ``if (Py_Version >= ...)``."
98107msgstr ""
99108"Używaj to do porównań liczbowych, na przykład ``if (Py_Version >= ...)``."
100109
101110msgid "Bit-packing macros"
102- msgstr ""
111+ msgstr "Makra pakowania bitowego "
103112
104113msgid ""
105114"Return the given version, encoded as a single 32-bit integer with the "
106115"following structure:"
107116msgstr ""
117+ "Zwraca podaną wersję, zakodowaną jako pojedyncza 32-bitowa liczba całkowita "
118+ "o następującej strukturze:"
108119
109120msgid "Argument"
110121msgstr "Argument"
@@ -113,13 +124,13 @@ msgid "No. of bits"
113124msgstr "Liczba bitów"
114125
115126msgid "Bit mask"
116- msgstr ""
127+ msgstr "Maska bitowa "
117128
118129msgid "Bit shift"
119- msgstr ""
130+ msgstr "Przesunięcie bitowe "
120131
121132msgid "Example values"
122- msgstr ""
133+ msgstr "Przykładowe wartości "
123134
124135msgid "``3.4.1a2``"
125136msgstr "``3.4.1a2``"
@@ -227,6 +238,8 @@ msgid ""
227238"Out-of range bits in the arguments are ignored. That is, the macro can be "
228239"defined as:"
229240msgstr ""
241+ "Bity spoza zakresu w argumentach są ignorowane. Oznacza to, że makro można "
242+ "zdefiniować następująco:"
230243
231244msgid ""
232245"#ifndef Py_PACK_FULL_VERSION\n"
@@ -251,9 +264,15 @@ msgid ""
251264"``Py_PACK_FULL_VERSION`` is primarily a macro, intended for use in ``#if`` "
252265"directives, but it is also available as an exported function."
253266msgstr ""
267+ "``Py_PACK_FULL_VERSION``to przede wszystkim makro, przeznaczone do użycia w "
268+ "dyrektywach ``#if``, ale jest ono również dostępne jako wyeksportowana "
269+ "funkcja."
254270
255271msgid ""
256272"Equivalent to ``Py_PACK_FULL_VERSION(major, minor, 0, 0, 0)``. The result "
257273"does not correspond to any Python release, but is useful in numeric "
258274"comparisons."
259275msgstr ""
276+ "Równoważne ``Py_PACK_FULL_VERSION(major, minor, 0, 0, 0)``. Wynik ten nie "
277+ "odpowiada żadnemu wydaniu Pythona, ale jest przydatny w porównaniach "
278+ "numerycznych."
0 commit comments