Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated PL translation #1483

Merged
merged 2 commits into from
Sep 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions custom_components/sonoff/translations/pl.json
Original file line number Diff line number Diff line change
@@ -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)"
}
}
}
Expand All @@ -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)"
}
}
Expand All @@ -31,8 +32,8 @@
"system_health": {
"info": {
"version": "Wersja",
"cloud_online": "Urządzenie chmurowe online",
"local_online": "Urzadzenia lokalne online",
"cloud_online": "Urządzenia chmurowe online",
"local_online": "Urządzenia lokalne online",
"debug": "Strona debugowania"
}
}
Expand Down
Loading