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,68 @@
# binding
binding.neeo.name = Neeo Binding
binding.neeo.description = This binding allows you to discover NEEO Brain(s), discover the Rooms within and the Devices within those Rooms. The binding then will expose that information to openHAB and allow you to execute Recipes/Scenarios and Macros on the Devices
# thing types
thing-type.neeo.brain.label = Neeo Brain
thing-type.neeo.brain.description = The NEEO Brain
thing-type.neeo.device.label = Neeo Device
thing-type.neeo.device.description = Neeo Device
thing-type.neeo.room.label = Neeo Room
thing-type.neeo.room.description = Neeo Room
# thing types config
thing-type.config.neeo.brain.checkStatusInterval.label = Check Status Interval
thing-type.config.neeo.brain.checkStatusInterval.description = The interval (in seconds) to check the status of the brain (specify <=0 to disable)
thing-type.config.neeo.brain.discoverEmptyRooms.label = Discover Empty Rooms
thing-type.config.neeo.brain.discoverEmptyRooms.description = Whether to discover rooms with no devices or not
thing-type.config.neeo.brain.enableForwardActions.label = Enable Forward Actions
thing-type.config.neeo.brain.enableForwardActions.description = Whether to have the NEEO Brain forward actions to openHAB
thing-type.config.neeo.brain.forwardChain.label = Forward Chaining
thing-type.config.neeo.brain.forwardChain.description = Comma delimited list of URLs to forward NEEO brain actions to
thing-type.config.neeo.brain.ipAddress.label = IP or Host Name
thing-type.config.neeo.brain.ipAddress.description = The IP or host name of the NEEO Brain
thing-type.config.neeo.device.deviceKey.label = Device Key
thing-type.config.neeo.device.deviceKey.description = Unique key of the device
thing-type.config.neeo.room.excludeThings.label = Exclude Things
thing-type.config.neeo.room.excludeThings.description = Exclude openHAB things (from NEEO transport)
thing-type.config.neeo.room.refreshPolling.label = Refresh Polling
thing-type.config.neeo.room.refreshPolling.description = The time (in seconds) to refresh state (<= 0 to disable)
thing-type.config.neeo.room.roomKey.label = Room Key
thing-type.config.neeo.room.roomKey.description = Unique key of the room
# channel group types
channel-group-type.neeo.device-macros.label = Macros
channel-group-type.neeo.device-macros.description = Executable macros
channel-group-type.neeo.room-recipe.label = Recipes
channel-group-type.neeo.room-recipe.description = The room recipes
channel-group-type.neeo.room-scenario.label = Scenarios
channel-group-type.neeo.room-scenario.description = The room scenarios
channel-group-type.neeo.room-state.label = Room State
channel-group-type.neeo.room-state.description = The room's state
# channel types
channel-type.neeo.brain-forwardactions.label = Forward Actions
channel-type.neeo.brain-forwardactions.description = The forward Actions
channel-type.neeo.device-macros-status.label = Label Dynamically Generated
channel-type.neeo.device-macros-status.description = Send ON to trigger the macro
channel-type.neeo.room-recipe-enabled.label = Label Dynamically Generated
channel-type.neeo.room-recipe-enabled.description = Whether the recipe is enabled or not.
channel-type.neeo.room-recipe-name.label = Label Dynamically Generated
channel-type.neeo.room-recipe-name.description = The recipe name
channel-type.neeo.room-recipe-status.label = Label Dynamically Generated
channel-type.neeo.room-recipe-status.description = Send ON to execute the recipe
channel-type.neeo.room-recipe-type.label = Label Dynamically Generated
channel-type.neeo.room-recipe-type.description = The type of recipe
channel-type.neeo.room-scenario-configured.label = Label Dynamically Generated
channel-type.neeo.room-scenario-configured.description = Whether the scenario is configured or not
channel-type.neeo.room-scenario-name.label = Label Dynamically Generated
channel-type.neeo.room-scenario-name.description = The scenario name
channel-type.neeo.room-scenario-status.label = Label Dynamically Generated
channel-type.neeo.room-scenario-status.description = Whether the scenario is running or not (send ON to turn on the scenario, OFF to turn off the scenario)
channel-type.neeo.room-state-currentstep.label = Current Step
channel-type.neeo.room-state-currentstep.description = The current step executing