[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,40 @@
|
||||
# thing types
|
||||
|
||||
thing-type.bluetooth.airthings_wave_gen1.label = Airthings Wave Gen 1
|
||||
thing-type.bluetooth.airthings_wave_gen1.description = Smart Radon Monitor
|
||||
thing-type.bluetooth.airthings_wave_mini.label = Airthings Wave Mini
|
||||
thing-type.bluetooth.airthings_wave_mini.description = Indoor air quality monitor
|
||||
thing-type.bluetooth.airthings_wave_plus.label = Airthings Wave Plus
|
||||
thing-type.bluetooth.airthings_wave_plus.description = Indoor air quality monitor with radon detection
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.bluetooth.airthings_wave_gen1.address.label = Address
|
||||
thing-type.config.bluetooth.airthings_wave_gen1.address.description = Bluetooth address in XX:XX:XX:XX:XX:XX format
|
||||
thing-type.config.bluetooth.airthings_wave_gen1.refreshInterval.label = Refresh Interval
|
||||
thing-type.config.bluetooth.airthings_wave_gen1.refreshInterval.description = States how often a refresh shall occur in seconds. This could have impact to battery lifetime
|
||||
thing-type.config.bluetooth.airthings_wave_mini.address.label = Address
|
||||
thing-type.config.bluetooth.airthings_wave_mini.address.description = Bluetooth address in XX:XX:XX:XX:XX:XX format
|
||||
thing-type.config.bluetooth.airthings_wave_mini.refreshInterval.label = Refresh Interval
|
||||
thing-type.config.bluetooth.airthings_wave_mini.refreshInterval.description = States how often a refresh shall occur in seconds. This could have impact to battery lifetime
|
||||
thing-type.config.bluetooth.airthings_wave_plus.address.label = Address
|
||||
thing-type.config.bluetooth.airthings_wave_plus.address.description = Bluetooth address in XX:XX:XX:XX:XX:XX format
|
||||
thing-type.config.bluetooth.airthings_wave_plus.refreshInterval.label = Refresh Interval
|
||||
thing-type.config.bluetooth.airthings_wave_plus.refreshInterval.description = States how often a refresh shall occur in seconds. This could have impact to battery lifetime
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.bluetooth.airthings_co2.label = CO₂ Level
|
||||
channel-type.bluetooth.airthings_co2.description = Carbon dioxide level
|
||||
channel-type.bluetooth.airthings_humidity.label = Humidity
|
||||
channel-type.bluetooth.airthings_humidity.description = Humidity level
|
||||
channel-type.bluetooth.airthings_pressure.label = Pressure
|
||||
channel-type.bluetooth.airthings_pressure.description = Pressure
|
||||
channel-type.bluetooth.airthings_radon_lt_avg.label = Radon Long Term Average Level
|
||||
channel-type.bluetooth.airthings_radon_lt_avg.description = Radon gas level
|
||||
channel-type.bluetooth.airthings_radon_st_avg.label = Radon Short Term Average Level
|
||||
channel-type.bluetooth.airthings_radon_st_avg.description = Radon gas level
|
||||
channel-type.bluetooth.airthings_temperature.label = Temperature
|
||||
channel-type.bluetooth.airthings_temperature.description = Temperature
|
||||
channel-type.bluetooth.airthings_tvoc.label = TVOC Level
|
||||
channel-type.bluetooth.airthings_tvoc.description = Total volatile organic compounds
|
||||
Reference in New Issue
Block a user