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

29 lines
703 B
JSON

{
"config": {
"abort": {
"already_configured": "This Tile account is already registered."
},
"error": {
"invalid_credentials": "Invalid Tile credentials provided."
},
"step": {
"user": {
"data": {
"password": "Password",
"username": "Email"
},
"title": "Configure Tile"
}
}
},
"options": {
"step": {
"init": {
"data": {
"show_inactive": "Show inactive Tiles"
},
"title": "Configure Tile"
}
}
}
}