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,154 @@
|
||||
# binding
|
||||
|
||||
binding.irobot.name = iRobot Binding
|
||||
binding.irobot.description = This is the binding for iRobot vacuum robots.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.irobot.roomba.label = Roomba
|
||||
thing-type.irobot.roomba.description = A Roomba vacuum robot
|
||||
thing-type.irobot.roomba.channel.sched_fri.label = Schedule Fri
|
||||
thing-type.irobot.roomba.channel.sched_fri.description = Friday schedule active
|
||||
thing-type.irobot.roomba.channel.sched_mon.label = Schedule Mon
|
||||
thing-type.irobot.roomba.channel.sched_mon.description = Monday schedule active
|
||||
thing-type.irobot.roomba.channel.sched_sat.label = Schedule Sat
|
||||
thing-type.irobot.roomba.channel.sched_sat.description = Saturday schedule active
|
||||
thing-type.irobot.roomba.channel.sched_sun.label = Schedule Sun
|
||||
thing-type.irobot.roomba.channel.sched_sun.description = Sunday schedule active
|
||||
thing-type.irobot.roomba.channel.sched_thu.label = Schedule Thu
|
||||
thing-type.irobot.roomba.channel.sched_thu.description = Thirsday schedule active
|
||||
thing-type.irobot.roomba.channel.sched_tue.label = Schedule Tue
|
||||
thing-type.irobot.roomba.channel.sched_tue.description = Tuesday schedule active
|
||||
thing-type.irobot.roomba.channel.sched_wed.label = Schedule Wed
|
||||
thing-type.irobot.roomba.channel.sched_wed.description = Wednesday schedule active
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.irobot.thing.blid.label = Robot ID
|
||||
thing-type.config.irobot.thing.blid.description = ID of the robot
|
||||
thing-type.config.irobot.thing.ipaddress.label = Network Address
|
||||
thing-type.config.irobot.thing.ipaddress.description = Network address of the robot
|
||||
thing-type.config.irobot.thing.password.label = Password
|
||||
thing-type.config.irobot.thing.password.description = Password of the robot
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.irobot.always_finish.label = Always finish
|
||||
channel-type.irobot.always_finish.description = Do not pause current mission if the bin is full
|
||||
channel-type.irobot.battery.label = Battery
|
||||
channel-type.irobot.battery.description = Battery charge percentage
|
||||
channel-type.irobot.bin.label = Bin
|
||||
channel-type.irobot.bin.description = Bin status
|
||||
channel-type.irobot.bin.state.option.ok = OK
|
||||
channel-type.irobot.bin.state.option.full = Full
|
||||
channel-type.irobot.bin.state.option.removed = Removed
|
||||
channel-type.irobot.clean_passes.label = Cleaning passes
|
||||
channel-type.irobot.clean_passes.description = Number of cleaning passes to make
|
||||
channel-type.irobot.clean_passes.state.option.auto = Automatic
|
||||
channel-type.irobot.clean_passes.state.option.1 = One pass
|
||||
channel-type.irobot.clean_passes.state.option.2 = Two passes
|
||||
channel-type.irobot.command.label = Command
|
||||
channel-type.irobot.command.description = Command to execute
|
||||
channel-type.irobot.command.state.option.clean = Clean
|
||||
channel-type.irobot.command.state.option.spot = Spot
|
||||
channel-type.irobot.command.state.option.dock = Dock
|
||||
channel-type.irobot.command.state.option.pause = Pause
|
||||
channel-type.irobot.command.state.option.stop = Stop
|
||||
channel-type.irobot.cycle.label = Mission
|
||||
channel-type.irobot.cycle.description = Current mission
|
||||
channel-type.irobot.cycle.state.option.none = None
|
||||
channel-type.irobot.cycle.state.option.clean = Clean
|
||||
channel-type.irobot.cycle.state.option.spot = Spot
|
||||
channel-type.irobot.edge_clean.label = Edge clean
|
||||
channel-type.irobot.edge_clean.description = Seek out and clean along walls and furniture legs
|
||||
channel-type.irobot.error.label = Error
|
||||
channel-type.irobot.error.description = Error code
|
||||
channel-type.irobot.error.state.option.0 = None
|
||||
channel-type.irobot.error.state.option.1 = Left wheel off floor
|
||||
channel-type.irobot.error.state.option.2 = Main Brushes stuck
|
||||
channel-type.irobot.error.state.option.3 = Right wheel off floor
|
||||
channel-type.irobot.error.state.option.4 = Left wheel stuck
|
||||
channel-type.irobot.error.state.option.5 = Right wheel stuck
|
||||
channel-type.irobot.error.state.option.6 = Stuck near a cliff
|
||||
channel-type.irobot.error.state.option.7 = Left wheel error
|
||||
channel-type.irobot.error.state.option.8 = Bin error
|
||||
channel-type.irobot.error.state.option.9 = Bumper stuck
|
||||
channel-type.irobot.error.state.option.10 = Right wheel error
|
||||
channel-type.irobot.error.state.option.11 = Bin error
|
||||
channel-type.irobot.error.state.option.12 = Cliff sensor issue
|
||||
channel-type.irobot.error.state.option.13 = Both wheels off floor
|
||||
channel-type.irobot.error.state.option.14 = Bin missing
|
||||
channel-type.irobot.error.state.option.15 = Reboot required
|
||||
channel-type.irobot.error.state.option.16 = Bumped unexpectedly
|
||||
channel-type.irobot.error.state.option.17 = Path blocked
|
||||
channel-type.irobot.error.state.option.18 = Docking issue
|
||||
channel-type.irobot.error.state.option.19 = Undocking issue
|
||||
channel-type.irobot.error.state.option.20 = Docking issue
|
||||
channel-type.irobot.error.state.option.21 = Navigation problem
|
||||
channel-type.irobot.error.state.option.22 = Navigation problem
|
||||
channel-type.irobot.error.state.option.23 = Battery issue
|
||||
channel-type.irobot.error.state.option.24 = Navigation problem
|
||||
channel-type.irobot.error.state.option.25 = Reboot required
|
||||
channel-type.irobot.error.state.option.26 = Vacuum problem
|
||||
channel-type.irobot.error.state.option.27 = Vacuum problem
|
||||
channel-type.irobot.error.state.option.29 = Software update needed
|
||||
channel-type.irobot.error.state.option.30 = Vacuum problem
|
||||
channel-type.irobot.error.state.option.31 = Reboot required
|
||||
channel-type.irobot.error.state.option.32 = Smart map problem
|
||||
channel-type.irobot.error.state.option.33 = Path blocked
|
||||
channel-type.irobot.error.state.option.34 = Reboot required
|
||||
channel-type.irobot.error.state.option.35 = Unrecognized cleaning pad
|
||||
channel-type.irobot.error.state.option.36 = Bin full
|
||||
channel-type.irobot.error.state.option.37 = Tank needed refilling
|
||||
channel-type.irobot.error.state.option.38 = Vacuum problem
|
||||
channel-type.irobot.error.state.option.39 = Reboot required
|
||||
channel-type.irobot.error.state.option.40 = Navigation problem
|
||||
channel-type.irobot.error.state.option.41 = Timed out
|
||||
channel-type.irobot.error.state.option.42 = Localization problem
|
||||
channel-type.irobot.error.state.option.43 = Navigation problem
|
||||
channel-type.irobot.error.state.option.44 = Pump issue
|
||||
channel-type.irobot.error.state.option.45 = Lid open
|
||||
channel-type.irobot.error.state.option.46 = Low battery
|
||||
channel-type.irobot.error.state.option.47 = Reboot required
|
||||
channel-type.irobot.error.state.option.48 = Path blocked
|
||||
channel-type.irobot.error.state.option.52 = Pad required attention
|
||||
channel-type.irobot.error.state.option.65 = Hardware problem detected
|
||||
channel-type.irobot.error.state.option.66 = Low memory
|
||||
channel-type.irobot.error.state.option.68 = Hardware problem detected
|
||||
channel-type.irobot.error.state.option.73 = Pad type changed
|
||||
channel-type.irobot.error.state.option.74 = Max area reached
|
||||
channel-type.irobot.error.state.option.75 = Navigation problem
|
||||
channel-type.irobot.error.state.option.76 = Hardware problem detected
|
||||
channel-type.irobot.lastCommand.label = Last Command
|
||||
channel-type.irobot.lastCommand.description = The last command which has been received by the iRobot
|
||||
channel-type.irobot.map_upload.label = Map upload
|
||||
channel-type.irobot.map_upload.description = Enable uploading Clean Map(tm) to cloud for reporting
|
||||
channel-type.irobot.phase.label = State
|
||||
channel-type.irobot.phase.description = Current state
|
||||
channel-type.irobot.phase.state.option.charge = Charging
|
||||
channel-type.irobot.phase.state.option.new = New Mission
|
||||
channel-type.irobot.phase.state.option.run = Running
|
||||
channel-type.irobot.phase.state.option.resume = Resumed
|
||||
channel-type.irobot.phase.state.option.hmMidMsn = Going for recharge in mission
|
||||
channel-type.irobot.phase.state.option.recharge = Recharging
|
||||
channel-type.irobot.phase.state.option.stuck = Stuck
|
||||
channel-type.irobot.phase.state.option.hmUsrDock = Going home
|
||||
channel-type.irobot.phase.state.option.dock = Docking
|
||||
channel-type.irobot.phase.state.option.dockend = Docking - End Mission
|
||||
channel-type.irobot.phase.state.option.cancelled = Cancelled
|
||||
channel-type.irobot.phase.state.option.stop = Stopped
|
||||
channel-type.irobot.phase.state.option.pause = Paused
|
||||
channel-type.irobot.phase.state.option.hmPostMsn = Going home after mission
|
||||
channel-type.irobot.phase.state.option. = None
|
||||
channel-type.irobot.power_boost.label = Power boost
|
||||
channel-type.irobot.power_boost.description = Carpet boost mode
|
||||
channel-type.irobot.power_boost.state.option.auto = Automatic
|
||||
channel-type.irobot.power_boost.state.option.performance = Performance mode
|
||||
channel-type.irobot.power_boost.state.option.eco = Eco mode
|
||||
channel-type.irobot.rssi.label = RSSI
|
||||
channel-type.irobot.rssi.description = Wi-Fi signal strength
|
||||
channel-type.irobot.sched_switch.label = Schedule
|
||||
channel-type.irobot.schedule.label = Schedule
|
||||
channel-type.irobot.schedule.description = Schedule bitmask for use in scripts: Sun Mon Tue Wed Thu Fri Sat
|
||||
channel-type.irobot.snr.label = SNR
|
||||
channel-type.irobot.snr.description = Wi-Fi signal to noise ratio
|
||||
Reference in New Issue
Block a user