Add default translations for binding add-ons (#11760)
* Add default translations for binding add-ons This makes the texts used by these add-ons translatable with Crowdin. To keep the PR simple, it only adds default translations for add-ons which do not yet have any default translations properties file. We can do follow up PRs for adding missing key/values to add-ons that already have these files or to remove duplications. There are several add-ons in this PR that do have non-English translation files, so I'll upload those to Crowdin when the PR is merged. Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
# binding
|
||||
|
||||
binding.silvercrestwifisocket.name = Silvercrest Wifi Socket Binding
|
||||
binding.silvercrestwifisocket.description = This is the binding for Silvercrest Wifi Socket sold by Lidl.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.silvercrestwifisocket.wifiSocket.label = Silvercrest Wifi Socket
|
||||
thing-type.silvercrestwifisocket.wifiSocket.description = Supports Silvercrest Wifi Socket SWS-A1.
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.silvercrestwifisocket.wifiSocket.hostAddress.label = Host Address
|
||||
thing-type.config.silvercrestwifisocket.wifiSocket.hostAddress.description = The socket Host address. The binding is able to discover the host address.
|
||||
thing-type.config.silvercrestwifisocket.wifiSocket.macAddress.label = MAC Address
|
||||
thing-type.config.silvercrestwifisocket.wifiSocket.macAddress.description = The socket MAC address.
|
||||
thing-type.config.silvercrestwifisocket.wifiSocket.updateInterval.label = Update Interval
|
||||
thing-type.config.silvercrestwifisocket.wifiSocket.updateInterval.description = Update time interval in seconds to request the status of the socket.
|
||||
thing-type.config.silvercrestwifisocket.wifiSocket.vendor.label = Vendor
|
||||
thing-type.config.silvercrestwifisocket.wifiSocket.vendor.description = The vendor selling the WiFi socket.
|
||||
thing-type.config.silvercrestwifisocket.wifiSocket.vendor.option.LIDL_SILVERCREST = Lidl (Silvercrest)
|
||||
thing-type.config.silvercrestwifisocket.wifiSocket.vendor.option.ALDI_EASYHOME = Aldi (EasyHome)
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.silvercrestwifisocket.switch.label = Socket Switch
|
||||
channel-type.silvercrestwifisocket.switch.description = Silvercrest Wifi Socket Switch to turn on or off.
|
||||
Reference in New Issue
Block a user