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,56 @@
# binding
binding.unifiedremote.name = Unified Remote Binding
binding.unifiedremote.description = This is the binding for Unified Remote Server (https://www.unifiedremote.com/).
# thing types
thing-type.unifiedremote.server.label = Unified Remote Server
thing-type.unifiedremote.server.description = Unified Remote Server Thing for Unified Remote Binding
# thing types config
thing-type.config.unifiedremote.server.host.label = Hostname
thing-type.config.unifiedremote.server.host.description = Unified Remote Server Hostname
thing-type.config.unifiedremote.server.tcpPort.label = TCP Port
thing-type.config.unifiedremote.server.tcpPort.description = Unified Remote Server Port TCP
thing-type.config.unifiedremote.server.udpPort.label = UDP Port
thing-type.config.unifiedremote.server.udpPort.description = Unified Remote Server Port UDP
# channel types
channel-type.unifiedremote.mouse-move-channel.label = Mouse Move Channel
channel-type.unifiedremote.mouse-move-channel.description = Relative mouse control on the server host
channel-type.unifiedremote.send-key-channel.label = Toggle Key Channel
channel-type.unifiedremote.send-key-channel.description = Toggle Key
channel-type.unifiedremote.send-key-channel.state.option.LEFT_CLICK = LEFT_CLICK
channel-type.unifiedremote.send-key-channel.state.option.RIGHT_CLICK = RIGHT_CLICK
channel-type.unifiedremote.send-key-channel.state.option.LOCK = LOCK
channel-type.unifiedremote.send-key-channel.state.option.UNLOCK = UNLOCK
channel-type.unifiedremote.send-key-channel.state.option.SLEEP = SLEEP
channel-type.unifiedremote.send-key-channel.state.option.SHUTDOWN = SHUTDOWN
channel-type.unifiedremote.send-key-channel.state.option.RESTART = RESTART
channel-type.unifiedremote.send-key-channel.state.option.LOGOFF = LOGOFF
channel-type.unifiedremote.send-key-channel.state.option.PLAY/PAUSE = PLAY/PAUSE
channel-type.unifiedremote.send-key-channel.state.option.NEXT = NEXT
channel-type.unifiedremote.send-key-channel.state.option.PREVIOUS = PREVIOUS
channel-type.unifiedremote.send-key-channel.state.option.STOP = STOP
channel-type.unifiedremote.send-key-channel.state.option.VOLUME_MUTE = VOLUME_MUTE
channel-type.unifiedremote.send-key-channel.state.option.VOLUME_UP = VOLUME_UP
channel-type.unifiedremote.send-key-channel.state.option.VOLUME_DOWN = VOLUME_DOWN
channel-type.unifiedremote.send-key-channel.state.option.BRIGHTNESS_UP = BRIGHTNESS_UP
channel-type.unifiedremote.send-key-channel.state.option.BRIGHTNESS_DOWN = BRIGHTNESS_DOWN
channel-type.unifiedremote.send-key-channel.state.option.MONITOR_OFF = MONITOR_OFF
channel-type.unifiedremote.send-key-channel.state.option.MONITOR_ON = MONITOR_ON
channel-type.unifiedremote.send-key-channel.state.option.ESCAPE = ESCAPE
channel-type.unifiedremote.send-key-channel.state.option.SPACE = SPACE
channel-type.unifiedremote.send-key-channel.state.option.BACK = BACK
channel-type.unifiedremote.send-key-channel.state.option.LWIN = LWIN
channel-type.unifiedremote.send-key-channel.state.option.CONTROL = CONTROL
channel-type.unifiedremote.send-key-channel.state.option.TAB = TAB
channel-type.unifiedremote.send-key-channel.state.option.MENU = MENU
channel-type.unifiedremote.send-key-channel.state.option.RETURN = RETURN
channel-type.unifiedremote.send-key-channel.state.option.UP = UP
channel-type.unifiedremote.send-key-channel.state.option.DOWN = DOWN
channel-type.unifiedremote.send-key-channel.state.option.LEFT = LEFT
channel-type.unifiedremote.send-key-channel.state.option.RIGHT = RIGHT