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,82 @@
|
||||
# binding
|
||||
|
||||
binding.bigassfan.name = BigAssFan Binding
|
||||
binding.bigassfan.description = This is the binding for BigAssFan.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.bigassfan.controller.label = Controller
|
||||
thing-type.bigassfan.controller.description = Wall controller for Big Ass Fan
|
||||
thing-type.bigassfan.fan.label = BigAssFan
|
||||
thing-type.bigassfan.fan.description = Big Ass Fan
|
||||
thing-type.bigassfan.light.label = Light
|
||||
thing-type.bigassfan.light.description = Light
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.bigassfan.device.ipAddress.label = Network Address
|
||||
thing-type.config.bigassfan.device.ipAddress.description = Enter the IP address of the device
|
||||
thing-type.config.bigassfan.device.label.label = Name of Device
|
||||
thing-type.config.bigassfan.device.label.description = Enter the name you've given to the device
|
||||
thing-type.config.bigassfan.device.macAddress.label = MAC Address
|
||||
thing-type.config.bigassfan.device.macAddress.description = Enter the MAC address of the device
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.bigassfan.fan-auto.label = Fan Auto Mode
|
||||
channel-type.bigassfan.fan-auto.description = Enable or disable fan auto mode
|
||||
channel-type.bigassfan.fan-direction.label = Fan Direction
|
||||
channel-type.bigassfan.fan-direction.description = Forward or reverse
|
||||
channel-type.bigassfan.fan-direction.state.option.FWD = Forward
|
||||
channel-type.bigassfan.fan-direction.state.option.REV = Reverse
|
||||
channel-type.bigassfan.fan-learn-speed-max.label = Maximum Fan Speed
|
||||
channel-type.bigassfan.fan-learn-speed-max.description = Set the maximum fan speed when in Smart Cooling mode
|
||||
channel-type.bigassfan.fan-learn-speed-min.label = Minimum Fan Speed
|
||||
channel-type.bigassfan.fan-learn-speed-min.description = Set the minimum fan speed when in Smart Cooling mode
|
||||
channel-type.bigassfan.fan-power.label = Fan Power
|
||||
channel-type.bigassfan.fan-power.description = Turn the fan on and off
|
||||
channel-type.bigassfan.fan-sleep.label = Sleep Mode
|
||||
channel-type.bigassfan.fan-sleep.description = Enable or disable fan sleep mode
|
||||
channel-type.bigassfan.fan-smartmode.label = Fan Smartmode
|
||||
channel-type.bigassfan.fan-smartmode.description = Set Smartmode to OFF, COOLING, or HEATING
|
||||
channel-type.bigassfan.fan-smartmode.state.option.OFF = OFF
|
||||
channel-type.bigassfan.fan-smartmode.state.option.COOLING = COOLING
|
||||
channel-type.bigassfan.fan-smartmode.state.option.HEATING = HEATING
|
||||
channel-type.bigassfan.fan-speed-max.label = Maximum Fan Speed
|
||||
channel-type.bigassfan.fan-speed-max.description = Set the maximum fan speed
|
||||
channel-type.bigassfan.fan-speed-min.label = Minimum Fan Speed
|
||||
channel-type.bigassfan.fan-speed-min.description = Set the minimum fan speed
|
||||
channel-type.bigassfan.fan-speed.label = Fan Speed
|
||||
channel-type.bigassfan.fan-speed.description = Control the speed of the fan
|
||||
channel-type.bigassfan.fan-whoosh.label = Fan Whoosh Mode
|
||||
channel-type.bigassfan.fan-whoosh.description = Enable or disable fan whoosh mode
|
||||
channel-type.bigassfan.fan-wintermode.label = Fan Winter Mode
|
||||
channel-type.bigassfan.fan-wintermode.description = Enable or disable fan winter mode
|
||||
channel-type.bigassfan.light-auto.label = Light Auto Mode
|
||||
channel-type.bigassfan.light-auto.description = Enable or disable light auto mode
|
||||
channel-type.bigassfan.light-color.label = Light Color
|
||||
channel-type.bigassfan.light-color.description = Light allows hue to be adjusted
|
||||
channel-type.bigassfan.light-color.state.option.COLOR = Color
|
||||
channel-type.bigassfan.light-color.state.option.NOCOLOR = No Color
|
||||
channel-type.bigassfan.light-hue.label = Hue
|
||||
channel-type.bigassfan.light-hue.description = Set the hue of the light
|
||||
channel-type.bigassfan.light-level-max.label = Maximum Brightness
|
||||
channel-type.bigassfan.light-level-max.description = Set the maximum brightness level when using Smarter Lighting
|
||||
channel-type.bigassfan.light-level-min.label = Minimum Brightness
|
||||
channel-type.bigassfan.light-level-min.description = Set the minimum brightness level when using Smarter Lighting
|
||||
channel-type.bigassfan.light-level.label = Light Brightness
|
||||
channel-type.bigassfan.light-level.description = The brightness level of the fan's light
|
||||
channel-type.bigassfan.light-power.label = Light Power
|
||||
channel-type.bigassfan.light-power.description = Turn the fan's light on and off
|
||||
channel-type.bigassfan.light-present.label = Light Present
|
||||
channel-type.bigassfan.light-present.description = Fan has the integrated light installed
|
||||
channel-type.bigassfan.light-present.state.option.PRESENT = Present
|
||||
channel-type.bigassfan.light-present.state.option.NOTPRESENT = Not Present
|
||||
channel-type.bigassfan.light-smarter.label = Smarter Lighting
|
||||
channel-type.bigassfan.light-smarter.description = Enable or disable Smarter Lighting
|
||||
channel-type.bigassfan.motion.label = Motion Sensor
|
||||
channel-type.bigassfan.motion.description = The fan's motion sensor has detected motion
|
||||
channel-type.bigassfan.motion.state.option.ON = Triggered
|
||||
channel-type.bigassfan.motion.state.option.OFF = Untriggered
|
||||
channel-type.bigassfan.time.label = Time
|
||||
channel-type.bigassfan.time.description = Time reported by the fan
|
||||
Reference in New Issue
Block a user