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

50 lines
1.5 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Account is already configured",
"reauth_successful": "Re-authentication was successful"
},
"error": {
"cannot_connect": "Failed to connect",
"incorrect_api_key": "Invalid API key for selected account",
"invalid_auth": "Invalid authentication",
"no_devices": "No devices discovered",
"no_username": "Could not get username"
},
"step": {
"reauth_confirm": {
"data": {
"api_key": "API Key"
},
"data_description": {
"api_key": "Follow the documentation to get your api key"
}
},
"user": {
"data": {
"api_key": "API Key"
},
"data_description": {
"api_key": "Follow the documentation to get your api key"
}
}
}
},
"entity": {
"sensor": {
"sensitivity": {
"state": {
"n": "Normal",
"s": "Sensitive"
}
},
"smart_type": {
"state": {
"feelslike": "Feels like",
"humidity": "Humidity",
"temperature": "Temperature"
}
}
}
}
}