From 38ea86aa9d2b949315010e8bca7d93c3d7ef2678 Mon Sep 17 00:00:00 2001 From: Marcel Verpaalen Date: Sun, 21 Nov 2021 21:00:56 +0100 Subject: [PATCH] [max] Add default translation properties file Signed-off-by: Marcel Verpaalen --- .../main/resources/OH-INF/i18n/max.properties | 199 ++++++++++++++++++ 1 file changed, 199 insertions(+) create mode 100644 bundles/org.openhab.binding.max/src/main/resources/OH-INF/i18n/max.properties diff --git a/bundles/org.openhab.binding.max/src/main/resources/OH-INF/i18n/max.properties b/bundles/org.openhab.binding.max/src/main/resources/OH-INF/i18n/max.properties new file mode 100644 index 0000000000000..4c1f02f10ea9d --- /dev/null +++ b/bundles/org.openhab.binding.max/src/main/resources/OH-INF/i18n/max.properties @@ -0,0 +1,199 @@ +# binding + +binding.max.name = MAX! Binding +binding.max.description = This is the binding for the eQ-3 MAX! Home Solution. + +# thing types + +thing-type.max.bridge.label = MAX! Cube LAN Gateway +thing-type.max.bridge.description = This bridge represents the MAX! Cube LAN Gateway. +thing-type.max.ecoswitch.label = MAX! Ecoswitch +thing-type.max.ecoswitch.description = This is a MAX! EcoSwitch +thing-type.max.shuttercontact.label = MAX! Shutter Contact +thing-type.max.shuttercontact.description = This is a MAX! Shutter Contact +thing-type.max.thermostat.label = MAX! HeatingThermostat +thing-type.max.thermostat.description = This is a MAX! HeatingThermostat +thing-type.max.thermostatplus.label = MAX! HeatingThermostat+ +thing-type.max.thermostatplus.description = This is a MAX! HeatingThermostat+ +thing-type.max.wallthermostat.label = MAX! WallThermostat+ +thing-type.max.wallthermostat.description = This is a MAX! WallThermostat+ + +# thing types config + +thing-type.config.max.bridge.action-cubeReboot.label = Restart Cube +thing-type.config.max.bridge.action-cubeReboot.description = Restarts the Cube. +thing-type.config.max.bridge.action-cubeReboot.option.1234 = Reboot +thing-type.config.max.bridge.action-cubeReboot.option.-1 = No Action +thing-type.config.max.bridge.action-cubeReset.label = Reset Cube Configuration +thing-type.config.max.bridge.action-cubeReset.description = Resets the MAX! Cube room and device information. Devices will need to be included again! +thing-type.config.max.bridge.action-cubeReset.option.1234 = Reset +thing-type.config.max.bridge.action-cubeReset.option.-1 = No Action +thing-type.config.max.bridge.exclusive.label = Exclusive Mode +thing-type.config.max.bridge.exclusive.description = If set to true, the binding will leave the connection to the Cube open. +thing-type.config.max.bridge.group.actions.label = Actions +thing-type.config.max.bridge.group.actions.description = Action Buttons +thing-type.config.max.bridge.group.device.label = Device Settings +thing-type.config.max.bridge.group.device.description = Device parameter settings +thing-type.config.max.bridge.group.identification.label = Identification +thing-type.config.max.bridge.group.identification.description = Hardware & location identification +thing-type.config.max.bridge.group.network.label = Connection +thing-type.config.max.bridge.group.network.description = Connection Settings +thing-type.config.max.bridge.ipAddress.label = MAX! Cube LAN Gateway IP +thing-type.config.max.bridge.ipAddress.description = The IP address of the MAX! Cube LAN gateway +thing-type.config.max.bridge.maxRequestsPerConnection.label = Max Requests Per Connection +thing-type.config.max.bridge.maxRequestsPerConnection.description = In exclusive mode, how many requests are allowed until connection is closed and reopened. +thing-type.config.max.bridge.ntpServer1.label = NTP Server 1 +thing-type.config.max.bridge.ntpServer1.description = The hostname for NTP Server 1 used by the Cube to get the time. +thing-type.config.max.bridge.ntpServer2.label = NTP Server 2 +thing-type.config.max.bridge.ntpServer2.description = The hostname for NTP Server 2 used by the Cube to get the time. +thing-type.config.max.bridge.port.label = MAX! Cube LAN Gateway Port +thing-type.config.max.bridge.port.description = Port of the LAN gateway +thing-type.config.max.bridge.refreshInterval.label = Refresh Interval +thing-type.config.max.bridge.refreshInterval.description = The refresh interval in seconds which is used to poll given MAX! Cube. +thing-type.config.max.bridge.rfAddress.label = RF Address +thing-type.config.max.bridge.rfAddress.description = The RF Address used for communication between the devices. +thing-type.config.max.bridge.serialNumber.label = Serial Number +thing-type.config.max.bridge.serialNumber.description = The Serial Number identifies one specific device. +thing-type.config.max.ecoswitch.group.device.label = Device Settings +thing-type.config.max.ecoswitch.group.device.description = Device parameter settings +thing-type.config.max.ecoswitch.group.identification.label = Identification +thing-type.config.max.ecoswitch.group.identification.description = Hardware & location identification +thing-type.config.max.ecoswitch.name.label = Device Name +thing-type.config.max.ecoswitch.name.description = The device description. +thing-type.config.max.ecoswitch.rfAddress.label = RF Address +thing-type.config.max.ecoswitch.rfAddress.description = The RF Address used for communication between the devices. +thing-type.config.max.ecoswitch.room.label = Room +thing-type.config.max.ecoswitch.room.description = The room name. +thing-type.config.max.ecoswitch.serialNumber.label = Serial Number +thing-type.config.max.ecoswitch.serialNumber.description = The Serial Number identifies one specific device. +thing-type.config.max.shuttercontact.action-deviceDelete.label = Delete Device from Cube +thing-type.config.max.shuttercontact.action-deviceDelete.description = Deletes the device from the MAX! Cube. Device will need to be included again! +thing-type.config.max.shuttercontact.action-deviceDelete.option.1234 = Delete +thing-type.config.max.shuttercontact.action-deviceDelete.option.-1 = No Action +thing-type.config.max.shuttercontact.group.actions.label = Actions +thing-type.config.max.shuttercontact.group.actions.description = Action Buttons +thing-type.config.max.shuttercontact.group.device.label = Device Settings +thing-type.config.max.shuttercontact.group.device.description = Device parameter settings +thing-type.config.max.shuttercontact.group.identification.label = Identification +thing-type.config.max.shuttercontact.group.identification.description = Hardware & location identification +thing-type.config.max.shuttercontact.name.label = Device Name +thing-type.config.max.shuttercontact.name.description = The device description. +thing-type.config.max.shuttercontact.rfAddress.label = RF Address +thing-type.config.max.shuttercontact.rfAddress.description = The RF Address used for communication between the devices. +thing-type.config.max.shuttercontact.room.label = Room +thing-type.config.max.shuttercontact.room.description = The room name. +thing-type.config.max.shuttercontact.serialNumber.label = Serial Number +thing-type.config.max.shuttercontact.serialNumber.description = The Serial Number identifies one specific device. +thing-type.config.max.thermostat.action-deviceDelete.label = Delete Device from Cube +thing-type.config.max.thermostat.action-deviceDelete.description = Deletes the device from the MAX! Cube. Device will need to be included again! +thing-type.config.max.thermostat.action-deviceDelete.option.1234 = Delete +thing-type.config.max.thermostat.action-deviceDelete.option.-1 = No Action +thing-type.config.max.thermostat.comfortTemp.label = Comfort Temperature +thing-type.config.max.thermostat.comfortTemp.description = Set the Comfort Temperature. +thing-type.config.max.thermostat.ecoTemp.label = Eco Temperature +thing-type.config.max.thermostat.ecoTemp.description = Set the Eco Temperature. +thing-type.config.max.thermostat.group.actions.label = Actions +thing-type.config.max.thermostat.group.actions.description = Action Buttons +thing-type.config.max.thermostat.group.binding.label = Binding Settings +thing-type.config.max.thermostat.group.binding.description = Binding settings for this device +thing-type.config.max.thermostat.group.device.label = Device Settings +thing-type.config.max.thermostat.group.device.description = Device parameter settings +thing-type.config.max.thermostat.group.identification.label = Identification +thing-type.config.max.thermostat.group.identification.description = Hardware & location identification +thing-type.config.max.thermostat.maxTempSetpoint.label = Max Temperature +thing-type.config.max.thermostat.maxTempSetpoint.description = Set the Thermostat maximum temperature. +thing-type.config.max.thermostat.minTempSetpoint.label = Min Temperature +thing-type.config.max.thermostat.minTempSetpoint.description = Set the Thermostat minimum temperature. +thing-type.config.max.thermostat.name.label = Device Name +thing-type.config.max.thermostat.name.description = The device description. +thing-type.config.max.thermostat.offsetTemp.label = OffSet Temperature +thing-type.config.max.thermostat.offsetTemp.description = Set the Thermostat offset. +thing-type.config.max.thermostat.refreshActualRate.label = Actual Temperature Refresh Rate +thing-type.config.max.thermostat.refreshActualRate.description = Experimental feature! Rate of the actual refresh in minutes. 0-9=refresh disabled. Minimum refresh rate once/10 minutes, recommended 60min. The settings of the heating thermostats are changed to trigger an update of temperature, as the actual temperature only is updated when the valves changes. +thing-type.config.max.thermostat.rfAddress.label = RF Address +thing-type.config.max.thermostat.rfAddress.description = The RF Address used for communication between the devices. +thing-type.config.max.thermostat.room.label = Room +thing-type.config.max.thermostat.room.description = The room name. +thing-type.config.max.thermostat.serialNumber.label = Serial Number +thing-type.config.max.thermostat.serialNumber.description = The Serial Number identifies one specific device. +thing-type.config.max.thermostat.windowOpenDuration.label = Window Open Duration +thing-type.config.max.thermostat.windowOpenDuration.description = Set the Thermostat Window Open Duration. +thing-type.config.max.thermostat.windowOpenTemp.label = Window Open Temp +thing-type.config.max.thermostat.windowOpenTemp.description = Set the Window Open Temperature. +thing-type.config.max.thermostatplus.action-deviceDelete.label = Delete Device from Cube +thing-type.config.max.thermostatplus.action-deviceDelete.description = Deletes the device from the MAX! Cube. Device will need to be included again! +thing-type.config.max.thermostatplus.action-deviceDelete.option.1234 = Delete +thing-type.config.max.thermostatplus.action-deviceDelete.option.-1 = No Action +thing-type.config.max.thermostatplus.comfortTemp.label = Comfort Temperature +thing-type.config.max.thermostatplus.comfortTemp.description = Set the Comfort Temperature. +thing-type.config.max.thermostatplus.ecoTemp.label = Eco Temperature +thing-type.config.max.thermostatplus.ecoTemp.description = Set the Eco Temperature. +thing-type.config.max.thermostatplus.group.actions.label = Actions +thing-type.config.max.thermostatplus.group.actions.description = Action Buttons +thing-type.config.max.thermostatplus.group.binding.label = Binding Settings +thing-type.config.max.thermostatplus.group.binding.description = Binding settings for this device +thing-type.config.max.thermostatplus.group.device.label = Device Settings +thing-type.config.max.thermostatplus.group.device.description = Device parameter settings +thing-type.config.max.thermostatplus.group.identification.label = Identification +thing-type.config.max.thermostatplus.group.identification.description = Hardware & location identification +thing-type.config.max.thermostatplus.maxTempSetpoint.label = Max Temperature +thing-type.config.max.thermostatplus.maxTempSetpoint.description = Set the Thermostat maximum temperature. +thing-type.config.max.thermostatplus.minTempSetpoint.label = Min Temperature +thing-type.config.max.thermostatplus.minTempSetpoint.description = Set the Thermostat minimum temperature. +thing-type.config.max.thermostatplus.name.label = Device Name +thing-type.config.max.thermostatplus.name.description = The device description. +thing-type.config.max.thermostatplus.offsetTemp.label = OffSet Temperature +thing-type.config.max.thermostatplus.offsetTemp.description = Set the Thermostat offset. +thing-type.config.max.thermostatplus.refreshActualRate.label = Actual Temperature Refresh Rate +thing-type.config.max.thermostatplus.refreshActualRate.description = Experimental feature! Rate of the actual refresh in minutes. 0-9=refresh disabled. Minimum refresh rate once/10 minutes, recommended 60min. The settings of the heating thermostats are changed to trigger an update of temperature, as the actual temperature only is updated when the valves changes. +thing-type.config.max.thermostatplus.rfAddress.label = RF Address +thing-type.config.max.thermostatplus.rfAddress.description = The RF Address used for communication between the devices. +thing-type.config.max.thermostatplus.room.label = Room +thing-type.config.max.thermostatplus.room.description = The room name. +thing-type.config.max.thermostatplus.serialNumber.label = Serial Number +thing-type.config.max.thermostatplus.serialNumber.description = The Serial Number identifies one specific device. +thing-type.config.max.thermostatplus.windowOpenDuration.label = Window Open Duration +thing-type.config.max.thermostatplus.windowOpenDuration.description = Set the Thermostat Window Open Duration. +thing-type.config.max.thermostatplus.windowOpenTemp.label = Window Open Temp +thing-type.config.max.thermostatplus.windowOpenTemp.description = Set the Window Open Temperature. +thing-type.config.max.wallthermostat.action-deviceDelete.label = Delete Device from Cube +thing-type.config.max.wallthermostat.action-deviceDelete.description = Deletes the device from the MAX! Cube. Device will need to be included again! +thing-type.config.max.wallthermostat.action-deviceDelete.option.1234 = Delete +thing-type.config.max.wallthermostat.action-deviceDelete.option.-1 = No Action +thing-type.config.max.wallthermostat.group.actions.label = Actions +thing-type.config.max.wallthermostat.group.actions.description = Action Buttons +thing-type.config.max.wallthermostat.group.device.label = Device Settings +thing-type.config.max.wallthermostat.group.device.description = Device parameter settings +thing-type.config.max.wallthermostat.group.identification.label = Identification +thing-type.config.max.wallthermostat.group.identification.description = Hardware & location identification +thing-type.config.max.wallthermostat.name.label = Device Name +thing-type.config.max.wallthermostat.name.description = The device description. +thing-type.config.max.wallthermostat.rfAddress.label = RF Address +thing-type.config.max.wallthermostat.rfAddress.description = The RF Address used for communication between the devices. +thing-type.config.max.wallthermostat.room.label = Room +thing-type.config.max.wallthermostat.room.description = The room name. +thing-type.config.max.wallthermostat.serialNumber.label = Serial Number +thing-type.config.max.wallthermostat.serialNumber.description = The Serial Number identifies one specific device. + +# channel types + +channel-type.max.actual_temp.label = Current Temperature +channel-type.max.actual_temp.description = Current measured room temperature +channel-type.max.contact_state.label = Contact State +channel-type.max.contact_state.description = Contact state information +channel-type.max.duty_cycle.label = Duty Cycle +channel-type.max.duty_cycle.description = Duty Cycle for sending commands to the devices +channel-type.max.free_mem.label = Free Memory Slots +channel-type.max.free_mem.description = Free memory slots to store commands send to the devices +channel-type.max.locked.label = Thermostat Locked +channel-type.max.locked.description = Thermostat is locked for adjustments +channel-type.max.mode.label = Mode +channel-type.max.mode.description = Thermostat Mode Setting +channel-type.max.mode.state.option.AUTOMATIC = AUTOMATIC +channel-type.max.mode.state.option.MANUAL = MANUAL +channel-type.max.mode.state.option.BOOST = BOOST +channel-type.max.mode.state.option.VACATION = VACATION +channel-type.max.set_temp.label = Setpoint Temperature +channel-type.max.set_temp.description = Thermostat Setpoint temperature +channel-type.max.valve.label = Valve Position +channel-type.max.valve.description = Thermostat Valve Position