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

21 lines
623 B
JSON

{
"config": {
"abort": {
"already_configured": "Service is already configured"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_access_token": "Invalid access token",
"timeout": "Timeout connecting to Tibber"
},
"step": {
"user": {
"data": {
"access_token": "Access Token"
},
"description": "Enter your access token from https://developer.tibber.com/settings/accesstoken",
"title": "Tibber"
}
}
}
}