Add default translations for binding add-ons (#11760)

* Add default translations for binding add-ons

This makes the texts used by these add-ons translatable with Crowdin.

To keep the PR simple, it only adds default translations for add-ons which do not yet have any default translations properties file.
We can do follow up PRs for adding missing key/values to add-ons that already have these files or to remove duplications.

There are several add-ons in this PR that do have non-English translation files, so I'll upload those to Crowdin when the PR is merged.

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born
2021-12-15 18:40:21 +01:00
committed by GitHub
parent 05e782ec1a
commit 07a1976c81
234 changed files with 33234 additions and 0 deletions

View File

@@ -0,0 +1,308 @@
# binding
binding.omnilink.name = OmniLink Binding
binding.omnilink.description = This is the binding for OmniLink, a security system that interfaces with many devices.
# thing types
thing-type.omnilink.area.label = Omni Area
thing-type.omnilink.area.description = An Omni area configured in the controller.
thing-type.omnilink.audio_source.label = Audio Source
thing-type.omnilink.audio_source.description = An audio source configured in the controller.
thing-type.omnilink.audio_zone.label = Audio Zone
thing-type.omnilink.audio_zone.description = An audio zone configured in the controller.
thing-type.omnilink.button.label = Button
thing-type.omnilink.button.description = A button configured in the controller.
thing-type.omnilink.console.label = Console
thing-type.omnilink.console.description = A console configured in the controller.
thing-type.omnilink.controller.label = OmniLink Controller
thing-type.omnilink.controller.description = An OmniLink controller.
thing-type.omnilink.controller.channel.beep.label = Beep Consoles
thing-type.omnilink.controller.channel.enable_disable_beeper.label = Console Beepers
thing-type.omnilink.dimmable.label = Dimmable Unit
thing-type.omnilink.dimmable.description = A dimmable unit configured in the controller.
thing-type.omnilink.flag.label = Flag
thing-type.omnilink.flag.description = A flag configured in the controller.
thing-type.omnilink.humidity_sensor.label = Humidity Sensor
thing-type.omnilink.humidity_sensor.description = A humidity sensor configured in the controller.
thing-type.omnilink.lock.label = Lock
thing-type.omnilink.lock.description = An access control reader lock configured in the controller.
thing-type.omnilink.lumina_area.label = Lumina Area
thing-type.omnilink.lumina_area.description = An Lumina area configured in the controller.
thing-type.omnilink.output.label = Voltage Output
thing-type.omnilink.output.description = A voltage output configured in the controller.
thing-type.omnilink.room.label = Room
thing-type.omnilink.room.description = A room configured in the controller.
thing-type.omnilink.room.channel.scene_a.label = Scene A
thing-type.omnilink.room.channel.scene_b.label = Scene B
thing-type.omnilink.room.channel.scene_c.label = Scene C
thing-type.omnilink.room.channel.scene_d.label = Scene D
thing-type.omnilink.temp_sensor.label = Temperature Sensor
thing-type.omnilink.temp_sensor.description = A temperature sensor configured in the controller.
thing-type.omnilink.thermostat.label = Thermostat
thing-type.omnilink.thermostat.description = A thermostat configured in the controller.
thing-type.omnilink.unit.label = Unit
thing-type.omnilink.unit.description = A basic unit configured in the controller.
thing-type.omnilink.upb.label = UPB Unit
thing-type.omnilink.upb.description = A UPB unit configured in the controller.
thing-type.omnilink.zone.label = Zone
thing-type.omnilink.zone.description = A zone configured in the controller.
# thing types config
thing-type.config.omnilink.area.number.label = Area Number
thing-type.config.omnilink.area.number.description = The area number.
thing-type.config.omnilink.audio_source.autostart.label = Autostart Polling
thing-type.config.omnilink.audio_source.autostart.description = Autostart polling of audio source on creation of thing.
thing-type.config.omnilink.audio_source.number.label = Audio Source Number
thing-type.config.omnilink.audio_source.number.description = The audio source number.
thing-type.config.omnilink.audio_zone.number.label = Audio Zone Number
thing-type.config.omnilink.audio_zone.number.description = The audio zone number.
thing-type.config.omnilink.button.number.label = Button Number
thing-type.config.omnilink.button.number.description = The button number.
thing-type.config.omnilink.console.number.label = Console Number
thing-type.config.omnilink.console.number.description = The console number.
thing-type.config.omnilink.controller.ipAddress.label = IP or Host Name
thing-type.config.omnilink.controller.ipAddress.description = The IP or host name of the controller.
thing-type.config.omnilink.controller.key1.label = Key 1
thing-type.config.omnilink.controller.key1.description = The first network encription key.
thing-type.config.omnilink.controller.key2.label = Key 2
thing-type.config.omnilink.controller.key2.description = The second network encription key.
thing-type.config.omnilink.controller.logPollingInterval.label = Log Polling Interval
thing-type.config.omnilink.controller.logPollingInterval.description = The interval to poll for new log messages on the controller.
thing-type.config.omnilink.controller.port.label = Port
thing-type.config.omnilink.controller.port.description = The port of the controller.
thing-type.config.omnilink.dimmable.number.label = Dimmable Unit Number
thing-type.config.omnilink.dimmable.number.description = The dimmable unit number.
thing-type.config.omnilink.flag.number.label = Flag Number
thing-type.config.omnilink.flag.number.description = The flag number.
thing-type.config.omnilink.humidity_sensor.number.label = Humidity Sensor Number
thing-type.config.omnilink.humidity_sensor.number.description = The humidity sensor number.
thing-type.config.omnilink.lock.number.label = Lock Number
thing-type.config.omnilink.lock.number.description = The lock number.
thing-type.config.omnilink.lumina_area.number.label = Area Number
thing-type.config.omnilink.lumina_area.number.description = The area number.
thing-type.config.omnilink.output.number.label = Voltage Output Number
thing-type.config.omnilink.output.number.description = The voltage output number.
thing-type.config.omnilink.room.number.label = Room Number
thing-type.config.omnilink.room.number.description = The room number.
thing-type.config.omnilink.temp_sensor.number.label = Temperature Sensor Number
thing-type.config.omnilink.temp_sensor.number.description = The temperature sensor number.
thing-type.config.omnilink.thermostat.number.label = Thermostat Number
thing-type.config.omnilink.thermostat.number.description = The thermostat number.
thing-type.config.omnilink.unit.number.label = Unit Number
thing-type.config.omnilink.unit.number.description = The unit number.
thing-type.config.omnilink.upb.number.label = UPB Unit Number
thing-type.config.omnilink.upb.number.description = The UPB unit number.
thing-type.config.omnilink.zone.number.label = Zone Number
thing-type.config.omnilink.zone.number.description = The zone number.
# channel types
channel-type.omnilink.ac_power_event.label = AC Power Event
channel-type.omnilink.ac_power_event.description = Event sent when AC trouble conditions are detected.
channel-type.omnilink.all_on_off_event.label = All On/Off Event
channel-type.omnilink.all_on_off_event.description = Event sent when an all on/off event occurs.
channel-type.omnilink.area_alarm.label = Area Alarm
channel-type.omnilink.area_alarm.description = Indicates if an alarm is active.
channel-type.omnilink.area_command.label = Security Command
channel-type.omnilink.area_command.description = Sends a 4 digit user code to activate the area command.
channel-type.omnilink.audio_source_polling.label = Audio Source Polling
channel-type.omnilink.audio_source_polling.description = Enable or disable polling of this audio source.
channel-type.omnilink.audio_source_text.label = Source Data
channel-type.omnilink.audio_source_text.description = A line of metadata from this audio source.
channel-type.omnilink.audio_zone_control.label = Control
channel-type.omnilink.audio_zone_control.description = Control the audio zone, e.g. start/stop/next/previous.
channel-type.omnilink.audio_zone_mute.label = Audio Zone Mute
channel-type.omnilink.audio_zone_mute.description = Mute status of this audio zone.
channel-type.omnilink.audio_zone_power.label = Audio Zone Power
channel-type.omnilink.audio_zone_power.description = Power status of this audio zone.
channel-type.omnilink.audio_zone_source.label = Source
channel-type.omnilink.audio_zone_source.description = Source for this audio zone.
channel-type.omnilink.audio_zone_volume.label = Audio Zone Volume
channel-type.omnilink.audio_zone_volume.description = Volume level of this audio zone.
channel-type.omnilink.battery_event.label = Battery Event
channel-type.omnilink.battery_event.description = Event sent when battery trouble conditions are detected.
channel-type.omnilink.button_activated.label = Button Activated
channel-type.omnilink.button_activated.description = Event sent when a button is activated.
channel-type.omnilink.button_press.label = Button Press
channel-type.omnilink.button_press.description = Sends a button event to the controller.
channel-type.omnilink.camera_trigger_event.label = Camera Trigger Event
channel-type.omnilink.camera_trigger_event.description = Event sent when a camera trigger is detected.
channel-type.omnilink.console_beep.label = Beep Console
channel-type.omnilink.console_beep.description = Send a beep command to this/all console(s).
channel-type.omnilink.console_beep.state.option.0 = Off
channel-type.omnilink.console_beep.state.option.1 = Indefinitely
channel-type.omnilink.console_beep.state.option.2 = 1 time
channel-type.omnilink.console_beep.state.option.3 = 2 times
channel-type.omnilink.console_beep.state.option.4 = 3 times
channel-type.omnilink.console_beep.state.option.5 = 4 times
channel-type.omnilink.console_beep.state.option.6 = 5 times
channel-type.omnilink.console_enable_disable_beeper.label = Enable/Disable Console Beeper
channel-type.omnilink.console_enable_disable_beeper.description = Enable/Disable the beeper for this/all console(s).
channel-type.omnilink.console_enable_disable_beeper.command.option.OFF = Off
channel-type.omnilink.console_enable_disable_beeper.command.option.ON = On
channel-type.omnilink.dcm_event.label = DCM Event
channel-type.omnilink.dcm_event.description = Event sent when digital communicator trouble conditions are detected.
channel-type.omnilink.energy_cost_event.label = Energy Cost Event
channel-type.omnilink.energy_cost_event.description = Event sent when the cost of energy changes.
channel-type.omnilink.flag_switch.label = Flag Switch
channel-type.omnilink.flag_switch.description = Turn this flag on/off.
channel-type.omnilink.flag_value.label = Flag Value
channel-type.omnilink.flag_value.description = Numeric value of this flag.
channel-type.omnilink.last_log.label = Last Log Entry
channel-type.omnilink.last_log.description = Last log message on the controller, represented in JSON.
channel-type.omnilink.lock_switch.label = Lock/Unlock
channel-type.omnilink.lock_switch.description = Lock or unlock this lock.
channel-type.omnilink.lumina_area_mode.label = Security Mode
channel-type.omnilink.lumina_area_mode.description = Represents the area security mode.
channel-type.omnilink.lumina_area_mode.state.option.1 = Home
channel-type.omnilink.lumina_area_mode.state.option.2 = Sleep
channel-type.omnilink.lumina_area_mode.state.option.3 = Away
channel-type.omnilink.lumina_area_mode.state.option.4 = Vacation
channel-type.omnilink.lumina_area_mode.state.option.5 = Party
channel-type.omnilink.lumina_area_mode.state.option.6 = Special
channel-type.omnilink.lumina_area_mode.state.option.9 = Setting home
channel-type.omnilink.lumina_area_mode.state.option.10 = Setting sleep
channel-type.omnilink.lumina_area_mode.state.option.11 = Setting away
channel-type.omnilink.lumina_area_mode.state.option.12 = Setting vacation
channel-type.omnilink.lumina_area_mode.state.option.13 = Setting party
channel-type.omnilink.lumina_area_mode.state.option.14 = Setting special
channel-type.omnilink.off_for_hours.label = Off for Hours
channel-type.omnilink.off_for_hours.description = Turn off this unit for a specified number of hours.
channel-type.omnilink.off_for_minutes.label = Off for Minutes
channel-type.omnilink.off_for_minutes.description = Turn off this unit for a specified number of minutes.
channel-type.omnilink.off_for_seconds.label = Off for Seconds
channel-type.omnilink.off_for_seconds.description = Turn off this unit for a specified number of seconds.
channel-type.omnilink.omni_activate_keypad_emergency.label = Activate Keypad Emergency
channel-type.omnilink.omni_activate_keypad_emergency.description = Activate a burglary, fire, or auxiliary keypad emergency alarm on Omni based models.
channel-type.omnilink.omni_activate_keypad_emergency.state.option.1 = Burglary
channel-type.omnilink.omni_activate_keypad_emergency.state.option.2 = Fire
channel-type.omnilink.omni_activate_keypad_emergency.state.option.3 = Auxiliary
channel-type.omnilink.omni_area_mode.label = Security Mode
channel-type.omnilink.omni_area_mode.description = Represents the area security mode.
channel-type.omnilink.omni_area_mode.state.option.0 = Off
channel-type.omnilink.omni_area_mode.state.option.1 = Day
channel-type.omnilink.omni_area_mode.state.option.2 = Night
channel-type.omnilink.omni_area_mode.state.option.3 = Away
channel-type.omnilink.omni_area_mode.state.option.4 = Vacation
channel-type.omnilink.omni_area_mode.state.option.5 = Day instant
channel-type.omnilink.omni_area_mode.state.option.6 = Night delayed
channel-type.omnilink.omni_area_mode.state.option.9 = Arming day
channel-type.omnilink.omni_area_mode.state.option.10 = Arming night
channel-type.omnilink.omni_area_mode.state.option.11 = Arming away
channel-type.omnilink.omni_area_mode.state.option.12 = Arming vacation
channel-type.omnilink.omni_area_mode.state.option.13 = Arming day instant
channel-type.omnilink.omni_area_mode.state.option.14 = Arming night delayed
channel-type.omnilink.on_for_hours.label = On for Hours
channel-type.omnilink.on_for_hours.description = Turn on this unit for a specified number of hours.
channel-type.omnilink.on_for_minutes.label = On for Minutes
channel-type.omnilink.on_for_minutes.description = Turn on this unit for a specified number of minutes.
channel-type.omnilink.on_for_seconds.label = On for Seconds
channel-type.omnilink.on_for_seconds.description = Turn on this unit for a specified number of seconds.
channel-type.omnilink.phone_line_event.label = Phone Line Event
channel-type.omnilink.phone_line_event.description = Event sent when the phone line changes state.
channel-type.omnilink.room_state.label = State
channel-type.omnilink.room_state.description = The current state of this room.
channel-type.omnilink.room_state.state.option.0 = Off
channel-type.omnilink.room_state.state.option.1 = On
channel-type.omnilink.room_state.state.option.2 = Scene A
channel-type.omnilink.room_state.state.option.3 = Scene B
channel-type.omnilink.room_state.state.option.4 = Scene C
channel-type.omnilink.room_state.state.option.5 = Scene D
channel-type.omnilink.room_switch.label = Switch
channel-type.omnilink.room_switch.description = Turn this room on/off.
channel-type.omnilink.scene_toggle.label = Scene Toggle
channel-type.omnilink.scene_toggle.description = Turn this scene on/off.
channel-type.omnilink.sensor_humidity.label = Humidity
channel-type.omnilink.sensor_humidity.description = The current relative humidity at this humidity sensor.
channel-type.omnilink.sensor_humidity_high_setpoint.label = High SetPoint
channel-type.omnilink.sensor_humidity_high_setpoint.description = The current high setpoint for this humidity sensor.
channel-type.omnilink.sensor_humidity_low_setpoint.label = Low SetPoint
channel-type.omnilink.sensor_humidity_low_setpoint.description = The current low setpoint for this humidity sensor.
channel-type.omnilink.sensor_temp_high_setpoint.label = High SetPoint
channel-type.omnilink.sensor_temp_high_setpoint.description = The current high setpoint of this temperature sensor.
channel-type.omnilink.sensor_temp_low_setpoint.label = Low SetPoint
channel-type.omnilink.sensor_temp_low_setpoint.description = The current low setpoint of this temperature sensor.
channel-type.omnilink.sensor_temperature.label = Temperature
channel-type.omnilink.sensor_temperature.description = The current temperature at this temperature sensor.
channel-type.omnilink.switch_press_event.label = Switch Press Event
channel-type.omnilink.switch_press_event.description = Event sent when an ALC, UPB, Radio RA, or Starlite switch is pressed.
channel-type.omnilink.sysDate.label = Date/Time
channel-type.omnilink.sysDate.description = Set controller date/time.
channel-type.omnilink.sysDate.state.pattern = %1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS
channel-type.omnilink.thermostat_comm_failure.label = Thermostat Communications Failure
channel-type.omnilink.thermostat_comm_failure.description = Closed during a communications failure with this thermostat.
channel-type.omnilink.thermostat_cool_setpoint.label = Cool SetPoint
channel-type.omnilink.thermostat_cool_setpoint.description = The current high/cooling setpoint of this thermostat.
channel-type.omnilink.thermostat_dehumidify_setpoint.label = Dehumidify SetPoint
channel-type.omnilink.thermostat_dehumidify_setpoint.description = The current high/dehumidify setpoint for this thermostat.
channel-type.omnilink.thermostat_fan_mode.label = Fan Mode
channel-type.omnilink.thermostat_fan_mode.description = The current fan mode of this thermostat.
channel-type.omnilink.thermostat_fan_mode.state.option.0 = Auto
channel-type.omnilink.thermostat_fan_mode.state.option.1 = On
channel-type.omnilink.thermostat_fan_mode.state.option.2 = Cycle
channel-type.omnilink.thermostat_freeze_alarm.label = Thermostat Freeze Alarm
channel-type.omnilink.thermostat_freeze_alarm.description = Closed when freeze alarm is triggered by this thermostat.
channel-type.omnilink.thermostat_heat_setpoint.label = Heat SetPoint
channel-type.omnilink.thermostat_heat_setpoint.description = The current low/heating setpoint of this thermostat.
channel-type.omnilink.thermostat_hold_status.label = Hold Status
channel-type.omnilink.thermostat_hold_status.description = The current hold status of this thermostat.
channel-type.omnilink.thermostat_hold_status.state.option.0 = Off
channel-type.omnilink.thermostat_hold_status.state.option.1 = Hold
channel-type.omnilink.thermostat_hold_status.state.option.2 = Vacation hold
channel-type.omnilink.thermostat_humidify_setpoint.label = Humidify SetPoint
channel-type.omnilink.thermostat_humidify_setpoint.description = The current low/humidify setpoint for this thermostat.
channel-type.omnilink.thermostat_humidity.label = Humidity
channel-type.omnilink.thermostat_humidity.description = The relative humidity at this thermostat.
channel-type.omnilink.thermostat_outdoor_temperature.label = Outdoor Temperature
channel-type.omnilink.thermostat_outdoor_temperature.description = The current outdoor temperature detected by this thermostat.
channel-type.omnilink.thermostat_status.label = Thermostat Status
channel-type.omnilink.thermostat_status.description = The current status of this thermostat.
channel-type.omnilink.thermostat_status.state.option.0 = Idle
channel-type.omnilink.thermostat_status.state.option.1 = Heating
channel-type.omnilink.thermostat_status.state.option.2 = Cooling
channel-type.omnilink.thermostat_status.state.option.3 = Humidifying
channel-type.omnilink.thermostat_status.state.option.4 = Dehumidifying
channel-type.omnilink.thermostat_system_mode.label = System Mode
channel-type.omnilink.thermostat_system_mode.description = The current system mode of this thermostat.
channel-type.omnilink.thermostat_system_mode.state.option.0 = Off
channel-type.omnilink.thermostat_system_mode.state.option.1 = Heat
channel-type.omnilink.thermostat_system_mode.state.option.2 = Cool
channel-type.omnilink.thermostat_system_mode.state.option.3 = Auto
channel-type.omnilink.thermostat_system_mode.state.option.4 = Emergency heat
channel-type.omnilink.thermostat_temperature.label = Temperature
channel-type.omnilink.thermostat_temperature.description = The current temperature at this thermostat.
channel-type.omnilink.unit_level.label = Unit Level
channel-type.omnilink.unit_level.description = Increase/Decrease the level of this unit.
channel-type.omnilink.unit_switch.label = Switch
channel-type.omnilink.unit_switch.description = Turn this unit on/off.
channel-type.omnilink.upb_link_activated_event.label = UPB Link
channel-type.omnilink.upb_link_activated_event.description = Event sent when a UPB link is activated.
channel-type.omnilink.upb_link_deactivated_event.label = UPB Link
channel-type.omnilink.upb_link_deactivated_event.description = Event sent when a UPB link is deactivated.
channel-type.omnilink.upb_status.label = UPB Status
channel-type.omnilink.upb_status.description = Send a UPB status request message for this unit to the controller.
channel-type.omnilink.upb_status.command.option.GET STATUS = Get Status
channel-type.omnilink.zone_arming_status.label = Arming Status
channel-type.omnilink.zone_arming_status.description = Arming status of this zone.
channel-type.omnilink.zone_arming_status.state.option.0 = Disarmed
channel-type.omnilink.zone_arming_status.state.option.1 = Armed
channel-type.omnilink.zone_arming_status.state.option.2 = Bypassed by user
channel-type.omnilink.zone_arming_status.state.option.3 = Bypassed by system
channel-type.omnilink.zone_bypass.label = Bypass Zone
channel-type.omnilink.zone_bypass.description = Send a 4 digit user code to bypass this zone.
channel-type.omnilink.zone_contact.label = Contact State
channel-type.omnilink.zone_contact.description = Contact state information of this zone.
channel-type.omnilink.zone_current_condition.label = Current Condition
channel-type.omnilink.zone_current_condition.description = Current condition of this zone.
channel-type.omnilink.zone_current_condition.state.option.0 = Secure
channel-type.omnilink.zone_current_condition.state.option.1 = Not Ready
channel-type.omnilink.zone_current_condition.state.option.2 = Trouble
channel-type.omnilink.zone_latched_alarm_status.label = Latched Alarm Status
channel-type.omnilink.zone_latched_alarm_status.description = Latched alarm status of this zone.
channel-type.omnilink.zone_latched_alarm_status.state.option.0 = Secure
channel-type.omnilink.zone_latched_alarm_status.state.option.1 = Tripped
channel-type.omnilink.zone_latched_alarm_status.state.option.2 = Reset, but previously tripped
channel-type.omnilink.zone_restore.label = Restore Zone
channel-type.omnilink.zone_restore.description = Send a 4 digit user code to restore this zone.