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,45 @@
# binding
binding.amplipi.name = AmpliPi Binding
binding.amplipi.description = This is the binding for the AmpliPi Home Audio System from MicroNova.
# thing types
thing-type.amplipi.controller.label = AmpliPi Controller
thing-type.amplipi.controller.description = An AmpliPi controller
thing-type.amplipi.controller.channel.input1.label = Source 1
thing-type.amplipi.controller.channel.input1.description = This channel selects the input for source 1.
thing-type.amplipi.controller.channel.input2.label = Source 2
thing-type.amplipi.controller.channel.input2.description = This channel selects the input for source 2.
thing-type.amplipi.controller.channel.input3.label = Source 3
thing-type.amplipi.controller.channel.input3.description = This channel selects the input for source 3.
thing-type.amplipi.controller.channel.input4.label = Source 4
thing-type.amplipi.controller.channel.input4.description = This channel selects the input for source 4.
thing-type.amplipi.group.label = AmpliPi Group
thing-type.amplipi.group.description = A group of the AmpliPi system
thing-type.amplipi.zone.label = AmpliPi Zone
thing-type.amplipi.zone.description = A zone of the AmpliPi system
# thing types config
thing-type.config.amplipi.controller.hostname.label = Hostname
thing-type.config.amplipi.controller.hostname.description = Hostname or IP address of the AmpliPi
thing-type.config.amplipi.controller.refreshInterval.label = Refresh Interval
thing-type.config.amplipi.controller.refreshInterval.description = Interval the device is polled in sec.
thing-type.config.amplipi.group.id.label = Group ID
thing-type.config.amplipi.group.id.description = The ID of the group
thing-type.config.amplipi.zone.id.label = Zone ID
thing-type.config.amplipi.zone.id.description = The ID of the zone
# channel types
channel-type.amplipi.input.label = Input
channel-type.amplipi.input.description = The selected input for the source
channel-type.amplipi.preset.label = Preset
channel-type.amplipi.preset.description = Choose an existing preset
channel-type.amplipi.source.label = Source
channel-type.amplipi.source.description = The audio source that is played
channel-type.amplipi.source.state.option.0 = Source 1
channel-type.amplipi.source.state.option.1 = Source 2
channel-type.amplipi.source.state.option.2 = Source 3
channel-type.amplipi.source.state.option.3 = Source 4