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,90 @@
# binding
binding.nikobus.name = Nikobus Binding
binding.nikobus.description = This is the binding for Nikobus.
# thing types
thing-type.nikobus.dimmer-module.label = Dimmer Module
thing-type.nikobus.dimmer-module.description = Nikobus Dimmer module
thing-type.nikobus.dimmer-module.channel.output-1.label = Output 1
thing-type.nikobus.dimmer-module.channel.output-10.label = Output 10
thing-type.nikobus.dimmer-module.channel.output-11.label = Output 11
thing-type.nikobus.dimmer-module.channel.output-12.label = Output 12
thing-type.nikobus.dimmer-module.channel.output-2.label = Output 2
thing-type.nikobus.dimmer-module.channel.output-3.label = Output 3
thing-type.nikobus.dimmer-module.channel.output-4.label = Output 4
thing-type.nikobus.dimmer-module.channel.output-5.label = Output 5
thing-type.nikobus.dimmer-module.channel.output-6.label = Output 6
thing-type.nikobus.dimmer-module.channel.output-7.label = Output 7
thing-type.nikobus.dimmer-module.channel.output-8.label = Output 8
thing-type.nikobus.dimmer-module.channel.output-9.label = Output 9
thing-type.nikobus.pc-link.label = PC-Link
thing-type.nikobus.pc-link.description = PC-Link via serial connection
thing-type.nikobus.push-button.label = Push Button
thing-type.nikobus.push-button.description = A single push button
thing-type.nikobus.rollershutter-module.label = Rollershutter Module
thing-type.nikobus.rollershutter-module.description = Nikobus Rollershutter module
thing-type.nikobus.rollershutter-module.channel.output-1.label = Output 1
thing-type.nikobus.rollershutter-module.channel.output-2.label = Output 2
thing-type.nikobus.rollershutter-module.channel.output-3.label = Output 3
thing-type.nikobus.rollershutter-module.channel.output-4.label = Output 4
thing-type.nikobus.rollershutter-module.channel.output-5.label = Output 5
thing-type.nikobus.rollershutter-module.channel.output-6.label = Output 6
thing-type.nikobus.switch-module.label = Switch Module
thing-type.nikobus.switch-module.description = Nikobus Switch module
thing-type.nikobus.switch-module.channel.output-1.label = Output 1
thing-type.nikobus.switch-module.channel.output-10.label = Output 10
thing-type.nikobus.switch-module.channel.output-11.label = Output 11
thing-type.nikobus.switch-module.channel.output-12.label = Output 12
thing-type.nikobus.switch-module.channel.output-2.label = Output 2
thing-type.nikobus.switch-module.channel.output-3.label = Output 3
thing-type.nikobus.switch-module.channel.output-4.label = Output 4
thing-type.nikobus.switch-module.channel.output-5.label = Output 5
thing-type.nikobus.switch-module.channel.output-6.label = Output 6
thing-type.nikobus.switch-module.channel.output-7.label = Output 7
thing-type.nikobus.switch-module.channel.output-8.label = Output 8
thing-type.nikobus.switch-module.channel.output-9.label = Output 9
# thing types config
thing-type.config.nikobus.module.address.label = Address
thing-type.config.nikobus.module.address.description = The Nikobus address of the module
thing-type.config.nikobus.pc-link.port.label = Port
thing-type.config.nikobus.pc-link.port.description = The serial port used to connect to the Nikobus PC Link.
thing-type.config.nikobus.pc-link.refreshInterval.label = Refresh Interval
thing-type.config.nikobus.pc-link.refreshInterval.description = Refresh interval in seconds.
thing-type.config.nikobus.push-button.address.label = Address
thing-type.config.nikobus.push-button.address.description = The Nikobus address of the push-button.
thing-type.config.nikobus.push-button.impactedModules.label = Impacted Modules
thing-type.config.nikobus.push-button.impactedModules.description = Comma separated list of impacted modules, i.e. switch-module:s1:1
# channel types
channel-type.nikobus.button.label = Button Event
channel-type.nikobus.button.description = Fires when the button is pressed
channel-type.nikobus.dimmer-output.label = Output
channel-type.nikobus.dimmer-output.description = Dimmer Module's Output
channel-type.nikobus.rollershutter-output.label = Output
channel-type.nikobus.rollershutter-output.description = Rollershutter Module's Output
channel-type.nikobus.switch-output.label = Output
channel-type.nikobus.switch-output.description = Switch Module's Output
channel-type.nikobus.trigger-button.label = Trigger Button Channel
channel-type.nikobus.trigger-filter.label = Trigger Filter Channel
# channel types config
channel-type.config.nikobus.rollershutter-output.delay.label = Delay
channel-type.config.nikobus.rollershutter-output.delay.description = Delay specifying how many seconds after duration module's output is set to OFF. Defaults to 5 seconds
channel-type.config.nikobus.rollershutter-output.duration.label = Duration
channel-type.config.nikobus.rollershutter-output.duration.description = Duration in seconds required for a rollershutter to get from open to closed
channel-type.config.nikobus.rollershutter-output.reverse.label = Reverse Direction
channel-type.config.nikobus.rollershutter-output.reverse.description = Reverse direction of rollershutters. Defaults to false
channel-type.config.nikobus.trigger-button.threshold.label = Threshold
channel-type.config.nikobus.trigger-button.threshold.description = Long-press threshold in milliseconds
channel-type.config.nikobus.trigger-filter.command.label = Command
channel-type.config.nikobus.trigger-filter.command.description = Command to send
channel-type.config.nikobus.trigger-filter.delay.label = Delay
channel-type.config.nikobus.trigger-filter.delay.description = Delay in milliseconds before triggered
channel-type.config.nikobus.trigger-filter.period.label = Period
channel-type.config.nikobus.trigger-filter.period.description = Time in milliseconds between successive triggers