Skip to content

Commit 8ff8079

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 85da322 commit 8ff8079

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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-
![53.96% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-53.96%25-0.svg)
18+
![54.22% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-54.22%25-0.svg)
1919
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-3.93%25-0.svg)
2020
![6 tłumaczy](https://img.shields.io/badge/tłumaczy-6-0.svg)
2121
<!-- [[[end]]] -->

tutorial/errors.po

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-05-31 15:21+0000\n"
14+
"POT-Creation-Date: 2024-06-14 19:33+0000\n"
1515
"PO-Revision-Date: 2023-05-24 02:23+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -205,12 +205,17 @@ msgid ""
205205
"it would have printed B, B, B --- the first matching *except clause* is "
206206
"triggered."
207207
msgstr ""
208+
"Zauważ, że jeśli *klauzule except* byłyby odwrócone (z ``except B`` na "
209+
"pierwszym miejscu), wypisane zostałoby B, B, B --- uruchamiana jest pierwsza "
210+
"pasująca *klauzula except*."
208211

209212
msgid ""
210213
"When an exception occurs, it may have associated values, also known as the "
211214
"exception's *arguments*. The presence and types of the arguments depend on "
212215
"the exception type."
213216
msgstr ""
217+
"Gdy wystąpi wyjątek, może on mieć powiązane wartości, znane również jako "
218+
"*argumenty* wyjątku. Obecność i typy argumentów zależą od typu wyjątku."
214219

215220
msgid ""
216221
"The *except clause* may specify a variable after the exception name. The "
@@ -219,6 +224,11 @@ msgid ""
219224
"types define :meth:`~object.__str__` to print all the arguments without "
220225
"explicitly accessing ``.args``. ::"
221226
msgstr ""
227+
"*Klauzula except* może określać nazwę zmiennej po nazwie wyjątku. Zmienna "
228+
"jest powiązana z instancją wyjątku, która zazwyczaj posiada atrybut ``args`` "
229+
"przechowujący argumenty. Dla wygody, typy wyjątków wbudowanych definiują :"
230+
"meth:`~object.__str__` drukującą wszystkie argumenty bez odwoływania się do "
231+
"``.args``. ::"
222232

223233
msgid ""
224234
"The exception's :meth:`~object.__str__` output is printed as the last part "

0 commit comments

Comments
 (0)