summaryrefslogtreecommitdiff
path: root/locale
diff options
context:
space:
mode:
authorMaciej Stankiewicz <tawezik@gmail.com>2021-01-26 21:16:01 +0000
committerHosted Weblate <hosted@weblate.org>2021-01-27 02:31:36 +0100
commit2918b73828ea68e6a9765923173021fe95b7d808 (patch)
treee593dae895c5bcc0480a0c8d9ae6fc0b92b50a2f /locale
parent85508d7cc17b96b4cb3ac41fbf03b0371f1b441d (diff)
Translated using Weblate (Polish)
Currently translated at 67.7% (626 of 924 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pl/
Diffstat (limited to 'locale')
-rw-r--r--locale/pl.po8
1 files changed, 4 insertions, 4 deletions
diff --git a/locale/pl.po b/locale/pl.po
index a6bb1c216..66758b36a 100644
--- a/locale/pl.po
+++ b/locale/pl.po
@@ -7,7 +7,7 @@ msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-01-04 12:55-0600\n"
-"PO-Revision-Date: 2021-01-20 02:40+0000\n"
+"PO-Revision-Date: 2021-01-27 01:31+0000\n"
"Last-Translator: Maciej Stankiewicz <tawezik@gmail.com>\n"
"Language-Team: pl\n"
"Language: pl\n"
@@ -3138,7 +3138,7 @@ msgstr ""
#: py/parse.c
msgid "malformed f-string"
-msgstr ""
+msgstr "źle sformatowany f-string"
#: shared-bindings/_stage/Layer.c
msgid "map buffer too small"
@@ -3407,11 +3407,11 @@ msgstr "offset poza zakresem"
#: ports/nrf/common-hal/audiobusio/PDMIn.c
msgid "only bit_depth=16 is supported"
-msgstr ""
+msgstr "obsługiwane jest tylko bit_depth=16"
#: ports/nrf/common-hal/audiobusio/PDMIn.c
msgid "only sample_rate=16000 is supported"
-msgstr ""
+msgstr "obsługiwane jest tylko sample_rate=16000"
#: py/objarray.c py/objstr.c py/objstrunicode.c py/objtuple.c
#: shared-bindings/alarm/SleepMemory.c shared-bindings/nvm/ByteArray.c