66# Translators:
77# Igor Zubrycki <[email protected] >, 202188# haaritsubaki, 2023
9- # Maciej Olko <[email protected] >, 2024109# Ciarbin <[email protected] >, 20241110# Wiktor Matuszewski <[email protected] >, 202411+ # Maciej Olko <[email protected] >, 20241212#
1313#, fuzzy
1414msgid ""
@@ -17,7 +17,7 @@ msgstr ""
1717"Report-Msgid-Bugs-To : \n "
1818"POT-Creation-Date : 2024-08-31 10:59+0000\n "
1919"PO-Revision-Date : 2021-06-28 01:06+0000\n "
20- "Last-Translator : Wiktor Matuszewski <wiktor.matuszewski @gmail.com>, 2024\n "
20+ "Last-Translator : Maciej Olko <maciej.olko @gmail.com>, 2024\n "
2121"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
2222"MIME-Version : 1.0\n "
2323"Content-Type : text/plain; charset=UTF-8\n "
@@ -1623,6 +1623,9 @@ msgid ""
16231623"cannot be opened, an :exc:`OSError` is raised. See :ref:`tut-files` for more "
16241624"examples of how to use this function."
16251625msgstr ""
1626+ "Otwiera *file* i zwraca odpowiedni :term:`obiekt pliku <file object>`. "
1627+ "Jeśli pliku nie da się otworzyć, rzucany jest :exc:`OSError`. Więcej "
1628+ "przykładów użycia tej funkcji można znaleźć w :ref:`tut-files`."
16261629
16271630msgid ""
16281631"*file* is a :term:`path-like object` giving the pathname (absolute or "
@@ -1631,6 +1634,12 @@ msgid ""
16311634"given, it is closed when the returned I/O object is closed unless *closefd* "
16321635"is set to ``False``.)"
16331636msgstr ""
1637+ "*file* jest :term:`obiektem path-like <path-like object>` podającym nazwę "
1638+ "ścieżki (bezwzględną lub względną do bieżącego katalogu roboczego) pliku, "
1639+ "który ma zostać otwarty, lub liczbą całkowitą deskryptora pliku, który ma "
1640+ "zostać opakowany. (Jeśli podano deskryptor pliku, jest on zamykany, gdy "
1641+ "zwrócony obiekt I/O jest zamykany, chyba że *closefd* jest ustawione na "
1642+ "``False``.)"
16341643
16351644msgid ""
16361645"*mode* is an optional string that specifies the mode in which the file is "
0 commit comments