[powermax] Add few missing default translation properties (#11913)

Also run mvn i18n:generate-default-translations

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
lolodomo 2022-01-01 11:33:08 +01:00 committed by GitHub
parent b701e15ec2
commit e4cd27f623
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 48 additions and 34 deletions

View File

@ -27,21 +27,6 @@ thing-type.config.powermax.x10.deviceNumber.description = The device number.
thing-type.config.powermax.zone.zoneNumber.label = Zone Number
thing-type.config.powermax.zone.zoneNumber.description = The zone number.
config.allowArming.label = Allow Arming
config.allowArming.description = Enable or disable arming the alarm system from openHAB.
config.allowDisarming.label = Allow Disarming
config.allowDisarming.description = Enable or disable disarming the alarm system from openHAB.
config.autoSyncTime.label = Sync Time
config.autoSyncTime.description = Automatic sync time at openHAB startup.
config.forceStandardMode.label = Force Standard Mode
config.forceStandardMode.description = Force the standard mode rather than trying using the Powerlink mode.
config.motionOffDelay.label = Motion Reset Delay
config.motionOffDelay.description = The delay in minutes to reset a motion detection.
config.panelType.label = Panel Type
config.panelType.description = Define the panel type. Only required when forcing the standard mode.
config.pinCode.label = PIN Code
config.pinCode.description = The PIN code to use for arming/disarming the alarm system from openHAB. Not required except when Powerlink mode cannot be used.
# channel types
channel-type.powermax.active_alerts.label = Active Alarms and Alerts
@ -77,8 +62,10 @@ channel-type.powermax.inactive.label = Zone Inactive
channel-type.powermax.inactive.description = Whether or not the zone's sensor is inactive (loss of supervision)
channel-type.powermax.last_message_time.label = Last Message Time
channel-type.powermax.last_message_time.description = Timestamp when the most recent message of any kind was received from the panel
channel-type.powermax.last_message_time.state.pattern = %1$tH:%1$tM
channel-type.powermax.last_trip.label = Zone Last Trip
channel-type.powermax.last_trip.description = Timestamp when the zone was last tripped
channel-type.powermax.last_trip.state.pattern = %1$tH:%1$tM
channel-type.powermax.locked.label = Zone Armed (Contact)
channel-type.powermax.locked.description = Whether or not the zone is armed (CLOSED when armed)
channel-type.powermax.mode.label = System Mode
@ -116,8 +103,35 @@ channel-type.powermax.zone_last_message.label = Zone Last Status Message
channel-type.powermax.zone_last_message.description = The most recent status message reported by the zone
channel-type.powermax.zone_last_message_time.label = Zone Last Status Time
channel-type.powermax.zone_last_message_time.description = Timestamp when Zone Last Status Message was received
channel-type.powermax.zone_last_message_time.state.pattern = %1$tH:%1$tM
# Thing status descriptions
# thing types config
config.allowArming.label = Allow Arming
config.allowArming.description = Enable or disable arming the alarm system from openHAB.
config.allowDisarming.label = Allow Disarming
config.allowDisarming.description = Enable or disable disarming the alarm system from openHAB.
config.autoSyncTime.label = Sync Time
config.autoSyncTime.description = Automatic sync time at openHAB startup.
config.forceStandardMode.label = Force Standard Mode
config.forceStandardMode.description = Force the standard mode rather than trying using the Powerlink mode.
config.motionOffDelay.label = Motion Reset Delay
config.motionOffDelay.description = The delay in minutes to reset a motion detection.
config.panelType.label = Panel Type
config.panelType.description = Define the panel type. Only required when forcing the standard mode.
config.panelType.option.PowerMax = PowerMax
config.panelType.option.PowerMaxPlus = PowerMax+
config.panelType.option.PowerMaxPro = PowerMax Pro
config.panelType.option.PowerMaxComplete = PowerMax Complete
config.panelType.option.PowerMaxProPart = PowerMax Pro Part
config.panelType.option.PowerMaxCompletePart = PowerMax Complete Part
config.panelType.option.PowerMaxExpress = PowerMax Express
config.panelType.option.PowerMaster10 = PowerMaster 10
config.panelType.option.PowerMaster30 = PowerMaster 30
config.pinCode.label = PIN Code
config.pinCode.description = The PIN code to use for arming/disarming the alarm system from openHAB. Not required except when Powerlink mode cannot be used.
# thing status descriptions
offline.config-error-mandatory-ip-port = ip and port settings must be defined in the thing configuration.
offline.config-error-mandatory-serial-port = serialPort setting must be defined in the thing configuration.

View File

@ -82,15 +82,15 @@
<description>@text/config.panelType.description</description>
<limitToOptions>true</limitToOptions>
<options>
<option value="PowerMax">PowerMax</option>
<option value="PowerMax+">PowerMax+</option>
<option value="PowerMaxPro">PowerMax Pro</option>
<option value="PowerMaxComplete">PowerMax Complete</option>
<option value="PowerMaxProPart">PowerMax Pro Part</option>
<option value="PowerMaxCompletePart">PowerMax Complete Part</option>
<option value="PowerMaxExpress">PowerMax Express</option>
<option value="PowerMaster10">PowerMaster 10</option>
<option value="PowerMaster30">PowerMaster 30</option>
<option value="PowerMax">@text/config.panelType.option.PowerMax</option>
<option value="PowerMax+">@text/config.panelType.option.PowerMaxPlus</option>
<option value="PowerMaxPro">@text/config.panelType.option.PowerMaxPro</option>
<option value="PowerMaxComplete">@text/config.panelType.option.PowerMaxComplete</option>
<option value="PowerMaxProPart">@text/config.panelType.option.PowerMaxProPart</option>
<option value="PowerMaxCompletePart">@text/config.panelType.option.PowerMaxCompletePart</option>
<option value="PowerMaxExpress">@text/config.panelType.option.PowerMaxExpress</option>
<option value="PowerMaster10">@text/config.panelType.option.PowerMaster10</option>
<option value="PowerMaster30">@text/config.panelType.option.PowerMaster30</option>
</options>
<default>PowerMaxPro</default>
<advanced>true</advanced>

View File

@ -80,15 +80,15 @@
<description>@text/config.panelType.description</description>
<limitToOptions>true</limitToOptions>
<options>
<option value="PowerMax">PowerMax</option>
<option value="PowerMax+">PowerMax+</option>
<option value="PowerMaxPro">PowerMax Pro</option>
<option value="PowerMaxComplete">PowerMax Complete</option>
<option value="PowerMaxProPart">PowerMax Pro Part</option>
<option value="PowerMaxCompletePart">PowerMax Complete Part</option>
<option value="PowerMaxExpress">PowerMax Express</option>
<option value="PowerMaster10">PowerMaster 10</option>
<option value="PowerMaster30">PowerMaster 30</option>
<option value="PowerMax">@text/config.panelType.option.PowerMax</option>
<option value="PowerMax+">@text/config.panelType.option.PowerMaxPlus</option>
<option value="PowerMaxPro">@text/config.panelType.option.PowerMaxPro</option>
<option value="PowerMaxComplete">@text/config.panelType.option.PowerMaxComplete</option>
<option value="PowerMaxProPart">@text/config.panelType.option.PowerMaxProPart</option>
<option value="PowerMaxCompletePart">@text/config.panelType.option.PowerMaxCompletePart</option>
<option value="PowerMaxExpress">@text/config.panelType.option.PowerMaxExpress</option>
<option value="PowerMaster10">@text/config.panelType.option.PowerMaster10</option>
<option value="PowerMaster30">@text/config.panelType.option.PowerMaster30</option>
</options>
<default>PowerMaxPro</default>
<advanced>true</advanced>