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,69 @@
# binding
binding.siemensrds.name = Siemens RDS Binding
binding.siemensrds.description = This is the binding for Siemens RDS smart thermostats
# thing types
thing-type.siemensrds.climatixic.label = Siemens Climatix IC Account
thing-type.siemensrds.climatixic.description = The Siemens Climatix IC cloud server account for accessing RDS Smart Thermostats
thing-type.siemensrds.rds.label = RDS Thermostat
thing-type.siemensrds.rds.description = Siemens RDS Smart Thermostat
thing-type.siemensrds.rds.channel.energySavingsLevel.label = Energy Savings Level
thing-type.siemensrds.rds.channel.energySavingsLevel.description = Energy savings level (Green Leaf)
thing-type.siemensrds.rds.channel.hotWaterAutoMode.label = Hotwater Auto Mode
thing-type.siemensrds.rds.channel.hotWaterAutoMode.description = The domestic water heating is in Automatic Mode (Off = Manual Mode)
thing-type.siemensrds.rds.channel.hotWaterOutputState.label = Hotwater Output State
thing-type.siemensrds.rds.channel.hotWaterOutputState.description = The On/Off state of the domestic water heating
thing-type.siemensrds.rds.channel.occupancyModePresent.label = Occupancy Mode Present
thing-type.siemensrds.rds.channel.occupancyModePresent.description = The thermostat is in Present Occupancy Mode (Off = Away Mode)
thing-type.siemensrds.rds.channel.outsideTemperature.label = Outside Temperature
thing-type.siemensrds.rds.channel.outsideTemperature.description = Actual outside temperature
thing-type.siemensrds.rds.channel.roomAirQuality.label = Room Air Quality
thing-type.siemensrds.rds.channel.roomAirQuality.description = Actual room air quality
thing-type.siemensrds.rds.channel.roomHumidity.label = Room Humidity
thing-type.siemensrds.rds.channel.roomHumidity.description = Actual room humidity
thing-type.siemensrds.rds.channel.roomTemperature.label = Room Temperature
thing-type.siemensrds.rds.channel.roomTemperature.description = Actual room temperature
thing-type.siemensrds.rds.channel.targetTemperature.label = Target Temperature
thing-type.siemensrds.rds.channel.targetTemperature.description = Target temperature setting for the room
thing-type.siemensrds.rds.channel.thermostatAutoMode.label = Thermostat Auto Mode
thing-type.siemensrds.rds.channel.thermostatAutoMode.description = The thermostat is in Automatic Mode (Off = Manual Mode)
thing-type.siemensrds.rds.channel.thermostatOutputState.label = Thermostat Output State
thing-type.siemensrds.rds.channel.thermostatOutputState.description = The output state of the the thermostat (Heating, Cooling)
# thing types config
thing-type.config.siemensrds.climatixic.apiKey.label = Climatix IC API Key
thing-type.config.siemensrds.climatixic.apiKey.description = The key needed to access the Siemens Climatix IC cloud server
thing-type.config.siemensrds.climatixic.pollingInterval.label = Polling Interval
thing-type.config.siemensrds.climatixic.pollingInterval.description = Time (seconds) between polling requests (min=8, max/default=60)
thing-type.config.siemensrds.climatixic.userEmail.label = User E-mail Address
thing-type.config.siemensrds.climatixic.userEmail.description = The e-mail address that was used to register the smart thermostats
thing-type.config.siemensrds.climatixic.userPassword.label = User Password
thing-type.config.siemensrds.climatixic.userPassword.description = The password that was used to register the smart thermostats
thing-type.config.siemensrds.rds.plantId.label = Plant Id
thing-type.config.siemensrds.rds.plantId.description = The Plant Id of the thermostat in the Siemens Climatix IC cloud account
# channel types
channel-type.siemensrds.energySavingsLevel.label = Energy Savings Level
channel-type.siemensrds.energySavingsLevel.description = Energy savings level (Green Leaf)
channel-type.siemensrds.hotWaterAutoMode.label = Hotwater Auto Mode
channel-type.siemensrds.hotWaterAutoMode.description = The domestic water heating is in Automatic Mode (Off = Manual Mode)
channel-type.siemensrds.hotWaterOutputState.label = Hotwater Output State
channel-type.siemensrds.hotWaterOutputState.description = The On/Off state of the domestic water heating
channel-type.siemensrds.occupancyModePresent.label = Occupancy Mode Present
channel-type.siemensrds.occupancyModePresent.description = The thermostat is in Present Occupancy Mode (Off = Away Mode)
channel-type.siemensrds.roomAirQuality.label = Air Quality
channel-type.siemensrds.roomAirQuality.description = Room Air Quality
channel-type.siemensrds.roomHumidity.label = Humidity
channel-type.siemensrds.roomHumidity.description = Measured humidity value
channel-type.siemensrds.targetTemperature.label = Target Temperature
channel-type.siemensrds.targetTemperature.description = Target temperature setting
channel-type.siemensrds.temperature.label = Temperature
channel-type.siemensrds.temperature.description = Measured temperature value
channel-type.siemensrds.thermostatAutoMode.label = Thermostat Auto Mode
channel-type.siemensrds.thermostatAutoMode.description = The thermostat is in Automatic Mode (Off = Manual Mode)
channel-type.siemensrds.thermostatOutputState.label = Thermostat Output State
channel-type.siemensrds.thermostatOutputState.description = The output state of the the thermostat (Heating, Cooling)