@@ -17,7 +17,7 @@ msgid ""
1717msgstr ""
1818"Project-Id-Version : Python 3.13\n "
1919"Report-Msgid-Bugs-To : \n "
20- "POT-Creation-Date : 2024-12-13 14:18 +0000\n "
20+ "POT-Creation-Date : 2024-12-27 14:16 +0000\n "
2121"PO-Revision-Date : 2021-06-28 00:47+0000\n "
2222"Last-Translator : Stanislaw Ulbrych, 2024\n "
2323"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -1897,7 +1897,7 @@ msgid "See also :term:`borrowed reference`."
18971897msgstr ""
18981898
18991899msgid "text encoding"
1900- msgstr ""
1900+ msgstr "kodowanie tekstu "
19011901
19021902msgid ""
19031903"A string in Python is a sequence of Unicode code points (in range "
@@ -1914,6 +1914,8 @@ msgid ""
19141914"There are a variety of different text serialization :ref:`codecs <standard-"
19151915"encodings>`, which are collectively referred to as \" text encodings\" ."
19161916msgstr ""
1917+ "Istnieje wiele różnych serializacji tekstu :ref:`codecs <standard-"
1918+ "encodings>`, które są zbiorczo określane jako \" kodowanie tekstu\" ."
19171919
19181920msgid "text file"
19191921msgstr ""
@@ -1925,6 +1927,12 @@ msgid ""
19251927"text mode (``'r'`` or ``'w'``), :data:`sys.stdin`, :data:`sys.stdout`, and "
19261928"instances of :class:`io.StringIO`."
19271929msgstr ""
1930+ "Obiekt :term:`file` może odczytywać i zapisywać obiekty :class:`str`. Często "
1931+ "plik tekstowy faktycznie uzyskuje dostęp do strumienia danych zorientowanego "
1932+ "na bajty i automatycznie obsługuje :term:`kodowanie tekstu`. Przykładami "
1933+ "plików tekstowych są pliki otwierane w trybie tekstowym (``'r'`` lub "
1934+ "``'w'``), :data:`sys.stdin`, :data:`sys.stdout` i instancje :class:`io."
1935+ "StringIO`."
19281936
19291937msgid ""
19301938"See also :term:`binary file` for a file object able to read and write :term:"
0 commit comments