Fix group translation strings (#131150)

This commit is contained in:
Norbert Rittel 2024-11-21 21:37:50 +01:00 committed by GitHub
parent da023ffbd5
commit 52147b1515
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@
"config": { "config": {
"step": { "step": {
"user": { "user": {
"title": "Add Group", "title": "Create Group",
"description": "Groups allow you to create a new entity that represents multiple entities of the same type.", "description": "Groups allow you to create a new entity that represents multiple entities of the same type.",
"menu_options": { "menu_options": {
"binary_sensor": "Binary sensor group", "binary_sensor": "Binary sensor group",
@ -283,20 +283,20 @@
}, },
"issues": { "issues": {
"uoms_not_matching_device_class": { "uoms_not_matching_device_class": {
"title": "Unit of measurements are not correct", "title": "Units of measurement are not correct",
"description": "Unit of measurements `{uoms}` of input sensors `{source_entities}` are not compatible and can't be converted with the device class `{device_class}` of sensor group `{entity_id}`.\n\nPlease correct the unit of measurements on the source entities and reload the group sensor to fix this issue." "description": "Units of measurement `{uoms}` of input sensors `{source_entities}` are not compatible and can't be converted with the device class `{device_class}` of sensor group `{entity_id}`.\n\nPlease correct the unit of measurement on the source entities and reload the group sensor to fix this issue."
}, },
"uoms_not_matching_no_device_class": { "uoms_not_matching_no_device_class": {
"title": "Unit of measurements is not correct", "title": "Units of measurement are not correct",
"description": "Unit of measurements `{uoms}` of input sensors `{source_entities}` are not compatible when not using a device class on sensor group `{entity_id}`.\n\nPlease correct the unit of measurements on the source entities or set a proper device class on the sensor group and reload the group sensor to fix this issue." "description": "Units of measurement `{uoms}` of input sensors `{source_entities}` are not compatible when not using a device class on sensor group `{entity_id}`.\n\nPlease correct the unit of measurement on the source entities or set a proper device class on the sensor group and reload the group sensor to fix this issue."
}, },
"device_classes_not_matching": { "device_classes_not_matching": {
"title": "Device classes is not correct", "title": "Device classes are not correct",
"description": "Device classes `{device_classes}` on source entities `{source_entities}` needs to be same for sensor group `{entity_id}`.\n\nPlease correct the device classes on the source entities and reload the group sensor to fix this issue." "description": "Device classes `{device_classes}` on source entities `{source_entities}` need to be identical for sensor group `{entity_id}`.\n\nPlease correct the device classes on the source entities and reload the group sensor to fix this issue."
}, },
"state_classes_not_matching": { "state_classes_not_matching": {
"title": "State classes is not correct", "title": "State classes are not correct",
"description": "State classes `{state_classes}` on source entities `{source_entities}` needs to be same for sensor group `{entity_id}`.\n\nPlease correct the state classes on the source entities and reload the group sensor to fix this issue." "description": "State classes `{state_classes}` on source entities `{source_entities}` need to be identical for sensor group `{entity_id}`.\n\nPlease correct the state classes on the source entities and reload the group sensor to fix this issue."
} }
} }
} }