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,107 @@
|
||||
# binding
|
||||
|
||||
binding.tellstick.name = Tellstick Binding
|
||||
binding.tellstick.description = This is the binding for Telldus Tellstick Basic, Duo, .Net and Z-Net Lite.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.tellstick.dimmer.label = Dimmable Device
|
||||
thing-type.tellstick.dimmer.description = This is a Dimmable device
|
||||
thing-type.tellstick.powersensor.label = PowerSensor
|
||||
thing-type.tellstick.powersensor.description = This Thing defines a Power Sensor
|
||||
thing-type.tellstick.rainsensor.label = RainSensor
|
||||
thing-type.tellstick.rainsensor.description = This Thing defines a Rain Sensor
|
||||
thing-type.tellstick.sensor.label = Sensor
|
||||
thing-type.tellstick.sensor.description = This Thing defines a Sensor
|
||||
thing-type.tellstick.switch.label = On/Off Device
|
||||
thing-type.tellstick.switch.description = This Thing defines a Switch Device
|
||||
thing-type.tellstick.telldus-core.label = Telldus Core Gateway
|
||||
thing-type.tellstick.telldus-core.description = This bridge represents the Telldus center on a local computer.
|
||||
thing-type.tellstick.telldus-live.label = Telldus Live Gateway
|
||||
thing-type.tellstick.telldus-live.description = This bridge represents the Telldus live cloud service.
|
||||
thing-type.tellstick.telldus-local.label = Telldus Local API
|
||||
thing-type.tellstick.telldus-local.description = This bridge represents the Telldus local API.
|
||||
thing-type.tellstick.windsensor.label = WindSensor
|
||||
thing-type.tellstick.windsensor.description = This Thing defines a Wind Sensor
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.tellstick.dimmer.deviceId.label = DeviceID
|
||||
thing-type.config.tellstick.dimmer.deviceId.description = This is the unique id of a device.
|
||||
thing-type.config.tellstick.dimmer.model.label = Model
|
||||
thing-type.config.tellstick.dimmer.model.description = The model used by a specific device.
|
||||
thing-type.config.tellstick.dimmer.name.label = Name
|
||||
thing-type.config.tellstick.dimmer.name.description = The name of the device
|
||||
thing-type.config.tellstick.dimmer.protocol.label = Protocol
|
||||
thing-type.config.tellstick.dimmer.protocol.description = The protocol used by a specific device.
|
||||
thing-type.config.tellstick.dimmer.repeat.label = Repeat
|
||||
thing-type.config.tellstick.dimmer.repeat.description = The number of times to resend.
|
||||
thing-type.config.tellstick.sensor-config.deviceId.label = DeviceID
|
||||
thing-type.config.tellstick.sensor-config.deviceId.description = This function returns the unique id of a device with a specific index.
|
||||
thing-type.config.tellstick.sensor-config.model.label = Model
|
||||
thing-type.config.tellstick.sensor-config.model.description = The model used by a specific device.
|
||||
thing-type.config.tellstick.sensor-config.name.label = Name
|
||||
thing-type.config.tellstick.sensor-config.name.description = The name of the device (manually entered)
|
||||
thing-type.config.tellstick.sensor-config.protocol.label = Protocol
|
||||
thing-type.config.tellstick.sensor-config.protocol.description = The protocol used by a specific device.
|
||||
thing-type.config.tellstick.switch.deviceId.label = DeviceID
|
||||
thing-type.config.tellstick.switch.deviceId.description = This is the unique id of a device.
|
||||
thing-type.config.tellstick.switch.dimmer.label = Dimmer
|
||||
thing-type.config.tellstick.switch.dimmer.description = Is this a dimmer without absolute setting (e.g. you press on to start dim and then on again to stop it).
|
||||
thing-type.config.tellstick.switch.name.label = Name
|
||||
thing-type.config.tellstick.switch.name.description = The name of the device
|
||||
thing-type.config.tellstick.switch.protocol.label = Protocol
|
||||
thing-type.config.tellstick.switch.protocol.description = The protocol used by a specific device.
|
||||
thing-type.config.tellstick.switch.repeat.label = Repeat
|
||||
thing-type.config.tellstick.switch.repeat.description = The number of times to resend.
|
||||
thing-type.config.tellstick.telldus-core.libraryPath.label = The Location of Telldus Core DLL/SO
|
||||
thing-type.config.tellstick.telldus-core.libraryPath.description = The location of Telldus Core DLL/SO
|
||||
thing-type.config.tellstick.telldus-core.resendInterval.label = ResendInterval
|
||||
thing-type.config.tellstick.telldus-core.resendInterval.description = The interval between resend.
|
||||
thing-type.config.tellstick.telldus-live.privateKey.label = Private Key
|
||||
thing-type.config.tellstick.telldus-live.privateKey.description = The private key from telldus
|
||||
thing-type.config.tellstick.telldus-live.publicKey.label = Public Key
|
||||
thing-type.config.tellstick.telldus-live.publicKey.description = The public key from telldus
|
||||
thing-type.config.tellstick.telldus-live.refreshInterval.label = Refresh Interval
|
||||
thing-type.config.tellstick.telldus-live.refreshInterval.description = The refresh interval in ms which is used to poll Telldus Live.
|
||||
thing-type.config.tellstick.telldus-live.token.label = Access Token
|
||||
thing-type.config.tellstick.telldus-live.token.description = The openauth token.
|
||||
thing-type.config.tellstick.telldus-live.tokenSecret.label = Token Secret
|
||||
thing-type.config.tellstick.telldus-live.tokenSecret.description = The openauth token secret.
|
||||
thing-type.config.tellstick.telldus-local.accessToken.label = Access Token
|
||||
thing-type.config.tellstick.telldus-local.accessToken.description = The access token.
|
||||
thing-type.config.tellstick.telldus-local.ipAddress.label = Local IP Address
|
||||
thing-type.config.tellstick.telldus-local.ipAddress.description = The local IP address of the Tellstick.
|
||||
thing-type.config.tellstick.telldus-local.refreshInterval.label = Refresh Interval
|
||||
thing-type.config.tellstick.telldus-local.refreshInterval.description = The refresh interval in ms which is used to poll Telldus local API.
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.tellstick.ampere.label = Ampere
|
||||
channel-type.tellstick.ampere.description = Current ampere
|
||||
channel-type.tellstick.dimmer.label = Dimmer Value
|
||||
channel-type.tellstick.dimmer.description = The channel to control the dimmer
|
||||
channel-type.tellstick.humidity.label = Humidity
|
||||
channel-type.tellstick.humidity.description = Actual measured room Humidity
|
||||
channel-type.tellstick.lux.label = Lux
|
||||
channel-type.tellstick.lux.description = Current lumination
|
||||
channel-type.tellstick.rainrate.label = Rainrate
|
||||
channel-type.tellstick.rainrate.description = The current rain rate
|
||||
channel-type.tellstick.raintotal.label = Total Rain
|
||||
channel-type.tellstick.raintotal.description = Total rain
|
||||
channel-type.tellstick.state.label = Switch
|
||||
channel-type.tellstick.state.description = Turns the power on or off
|
||||
channel-type.tellstick.temperature.label = Temperature
|
||||
channel-type.tellstick.temperature.description = Actual measured room temperature
|
||||
channel-type.tellstick.timestamp.label = Last Device Update
|
||||
channel-type.tellstick.timestamp.description = Last device update
|
||||
channel-type.tellstick.timestamp.label = Last Device Update
|
||||
channel-type.tellstick.timestamp.description = Last device update
|
||||
channel-type.tellstick.watt.label = Power
|
||||
channel-type.tellstick.watt.description = Current power
|
||||
channel-type.tellstick.windaverage.label = Wind Average
|
||||
channel-type.tellstick.windaverage.description = Current average wind
|
||||
channel-type.tellstick.winddirection.label = Wind Direction
|
||||
channel-type.tellstick.winddirection.description = Current wind direction
|
||||
channel-type.tellstick.windgust.label = Wind Gust
|
||||
channel-type.tellstick.windgust.description = Current wind gust
|
||||
Reference in New Issue
Block a user