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:
Wouter Born
2021-12-15 18:40:21 +01:00
committed by GitHub
parent 05e782ec1a
commit 07a1976c81
234 changed files with 33234 additions and 0 deletions

View File

@@ -0,0 +1,57 @@
# binding
binding.unifi.name = UniFi Binding
binding.unifi.description = The UniFi binding integrates the UniFi controller from Ubiquiti Networks to facilitate tracking of Wi-Fi clients.
# thing types
thing-type.unifi.controller.label = UniFi Controller
thing-type.unifi.controller.description = A UniFi controller.
thing-type.unifi.wirelessClient.label = UniFi Wireless Client
thing-type.unifi.wirelessClient.description = A wireless client connected to a UniFi wireless network
# thing types config
thing-type.config.unifi.controller.host.label = Hostname
thing-type.config.unifi.controller.host.description = Hostname of IP address of the UniFi Controller
thing-type.config.unifi.controller.password.label = Password
thing-type.config.unifi.controller.password.description = The password to access the UniFi Controller.
thing-type.config.unifi.controller.port.label = Port
thing-type.config.unifi.controller.port.description = Port of the UniFi Controller
thing-type.config.unifi.controller.refresh.label = Refresh Interval
thing-type.config.unifi.controller.refresh.description = The refresh interval in seconds to poll the UniFi controller
thing-type.config.unifi.controller.unifios.label = UniFi OS
thing-type.config.unifi.controller.unifios.description = If the UniFi Controller is running on UniFi OS.
thing-type.config.unifi.controller.username.label = Username
thing-type.config.unifi.controller.username.description = The username to access the UniFi Controller.
thing-type.config.unifi.wirelessClient.cid.label = Client ID
thing-type.config.unifi.wirelessClient.cid.description = The MAC address, IP address, hostname or alias of the client
thing-type.config.unifi.wirelessClient.considerHome.label = Consider Home Interval
thing-type.config.unifi.wirelessClient.considerHome.description = The interval in seconds to consider the client as home
thing-type.config.unifi.wirelessClient.site.label = Site
thing-type.config.unifi.wirelessClient.site.description = The site where the client should be found (optional)
# channel types
channel-type.unifi.ap.label = Access Point
channel-type.unifi.ap.description = Access Point the wireless client is connected to
channel-type.unifi.blocked.label = Blocked
channel-type.unifi.blocked.description = Is device blocked
channel-type.unifi.essid.label = Wireless Network
channel-type.unifi.essid.description = Wireless Network (ESSID) the wireless client is connected to
channel-type.unifi.ipAddress.label = IP Address
channel-type.unifi.ipAddress.description = IP address of the client
channel-type.unifi.lastSeen.label = Last Seen
channel-type.unifi.lastSeen.description = Timestamp of when the client was last seen
channel-type.unifi.macAddress.label = MAC Address
channel-type.unifi.macAddress.description = MAC address of the client
channel-type.unifi.online.label = Online
channel-type.unifi.online.description = Online status of the wireless client
channel-type.unifi.reconnect.label = Reconnect
channel-type.unifi.reconnect.description = Forces a client to reconnect
channel-type.unifi.rssi.label = Received Signal Strength Indicator
channel-type.unifi.rssi.description = Received Signal Strength Indicator (RSSI) of the wireless client
channel-type.unifi.site.label = Site Name
channel-type.unifi.site.description = UniFi Site the client is associated with
channel-type.unifi.uptime.label = Uptime
channel-type.unifi.uptime.description = Uptime of the client (in seconds)