@@ -15,7 +15,7 @@ msgid ""
1515msgstr ""
1616"Project-Id-Version : Python 3.12\n "
1717"Report-Msgid-Bugs-To : \n "
18- "POT-Creation-Date : 2023-08-18 14:13 +0000\n "
18+ "POT-Creation-Date : 2023-08-25 20:17 +0000\n "
1919"PO-Revision-Date : 2021-06-28 01:19+0000\n "
2020"Last-Translator : haaritsubaki, 2023\n "
2121"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -242,6 +242,12 @@ msgid ""
242242"negative)."
243243msgstr ""
244244
245+ msgid ""
246+ "The rules for integer representation are intended to give the most "
247+ "meaningful interpretation of shift and mask operations involving negative "
248+ "integers."
249+ msgstr ""
250+
245251msgid "There are two types of integers:"
246252msgstr ""
247253
@@ -268,12 +274,6 @@ msgid ""
268274"``\" True\" `` are returned, respectively."
269275msgstr ""
270276
271- msgid ""
272- "The rules for integer representation are intended to give the most "
273- "meaningful interpretation of shift and mask operations involving negative "
274- "integers."
275- msgstr ""
276-
277277msgid ":class:`numbers.Real` (:class:`float`)"
278278msgstr ""
279279
@@ -384,6 +384,11 @@ msgid ""
384384"`del` (delete) statements."
385385msgstr ""
386386
387+ msgid ""
388+ "The :mod:`collections` and :mod:`array` module provide additional examples "
389+ "of mutable sequence types."
390+ msgstr ""
391+
387392msgid "There are currently two intrinsic mutable sequence types:"
388393msgstr ""
389394
@@ -406,11 +411,6 @@ msgid ""
406411"functionality as immutable :class:`bytes` objects."
407412msgstr ""
408413
409- msgid ""
410- "The extension module :mod:`array` provides an additional example of a "
411- "mutable sequence type, as does the :mod:`collections` module."
412- msgstr ""
413-
414414msgid "Set types"
415415msgstr ""
416416
@@ -1953,7 +1953,7 @@ msgid ""
19531953"`~object.__dict__` and *__weakref__* for each instance."
19541954msgstr ""
19551955
1956- msgid "Notes on using *__slots__*"
1956+ msgid "Notes on using *__slots__*: "
19571957msgstr ""
19581958
19591959msgid ""
@@ -3180,6 +3180,9 @@ msgstr ""
31803180msgid "integer"
31813181msgstr ""
31823182
3183+ msgid "representation"
3184+ msgstr ""
3185+
31833186msgid "Boolean"
31843187msgstr ""
31853188
@@ -3189,9 +3192,6 @@ msgstr ""
31893192msgid "True"
31903193msgstr ""
31913194
3192- msgid "representation"
3193- msgstr ""
3194-
31953195msgid "floating point"
31963196msgstr ""
31973197
@@ -3273,13 +3273,16 @@ msgstr ""
32733273msgid "statement"
32743274msgstr "instrukcja"
32753275
3276- msgid "list "
3276+ msgid "array "
32773277msgstr ""
32783278
3279- msgid "bytearray "
3279+ msgid "collections "
32803280msgstr ""
32813281
3282- msgid "array"
3282+ msgid "list"
3283+ msgstr ""
3284+
3285+ msgid "bytearray"
32833286msgstr ""
32843287
32853288msgid "set type"
0 commit comments