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:
Wouter Born
2021-12-15 18:40:21 +01:00
committed by GitHub
parent 05e782ec1a
commit 07a1976c81
234 changed files with 33234 additions and 0 deletions

View File

@@ -0,0 +1,89 @@
# binding
binding.neato.name = Neato Binding
binding.neato.description = This is the binding for Neato.
# thing types
thing-type.neato.neatoaccount.label = Neato Account
thing-type.neato.neatoaccount.description = Access to Neato Account. Used to discover robots tied to account.
thing-type.neato.vacuumcleaner.label = Neato Vacuum Cleaner
thing-type.neato.vacuumcleaner.description = Provides communication with Neato Vacuum cleaner.
# thing types config
thing-type.config.neato.neatoaccount.email.label = E-mail Address
thing-type.config.neato.neatoaccount.email.description = E-mail address for your Neato Cloud account.
thing-type.config.neato.neatoaccount.password.label = Password
thing-type.config.neato.neatoaccount.password.description = Password for your Neato Cloud account.
thing-type.config.neato.vacuumcleaner.refresh.label = Refresh Time Interval
thing-type.config.neato.vacuumcleaner.refresh.description = Refresh time interval in seconds for updates from the Neato Web Service.
thing-type.config.neato.vacuumcleaner.secret.label = Neato Vacuum Secret
thing-type.config.neato.vacuumcleaner.secret.description = Secret for accessing Neato web services.
thing-type.config.neato.vacuumcleaner.serial.label = Neato Vacuum Serial
thing-type.config.neato.vacuumcleaner.serial.description = Serial number of the vacuum cleaner
# channel types
channel-type.neato.action.label = Current Action
channel-type.neato.action.description = Current action of the vacuum cleaner.
channel-type.neato.action.state.option.INVALID = Invalid
channel-type.neato.action.state.option.HOUSE_CLEANING = House Cleaning
channel-type.neato.action.state.option.SPOT_CLEANING = Spot Cleaning
channel-type.neato.action.state.option.MANUAL_CLEANING = Manual Cleaning
channel-type.neato.action.state.option.DOCKING = Docking
channel-type.neato.action.state.option.USER_MENU_ACTIVE = User Menu Active
channel-type.neato.action.state.option.SUSPENDED_CLEANING = Suspended Cleaning
channel-type.neato.action.state.option.UPDATING = Updating
channel-type.neato.action.state.option.COPYING_LOGS = Copying Logs
channel-type.neato.action.state.option.RECOVERING_LOCATION = Recovering Location
channel-type.neato.action.state.option.IEC_TEST = Iec Test
channel-type.neato.action.state.option.MAP_CLEANING = Map Cleaning
channel-type.neato.action.state.option.EXPLORING_MAP = Exploring map (creating a persistent map)
channel-type.neato.action.state.option.AQUIRING_MAP_IDS = Acquiring Persistent Map IDs
channel-type.neato.action.state.option.CREATING_MAP = Creating & Uploading Map
channel-type.neato.action.state.option.SUSPENDED_EXPLORATION = Suspended Exploration
channel-type.neato.cleaning-category.label = Cleaning Category
channel-type.neato.cleaning-category.description = Current or last category of the cleaning.
channel-type.neato.cleaning-category.state.option.MANUAL = Manual Cleaning
channel-type.neato.cleaning-category.state.option.SPOT = Spot Cleaning
channel-type.neato.cleaning-category.state.option.HOUSE = House Cleaning
channel-type.neato.cleaning-category.state.option.MAP = Map Cleaning
channel-type.neato.cleaning-mode.label = Cleaning Mode
channel-type.neato.cleaning-mode.description = Current or last cleaning mode.
channel-type.neato.cleaning-mode.state.option.ECO = Eco
channel-type.neato.cleaning-mode.state.option.TURBO = Turbo
channel-type.neato.cleaning-modifier.label = Cleaning Modifier
channel-type.neato.cleaning-modifier.description = Modifier of current or last cleaning.
channel-type.neato.cleaning-modifier.state.option.NORMAL = Normal
channel-type.neato.cleaning-modifier.state.option.DOUBLE = Double
channel-type.neato.cleaning-modifier.state.option.DEEP = Deep
channel-type.neato.cleaning-spotheight.label = Spot Height
channel-type.neato.cleaning-spotheight.description = Current or Last cleaning, height of spot. 100-400cm.
channel-type.neato.cleaning-spotwidth.label = Spot Width
channel-type.neato.cleaning-spotwidth.description = Current or Last cleaning, width of spot. 100-400cm.
channel-type.neato.command.label = Send Command
channel-type.neato.command.description = Send Commands to Vacuum Cleaner. (clean with map, clean, pause, resume, stop, dock)
channel-type.neato.command.state.option.clean = Clean
channel-type.neato.command.state.option.cleanWithMap = Clean with Map
channel-type.neato.command.state.option.pause = Pause
channel-type.neato.command.state.option.resume = Resume
channel-type.neato.command.state.option.stop = Stop
channel-type.neato.command.state.option.dock = Go to Dock
channel-type.neato.dock-has-been-seen.label = Dock Has Been Seen
channel-type.neato.dock-has-been-seen.description = True or False value if the dock has been seen
channel-type.neato.error.label = Error
channel-type.neato.error.description = Last error message in system.
channel-type.neato.is-charging.label = Is Charging
channel-type.neato.is-charging.description = Is the vacuum cleaner currently charging?
channel-type.neato.is-docked.label = Is Docked
channel-type.neato.is-docked.description = Is the vacuum cleaner in the docking station?
channel-type.neato.is-scheduled.label = Is Scheduled Enabled
channel-type.neato.is-scheduled.description = True or False value if the vacuum cleaner is scheduled for cleaning.
channel-type.neato.state.label = Current State
channel-type.neato.state.description = Current state of the vacuum cleaner.
channel-type.neato.state.state.option.INVALID = Invalid
channel-type.neato.state.state.option.IDLE = Idle
channel-type.neato.state.state.option.BUSY = Busy
channel-type.neato.state.state.option.PAUSED = Paused
channel-type.neato.state.state.option.ERROR = Error