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,33 @@
# binding
binding.mpd.name = MPD Binding
binding.mpd.description = This is the binding for the Music Player Daemon.
# thing types
thing-type.mpd.mpd.label = Music Player Daemon
thing-type.mpd.mpd.description = Music Player Daemon Binding
# thing types config
thing-type.config.mpd.mpd.ipAddress.label = Network Address
thing-type.config.mpd.mpd.ipAddress.description = The IP or host name of the Music Player Daemon.
thing-type.config.mpd.mpd.password.label = Password
thing-type.config.mpd.mpd.password.description = Password to access the Music Player Daemon.
thing-type.config.mpd.mpd.port.label = Port
thing-type.config.mpd.mpd.port.description = Port for the Music Player Daemon
# channel types
channel-type.mpd.currentalbum.label = Current Album
channel-type.mpd.currentalbum.description = Name of the album currently playing.
channel-type.mpd.currentname.label = Current Name
channel-type.mpd.currentname.description = Name for current song. This is not the song title. The exact meaning of this tag is not well-defined. It is often used by badly configured internet radio stations with broken tags to squeeze both the artist name and the song title in one tag.
channel-type.mpd.currentsong.label = Current Song
channel-type.mpd.currentsong.description = The current song number.
channel-type.mpd.currentsongid.label = Current Song Id
channel-type.mpd.currentsongid.description = The current song id.
channel-type.mpd.currenttrack.label = Current Track
channel-type.mpd.currenttrack.description = The current track number.
channel-type.mpd.stop.label = Stop
channel-type.mpd.stop.description = Stop the Music Player Daemon. ON if the player is stopped.