Upload files to "custom_components/aguaiot/translations"
This commit is contained in:
43
custom_components/aguaiot/translations/en.json
Normal file
43
custom_components/aguaiot/translations/en.json
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"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)."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user