From 7a771b99475e9fb8163d7d4abd58c61db9593831 Mon Sep 17 00:00:00 2001 From: wareczek Date: Mon, 9 Sep 2024 00:17:57 +0200 Subject: [PATCH 1/2] updated pl translation --- custom_components/sonoff/translations/pl.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/custom_components/sonoff/translations/pl.json b/custom_components/sonoff/translations/pl.json index 4db62679..9761ff96 100644 --- a/custom_components/sonoff/translations/pl.json +++ b/custom_components/sonoff/translations/pl.json @@ -1,18 +1,19 @@ { "config": { "abort": { - "reauth_successful": "Ponowne uwierzytelnienie powiod\u0142o si\u0119" + "reauth_successful": "Ponowne uwierzytelnienie powiodło się" }, "error": { - "exists": "To konto jest juz skonfigurowane", + "exists": "To konto jest już skonfigurowane", "template": "{error}" }, "step": { "user": { "description": "Wpisz dane konta [eWeLink](https://www.ewelink.cc/pl/)", "data": { - "username": "Adres email lub telefon (użyj dowolnych dla trybu DIY)", - "password": "Hasło (pozostaw puste dla trybu DIY)" + "username": "Adres e-mail lub numer telefonu (użyj dowolnych dla trybu DIY)", + "password": "Hasło (pozostaw puste dla trybu DIY)", + "country_code": "Kod kraju (pozostaw puste dla automatycznego wyboru)" } } } @@ -22,7 +23,7 @@ "init": { "data": { "mode": "Tryb (auto jest rekomendowany dla większości użytkowników)", - "homes": "Domy (pozostaw nie zaznaczone dla \"obecnego\")", + "homes": "Domy (pozostaw niezaznaczone dla aktywnego w aplikacji mobilnej)", "debug": "Strona debugowania (Integracja > Menu > Znane problemy)" } } @@ -31,7 +32,7 @@ "system_health": { "info": { "version": "Wersja", - "cloud_online": "Urządzenie chmurowe online", + "cloud_online": "Urzadzenia chmurowe online", "local_online": "Urzadzenia lokalne online", "debug": "Strona debugowania" } From 920a76f15ada2b0262f9d68e9c890af055c908d4 Mon Sep 17 00:00:00 2001 From: wareczek Date: Mon, 9 Sep 2024 00:23:45 +0200 Subject: [PATCH 2/2] updated pl translation --- custom_components/sonoff/translations/pl.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/sonoff/translations/pl.json b/custom_components/sonoff/translations/pl.json index 9761ff96..0b3aaaf8 100644 --- a/custom_components/sonoff/translations/pl.json +++ b/custom_components/sonoff/translations/pl.json @@ -32,8 +32,8 @@ "system_health": { "info": { "version": "Wersja", - "cloud_online": "Urzadzenia chmurowe online", - "local_online": "Urzadzenia lokalne online", + "cloud_online": "Urządzenia chmurowe online", + "local_online": "Urządzenia lokalne online", "debug": "Strona debugowania" } }