11# SOME DESCRIPTIVE TITLE.
2- # Copyright (C) 2001-2024 , Python Software Foundation
2+ # Copyright (C) 2001-2025 , Python Software Foundation
33# This file is distributed under the same license as the Python package.
44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
66# Translators:
7- # Rafael Fontenelle <rffontenelle@gmail.com>, 2024
7+ # Rafael Fontenelle <rffontenelle@gmail.com>, 2025
88#
99#, fuzzy
1010msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.12\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2024-12-20 14:50 +0000\n "
14+ "POT-Creation-Date : 2025-01-03 14:53 +0000\n "
1515"PO-Revision-Date : 2024-05-11 00:32+0000\n "
16- "Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2024 \n "
16+ "Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2025 \n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
1818"MIME-Version : 1.0\n "
1919"Content-Type : text/plain; charset=UTF-8\n "
@@ -262,7 +262,7 @@ msgid ""
262262msgstr ""
263263
264264msgid "binary file"
265- msgstr ""
265+ msgstr "plik binarny "
266266
267267msgid ""
268268"A :term:`file object` able to read and write :term:`bytes-like objects "
@@ -1784,7 +1784,7 @@ msgid "See also :term:`borrowed reference`."
17841784msgstr ""
17851785
17861786msgid "text encoding"
1787- msgstr ""
1787+ msgstr "kodowanie tekstu "
17881788
17891789msgid ""
17901790"A string in Python is a sequence of Unicode code points (in range "
@@ -1801,6 +1801,8 @@ msgid ""
18011801"There are a variety of different text serialization :ref:`codecs <standard-"
18021802"encodings>`, which are collectively referred to as \" text encodings\" ."
18031803msgstr ""
1804+ "Istnieje wiele różnych serializacji tekstu :ref:`codecs <standard-"
1805+ "encodings>`, które są zbiorczo określane jako \" kodowanie tekstu\" ."
18041806
18051807msgid "text file"
18061808msgstr ""
@@ -1812,6 +1814,12 @@ msgid ""
18121814"text mode (``'r'`` or ``'w'``), :data:`sys.stdin`, :data:`sys.stdout`, and "
18131815"instances of :class:`io.StringIO`."
18141816msgstr ""
1817+ ":term:`Obiekt pliku <file object>` może odczytywać i zapisywać obiekty :"
1818+ "class:`str`. Często plik tekstowy faktycznie uzyskuje dostęp do strumienia "
1819+ "danych zorientowanego na bajty i automatycznie obsługuje :term:`kodowanie "
1820+ "tekstu <text encoding>`. Przykładami plików tekstowych są pliki otwierane w "
1821+ "trybie tekstowym (``'r'`` lub ``'w'``), :data:`sys.stdin`, :data:`sys."
1822+ "stdout` i instancje :class:`io.StringIO`."
18151823
18161824msgid ""
18171825"See also :term:`binary file` for a file object able to read and write :term:"
0 commit comments