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