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,78 @@
|
||||
# binding
|
||||
|
||||
binding.allplay.name = AllPlay Binding
|
||||
binding.allplay.description = The AllPlay binding integrates devices compatible with Qualcomm AllPlay.
|
||||
|
||||
# binding config
|
||||
|
||||
binding.config.allplay.callbackUrl.label = Callback URL
|
||||
binding.config.allplay.callbackUrl.description = URL to use for playing audio streams, e.g. http://192.168.0.2:8080
|
||||
binding.config.allplay.fastForwardSkipTimeInSec.label = Fast Forward Skip Time
|
||||
binding.config.allplay.fastForwardSkipTimeInSec.description = Seconds to jump forward if the fastforward command is executed
|
||||
binding.config.allplay.rewindSkipTimeInSec.label = Rewind Skip Time
|
||||
binding.config.allplay.rewindSkipTimeInSec.description = Seconds to jump backwards if the rewind command is executed
|
||||
binding.config.allplay.zoneMemberSeparator.label = Zone Member Separator
|
||||
binding.config.allplay.zoneMemberSeparator.description = Separator which is used when sending multiple zone members to channel 'zonemembers'
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.allplay.speaker.label = AllPlay Speaker
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.allplay.speaker.deviceId.label = Device ID
|
||||
thing-type.config.allplay.speaker.deviceId.description = The device identifier identifies one certain speaker.
|
||||
thing-type.config.allplay.speaker.deviceName.label = Device Name
|
||||
thing-type.config.allplay.speaker.deviceName.description = The device name of the speaker.
|
||||
thing-type.config.allplay.speaker.volumeStepSize.label = Volume Step Size
|
||||
thing-type.config.allplay.speaker.volumeStepSize.description = Step size to use if the volume is changed using the increase/decrease command.
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.allplay.clearzone.label = Clear Zone
|
||||
channel-type.allplay.clearzone.description = Remove the current speaker from the zone
|
||||
channel-type.allplay.control.label = Control
|
||||
channel-type.allplay.control.description = Control the AllPlay speaker, e.g. start/pause/next/previous/ffward/rewind
|
||||
channel-type.allplay.coverart.label = Cover Art
|
||||
channel-type.allplay.coverart.description = Cover art image of the track currently playing
|
||||
channel-type.allplay.coverarturl.label = Cover Art URL
|
||||
channel-type.allplay.coverarturl.description = Cover art URL of the track currently playing
|
||||
channel-type.allplay.currentalbum.label = Current Album
|
||||
channel-type.allplay.currentalbum.description = Album of the track currently playing
|
||||
channel-type.allplay.currentartist.label = Current Artist
|
||||
channel-type.allplay.currentartist.description = Artist of the track currently playing
|
||||
channel-type.allplay.currentduration.label = Current Duration
|
||||
channel-type.allplay.currentduration.description = Duration in seconds of the track currently playing
|
||||
channel-type.allplay.currentgenre.label = Current Genre
|
||||
channel-type.allplay.currentgenre.description = Genre of the track currently playing
|
||||
channel-type.allplay.currenttitle.label = Current Title
|
||||
channel-type.allplay.currenttitle.description = Title of the track currently playing
|
||||
channel-type.allplay.currenturl.label = Current URL
|
||||
channel-type.allplay.currenturl.description = URL of the track or radio station currently playing
|
||||
channel-type.allplay.currentuserdata.label = Current User Data
|
||||
channel-type.allplay.currentuserdata.description = Custom user data (e.g. name of radio station) of the track currently playing
|
||||
channel-type.allplay.input.label = Input
|
||||
channel-type.allplay.input.description = Current input of the speaker
|
||||
channel-type.allplay.loopmode.label = Loop Mode
|
||||
channel-type.allplay.loopmode.description = Loop mode of the speaker (ONE, ALL, NONE)
|
||||
channel-type.allplay.loopmode.state.option.NONE = No Repeat
|
||||
channel-type.allplay.loopmode.state.option.ONE = Repeat Track
|
||||
channel-type.allplay.loopmode.state.option.ALL = Repeat Playlist
|
||||
channel-type.allplay.mute.label = Mute
|
||||
channel-type.allplay.mute.description = Set or get the mute state of the speaker
|
||||
channel-type.allplay.playstate.label = State
|
||||
channel-type.allplay.playstate.description = The State channel contains state of the Speaker, e.g. BUFFERING, PLAYING, STOPPED,...
|
||||
channel-type.allplay.shufflemode.label = Shuffle Mode
|
||||
channel-type.allplay.shufflemode.description = Toggle the shuffle mode of the speaker
|
||||
channel-type.allplay.stop.label = Stop
|
||||
channel-type.allplay.stop.description = Stop the current playback
|
||||
channel-type.allplay.stream.label = Stream URL
|
||||
channel-type.allplay.stream.description = Play the given HTTP or file stream (file:// or http://)
|
||||
channel-type.allplay.volume.label = Volume
|
||||
channel-type.allplay.volume.description = Set or get the master volume
|
||||
channel-type.allplay.volumecontrol.label = Volume Control
|
||||
channel-type.allplay.volumecontrol.description = Flag if the volume control is enabled (might be disabled if speaker is not master of the zone)
|
||||
channel-type.allplay.zoneid.label = Zone ID
|
||||
channel-type.allplay.zoneid.description = Id of the Zone the speaker belongs to
|
||||
channel-type.allplay.zonemembers.label = Zone Members
|
||||
channel-type.allplay.zonemembers.description = Comma-separated list of zone members of this (lead) speaker
|
||||
Reference in New Issue
Block a user