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,58 @@
|
||||
# binding
|
||||
|
||||
binding.groheondus.name = GROHE ONDUS Binding
|
||||
binding.groheondus.description = Provides an integration for GROHE Appliances in openHAB
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.groheondus.account.label = GROHE ONDUS Account
|
||||
thing-type.groheondus.account.description = This is an interface to the GROHE ONDUS Account as it is used by the app. If username and password are not set, you can configure to use a `refreshToken` to login. Read the README to get more info.
|
||||
thing-type.groheondus.sense.label = GROHE SENSE Appliance
|
||||
thing-type.groheondus.sense.description = A SENSE device
|
||||
thing-type.groheondus.senseguard.label = GROHE SENSE GUARD Appliance
|
||||
thing-type.groheondus.senseguard.description = A SENSE GUARD device
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.groheondus.account.password.label = Password
|
||||
thing-type.config.groheondus.account.password.description = Password as used in the GROHE ONDUS App.
|
||||
thing-type.config.groheondus.account.username.label = Username
|
||||
thing-type.config.groheondus.account.username.description = Username as used in the GROHE ONDUS App, usually your e-mail address.
|
||||
thing-type.config.groheondus.sense.applianceId.label = Appliance ID
|
||||
thing-type.config.groheondus.sense.applianceId.description = The UUID of the appliance as retrieved from the GROHE ONDUS API.
|
||||
thing-type.config.groheondus.sense.locationId.label = Location ID
|
||||
thing-type.config.groheondus.sense.locationId.description = The ID of the location the room is in as retrieved from the GROHE ONDUS API.
|
||||
thing-type.config.groheondus.sense.pollingInterval.label = Polling Interval
|
||||
thing-type.config.groheondus.sense.pollingInterval.description = The interval in seconds used to poll the API for new data.
|
||||
thing-type.config.groheondus.sense.roomId.label = Room ID
|
||||
thing-type.config.groheondus.sense.roomId.description = The ID of the room the appliance is in as retrieved from the GROHE ONDUS API.
|
||||
thing-type.config.groheondus.senseguard.applianceId.label = Appliance ID
|
||||
thing-type.config.groheondus.senseguard.applianceId.description = The UUID of the appliance as retrieved from the GROHE ONDUS API.
|
||||
thing-type.config.groheondus.senseguard.locationId.label = Location ID
|
||||
thing-type.config.groheondus.senseguard.locationId.description = The ID of the location the room is in as retrieved from the GROHE ONDUS API.
|
||||
thing-type.config.groheondus.senseguard.pollingInterval.label = Polling Interval
|
||||
thing-type.config.groheondus.senseguard.pollingInterval.description = The interval in seconds used to poll the API for new data. Defaults to the configuration of the appliance itself as retrieved from the API, usually 15 minutes.
|
||||
thing-type.config.groheondus.senseguard.roomId.label = Room ID
|
||||
thing-type.config.groheondus.senseguard.roomId.description = The ID of the room the appliance is in as retrieved from the GROHE ONDUS API.
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.groheondus.humidity.label = Humidity
|
||||
channel-type.groheondus.humidity.description = The humidity reported by the device
|
||||
channel-type.groheondus.name.label = Appliance Name
|
||||
channel-type.groheondus.name.description = The name of the appliance
|
||||
channel-type.groheondus.pressure.label = Pressure
|
||||
channel-type.groheondus.pressure.description = The pressure of your water supply
|
||||
channel-type.groheondus.temperature.label = Temperature
|
||||
channel-type.groheondus.temperature.description = The temperature reported by the device
|
||||
channel-type.groheondus.temperature_guard.label = Temperature
|
||||
channel-type.groheondus.temperature_guard.description = The ambient temperature of the appliance
|
||||
channel-type.groheondus.valve_open.label = Valve Open
|
||||
channel-type.groheondus.valve_open.description = Valve switch
|
||||
channel-type.groheondus.waterconsumption.label = Water Consumption
|
||||
channel-type.groheondus.waterconsumption.description = The amount of water consumed in the given time period.
|
||||
|
||||
# channel types config
|
||||
|
||||
channel-type.config.groheondus.waterconsumption.timeframe.label = Timeframe
|
||||
channel-type.config.groheondus.waterconsumption.timeframe.description = The timeframe in days to get the water consumption of
|
||||
Reference in New Issue
Block a user