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

Skip to content

Commit dde00ce

Browse files
committed
Update translation from Transifex
1 parent 8c59a82 commit dde00ce

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Polskie tłumaczenie dokumentacji Pythona
22
========================================
33
![build](https://github.com/python/python-docs-pl/workflows/.github/workflows/update-and-build.yml/badge.svg)
4-
![41.61% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-41.61%25-0.svg)
4+
![41.85% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-41.85%25-0.svg)
55
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/dynamic/json.svg?label=całość&query=$.pl&url=http://gce.zhsj.me/python/39)
6-
![14 tłumaczy](https://img.shields.io/badge/tłumaczy-14-0.svg)
6+
![15 tłumaczy](https://img.shields.io/badge/tłumaczy-15-0.svg)
77

88
Praca nad tłumaczeniem dokumentacji odbywa się na platformie [Transifex](https://www.transifex.com/).
99

tutorial/errors.po

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# m_aciek <[email protected]>, 2020
88
# Igor Zubrycki <[email protected]>, 2020
99
# Ciarbin Ciarbin <[email protected]>, 2021
10+
# Jarosław Piszczała, 2021
1011
#
1112
#, fuzzy
1213
msgid ""
@@ -15,7 +16,7 @@ msgstr ""
1516
"Report-Msgid-Bugs-To: \n"
1617
"POT-Creation-Date: 2021-05-05 06:14+0000\n"
1718
"PO-Revision-Date: 2017-02-16 23:40+0000\n"
18-
"Last-Translator: Ciarbin Ciarbin <[email protected]>, 2021\n"
19+
"Last-Translator: Jarosław Piszczała, 2021\n"
1920
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
2021
"MIME-Version: 1.0\n"
2122
"Content-Type: text/plain; charset=UTF-8\n"
@@ -212,7 +213,7 @@ msgid ""
212213
msgstr ""
213214

214215
msgid "Raising Exceptions"
215-
msgstr ""
216+
msgstr "Rzucanie Wyjątków"
216217

217218
msgid ""
218219
"The :keyword:`raise` statement allows the programmer to force a specified "
@@ -234,7 +235,7 @@ msgid ""
234235
msgstr ""
235236

236237
msgid "Exception Chaining"
237-
msgstr ""
238+
msgstr "Łańcuch Wyjątków"
238239

239240
msgid ""
240241
"The :keyword:`raise` statement allows an optional :keyword:`from<raise>` "
@@ -255,7 +256,7 @@ msgid ""
255256
msgstr ""
256257

257258
msgid "User-defined Exceptions"
258-
msgstr ""
259+
msgstr "Wyjątki Zdefiniowane przez Użytkownika"
259260

260261
msgid ""
261262
"Programs may name their own exceptions by creating a new exception class "

0 commit comments

Comments
 (0)