File tree Expand file tree Collapse file tree 9 files changed +16
-8
lines changed Expand file tree Collapse file tree 9 files changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ f'''''')
16
16
]]] -->
17
17
![ build] ( https://github.com/python/python-docs-pl/workflows/.github/workflows/update-lint-and-build.yml/badge.svg )
18
- ![ 55.78 % przełącznika języków] ( https://img.shields.io/badge/przełącznik_języków-55.78 %25-0.svg )
18
+ ![ 56.00 % przełącznika języków] ( https://img.shields.io/badge/przełącznik_języków-56.00 %25-0.svg )
19
19
![ postęp tłumaczenia całości dokumentacji] ( https://img.shields.io/badge/całość-3.12%25-0.svg )
20
20
![ 21 tłumaczy] ( https://img.shields.io/badge/tłumaczy-21-0.svg )
21
21
<!-- [[[end]]] -->
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ msgid ""
13
13
msgstr ""
14
14
"Project-Id-Version : Python 3.13\n "
15
15
"Report-Msgid-Bugs-To : \n "
16
- "POT-Creation-Date : 2024-06-07 14:15+0000\n "
16
+ "POT-Creation-Date : 2024-06-28 14:15+0000\n "
17
17
"PO-Revision-Date : 2021-06-28 00:48+0000\n "
18
18
"Last-Translator : haaritsubaki, 2023\n "
19
19
"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ msgid ""
12
12
msgstr ""
13
13
"Project-Id-Version : Python 3.13\n "
14
14
"Report-Msgid-Bugs-To : \n "
15
- "POT-Creation-Date : 2024-06-07 14:15+0000\n "
15
+ "POT-Creation-Date : 2024-06-28 14:15+0000\n "
16
16
"PO-Revision-Date : 2021-06-28 00:52+0000\n "
17
17
"Last-Translator : Maciej Olko <maciej.olko@gmail.com>, 2022\n "
18
18
"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.13\n "
13
13
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2024-06-07 14:15+0000\n "
14
+ "POT-Creation-Date : 2024-06-28 14:15+0000\n "
15
15
"PO-Revision-Date : 2021-06-28 00:52+0000\n "
16
16
"Last-Translator : Seweryn Piórkowski <seweryn.piorkowski@gmail.com>, 2021\n "
17
17
"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ msgid ""
14
14
msgstr ""
15
15
"Project-Id-Version : Python 3.13\n "
16
16
"Report-Msgid-Bugs-To : \n "
17
- "POT-Creation-Date : 2024-06-07 14:15+0000\n "
17
+ "POT-Creation-Date : 2024-06-28 14:15+0000\n "
18
18
"PO-Revision-Date : 2021-06-28 00:53+0000\n "
19
19
"Last-Translator : Waldemar Stoczkowski, 2023\n "
20
20
"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.13\n "
13
13
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2024-06-07 14:15+0000\n "
14
+ "POT-Creation-Date : 2024-06-28 14:15+0000\n "
15
15
"PO-Revision-Date : 2021-06-28 01:49+0000\n "
16
16
"Last-Translator : Seweryn Piórkowski <seweryn.piorkowski@gmail.com>, 2021\n "
17
17
"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
Original file line number Diff line number Diff line change @@ -332,12 +332,20 @@ msgid ""
332
332
"its subclasses). If an exception class is passed, it will be implicitly "
333
333
"instantiated by calling its constructor with no arguments::"
334
334
msgstr ""
335
+ "Jedyny argument do :keyword:`raise` wskazuje wyjątek, który ma być rzucony. "
336
+ "Musi to być albo instancja wyjątku, albo klasa wyjątku (klasa dziedzicząca "
337
+ "z :class:`BaseException`, taka jak :exc:`Exception` lub jedna z jej "
338
+ "podklas). Jeśli przekazana zostanie klasa wyjątku, zostanie ona niejawnie "
339
+ "zainicjowana przez wywołanie jej konstruktora bez argumentów::"
335
340
336
341
msgid ""
337
342
"If you need to determine whether an exception was raised but don't intend to "
338
343
"handle it, a simpler form of the :keyword:`raise` statement allows you to re-"
339
344
"raise the exception::"
340
345
msgstr ""
346
+ "Jeśli chcesz rozpoznać, czy wyjątek został rzucony, ale nie zamierzasz go "
347
+ "obsługiwać, prostsza forma instrukcji :keyword:`raise` pozwala na ponowne "
348
+ "rzucenie wyjątku::"
341
349
342
350
msgid "Exception Chaining"
343
351
msgstr "Łańcuch wyjątków"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ msgid ""
12
12
msgstr ""
13
13
"Project-Id-Version : Python 3.13\n "
14
14
"Report-Msgid-Bugs-To : \n "
15
- "POT-Creation-Date : 2024-06-07 14:15+0000\n "
15
+ "POT-Creation-Date : 2024-06-28 14:15+0000\n "
16
16
"PO-Revision-Date : 2021-06-28 01:50+0000\n "
17
17
"Last-Translator : Maciej Olko <maciej.olko@gmail.com>, 2024\n "
18
18
"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.13\n "
13
13
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2024-06-07 14:15+0000\n "
14
+ "POT-Creation-Date : 2024-06-28 14:15+0000\n "
15
15
"PO-Revision-Date : 2021-06-28 01:51+0000\n "
16
16
"Last-Translator : Seweryn Piórkowski <seweryn.piorkowski@gmail.com>, 2021\n "
17
17
"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
You can’t perform that action at this time.
0 commit comments