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
- # Rafael Fontenelle <[email protected] >, 2024
7
+ # Rafael Fontenelle <[email protected] >, 2025
8
8
#
9
9
#, fuzzy
10
10
msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.12\n "
13
13
"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 "
15
15
"PO-Revision-Date : 2024-05-11 00:32+0000\n "
16
- "
Last-Translator :
Rafael Fontenelle <[email protected] >, 2024 \n "
16
+ "
Last-Translator :
Rafael Fontenelle <[email protected] >, 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 "
@@ -262,7 +262,7 @@ msgid ""
262
262
msgstr ""
263
263
264
264
msgid "binary file"
265
- msgstr ""
265
+ msgstr "plik binarny "
266
266
267
267
msgid ""
268
268
"A :term:`file object` able to read and write :term:`bytes-like objects "
@@ -1784,7 +1784,7 @@ msgid "See also :term:`borrowed reference`."
1784
1784
msgstr ""
1785
1785
1786
1786
msgid "text encoding"
1787
- msgstr ""
1787
+ msgstr "kodowanie tekstu "
1788
1788
1789
1789
msgid ""
1790
1790
"A string in Python is a sequence of Unicode code points (in range "
@@ -1801,6 +1801,8 @@ msgid ""
1801
1801
"There are a variety of different text serialization :ref:`codecs <standard-"
1802
1802
"encodings>`, which are collectively referred to as \" text encodings\" ."
1803
1803
msgstr ""
1804
+ "Istnieje wiele różnych serializacji tekstu :ref:`codecs <standard-"
1805
+ "encodings>`, które są zbiorczo określane jako \" kodowanie tekstu\" ."
1804
1806
1805
1807
msgid "text file"
1806
1808
msgstr ""
@@ -1812,6 +1814,12 @@ msgid ""
1812
1814
"text mode (``'r'`` or ``'w'``), :data:`sys.stdin`, :data:`sys.stdout`, and "
1813
1815
"instances of :class:`io.StringIO`."
1814
1816
msgstr ""
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`."
1815
1823
1816
1824
msgid ""
1817
1825
"See also :term:`binary file` for a file object able to read and write :term:"
0 commit comments