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,39 @@
# binding
binding.fsinternetradio.name = FSInternetRadio Binding
binding.fsinternetradio.description = This is the binding for internet radios based on the Frontier Silicon chipset.
# thing types
thing-type.fsinternetradio.radio.label = Internet Radio
thing-type.fsinternetradio.radio.description = An internet radio device based on the Frontier Silicon chipset.
# thing types config
thing-type.config.fsinternetradio.radio.ip.label = Network Address
thing-type.config.fsinternetradio.radio.ip.description = The IP address (name or numeric) of the internet radio.
thing-type.config.fsinternetradio.radio.pin.label = Pin
thing-type.config.fsinternetradio.radio.pin.description = The PIN configured in the internet radio (default: 1234).
thing-type.config.fsinternetradio.radio.port.label = Port
thing-type.config.fsinternetradio.radio.port.description = The port of the internet radio (default: 80).
thing-type.config.fsinternetradio.radio.refresh.label = Refresh Interval
thing-type.config.fsinternetradio.radio.refresh.description = Specifies the refresh interval in seconds.
# channel types
channel-type.fsinternetradio.mode.label = Mode
channel-type.fsinternetradio.mode.description = The radio mode, e.g. FM radio, internet radio, AUX, etc.
channel-type.fsinternetradio.mute.label = Mute
channel-type.fsinternetradio.mute.description = Mute the radio.
channel-type.fsinternetradio.play-info-name.label = Current Title
channel-type.fsinternetradio.play-info-name.description = The name of the current radio station or track.
channel-type.fsinternetradio.play-info-text.label = Info Text
channel-type.fsinternetradio.play-info-text.description = Additional information e.g. of the current radio station.
channel-type.fsinternetradio.power.label = Power
channel-type.fsinternetradio.power.description = Switch the radio on or off.
channel-type.fsinternetradio.preset.label = Preset
channel-type.fsinternetradio.preset.description = Preset radio stations configured in the radio.
channel-type.fsinternetradio.volume-absolute.label = Volume
channel-type.fsinternetradio.volume-absolute.description = Volume (min=0, max=32).
channel-type.fsinternetradio.volume-percent.label = Volume
channel-type.fsinternetradio.volume-percent.description = Volume (in percent).