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

22 lines
667 B
JSON
Raw Normal View History

2020-05-13 18:27:21 +00:00
{
"config": {
"abort": {
"already_configured": "A Tibber account is already configured."
},
"error": {
"connection_error": "Error connecting to Tibber",
"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"
}
}
},
"title": "Tibber"
}