55#
66# Translators:
77# python-doc bot, 2025
8- # Maciej Olko, 2025
8+ # Maciej Olko, 2026
99#
1010#, fuzzy
1111msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.15\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2026-09-15 17:49 +0000\n "
15+ "POT-Creation-Date : 2026-09-20 14:29 +0000\n "
1616"PO-Revision-Date : 2025-09-16 00:02+0000\n "
17- "Last-Translator : Maciej Olko, 2025 \n "
17+ "Last-Translator : Maciej Olko, 2026 \n "
1818"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
1919"MIME-Version : 1.0\n "
2020"Content-Type : text/plain; charset=UTF-8\n "
@@ -25,7 +25,7 @@ msgstr ""
2525"n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n "
2626
2727msgid "Input and output"
28- msgstr ""
28+ msgstr "Wejście i wyjście "
2929
3030msgid ""
3131"There are several ways to present the output of a program; data can be "
@@ -37,7 +37,7 @@ msgstr ""
3737"przyszłości. Ten rozdział omówi niektóre z możliwości."
3838
3939msgid "Fancier output formatting"
40- msgstr ""
40+ msgstr "Wymyślniejsze formatowanie wyjścia "
4141
4242msgid ""
4343"So far we've encountered two ways of writing values: *expression statements* "
@@ -221,7 +221,7 @@ msgstr ""
221221"kontrolę nad formatowaniem."
222222
223223msgid "Formatted string literals"
224- msgstr ""
224+ msgstr "f-stringi "
225225
226226msgid ""
227227":ref:`Formatted string literals <f-strings>` (also called f-strings for "
@@ -318,7 +318,7 @@ msgstr ""
318318"formatu <formatspec>`."
319319
320320msgid "The string format() method"
321- msgstr ""
321+ msgstr "Metoda format() ciągu znaków "
322322
323323msgid "Basic usage of the :meth:`str.format` method looks like this::"
324324msgstr "Podstawowe użycie metody :meth:`str.format` wygląda tak::"
@@ -483,7 +483,7 @@ msgstr ""
483483"meth:`str.format`, zobacz :ref:`formatstrings`."
484484
485485msgid "Manual string formatting"
486- msgstr ""
486+ msgstr "Ręczne formatowanie ciągów znaków "
487487
488488msgid "Here's the same table of squares and cubes, formatted manually::"
489489msgstr "Oto ta sama tabela kwadratów i sześcianów, sformatowana ręcznie::"
@@ -601,15 +601,17 @@ msgid ""
601601msgstr "Więcej informacji można znaleźć w sekcji :ref:`old-string-formatting`."
602602
603603msgid "Reading and writing files"
604- msgstr ""
604+ msgstr "Odczytywanie i zapisywanie plików "
605605
606606msgid ""
607607":func:`open` returns a :term:`file object`, and is most commonly used with "
608608"two positional arguments: ``open(filename, mode)``"
609609msgstr ""
610+ ":func:`open` zwraca :term:`obiekt pliku <file object>` i jest najczęściej "
611+ "używany z dwoma argumentami pozycyjnymi: ``open(filename, mode)``"
610612
611613msgid ">>> f = open('workfile', 'w')"
612- msgstr ""
614+ msgstr ">>> f = open('plikroboczy', 'w') "
613615
614616msgid ""
615617"The first argument is a string containing the filename. The second argument "
0 commit comments