Files
HA-KNX-Bridge/custom_components/ha_knx_bridge/translations/et.json

217 lines
11 KiB
JSON

{
"options": {
"abort": {
"no_ports_to_remove": "There are no ports to remove yet.",
"no_ports_to_edit": "There are no ports to edit yet."
},
"step": {
"init": {
"title": "HA KNX Bridge Options",
"description": "Manage ports when subentries are unavailable.",
"menu_options": {
"add_binary_sensor": "Add binary sensor port",
"add_switch": "Add switch port",
"add_cover": "Add cover port",
"add_light": "Add light port",
"edit_port": "Edit port",
"remove_port": "Remove port"
}
},
"add_binary_sensor": {
"title": "Add Binary Sensor Port",
"data": {
"entity_id": "Binary sensor entity",
"state_address": "State group address (DPT 1)",
"state_address_invert_outgoing": "Invert outgoing",
"enabled": "Enabled"
}
},
"add_switch": {
"title": "Add Switch Port",
"data": {
"entity_id": "Switch entity",
"command_address": "Command group address (DPT 1)",
"state_address": "State group address (DPT 1)",
"state_address_invert_outgoing": "Invert outgoing",
"enabled": "Enabled"
}
},
"add_cover": {
"title": "Add Cover Port",
"data": {
"entity_id": "Cover entity",
"move_long_address": "Move long (DPT 1.008 Up/Down)",
"move_short_address": "Move short (DPT 1.007 Step)",
"stop_address": "Stop (DPT 1)",
"position_address": "Set position (DPT 5.001)",
"position_state_address": "State position (DPT 5.001)",
"position_state_address_invert_outgoing": "Invert outgoing",
"angle_address": "Set tilt (DPT 5.001)",
"angle_state_address": "State tilt (DPT 5.001)",
"angle_state_address_invert_outgoing": "Invert outgoing",
"enabled": "Enabled"
}
},
"add_light": {
"title": "Add Light Port",
"data": {
"entity_id": "Light entity",
"light_address": "On/off address (DPT 1.001)",
"light_state_address": "On/off state address (DPT 1.001)",
"light_state_address_invert_outgoing": "Invert outgoing",
"brightness_address": "Brightness address (DPT 5.001)",
"brightness_state_address": "Brightness state address (DPT 5.001)",
"brightness_state_address_invert_outgoing": "Invert outgoing",
"relative_dimming_address": "Relative dimming address (DPT 3.007)",
"color_address": "RGB color address (DPT 232.600)",
"color_state_address": "RGB color state address (DPT 232.600)",
"rgbw_address": "RGBW color address (DPT 251.600)",
"rgbw_state_address": "RGBW color state address (DPT 251.600)",
"hue_address": "Hue address (DPT 5.003)",
"hue_state_address": "Hue state address (DPT 5.003)",
"saturation_address": "Saturation address (DPT 5.001)",
"saturation_state_address": "Saturation state address (DPT 5.001)",
"saturation_state_address_invert_outgoing": "Invert outgoing",
"xyy_address": "XY color address (DPT 242.600)",
"xyy_state_address": "XY color state address (DPT 242.600)",
"color_temperature_address": "Color temperature address (DPT 5.001/7.600/9)",
"color_temperature_state_address": "Color temperature state address (DPT 5.001/7.600/9)",
"color_temperature_state_address_invert_outgoing": "Invert outgoing",
"relative_color_temperature_address": "Relative color temperature address (DPT 3.007)",
"color_temperature_mode": "Color temperature mode",
"min_kelvin": "Min color temperature (K)",
"max_kelvin": "Max color temperature (K)",
"red_address": "Red on/off address (DPT 1.001)",
"red_state_address": "Red on/off state address (DPT 1.001)",
"red_state_address_invert_outgoing": "Invert outgoing",
"red_brightness_address": "Red brightness address (DPT 5.001)",
"red_brightness_state_address": "Red brightness state address (DPT 5.001)",
"red_brightness_state_address_invert_outgoing": "Invert outgoing",
"green_address": "Green on/off address (DPT 1.001)",
"green_state_address": "Green on/off state address (DPT 1.001)",
"green_state_address_invert_outgoing": "Invert outgoing",
"green_brightness_address": "Green brightness address (DPT 5.001)",
"green_brightness_state_address": "Green brightness state address (DPT 5.001)",
"green_brightness_state_address_invert_outgoing": "Invert outgoing",
"blue_address": "Blue on/off address (DPT 1.001)",
"blue_state_address": "Blue on/off state address (DPT 1.001)",
"blue_state_address_invert_outgoing": "Invert outgoing",
"blue_brightness_address": "Blue brightness address (DPT 5.001)",
"blue_brightness_state_address": "Blue brightness state address (DPT 5.001)",
"blue_brightness_state_address_invert_outgoing": "Invert outgoing",
"white_address": "White on/off address (DPT 1.001)",
"white_state_address": "White on/off state address (DPT 1.001)",
"white_state_address_invert_outgoing": "Invert outgoing",
"white_brightness_address": "White brightness address (DPT 5.001)",
"white_brightness_state_address": "White brightness state address (DPT 5.001)",
"white_brightness_state_address_invert_outgoing": "Invert outgoing",
"enabled": "Enabled"
}
},
"remove_port": {
"title": "Remove Port",
"data": {
"port_id": "Port to remove"
}
},
"edit_port": {
"title": "Edit Port",
"data": {
"port_id": "Port to edit"
}
},
"edit_binary_sensor": {
"title": "Edit Binary Sensor Port",
"data": {
"entity_id": "Binary sensor entity",
"state_address": "State group address (DPT 1)",
"state_address_invert_outgoing": "Invert outgoing",
"enabled": "Enabled"
}
},
"edit_switch": {
"title": "Edit Switch Port",
"data": {
"entity_id": "Switch entity",
"command_address": "Command group address (DPT 1)",
"state_address": "State group address (DPT 1)",
"state_address_invert_outgoing": "Invert outgoing",
"enabled": "Enabled"
}
},
"edit_cover": {
"title": "Edit Cover Port",
"data": {
"entity_id": "Cover entity",
"move_long_address": "Move long (DPT 1.008 Up/Down)",
"move_short_address": "Move short (DPT 1.007 Step)",
"stop_address": "Stop (DPT 1)",
"position_address": "Set position (DPT 5.001)",
"position_state_address": "State position (DPT 5.001)",
"position_state_address_invert_outgoing": "Invert outgoing",
"angle_address": "Set tilt (DPT 5.001)",
"angle_state_address": "State tilt (DPT 5.001)",
"angle_state_address_invert_outgoing": "Invert outgoing",
"enabled": "Enabled"
}
},
"edit_light": {
"title": "Edit Light Port",
"data": {
"entity_id": "Light entity",
"light_address": "On/off address (DPT 1.001)",
"light_state_address": "On/off state address (DPT 1.001)",
"light_state_address_invert_outgoing": "Invert outgoing",
"brightness_address": "Brightness address (DPT 5.001)",
"brightness_state_address": "Brightness state address (DPT 5.001)",
"brightness_state_address_invert_outgoing": "Invert outgoing",
"relative_dimming_address": "Relative dimming address (DPT 3.007)",
"color_address": "RGB color address (DPT 232.600)",
"color_state_address": "RGB color state address (DPT 232.600)",
"rgbw_address": "RGBW color address (DPT 251.600)",
"rgbw_state_address": "RGBW color state address (DPT 251.600)",
"hue_address": "Hue address (DPT 5.003)",
"hue_state_address": "Hue state address (DPT 5.003)",
"saturation_address": "Saturation address (DPT 5.001)",
"saturation_state_address": "Saturation state address (DPT 5.001)",
"saturation_state_address_invert_outgoing": "Invert outgoing",
"xyy_address": "XY color address (DPT 242.600)",
"xyy_state_address": "XY color state address (DPT 242.600)",
"color_temperature_address": "Color temperature address (DPT 5.001/7.600/9)",
"color_temperature_state_address": "Color temperature state address (DPT 5.001/7.600/9)",
"color_temperature_state_address_invert_outgoing": "Invert outgoing",
"relative_color_temperature_address": "Relative color temperature address (DPT 3.007)",
"color_temperature_mode": "Color temperature mode",
"min_kelvin": "Min color temperature (K)",
"max_kelvin": "Max color temperature (K)",
"red_address": "Red on/off address (DPT 1.001)",
"red_state_address": "Red on/off state address (DPT 1.001)",
"red_state_address_invert_outgoing": "Invert outgoing",
"red_brightness_address": "Red brightness address (DPT 5.001)",
"red_brightness_state_address": "Red brightness state address (DPT 5.001)",
"red_brightness_state_address_invert_outgoing": "Invert outgoing",
"green_address": "Green on/off address (DPT 1.001)",
"green_state_address": "Green on/off state address (DPT 1.001)",
"green_state_address_invert_outgoing": "Invert outgoing",
"green_brightness_address": "Green brightness address (DPT 5.001)",
"green_brightness_state_address": "Green brightness state address (DPT 5.001)",
"green_brightness_state_address_invert_outgoing": "Invert outgoing",
"blue_address": "Blue on/off address (DPT 1.001)",
"blue_state_address": "Blue on/off state address (DPT 1.001)",
"blue_state_address_invert_outgoing": "Invert outgoing",
"blue_brightness_address": "Blue brightness address (DPT 5.001)",
"blue_brightness_state_address": "Blue brightness state address (DPT 5.001)",
"blue_brightness_state_address_invert_outgoing": "Invert outgoing",
"white_address": "White on/off address (DPT 1.001)",
"white_state_address": "White on/off state address (DPT 1.001)",
"white_state_address_invert_outgoing": "Invert outgoing",
"white_brightness_address": "White brightness address (DPT 5.001)",
"white_brightness_state_address": "White brightness state address (DPT 5.001)",
"white_brightness_state_address_invert_outgoing": "Invert outgoing",
"enabled": "Enabled"
}
}
}
}
}