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:
@@ -0,0 +1,106 @@
|
||||
# binding
|
||||
|
||||
binding.jablotron.name = Jablotron Binding
|
||||
binding.jablotron.description = This is the binding for Jablotron Alarm Systems.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.jablotron.bridge.label = Jablonet Bridge
|
||||
thing-type.jablotron.bridge.description = A bridge to the Jablonet cloud service.
|
||||
thing-type.jablotron.ja100.label = JA100 Alarm
|
||||
thing-type.jablotron.ja100.description = A Jablotron JA100 alarm device.
|
||||
thing-type.jablotron.ja100f.label = JA100F Alarm
|
||||
thing-type.jablotron.ja100f.description = A Jablotron JA100F alarm device.
|
||||
thing-type.jablotron.oasis.label = Oasis Alarm
|
||||
thing-type.jablotron.oasis.description = A Jablotron Oasis alarm device.
|
||||
|
||||
# thing types config
|
||||
|
||||
bridge-type.config.jablotron.bridge.lang.label = Language
|
||||
bridge-type.config.jablotron.bridge.lang.description = Language for Jablonet portal
|
||||
bridge-type.config.jablotron.bridge.lang.option.cs = Česky
|
||||
bridge-type.config.jablotron.bridge.lang.option.da = Dansk
|
||||
bridge-type.config.jablotron.bridge.lang.option.de = Deutsch
|
||||
bridge-type.config.jablotron.bridge.lang.option.en = English
|
||||
bridge-type.config.jablotron.bridge.lang.option.es = Español
|
||||
bridge-type.config.jablotron.bridge.lang.option.fr = Français
|
||||
bridge-type.config.jablotron.bridge.lang.option.hr = Hrvatski
|
||||
bridge-type.config.jablotron.bridge.lang.option.it = Italiano
|
||||
bridge-type.config.jablotron.bridge.lang.option.hu = Magyar
|
||||
bridge-type.config.jablotron.bridge.lang.option.nl = Nederlands
|
||||
bridge-type.config.jablotron.bridge.lang.option.vi = Người việt nam
|
||||
bridge-type.config.jablotron.bridge.lang.option.no = Norsk
|
||||
bridge-type.config.jablotron.bridge.lang.option.pl = Polski
|
||||
bridge-type.config.jablotron.bridge.lang.option.pt = Portugues
|
||||
bridge-type.config.jablotron.bridge.lang.option.ro = Română
|
||||
bridge-type.config.jablotron.bridge.lang.option.sl = Slovenski
|
||||
bridge-type.config.jablotron.bridge.lang.option.sk = Slovensky
|
||||
bridge-type.config.jablotron.bridge.lang.option.sr = Srpski
|
||||
bridge-type.config.jablotron.bridge.lang.option.fi = Suomi
|
||||
bridge-type.config.jablotron.bridge.lang.option.sv = Svenska
|
||||
bridge-type.config.jablotron.bridge.lang.option.tr = Türkçe
|
||||
bridge-type.config.jablotron.bridge.login.label = Login
|
||||
bridge-type.config.jablotron.bridge.login.description = Login for Jablonet portal
|
||||
bridge-type.config.jablotron.bridge.password.label = Password
|
||||
bridge-type.config.jablotron.bridge.password.description = Password for Jablonet portal
|
||||
bridge-type.config.jablotron.bridge.refresh.label = Refresh
|
||||
bridge-type.config.jablotron.bridge.refresh.description = Specifies the refresh time for all alarm warnings (alarm, service mode, ...)
|
||||
thing-type.config.jablotron.device.refresh.label = Refresh
|
||||
thing-type.config.jablotron.device.refresh.description = Specifies the refresh time of thing channels in seconds
|
||||
thing-type.config.jablotron.device.serviceId.label = Alarm Service ID
|
||||
thing-type.config.jablotron.device.serviceId.description = The service ID of the Oasis alarm
|
||||
thing-type.config.jablotron.ja100device.code.label = Code
|
||||
thing-type.config.jablotron.ja100device.code.description = Master code for the JA100 alarm
|
||||
thing-type.config.jablotron.ja100device.refresh.label = Refresh
|
||||
thing-type.config.jablotron.ja100device.refresh.description = Specifies the refresh time of thing channels in seconds
|
||||
thing-type.config.jablotron.ja100device.serviceId.label = Alarm Service ID
|
||||
thing-type.config.jablotron.ja100device.serviceId.description = The service ID of the JA100 alarm
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.jablotron.alarm.label = Alarm
|
||||
channel-type.jablotron.alarm.description = Status of the alarm of your alarm
|
||||
channel-type.jablotron.alarm_state.label = Alarm State
|
||||
channel-type.jablotron.alarm_state.description = A channel used for controlling the alarm state
|
||||
channel-type.jablotron.alarm_state.state.option.set = ARMED
|
||||
channel-type.jablotron.alarm_state.state.option.partialSet = PARTIAL
|
||||
channel-type.jablotron.alarm_state.state.option.unset = DISARMED
|
||||
channel-type.jablotron.command.label = Alarm Command
|
||||
channel-type.jablotron.command.description = Channel for sending commands to your alarm
|
||||
channel-type.jablotron.ja100f_alarm_state.label = Alarm State
|
||||
channel-type.jablotron.ja100f_alarm_state.description = A channel used for controlling the alarm state
|
||||
channel-type.jablotron.ja100f_alarm_state.state.option.ARM = ARMED
|
||||
channel-type.jablotron.ja100f_alarm_state.state.option.PARTIAL_ARM = PARTIAL
|
||||
channel-type.jablotron.ja100f_alarm_state.state.option.DISARM = DISARMED
|
||||
channel-type.jablotron.lastCheckTime.label = Alarm Last Check Time
|
||||
channel-type.jablotron.lastCheckTime.description = Date and time of last status check of your alarm
|
||||
channel-type.jablotron.lastEvent.label = Alarm Last Event Text Description
|
||||
channel-type.jablotron.lastEvent.description = Text description of the last event of your alarm
|
||||
channel-type.jablotron.lastEventClass.label = Alarm Last Event Class
|
||||
channel-type.jablotron.lastEventClass.description = Class of the last event of your alarm (arm, disarm, ...)
|
||||
channel-type.jablotron.lastEventInvoker.label = Alarm Last Event Invoker
|
||||
channel-type.jablotron.lastEventInvoker.description = The last event invoker
|
||||
channel-type.jablotron.lastEventSection.label = Alarm Last Event Section
|
||||
channel-type.jablotron.lastEventSection.description = The last event section of your alarm
|
||||
channel-type.jablotron.lastEventTime.label = Alarm Last Event Time
|
||||
channel-type.jablotron.lastEventTime.description = Date and time of the last event of your alarm
|
||||
channel-type.jablotron.pgm_state.label = Programmable Gate State
|
||||
channel-type.jablotron.pgm_state.description = A channel used for controlling the PGM state
|
||||
channel-type.jablotron.status.label = Alarm Section Status
|
||||
channel-type.jablotron.status.description = Status of the section of your alarm
|
||||
channel-type.jablotron.statusA.label = Alarm Zone A Status
|
||||
channel-type.jablotron.statusA.description = Status of the A zone of your alarm
|
||||
channel-type.jablotron.statusABC.label = Alarm Zone ABC Status
|
||||
channel-type.jablotron.statusABC.description = Status of the ABC zone of your alarm
|
||||
channel-type.jablotron.statusB.label = Alarm B Status
|
||||
channel-type.jablotron.statusB.description = Status of the B zone of your alarm
|
||||
channel-type.jablotron.statusPGM.label = JA-100 PGM Status
|
||||
channel-type.jablotron.statusPGM.description = Status of the PGM switch of your JA-100 alarm
|
||||
channel-type.jablotron.statusPGX.label = OASIS PGX Status
|
||||
channel-type.jablotron.statusPGX.description = Status of the PGX switch of your OASIS alarm
|
||||
channel-type.jablotron.statusPGY.label = OASIS PGY Status
|
||||
channel-type.jablotron.statusPGY.description = Status of the PGY switch of your OASIS alarm
|
||||
channel-type.jablotron.temperature.label = Sensor Temperature
|
||||
channel-type.jablotron.temperature.description = The current temperature reported by the sensor
|
||||
channel-type.jablotron.thermostat.label = Thermostat Temperature
|
||||
channel-type.jablotron.thermostat.description = The current temperature reported by the thermostat
|
||||
Reference in New Issue
Block a user