-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[flicbutton] Add missing i18n translations properties (#12333)
Related to #9234 Signed-off-by: Laurent Garnier <lg.hc@free.fr>
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
bundles/org.openhab.binding.flicbutton/src/main/resources/OH-INF/i18n/flicbutton.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |