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,43 @@
|
||||
# binding
|
||||
|
||||
binding.energenie.name = Energenie Binding
|
||||
binding.energenie.description = This is the binding for Energenie.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.energenie.pm2lan.label = EG-PM2-LAN
|
||||
thing-type.energenie.pm2lan.description = Energenie programmable power strip with LAN interface
|
||||
thing-type.energenie.pms2lan.label = EG-PMS2-LAN
|
||||
thing-type.energenie.pms2lan.description = Energenie programmable power strip with LAN interface
|
||||
thing-type.energenie.pmslan.label = EG-PMS-LAN
|
||||
thing-type.energenie.pmslan.description = Energenie programmable power strip with LAN interface
|
||||
thing-type.energenie.pmswlan.label = EG-PMS-WLAN
|
||||
thing-type.energenie.pmswlan.description = Energenie programmable power strip with WLAN interface
|
||||
thing-type.energenie.pwmlan.label = EGM-PWM-LAN
|
||||
thing-type.energenie.pwmlan.description = Energenie energy meter with LAN interface
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.energenie.config.host.label = IP-Address
|
||||
thing-type.config.energenie.config.host.description = The IP address of this device
|
||||
thing-type.config.energenie.config.password.label = Password
|
||||
thing-type.config.energenie.config.password.description = The password of this device
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.energenie.current.label = Current
|
||||
channel-type.energenie.current.description = Channel representing the current
|
||||
channel-type.energenie.energy.label = Energy
|
||||
channel-type.energenie.energy.description = Channel representing the energy consumption
|
||||
channel-type.energenie.power.label = Power
|
||||
channel-type.energenie.power.description = Channel representing the power consumption
|
||||
channel-type.energenie.socket1.label = Socket 1 State
|
||||
channel-type.energenie.socket1.description = Channel representing the state of socket 1
|
||||
channel-type.energenie.socket2.label = Socket 2 State
|
||||
channel-type.energenie.socket2.description = Channel representing the state of socket 2
|
||||
channel-type.energenie.socket3.label = Socket 3 State
|
||||
channel-type.energenie.socket3.description = Channel representing the state of socket 3
|
||||
channel-type.energenie.socket4.label = Socket 4 State
|
||||
channel-type.energenie.socket4.description = Channel representing the state of socket 4
|
||||
channel-type.energenie.voltage.label = Voltage
|
||||
channel-type.energenie.voltage.description = Channel representing the voltage
|
||||
Reference in New Issue
Block a user