Skip to content

Commit

Permalink
Added Polish translation (#38)
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Kurzawa <[email protected]>
  • Loading branch information
kuadam and akurzawalmr authored Nov 16, 2022
1 parent 066e739 commit 983c504
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions custom_components/aquarea/translations/pl.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
}
}

0 comments on commit 983c504

Please sign in to comment.