summaryrefslogtreecommitdiff
path: root/locale/pl.po
diff options
context:
space:
mode:
authorSzymon Jakubiak <sz.a.jakubiak@gmail.com>2020-12-01 19:55:54 +0000
committerHosted Weblate <hosted@weblate.org>2020-12-01 20:56:03 +0100
commit44e0d98c62097d5e2c53616e380ccc104c4ccfcd (patch)
tree0ef5852a555f6f9698eb4213aed3c739815aecdb /locale/pl.po
parentf6cba4c9743cb2a9e5b23c61453d5d3aed789e37 (diff)
Translated using Weblate (Polish)
Currently translated at 70.9% (613 of 864 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pl/
Diffstat (limited to 'locale/pl.po')
-rw-r--r--locale/pl.po8
1 files changed, 4 insertions, 4 deletions
diff --git a/locale/pl.po b/locale/pl.po
index 66048c247..9f8de945e 100644
--- a/locale/pl.po
+++ b/locale/pl.po
@@ -7,8 +7,8 @@ msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-11-24 15:40-0500\n"
-"PO-Revision-Date: 2020-12-01 19:53+0000\n"
-"Last-Translator: Maciej Stankiewicz <tawezik@gmail.com>\n"
+"PO-Revision-Date: 2020-12-01 19:56+0000\n"
+"Last-Translator: Szymon Jakubiak <sz.a.jakubiak@gmail.com>\n"
"Language-Team: pl\n"
"Language: pl\n"
"MIME-Version: 1.0\n"
@@ -128,7 +128,7 @@ msgstr "Obiekt '%q' nie wspiera '%q'"
#: py/obj.c
msgid "'%q' object does not support item assignment"
-msgstr ""
+msgstr "'%q' obiekt nie wspiera dopisywania elementów"
#: py/obj.c
msgid "'%q' object does not support item deletion"
@@ -152,7 +152,7 @@ msgstr "Obiekt '%q' nie jest iterowalny"
#: py/obj.c
msgid "'%q' object is not subscriptable"
-msgstr ""
+msgstr "'%q' obiekt nie jest indeksowany"
#: py/emitinlinethumb.c py/emitinlinextensa.c
#, c-format