[bluetooth] Add missing default translations (#12329)
This will allow for translating the Bluetooth Binding in Crowdin. Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -0,0 +1,51 @@
|
||||
# thing types
|
||||
|
||||
thing-type.bluetooth.goveeHygrometer.label = Govee Hygrometer
|
||||
thing-type.bluetooth.goveeHygrometer.description = Govee Thermo-Hygrometer
|
||||
thing-type.bluetooth.goveeHygrometerMonitor.label = Govee Monitoring Hygrometer
|
||||
thing-type.bluetooth.goveeHygrometerMonitor.description = Govee Thermo-Hygrometer w/ Warning Alarms
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.bluetooth.goveeHygrometer.address.label = Address
|
||||
thing-type.config.bluetooth.goveeHygrometer.address.description = Bluetooth address in XX:XX:XX:XX:XX:XX format
|
||||
thing-type.config.bluetooth.goveeHygrometer.group.calibration.label = Calibration
|
||||
thing-type.config.bluetooth.goveeHygrometer.group.calibration.description = Sensor calibration settings.
|
||||
thing-type.config.bluetooth.goveeHygrometer.humidityCalibration.label = Humidity Calibration
|
||||
thing-type.config.bluetooth.goveeHygrometer.humidityCalibration.description = Adds offset to reported humidity
|
||||
thing-type.config.bluetooth.goveeHygrometer.refreshInterval.label = Refresh Interval
|
||||
thing-type.config.bluetooth.goveeHygrometer.refreshInterval.description = The frequency at which battery, temperature, and humidity data will refresh
|
||||
thing-type.config.bluetooth.goveeHygrometer.temperatureCalibration.label = Temperature Calibration
|
||||
thing-type.config.bluetooth.goveeHygrometer.temperatureCalibration.description = Adds offset to reported temperature
|
||||
thing-type.config.bluetooth.goveeHygrometerMonitor.address.label = Address
|
||||
thing-type.config.bluetooth.goveeHygrometerMonitor.address.description = Bluetooth address in XX:XX:XX:XX:XX:XX format
|
||||
thing-type.config.bluetooth.goveeHygrometerMonitor.group.alarms.label = Alarm
|
||||
thing-type.config.bluetooth.goveeHygrometerMonitor.group.alarms.description = Alarm settings.
|
||||
thing-type.config.bluetooth.goveeHygrometerMonitor.group.calibration.label = Calibration
|
||||
thing-type.config.bluetooth.goveeHygrometerMonitor.group.calibration.description = Sensor calibration settings.
|
||||
thing-type.config.bluetooth.goveeHygrometerMonitor.humidityCalibration.label = Humidity Calibration
|
||||
thing-type.config.bluetooth.goveeHygrometerMonitor.humidityCalibration.description = Adds offset to reported humidity
|
||||
thing-type.config.bluetooth.goveeHygrometerMonitor.humidityWarningAlarm.label = Broadcast Humidity Warning
|
||||
thing-type.config.bluetooth.goveeHygrometerMonitor.humidityWarningAlarm.description = If enabled, the Govee device will notify openHAB if humidity is out of the specified range
|
||||
thing-type.config.bluetooth.goveeHygrometerMonitor.humidityWarningMax.label = Max Warning Humidity
|
||||
thing-type.config.bluetooth.goveeHygrometerMonitor.humidityWarningMax.description = Sets the highest acceptable humidity value before a warning should be issued
|
||||
thing-type.config.bluetooth.goveeHygrometerMonitor.humidityWarningMin.label = Min Warning Humidity
|
||||
thing-type.config.bluetooth.goveeHygrometerMonitor.humidityWarningMin.description = Sets the lowest acceptable humidity value before a warning should be issued
|
||||
thing-type.config.bluetooth.goveeHygrometerMonitor.refreshInterval.label = Refresh Interval
|
||||
thing-type.config.bluetooth.goveeHygrometerMonitor.refreshInterval.description = The frequency at which battery, temperature, and humidity data will refresh
|
||||
thing-type.config.bluetooth.goveeHygrometerMonitor.temperatureCalibration.label = Temperature Calibration
|
||||
thing-type.config.bluetooth.goveeHygrometerMonitor.temperatureCalibration.description = Adds offset to reported temperature
|
||||
thing-type.config.bluetooth.goveeHygrometerMonitor.temperatureWarningAlarm.label = Broadcast Temperature Warning
|
||||
thing-type.config.bluetooth.goveeHygrometerMonitor.temperatureWarningAlarm.description = If enabled, the Govee device will notify openHAB if temperature is out of the specified range
|
||||
thing-type.config.bluetooth.goveeHygrometerMonitor.temperatureWarningMax.label = Max Warning Temperature
|
||||
thing-type.config.bluetooth.goveeHygrometerMonitor.temperatureWarningMax.description = Sets the highest acceptable temperature value before a warning should be issued
|
||||
thing-type.config.bluetooth.goveeHygrometerMonitor.temperatureWarningMin.label = Min Warning Temperature
|
||||
thing-type.config.bluetooth.goveeHygrometerMonitor.temperatureWarningMin.description = Sets the lowest acceptable temperature value before a warning should be issued
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.bluetooth.govee-humidity-alarm.label = Humidity Warning Alarm
|
||||
channel-type.bluetooth.govee-humidity-alarm.description = If humidity warnings are enabled, then this alarm indicates whether the current humidity is out of range.
|
||||
channel-type.bluetooth.govee-temperature-alarm.label = Temperature Warning Alarm
|
||||
channel-type.bluetooth.govee-temperature-alarm.description = If temperature warnings are enabled, then this alarm indicates whether the current temperature is out of range.
|
||||
channel-type.bluetooth.govee-temperature.label = Current Measured Temperature
|
||||
Reference in New Issue
Block a user