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,126 @@
|
||||
# binding
|
||||
|
||||
binding.wemo.name = WeMo Binding
|
||||
binding.wemo.description = The WeMo binding integrates Belkin WeMo devices.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.wemo.CoffeeMaker.label = Mr. Coffee WeMo Enabled Coffeemaker
|
||||
thing-type.wemo.CoffeeMaker.description = This is a WeMo enabled coffee maker
|
||||
thing-type.wemo.MZ100.label = WeMo LED Light
|
||||
thing-type.wemo.MZ100.description = This is a standard WeMo light bulb with E27 socket
|
||||
thing-type.wemo.Maker.label = WeMo Maker
|
||||
thing-type.wemo.Maker.description = This is a WeMo Maker
|
||||
thing-type.wemo.bridge.label = WeMo Link
|
||||
thing-type.wemo.bridge.description = The Wemo Link represents the Belkin WeMo Link bridge.
|
||||
thing-type.wemo.dimmer.label = WeMo DimmerSwitch
|
||||
thing-type.wemo.dimmer.description = This is a WeMo DimmerSwitch
|
||||
thing-type.wemo.insight.label = WeMo Insight Switch
|
||||
thing-type.wemo.insight.description = This is a WeMo Insight Switch with energy measurement
|
||||
thing-type.wemo.lightswitch.label = WeMo Light Switch
|
||||
thing-type.wemo.lightswitch.description = This is a WeMo LightSwitch
|
||||
thing-type.wemo.motion.label = WeMo Motion
|
||||
thing-type.wemo.motion.description = This is a WeMo MotionSensor
|
||||
thing-type.wemo.socket.label = WeMo Switch
|
||||
thing-type.wemo.socket.description = This is a standard WeMo Switch
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.wemo.CoffeeMaker.pollingInterval.label = Polling Interval
|
||||
thing-type.config.wemo.CoffeeMaker.pollingInterval.description = Interval polling the WeMo Coffee Maker.
|
||||
thing-type.config.wemo.CoffeeMaker.udn.label = Unique Device Name
|
||||
thing-type.config.wemo.CoffeeMaker.udn.description = The UDN identifies the WeMo Device
|
||||
thing-type.config.wemo.MZ100.deviceID.label = Device ID
|
||||
thing-type.config.wemo.MZ100.deviceID.description = The device ID identifies one certain WeMo light.
|
||||
thing-type.config.wemo.Maker.udn.label = Unique Device Name
|
||||
thing-type.config.wemo.Maker.udn.description = The UDN identifies the WeMo Device
|
||||
thing-type.config.wemo.bridge.udn.label = Unique Device Name
|
||||
thing-type.config.wemo.bridge.udn.description = The UDN identifies the WeMo Link Device
|
||||
thing-type.config.wemo.dimmer.udn.label = Unique Device Name
|
||||
thing-type.config.wemo.dimmer.udn.description = The UDN identifies the WeMo Device
|
||||
thing-type.config.wemo.insight.udn.label = Unique Device Name
|
||||
thing-type.config.wemo.insight.udn.description = The UDN identifies the WeMo Device
|
||||
thing-type.config.wemo.lightswitch.udn.label = Unique Device Name
|
||||
thing-type.config.wemo.lightswitch.udn.description = The UDN identifies the WeMo Device
|
||||
thing-type.config.wemo.motion.udn.label = Unique Device Name
|
||||
thing-type.config.wemo.motion.udn.description = The UDN identifies the WeMo Device
|
||||
thing-type.config.wemo.socket.udn.label = Unique Device Name
|
||||
thing-type.config.wemo.socket.udn.description = The UDN identifies the WeMo Device
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.wemo.averagePower.label = Average Power
|
||||
channel-type.wemo.averagePower.description = The average power consumption
|
||||
channel-type.wemo.brewed.label = Brewed
|
||||
channel-type.wemo.brewed.description = Date/time the coffee maker last completed brewing coffee
|
||||
channel-type.wemo.brightness.label = Brightness
|
||||
channel-type.wemo.brightness.description = The brightness channel allows to control the brightness of a light. It is also possible to switch the light on and off.
|
||||
channel-type.wemo.cleanAdvise.label = CleanAdvise
|
||||
channel-type.wemo.cleanAdvise.description = Indicates if a WeMo Coffee Maker needs to be cleaned
|
||||
channel-type.wemo.coffeeMode.label = Mode
|
||||
channel-type.wemo.coffeeMode.description = Shows the operation mode of a WeMo Coffee Maker
|
||||
channel-type.wemo.coffeeMode.state.option.Refill = Not Ready: Refill Water and Replace Carafe
|
||||
channel-type.wemo.coffeeMode.state.option.PlaceCarafe = Not Ready: Replace Carafe
|
||||
channel-type.wemo.coffeeMode.state.option.RefillWater = Not Ready: Refill Water
|
||||
channel-type.wemo.coffeeMode.state.option.Ready = Ready
|
||||
channel-type.wemo.coffeeMode.state.option.Brewing = Brewing
|
||||
channel-type.wemo.coffeeMode.state.option.Brewed = Brewing Finished
|
||||
channel-type.wemo.coffeeMode.state.option.CleaningBrewing = Cleaning Coffee Maker
|
||||
channel-type.wemo.coffeeMode.state.option.CleaningSoaking = Cleaning Filter
|
||||
channel-type.wemo.coffeeMode.state.option.BrewFailCarafeRemoved = Brewing Failed: Carafe Removed
|
||||
channel-type.wemo.currentPower.label = Power
|
||||
channel-type.wemo.currentPower.description = The current power consumption
|
||||
channel-type.wemo.endTime.label = NightMode End Time
|
||||
channel-type.wemo.endTime.description = Time when the Night Mode ends
|
||||
channel-type.wemo.endTime.state.pattern = %1$tR
|
||||
channel-type.wemo.energyToday.label = Energy Today
|
||||
channel-type.wemo.energyToday.description = Todays power consumption
|
||||
channel-type.wemo.energyTotal.label = Energy Total
|
||||
channel-type.wemo.energyTotal.description = Total power consumption
|
||||
channel-type.wemo.faderCountDownTime.label = Fader CountDown Time
|
||||
channel-type.wemo.faderCountDownTime.description = The fading duration time in minutes
|
||||
channel-type.wemo.faderEnabled.label = Fader OFF/ON
|
||||
channel-type.wemo.faderEnabled.description = Allows to switch the fader ON/OFF
|
||||
channel-type.wemo.filterAdvise.label = FilterAdvise
|
||||
channel-type.wemo.filterAdvise.description = Indicates if a WeMo Coffee Maker needs to have the filter changed
|
||||
channel-type.wemo.lastChangedAt.label = Last Activity (Date/Time)
|
||||
channel-type.wemo.lastChangedAt.description = Date/time when the state last changed
|
||||
channel-type.wemo.lastCleaned.label = LastCleaned
|
||||
channel-type.wemo.lastCleaned.description = Date/time the coffee maker last completed cleaning
|
||||
channel-type.wemo.lastMotionDetected.label = Last Activity (Date/Time)
|
||||
channel-type.wemo.lastMotionDetected.description = Date/time when last motion was detected
|
||||
channel-type.wemo.lastOnFor.label = Last Activity (s)
|
||||
channel-type.wemo.lastOnFor.description = Duration the device has been switched on for
|
||||
channel-type.wemo.modeTime.label = ModeTime
|
||||
channel-type.wemo.modeTime.description = Shows the current amount of time, in minutes, that the Coffee Maker has been in the current mode
|
||||
channel-type.wemo.motionDetection.label = Motion Status
|
||||
channel-type.wemo.motionDetection.description = Indicates whether motion is detected or not
|
||||
channel-type.wemo.nightMode.label = NightMode OFF/ON
|
||||
channel-type.wemo.nightMode.description = Allows to switch the nightMode ON/OFF
|
||||
channel-type.wemo.nightModeBrightness.label = Night Mode Brightness
|
||||
channel-type.wemo.nightModeBrightness.description = Allows setting the brightness of Night Mode
|
||||
channel-type.wemo.onStandBy.label = On Standby
|
||||
channel-type.wemo.onStandBy.description = Appliance on standby
|
||||
channel-type.wemo.onToday.label = Today's Activity (s)
|
||||
channel-type.wemo.onToday.description = How long has the device been switched on today
|
||||
channel-type.wemo.onTotal.label = Total Activity (s)
|
||||
channel-type.wemo.onTotal.description = How long has the device been switched on totally
|
||||
channel-type.wemo.relay.label = Relay
|
||||
channel-type.wemo.relay.description = Switches the integrated relay contact close/open
|
||||
channel-type.wemo.sensor.label = Sensor
|
||||
channel-type.wemo.sensor.description = Shows the state of the integrated sensor
|
||||
channel-type.wemo.standByLimit.label = StandBy Limit
|
||||
channel-type.wemo.standByLimit.description = Minimum energy draw to register device as switched on
|
||||
channel-type.wemo.startTime.label = NightMode Start Time
|
||||
channel-type.wemo.startTime.description = Time when the Night Mode starts
|
||||
channel-type.wemo.startTime.state.pattern = %1$tR
|
||||
channel-type.wemo.state.label = Switch
|
||||
channel-type.wemo.state.description = Turns the power on or off
|
||||
channel-type.wemo.timeRemaining.label = TimeRemaining
|
||||
channel-type.wemo.timeRemaining.description = Shows the remaining brewing time of a WeMo Coffee Maker
|
||||
channel-type.wemo.timerStart.label = Timer OFF/ON
|
||||
channel-type.wemo.timerStart.description = Allows to switch the timer ON/OFF
|
||||
channel-type.wemo.timespan.label = Usage Timespan (s)
|
||||
channel-type.wemo.timespan.description = Time used to measure average usage
|
||||
channel-type.wemo.waterLevelReached.label = WaterLevelReached
|
||||
channel-type.wemo.waterLevelReached.description = Indicates if the WeMo Coffee Maker needs to be refilled
|
||||
Reference in New Issue
Block a user