Skip to content

Commit d296950

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 3f2af1a commit d296950

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

README.md

+2-2
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-
![54.88% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-54.88%25-0.svg)
19-
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-3.10%25-0.svg)
18+
![55.07% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-55.07%25-0.svg)
19+
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-3.11%25-0.svg)
2020
![21 tłumaczy](https://img.shields.io/badge/tłumaczy-21-0.svg)
2121
<!-- [[[end]]] -->
2222

tutorial/classes.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ msgid ""
1515
msgstr ""
1616
"Project-Id-Version: Python 3.13\n"
1717
"Report-Msgid-Bugs-To: \n"
18-
"POT-Creation-Date: 2024-05-11 18:37+0000\n"
18+
"POT-Creation-Date: 2024-05-31 14:14+0000\n"
1919
"PO-Revision-Date: 2021-06-28 01:49+0000\n"
2020
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2024\n"
2121
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

tutorial/errors.po

+10
Original file line numberDiff line numberDiff line change
@@ -214,12 +214,17 @@ msgid ""
214214
"it would have printed B, B, B --- the first matching *except clause* is "
215215
"triggered."
216216
msgstr ""
217+
"Zauważ, że jeśli *klauzule except* byłyby odwrócone (z ``except B`` na "
218+
"pierwszym miejscu), wypisane zostałoby B, B, B --- uruchamiana jest pierwsza "
219+
"pasująca *klauzula except*."
217220

218221
msgid ""
219222
"When an exception occurs, it may have associated values, also known as the "
220223
"exception's *arguments*. The presence and types of the arguments depend on "
221224
"the exception type."
222225
msgstr ""
226+
"Gdy wystąpi wyjątek, może on mieć powiązane wartości, znane również jako "
227+
"*argumenty* wyjątku. Obecność i typy argumentów zależą od typu wyjątku."
223228

224229
msgid ""
225230
"The *except clause* may specify a variable after the exception name. The "
@@ -228,6 +233,11 @@ msgid ""
228233
"types define :meth:`~object.__str__` to print all the arguments without "
229234
"explicitly accessing ``.args``. ::"
230235
msgstr ""
236+
"*Klauzula except* może określać nazwę zmiennej po nazwie wyjątku. Zmienna "
237+
"jest powiązana z instancją wyjątku, która zazwyczaj posiada atrybut ``args`` "
238+
"przechowujący argumenty. Dla wygody, typy wyjątków wbudowanych definiują :"
239+
"meth:`~object.__str__` drukującą wszystkie argumenty bez odwoływania się do "
240+
"``.args``. ::"
231241

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

0 commit comments

Comments
 (0)