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,111 @@
# binding
binding.mikrotik.name = Mikrotik Binding
binding.mikrotik.description = This is the binding for integrating Mikrotik RouterOS powered devices (routers, access points, switches, etc) to facilitate WiFi clients and network interface tracking.
# thing types
thing-type.mikrotik.interface.label = RouterOS Interface
thing-type.mikrotik.interface.description = A network interface from RouterOS system (ethernet, wifi, vpn, etc.)
thing-type.mikrotik.routeros.label = Mikrotik RouterOS
thing-type.mikrotik.routeros.description = A connection to RouterOS device
thing-type.mikrotik.wifiRegistration.label = RouterOS Wireless Client
thing-type.mikrotik.wifiRegistration.description = A wireless client connected to a RouterOS wireless network (direct or CAPsMAN-managed)
# thing types config
thing-type.config.mikrotik.interface.name.label = Interface Name
thing-type.config.mikrotik.interface.name.description = RouterOS Interface name (i.e. ether1)
thing-type.config.mikrotik.routeros.host.label = Hostname
thing-type.config.mikrotik.routeros.host.description = Hostname or IP address of the RouterOS device
thing-type.config.mikrotik.routeros.login.label = Username
thing-type.config.mikrotik.routeros.login.description = The username to access the the RouterOS device
thing-type.config.mikrotik.routeros.password.label = Password
thing-type.config.mikrotik.routeros.password.description = The user password to access the RouterOS device
thing-type.config.mikrotik.routeros.port.label = API Port
thing-type.config.mikrotik.routeros.port.description = API Port number of the RouterOS device
thing-type.config.mikrotik.routeros.refresh.label = Refresh Interval
thing-type.config.mikrotik.routeros.refresh.description = The refresh interval in seconds to poll the RouterOS device
thing-type.config.mikrotik.wifiRegistration.considerContinuous.label = Consider Home Interval
thing-type.config.mikrotik.wifiRegistration.considerContinuous.description = The interval in seconds to treat the client as connected permanently
thing-type.config.mikrotik.wifiRegistration.mac.label = Client MAC
thing-type.config.mikrotik.wifiRegistration.mac.description = WiFi client MAC address
thing-type.config.mikrotik.wifiRegistration.ssid.label = SSID
thing-type.config.mikrotik.wifiRegistration.ssid.description = Constraining SSID for the WiFi client (optional). If client will connect to another SSID, this thing will stay offline until client reconnects to specified SSID.
# channel types
channel-type.mikrotik.authorizedClients.label = Authorized Clients
channel-type.mikrotik.authorizedClients.description = Amount of clients authorized by WiFi interface
channel-type.mikrotik.comment.label = Comment
channel-type.mikrotik.comment.description = User-defined comment
channel-type.mikrotik.connected.label = Connected
channel-type.mikrotik.connected.description = Reflects connected or disconnected state
channel-type.mikrotik.continuous.label = Continuous
channel-type.mikrotik.continuous.description = Connection is considered long-running
channel-type.mikrotik.cpuLoad.label = CPU Load %
channel-type.mikrotik.cpuLoad.description = CPU load percentage
channel-type.mikrotik.defaultName.label = Default Name
channel-type.mikrotik.defaultName.description = Interface factory name
channel-type.mikrotik.enabled.label = Enabled
channel-type.mikrotik.enabled.description = Reflects enabled or disabled state
channel-type.mikrotik.ethernetRate.label = Link Rate
channel-type.mikrotik.ethernetRate.description = Ethernet link rate
channel-type.mikrotik.freeMemory.label = Free RAM
channel-type.mikrotik.freeMemory.description = Amount of free memory left on device in bytes
channel-type.mikrotik.freeSpace.label = Free Space
channel-type.mikrotik.freeSpace.description = Amount of free storage left on device in bytes
channel-type.mikrotik.interfaceName.label = Interface Name
channel-type.mikrotik.interfaceName.description = Network interface name
channel-type.mikrotik.interfaceType.label = Interface Type
channel-type.mikrotik.interfaceType.description = Network interface type
channel-type.mikrotik.lastLinkDownTime.label = Last Link Down
channel-type.mikrotik.lastLinkDownTime.description = Last time when link went down
channel-type.mikrotik.lastLinkUpTime.label = Last Link Up
channel-type.mikrotik.lastLinkUpTime.description = Last time when link went up
channel-type.mikrotik.lastSeen.label = Last Seen
channel-type.mikrotik.lastSeen.description = Time of when the client was last seen connected
channel-type.mikrotik.linkDowns.label = Link Downs
channel-type.mikrotik.linkDowns.description = Amount of link downs
channel-type.mikrotik.macAddress.label = MAC Address
channel-type.mikrotik.macAddress.description = MAC address of the client or interface
channel-type.mikrotik.registeredClients.label = Registered Clients
channel-type.mikrotik.registeredClients.description = Amount of clients registered to WiFi interface
channel-type.mikrotik.rxBytes.label = Received Bytes
channel-type.mikrotik.rxBytes.description = Amount of bytes received
channel-type.mikrotik.rxDrops.label = Receiving Drops
channel-type.mikrotik.rxDrops.description = Amount of packets dropped during receiving
channel-type.mikrotik.rxErrors.label = Receiving Errors
channel-type.mikrotik.rxErrors.description = Amount of errors during receiving
channel-type.mikrotik.rxPacketRate.label = Receiving Packet Rate
channel-type.mikrotik.rxPacketRate.description = Rate of data receiving in packets per second
channel-type.mikrotik.rxPackets.label = Received Packets
channel-type.mikrotik.rxPackets.description = Amount of packets received
channel-type.mikrotik.rxRate.label = Receiving Rate
channel-type.mikrotik.rxRate.description = Rate of data receiving in megabits per second
channel-type.mikrotik.ssid.label = WiFi Network
channel-type.mikrotik.ssid.description = Wireless Network (SSID) the wireless client is connected to
channel-type.mikrotik.state.label = State
channel-type.mikrotik.state.description = WiFi interface state
channel-type.mikrotik.totalMemory.label = Total RAM
channel-type.mikrotik.totalMemory.description = Amount of total memory available on device in bytes
channel-type.mikrotik.totalSpace.label = Total Space
channel-type.mikrotik.totalSpace.description = Amount of total storage available on device in bytes
channel-type.mikrotik.txBytes.label = Transmitted Bytes
channel-type.mikrotik.txBytes.description = Amount of bytes transmitted
channel-type.mikrotik.txDrops.label = Transmission Drops
channel-type.mikrotik.txDrops.description = Amount of packets dropped during transmission
channel-type.mikrotik.txErrors.label = Transmission Errors
channel-type.mikrotik.txErrors.description = Amount of errors during transmission
channel-type.mikrotik.txPacketRate.label = Transmission Packet Rate
channel-type.mikrotik.txPacketRate.description = Rate of data transmission in packets per second
channel-type.mikrotik.txPackets.label = Transmitted Packets
channel-type.mikrotik.txPackets.description = Amount of packets transmitted
channel-type.mikrotik.txRate.label = Transmission Rate
channel-type.mikrotik.txRate.description = Rate of data transmission in megabits per second
channel-type.mikrotik.upSince.label = Up since
channel-type.mikrotik.upSince.description = Time when thing got up
channel-type.mikrotik.usedMemory.label = Used RAM %
channel-type.mikrotik.usedMemory.description = Percentage of used device memory
channel-type.mikrotik.usedSpace.label = Used Space %
channel-type.mikrotik.usedSpace.description = Percentage of used device storage space