[amazondashbutton] Update default translations (#12917)
Signed-off-by: Laurent Garnier <lg.hc@free.fr>pull/12923/head
parent
c4b70e333d
commit
303683c2ec
|
@ -3,7 +3,7 @@
|
||||||
xmlns:binding="https://openhab.org/schemas/binding/v1.0.0"
|
xmlns:binding="https://openhab.org/schemas/binding/v1.0.0"
|
||||||
xsi:schemaLocation="https://openhab.org/schemas/binding/v1.0.0 https://openhab.org/schemas/binding-1.0.0.xsd">
|
xsi:schemaLocation="https://openhab.org/schemas/binding/v1.0.0 https://openhab.org/schemas/binding-1.0.0.xsd">
|
||||||
|
|
||||||
<name>Amazon Dash Button Binding</name>
|
<name>@text/bindingName</name>
|
||||||
<description>@text/bindingDescription</description>
|
<description>@text/bindingDescription</description>
|
||||||
|
|
||||||
</binding:binding>
|
</binding:binding>
|
||||||
|
|
|
@ -1,7 +1,10 @@
|
||||||
# binding
|
# binding
|
||||||
|
|
||||||
|
bindingName = Amazon Dash Button Binding
|
||||||
bindingDescription = This is the binding for the Amazon Dash Button.
|
bindingDescription = This is the binding for the Amazon Dash Button.
|
||||||
|
|
||||||
# thing types
|
# thing types
|
||||||
|
|
||||||
dashButtonLabel = Amazon Dash Button
|
dashButtonLabel = Amazon Dash Button
|
||||||
dashButtonDescription = This is the Amazon Dash Button
|
dashButtonDescription = This is the Amazon Dash Button
|
||||||
dashButtonMacAddressLabel = MAC address
|
dashButtonMacAddressLabel = MAC address
|
||||||
|
@ -10,6 +13,5 @@ dashButtonNetworkInterfaceLabel = Network interface
|
||||||
dashButtonNetworkInterfaceDescription = The network interface which receives the packets of the Amazon Dash Button
|
dashButtonNetworkInterfaceDescription = The network interface which receives the packets of the Amazon Dash Button
|
||||||
dashButtonPacketIntervalLabel = Packet processing interval (in ms)
|
dashButtonPacketIntervalLabel = Packet processing interval (in ms)
|
||||||
dashButtonPacketIntervalDescription = Often a single button press is recognized multiple times. You can specify how long any further detected button pressed should be ignored after one click is handled (in ms).
|
dashButtonPacketIntervalDescription = Often a single button press is recognized multiple times. You can specify how long any further detected button pressed should be ignored after one click is handled (in ms).
|
||||||
|
|
||||||
dashButtonPressChannelLabel = Amazon Dash Button press
|
dashButtonPressChannelLabel = Amazon Dash Button press
|
||||||
dashButtonPressChannelDescription = Channel for recognizing presses on the Amazon Dash Button
|
dashButtonPressChannelDescription = Channel for recognizing presses on the Amazon Dash Button
|
||||||
|
|
Loading…
Reference in New Issue