Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7ed1a0e

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent cd29ee8 commit 7ed1a0e

3 files changed

Lines changed: 19 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ f'''![build](https://github.com/python/python-docs-pl/workflows/.github/workflow
1515
![{translators} tłumaczy](https://img.shields.io/badge/tłumaczy-{translators}-0.svg)''')
1616
]]] -->
1717
![build](https://github.com/python/python-docs-pl/workflows/.github/workflows/update-lint-and-build.yml/badge.svg)
18-
![56.67% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-56.67%25-0.svg)
19-
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-3.23%25-0.svg)
18+
![56.85% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-56.85%25-0.svg)
19+
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-3.24%25-0.svg)
2020
![24 tłumaczy](https://img.shields.io/badge/tłumaczy-24-0.svg)
2121
<!-- [[[end]]] -->
2222

library/functions.po

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
# Translators:
77
# Igor Zubrycki <[email protected]>, 2021
88
# haaritsubaki, 2023
9-
# Maciej Olko <[email protected]>, 2024
109
# Ciarbin <[email protected]>, 2024
1110
# Wiktor Matuszewski <[email protected]>, 2024
11+
# Maciej Olko <[email protected]>, 2024
1212
#
1313
#, fuzzy
1414
msgid ""
@@ -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."
16251625
msgstr ""
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

16271630
msgid ""
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``.)"
16331636
msgstr ""
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

16351644
msgid ""
16361645
"*mode* is an optional string that specifies the mode in which the file is "

library/logging.po

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Maciej Olko <[email protected]>, 2023
7+
# Maciej Olko <[email protected]>, 2024
88
#
99
#, fuzzy
1010
msgid ""
@@ -13,7 +13,7 @@ msgstr ""
1313
"Report-Msgid-Bugs-To: \n"
1414
"POT-Creation-Date: 2024-08-31 10:59+0000\n"
1515
"PO-Revision-Date: 2021-06-28 01:09+0000\n"
16-
"Last-Translator: Maciej Olko <[email protected]>, 2023\n"
16+
"Last-Translator: Maciej Olko <[email protected]>, 2024\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
1818
"MIME-Version: 1.0\n"
1919
"Content-Type: text/plain; charset=UTF-8\n"
@@ -475,6 +475,10 @@ msgid ""
475475
"interpreted as for :meth:`debug`. Exception info is added to the logging "
476476
"message. This method should only be called from an exception handler."
477477
msgstr ""
478+
"Loguje wiadomość z poziomem :const:`ERROR` na tym loggerze. Argumenty są "
479+
"interpretowane jak dla :meth:`debug`. Informacje o wyjątku są dodawane do "
480+
"komunikatu logowania. Ta metoda powinna być wywoływana tylko wewnątrz "
481+
"klauzuli ``except``."
478482

479483
msgid "Adds the specified filter *filter* to this logger."
480484
msgstr ""

0 commit comments

Comments
 (0)