[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,18 @@
|
||||
# thing types
|
||||
|
||||
thing-type.bluetooth.generic.label = Generic Bluetooth Device
|
||||
thing-type.bluetooth.generic.description = A generic bluetooth device that supports GATT characteristics
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.bluetooth.generic.address.label = Address
|
||||
thing-type.config.bluetooth.generic.address.description = Bluetooth address in XX:XX:XX:XX:XX:XX format
|
||||
thing-type.config.bluetooth.generic.alwaysConnected.label = Connect Automatically
|
||||
thing-type.config.bluetooth.generic.alwaysConnected.description = If enabled, will automatically connect to the device and reconnect if connection is lost.
|
||||
thing-type.config.bluetooth.generic.pollingInterval.label = Polling Interval
|
||||
thing-type.config.bluetooth.generic.pollingInterval.description = The frequency at which readable characteristics refreshed
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.bluetooth.char-unknown.label = Unknown Bluetooth Characteristic
|
||||
channel-type.bluetooth.char-unknown.description = The raw value of unknown characteristics are represented with hexadecimal
|
||||
Reference in New Issue
Block a user