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,60 @@
|
||||
# binding
|
||||
|
||||
binding.heos.name = HEOS Binding
|
||||
binding.heos.description = Binding for the Denon HEOS system.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.heos.bridge.label = HEOS Bridge
|
||||
thing-type.heos.bridge.description = The HEOS System Bridge
|
||||
thing-type.heos.group.label = HEOS Group
|
||||
thing-type.heos.group.description = A group of HEOS Player
|
||||
thing-type.heos.player.label = HEOS Player
|
||||
thing-type.heos.player.description = A HEOS Player of the HEOS Network
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.heos.bridge.heartbeat.label = Heartbeat
|
||||
thing-type.config.heos.bridge.heartbeat.description = The time in seconds for the HEOS Heartbeat (default = 60 s)
|
||||
thing-type.config.heos.bridge.ipAddress.label = Network Address
|
||||
thing-type.config.heos.bridge.ipAddress.description = Network address of the HEOS bridge.
|
||||
thing-type.config.heos.bridge.password.label = Password
|
||||
thing-type.config.heos.bridge.password.description = Password for login to the HEOS account
|
||||
thing-type.config.heos.bridge.username.label = Username
|
||||
thing-type.config.heos.bridge.username.description = Username for login to the HEOS account.
|
||||
thing-type.config.heos.group.members.label = The Group Member Player IDs
|
||||
thing-type.config.heos.group.members.description = Shows the player IDs of the members of this group
|
||||
thing-type.config.heos.player.pid.label = Player ID
|
||||
thing-type.config.heos.player.pid.description = The internal Player ID
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.heos.album.label = Album
|
||||
channel-type.heos.buildGroup.label = Make Group
|
||||
channel-type.heos.clearQueue.label = Clear Queue
|
||||
channel-type.heos.cover.label = Cover
|
||||
channel-type.heos.currentPosition.label = Track Position
|
||||
channel-type.heos.currentPosition.description = The current track position
|
||||
channel-type.heos.duration.label = Track Duration
|
||||
channel-type.heos.duration.description = The overall duration of the track
|
||||
channel-type.heos.favorites.label = Favorites
|
||||
channel-type.heos.input.label = External Inputs
|
||||
channel-type.heos.playUrl.label = Play URL
|
||||
channel-type.heos.playUrl.description = Plays a media file from URL
|
||||
channel-type.heos.playlists.label = Playlists
|
||||
channel-type.heos.queue.label = Queue
|
||||
channel-type.heos.rawCommand.label = Send RAW Command
|
||||
channel-type.heos.rawCommand.description = Sending a HEOS command as specified within the HEOS CLI protocol
|
||||
channel-type.heos.reboot.label = Reboot
|
||||
channel-type.heos.repeatMode.label = Repeat Mode
|
||||
channel-type.heos.repeatMode.description = Set the repeat mode
|
||||
channel-type.heos.repeatMode.state.option.One = One
|
||||
channel-type.heos.repeatMode.state.option.All = All
|
||||
channel-type.heos.repeatMode.state.option.Off = Off
|
||||
channel-type.heos.shuffleMode.label = Shuffle
|
||||
channel-type.heos.shuffleMode.description = Sets the shuffle mode
|
||||
channel-type.heos.station.label = Station
|
||||
channel-type.heos.station.description = The name of the station currently played
|
||||
channel-type.heos.type.label = Type
|
||||
channel-type.heos.type.description = The media currently played type (station, song, ...)
|
||||
channel-type.heos.ungroup.label = Group
|
||||
Reference in New Issue
Block a user