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,26 @@
|
||||
# binding
|
||||
|
||||
binding.linuxinput.name = LinuxInput Binding
|
||||
binding.linuxinput.description = This is the binding for LinuxInput.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.linuxinput.input-device.label = LinuxInput Device
|
||||
thing-type.linuxinput.input-device.description = Input device
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.linuxinput.input-device.enable.label = Enable
|
||||
thing-type.config.linuxinput.input-device.enable.description = If the Thing should be enabled and consume all input from this device
|
||||
thing-type.config.linuxinput.input-device.path.label = Path
|
||||
thing-type.config.linuxinput.input-device.path.description = Path to device file
|
||||
|
||||
# channel group types
|
||||
|
||||
channel-group-type.linuxinput.keypresses.label = Key Presses
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.linuxinput.device-grab.label = Device Grab
|
||||
channel-type.linuxinput.key-press.label = Key Pressed
|
||||
channel-type.linuxinput.key.label = Key Event
|
||||
Reference in New Issue
Block a user