Files
ha_config/custom_components/gardena_smart_system/translations/en.json
T
2025-11-20 20:09:50 +01:00

49 lines
1.3 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Location is already configured"
},
"error": {
"cannot_connect": "Failed to connect, please try again.",
"invalid_auth": "Invalid authentication.",
"too_many_requests": "Too many requests, retry later.",
"unknown": "Unexpected error."
},
"step": {
"user": {
"description": "Please enter your credentials.",
"data": {
"email": "E-mail",
"password": "Password",
"client_id": "Application Key / Client ID"
},
"title": "Gardena Smart System"
}
}
},
"options": {
"step": {
"user": {
"data": {
"mower_duration": "Mower Duration (minutes)",
"smart_irrigation_control_duration": "Smart Irrigation Control Duration (minutes)",
"smart_watering_duration": "Smart Watering Duration (minutes)"
},
"title": "Gardena Smart System - Options"
}
}
},
"services": {
"start_override": {
"name": "Start override",
"description": "Start the mower immediately for specific duration and override the schedule.",
"fields": {
"duration": {
"name": "Duration",
"description": "The duration in seconds."
}
}
}
}
}