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

36 lines
925 B
JSON

{
"config": {
"abort": {
"already_configured": "Account is already configured",
"reauth_successful": "Re-authentication was successful"
},
"error": {
"invalid_auth": "Invalid authentication"
},
"step": {
"reauth_confirm": {
"data": {
"password": "Password"
},
"title": "Re-authenticate Tile"
},
"user": {
"data": {
"password": "Password",
"username": "Email"
},
"title": "Configure Tile"
}
}
},
"options": {
"step": {
"init": {
"data": {
"show_inactive": "Show inactive Tiles"
},
"title": "Configure Tile"
}
}
}
}