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

29 lines
673 B
JSON
Raw Normal View History

{
"config": {
"abort": {
2020-10-07 00:06:20 +00:00
"already_configured": "Account is already configured"
},
"error": {
2020-11-11 11:10:09 +00:00
"invalid_auth": "Invalid authentication"
},
"step": {
"user": {
"data": {
2020-06-05 00:05:36 +00:00
"password": "Password",
"username": "Email"
},
"title": "Configure Tile"
}
}
},
"options": {
"step": {
"init": {
"data": {
"show_inactive": "Show inactive Tiles"
},
"title": "Configure Tile"
}
}
}
}