4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
6
6
# Translators:
7
- # Rafael Fontenelle <rffontenelle@gmail.com>, 2024
7
+ # Rafael Fontenelle <rffontenelle@gmail.com>, 2025
8
8
#
9
9
#, fuzzy
10
10
msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.10\n "
13
13
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2025-01-03 16:02 +0000\n "
14
+ "POT-Creation-Date : 2025-01-21 22:53 +0000\n "
15
15
"PO-Revision-Date : 2022-11-05 17:21+0000\n "
16
- "Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2024 \n "
16
+ "Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2025 \n "
17
17
"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
18
18
"MIME-Version : 1.0\n "
19
19
"Content-Type : text/plain; charset=UTF-8\n "
@@ -252,7 +252,7 @@ msgid ""
252
252
msgstr ""
253
253
254
254
msgid "binary file"
255
- msgstr ""
255
+ msgstr "plik binarny "
256
256
257
257
msgid ""
258
258
"A :term:`file object` able to read and write :term:`bytes-like objects "
@@ -1651,7 +1651,7 @@ msgid "See also :term:`borrowed reference`."
1651
1651
msgstr ""
1652
1652
1653
1653
msgid "text encoding"
1654
- msgstr ""
1654
+ msgstr "kodowanie tekstu "
1655
1655
1656
1656
msgid ""
1657
1657
"A string in Python is a sequence of Unicode code points (in range "
@@ -1668,6 +1668,8 @@ msgid ""
1668
1668
"There are a variety of different text serialization :ref:`codecs <standard-"
1669
1669
"encodings>`, which are collectively referred to as \" text encodings\" ."
1670
1670
msgstr ""
1671
+ "Istnieje wiele różnych serializacji tekstu :ref:`codecs <standard-"
1672
+ "encodings>`, które są zbiorczo określane jako \" kodowanie tekstu\" ."
1671
1673
1672
1674
msgid "text file"
1673
1675
msgstr ""
@@ -1679,6 +1681,12 @@ msgid ""
1679
1681
"text mode (``'r'`` or ``'w'``), :data:`sys.stdin`, :data:`sys.stdout`, and "
1680
1682
"instances of :class:`io.StringIO`."
1681
1683
msgstr ""
1684
+ ":term:`Obiekt pliku <file object>` może odczytywać i zapisywać obiekty :"
1685
+ "class:`str`. Często plik tekstowy faktycznie uzyskuje dostęp do strumienia "
1686
+ "danych zorientowanego na bajty i automatycznie obsługuje :term:`kodowanie "
1687
+ "tekstu <text encoding>`. Przykładami plików tekstowych są pliki otwierane w "
1688
+ "trybie tekstowym (``'r'`` lub ``'w'``), :data:`sys.stdin`, :data:`sys."
1689
+ "stdout` i instancje :class:`io.StringIO`."
1682
1690
1683
1691
msgid ""
1684
1692
"See also :term:`binary file` for a file object able to read and write :term:"
0 commit comments