From d868f0bbd9c43fcc7d9b22ace924f7a1a0da4b00 Mon Sep 17 00:00:00 2001 From: lolodomo Date: Sun, 20 Feb 2022 23:15:42 +0100 Subject: [PATCH] [flicbutton] Add missing i18n translations properties (#12333) Related to #9234 Signed-off-by: Laurent Garnier --- .../OH-INF/i18n/flicbutton.properties | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 bundles/org.openhab.binding.flicbutton/src/main/resources/OH-INF/i18n/flicbutton.properties diff --git a/bundles/org.openhab.binding.flicbutton/src/main/resources/OH-INF/i18n/flicbutton.properties b/bundles/org.openhab.binding.flicbutton/src/main/resources/OH-INF/i18n/flicbutton.properties new file mode 100644 index 000000000..d88d188f7 --- /dev/null +++ b/bundles/org.openhab.binding.flicbutton/src/main/resources/OH-INF/i18n/flicbutton.properties @@ -0,0 +1,20 @@ +# binding + +binding.flicbutton.name = FlicButton Binding +binding.flicbutton.description = This is the binding for Flic buttons by Shortcut Labs. + +# thing types + +thing-type.flicbutton.button.label = Flic Button +thing-type.flicbutton.button.description = The thing(-type) representing a Flic Button +thing-type.flicbutton.flicd-bridge.label = FlicButton Bridge +thing-type.flicbutton.flicd-bridge.description = This bridge represents a running instance of the fliclib-linux-hci server (flicd). + +# thing types config + +thing-type.config.flicbutton.button.address.label = Address +thing-type.config.flicbutton.button.address.description = Bluetooth address in XX:XX:XX:XX:XX:XX format +thing-type.config.flicbutton.flicd-bridge.hostname.label = Flic Daemon (flicd) Hostname +thing-type.config.flicbutton.flicd-bridge.hostname.description = IP or Host name of the Flic daemon (flicd). +thing-type.config.flicbutton.flicd-bridge.port.label = Flic Daemon (flicd) Port +thing-type.config.flicbutton.flicd-bridge.port.description = Port where flicd is running. Defaults to 5551.