Files
Micronova-IOT/custom_components/aguaiot/translations/en.json

44 lines
1.6 KiB
JSON

{
"config": {
"abort": {
"device_already_configured": "Device is already configured."
},
"error": {
"connection_error": "Connection to Agua IOT API not possible.",
"unauthorized": "Failed to login, please check credentials.",
"unknown_error": "Unkown error, please double check configuration."
},
"step": {
"user": {
"data": {
"email": "Email address",
"password": "Password",
"endpoint": "App name/brand"
},
"description": "Fill in Agua IOT parameters"
}
}
},
"services": {
"sync_clock": {
"name": "Synchronize Stove Clock",
"description": "Synchronize stove time and date with the current Home Assistant time and date."
}
},
"options": {
"step": {
"user": {
"title": "Micronova Agua IOT options",
"data": {
"air_temp_fix": "[Jolly Mec] Ignore incorrect air temperature when using external themostat.",
"reading_error_fix": "[Bronpi] Filter incorrect readings (when stove is without power).",
"http_timeout": "Timeout for API calls (seconds).",
"buffer_read_timeout": "Timeout for stove buffer reading (seconds).",
"language": "Language for descriptions.",
"update_interval": "Time between updates (seconds)."
}
}
}
}
}