From 983c50470c6468acf219e954c6009a5aa5e7d860 Mon Sep 17 00:00:00 2001 From: Adam Kurzawa Date: Wed, 16 Nov 2022 12:04:11 +0100 Subject: [PATCH] Added Polish translation (#38) Co-authored-by: Adam Kurzawa --- .../aquarea/translations/pl.json | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 custom_components/aquarea/translations/pl.json diff --git a/custom_components/aquarea/translations/pl.json b/custom_components/aquarea/translations/pl.json new file mode 100644 index 0000000..b582c76 --- /dev/null +++ b/custom_components/aquarea/translations/pl.json @@ -0,0 +1,27 @@ +{ + "config": { + "abort": { + "already_configured": "Urządzenie jest już skonfigurowane" + }, + "error": { + "cannot_connect": "Nie udało się połączyć", + "invalid_auth": "Niprawidłowa nazwa użytkownika lub hasło", + "unknown": "Wystąpił nieznany błąd" + }, + "step": { + "user": { + "description": "Wprowadź swój identyfikator Panasonic ID i hasło:", + "data": { + "password": "Hasło", + "username": "Nazwa użytkownika" + } + }, + "reauth": { + "description": "Wprowadź hasło dla swojego identyfikatora Panasonic ID {username}:", + "data": { + "password": "Hasło" + } + } + } + } +} \ No newline at end of file