core/homeassistant/components/smarttub/translations/pl.json

25 lines
867 B
JSON
Raw Normal View History

2021-02-22 00:06:36 +00:00
{
"config": {
"abort": {
2021-04-24 00:03:34 +00:00
"already_configured": "Konto jest ju\u017c skonfigurowane",
2021-02-22 00:06:36 +00:00
"reauth_successful": "Ponowne uwierzytelnienie powiod\u0142o si\u0119"
},
"error": {
2021-05-12 00:04:03 +00:00
"invalid_auth": "Niepoprawne uwierzytelnienie"
2021-02-22 00:06:36 +00:00
},
"step": {
2021-04-24 00:03:34 +00:00
"reauth_confirm": {
"description": "Integracja SmartTub wymaga ponownego uwierzytelnienia konta",
"title": "Ponownie uwierzytelnij integracj\u0119"
},
2021-02-22 00:06:36 +00:00
"user": {
"data": {
"email": "Adres e-mail",
"password": "Has\u0142o"
},
"description": "Wprowad\u017a sw\u00f3j adres e-mail SmartTub oraz has\u0142o, aby si\u0119 zalogowa\u0107",
"title": "Logowanie"
}
}
}
}