[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,33 @@
|
||||
# thing types
|
||||
|
||||
thing-type.bluetooth.bluegiga.label = BlueGiga Bluetooth Dongle
|
||||
thing-type.bluetooth.bluegiga.description = Serial interface to the BlueGiga dongle
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.bluetooth.bluegiga.activeScanInterval.label = Active Scan Interval
|
||||
thing-type.config.bluetooth.bluegiga.activeScanInterval.description = Active scan interval defines the interval when scanning is re-started in units of 625us. Default is 6400 units (4000ms).
|
||||
thing-type.config.bluetooth.bluegiga.activeScanWindow.label = Active Scan Window
|
||||
thing-type.config.bluetooth.bluegiga.activeScanWindow.description = Active scan Window defines how long time the scanner will listen on a certain frequency and try to pick up advertisement packets. Default is 6400 units (4000ms).
|
||||
thing-type.config.bluetooth.bluegiga.backgroundDiscovery.label = Background Discovery
|
||||
thing-type.config.bluetooth.bluegiga.backgroundDiscovery.description = Whether this adapter performs background discovery of Bluetooth devices
|
||||
thing-type.config.bluetooth.bluegiga.connIntervalMax.label = Maximum Connection Interval
|
||||
thing-type.config.bluetooth.bluegiga.connIntervalMax.description = Maximum connection interval in units of 1.25ms. Default is 800 units (1000ms).
|
||||
thing-type.config.bluetooth.bluegiga.connIntervalMin.label = Minimum Connection Interval
|
||||
thing-type.config.bluetooth.bluegiga.connIntervalMin.description = Minimum connection interval in units of 1.25ms. Default is 80 units (100ms).
|
||||
thing-type.config.bluetooth.bluegiga.connLatency.label = Connection Latency
|
||||
thing-type.config.bluetooth.bluegiga.connLatency.description = Connection latency defines how many connection intervals a slave device can skip. Default is 3.
|
||||
thing-type.config.bluetooth.bluegiga.connTimeout.label = Connection Supervision Timeout
|
||||
thing-type.config.bluetooth.bluegiga.connTimeout.description = Connection supervision timeout in units of 10ms defines how long the devices can be out of range before the connection is closed. Default is 1000 units (10000ms).
|
||||
thing-type.config.bluetooth.bluegiga.inactiveDeviceCleanupInterval.label = Device Cleanup Interval
|
||||
thing-type.config.bluetooth.bluegiga.inactiveDeviceCleanupInterval.description = How often device cleanup is performed
|
||||
thing-type.config.bluetooth.bluegiga.inactiveDeviceCleanupThreshold.label = Device Cleanup Threshold
|
||||
thing-type.config.bluetooth.bluegiga.inactiveDeviceCleanupThreshold.description = Timespan a device can remain radio silent before it is eligible for cleanup
|
||||
thing-type.config.bluetooth.bluegiga.passiveScanIdleTime.label = Passive Scan Idle Time
|
||||
thing-type.config.bluetooth.bluegiga.passiveScanIdleTime.description = Passive scan idle time defines the time how long to wait in milliseconds before start passive scan.
|
||||
thing-type.config.bluetooth.bluegiga.passiveScanInterval.label = Passive Scan Interval
|
||||
thing-type.config.bluetooth.bluegiga.passiveScanInterval.description = Passive scan interval defines the interval when scanning is re-started in units of 625us. Default is 6400 units (4000ms).
|
||||
thing-type.config.bluetooth.bluegiga.passiveScanWindow.label = Passive Scan Window
|
||||
thing-type.config.bluetooth.bluegiga.passiveScanWindow.description = Passive scan Window defines how long time the scanner will listen on a certain frequency and try to pick up advertisement packets. Default is 6400 units (4000ms).
|
||||
thing-type.config.bluetooth.bluegiga.port.label = Port
|
||||
thing-type.config.bluetooth.bluegiga.port.description = Serial Port
|
||||
Reference in New Issue
Block a user