powerocean/custom_components/powerocean/translations/en.json
2024-01-22 12:40:00 +01:00

31 lines
No EOL
1.1 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"step": {
"user": {
"description": "Please enter your PowerOcean device information below:",
"data": {
"serialnumber": "Inverter serial number",
"password": "Password",
"username": "Username"
}
},
"device_options": {
"description": "Please select the following options:",
"data": {
"custom_device_name": "Friendly device name",
"polling_time": "Polling time (in seconds) to update sensors from device",
"group_sensors": "Group sensors on device page",
"disable_sensors": "Disable diagnostics sensors"
}
}
}
}
}