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,62 @@
|
||||
# binding
|
||||
|
||||
binding.anel.name = Anel NET-PwrCtrl Binding
|
||||
binding.anel.description = This is the binding for Anel NET-PwrCtrl devices.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.anel.advanced-firmware.label = ADV / IO / HUT
|
||||
thing-type.anel.advanced-firmware.description = Anel device with 8 controllable outlets / relays and possibly 8 IO ports.
|
||||
thing-type.anel.home.label = HOME
|
||||
thing-type.anel.home.description = Anel device with 3 controllable outlets without IO ports.
|
||||
thing-type.anel.simple-firmware.label = PRO / POWER
|
||||
thing-type.anel.simple-firmware.description = Anel device with 8 controllable outlets without IO ports.
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.anel.config.hostname.label = Hostname / IP address
|
||||
thing-type.config.anel.config.hostname.description = Hostname or IP address of the device
|
||||
thing-type.config.anel.config.password.label = Password
|
||||
thing-type.config.anel.config.password.description = Password to access the device
|
||||
thing-type.config.anel.config.udpReceivePort.label = Receive Port
|
||||
thing-type.config.anel.config.udpReceivePort.description = UDP port to receive data from the device (in the anel web UI, it's the send port!)
|
||||
thing-type.config.anel.config.udpSendPort.label = Send Port
|
||||
thing-type.config.anel.config.udpSendPort.description = UDP port to send data to the device (in the anel web UI, it's the receive port!)
|
||||
thing-type.config.anel.config.user.label = User
|
||||
thing-type.config.anel.config.user.description = User to access the device (make sure it has rights to change relay / IO states!)
|
||||
|
||||
# channel group types
|
||||
|
||||
channel-group-type.anel.ioGroup.label = I/O Port
|
||||
channel-group-type.anel.ioGroup.description = An Input / Output Port
|
||||
channel-group-type.anel.propertiesGroup.label = Device Properties
|
||||
channel-group-type.anel.propertiesGroup.description = Device properties
|
||||
channel-group-type.anel.relayGroup.label = Relay / Socket
|
||||
channel-group-type.anel.relayGroup.description = A relay / socket
|
||||
channel-group-type.anel.sensorGroup.label = Sensor
|
||||
channel-group-type.anel.sensorGroup.description = Optional sensor values
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.anel.ioMode-channel.label = IO is Input
|
||||
channel-type.anel.ioMode-channel.description = Whether the port is configured as input (true) or output (false)
|
||||
channel-type.anel.ioName-channel.label = IO Name
|
||||
channel-type.anel.ioName-channel.description = The name of the I/O port
|
||||
channel-type.anel.ioState-channel.label = IO State
|
||||
channel-type.anel.ioState-channel.description = The state of the I/O port (read-only for input ports)
|
||||
channel-type.anel.name-channel.label = Device Name
|
||||
channel-type.anel.name-channel.description = The name of the Anel device
|
||||
channel-type.anel.relayLocked-channel.label = Relay Locked
|
||||
channel-type.anel.relayLocked-channel.description = Whether or not the relay is locked
|
||||
channel-type.anel.relayName-channel.label = Relay Name
|
||||
channel-type.anel.relayName-channel.description = The name of the relay / socket
|
||||
channel-type.anel.relayState-channel.label = Relay State
|
||||
channel-type.anel.relayState-channel.description = The state of the relay / socket (read-only if locked!)
|
||||
channel-type.anel.sensorBrightness-channel.label = Sensor Brightness
|
||||
channel-type.anel.sensorBrightness-channel.description = The brightness value of the optional sensor
|
||||
channel-type.anel.sensorHumidity-channel.label = Sensor Humidity
|
||||
channel-type.anel.sensorHumidity-channel.description = The humidity value of the optional sensor
|
||||
channel-type.anel.sensorTemperature-channel.label = Sensor Temperature
|
||||
channel-type.anel.sensorTemperature-channel.description = The temperature value of the optional sensor
|
||||
channel-type.anel.temperature-channel.label = Anel Device Temperature
|
||||
channel-type.anel.temperature-channel.description = The value of the built-in temperature sensor of the Anel device
|
||||
Reference in New Issue
Block a user