From 303683c2ecada4b11619d3d0d5e92608ab5adb98 Mon Sep 17 00:00:00 2001 From: lolodomo Date: Sat, 11 Jun 2022 11:13:52 +0200 Subject: [PATCH] [amazondashbutton] Update default translations (#12917) Signed-off-by: Laurent Garnier --- .../src/main/resources/OH-INF/binding/binding.xml | 2 +- .../main/resources/OH-INF/i18n/amazondashbutton.properties | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/bundles/org.openhab.binding.amazondashbutton/src/main/resources/OH-INF/binding/binding.xml b/bundles/org.openhab.binding.amazondashbutton/src/main/resources/OH-INF/binding/binding.xml index 7b1ea1bd1..f7dabda8a 100644 --- a/bundles/org.openhab.binding.amazondashbutton/src/main/resources/OH-INF/binding/binding.xml +++ b/bundles/org.openhab.binding.amazondashbutton/src/main/resources/OH-INF/binding/binding.xml @@ -3,7 +3,7 @@ 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"> - Amazon Dash Button Binding + @text/bindingName @text/bindingDescription diff --git a/bundles/org.openhab.binding.amazondashbutton/src/main/resources/OH-INF/i18n/amazondashbutton.properties b/bundles/org.openhab.binding.amazondashbutton/src/main/resources/OH-INF/i18n/amazondashbutton.properties index d3db2fe39..1c3cd61b4 100644 --- a/bundles/org.openhab.binding.amazondashbutton/src/main/resources/OH-INF/i18n/amazondashbutton.properties +++ b/bundles/org.openhab.binding.amazondashbutton/src/main/resources/OH-INF/i18n/amazondashbutton.properties @@ -1,7 +1,10 @@ # binding + +bindingName = Amazon Dash Button Binding bindingDescription = This is the binding for the Amazon Dash Button. # thing types + dashButtonLabel = Amazon Dash Button dashButtonDescription = This is the Amazon Dash Button dashButtonMacAddressLabel = MAC address @@ -9,7 +12,6 @@ dashButtonMacAddressDescription = The MAC address of the Amazon Dash Button dashButtonNetworkInterfaceLabel = Network interface dashButtonNetworkInterfaceDescription = The network interface which receives the packets of the Amazon Dash Button 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 dashButtonPressChannelDescription = Channel for recognizing presses on the Amazon Dash Button