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

36 lines
1014 B
JSON
Raw Normal View History

2020-06-17 00:11:42 +00:00
{
"config": {
2020-10-08 00:06:03 +00:00
"abort": {
2021-12-29 00:13:49 +00:00
"already_configured": "Konto jest ju\u017c skonfigurowane",
"reauth_successful": "Ponowne uwierzytelnienie powiod\u0142o si\u0119"
2020-10-08 00:06:03 +00:00
},
2020-10-07 00:06:20 +00:00
"error": {
2020-11-11 11:10:09 +00:00
"invalid_auth": "Niepoprawne uwierzytelnienie"
2020-10-07 00:06:20 +00:00
},
2020-06-17 00:11:42 +00:00
"step": {
2021-12-29 00:13:49 +00:00
"reauth_confirm": {
"data": {
"password": "Has\u0142o"
},
"title": "Ponownie uwierzytelnij Tile"
},
2020-06-17 00:11:42 +00:00
"user": {
"data": {
"password": "Has\u0142o",
2020-07-21 00:03:00 +00:00
"username": "Adres e-mail"
2020-10-08 00:06:03 +00:00
},
"title": "Konfiguracja Tile"
}
}
},
"options": {
"step": {
"init": {
"data": {
"show_inactive": "Poka\u017c nieaktywne urz\u0105dzenia Tile"
},
"title": "Konfiguracja urz\u0105dzenia Tile"
2020-06-17 00:11:42 +00:00
}
}
}
}