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

45 lines
1.6 KiB
JSON
Raw Normal View History

{
"config": {
"abort": {
2020-10-04 00:05:05 +00:00
"already_configured": "Device is already configured",
"already_in_progress": "Configuration flow is already in progress",
2020-11-11 11:10:09 +00:00
"cannot_connect": "Failed to connect"
},
"step": {
2021-05-11 02:26:15 +00:00
"discovery_confirm": {
"description": "Do you want to set up this Guardian device?"
},
"user": {
"data": {
"ip_address": "IP Address",
"port": "Port"
},
"description": "Configure a local Elexa Guardian device."
}
}
},
"issues": {
"deprecated_service": {
"fix_flow": {
"step": {
"confirm": {
"description": "Update any automations or scripts that use this service to instead use the `{alternate_service}` service with a target entity ID of `{alternate_target}`.",
"title": "The {deprecated_service} service will be removed"
}
}
},
"title": "The {deprecated_service} service will be removed"
2022-09-30 00:42:29 +00:00
},
"replaced_old_entity": {
"fix_flow": {
"step": {
"confirm": {
"description": "Update any automations or scripts that use this entity to instead use `{replacement_entity_id}`.",
"title": "The {old_entity_id} entity will be removed"
}
}
},
"title": "The {old_entity_id} entity will be removed"
}
2020-11-11 12:25:22 +00:00
}
}