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,183 @@
|
||||
# binding
|
||||
|
||||
binding.bosesoundtouch.name = Bose SoundTouch Binding
|
||||
binding.bosesoundtouch.description = This is the binding for Bose SoundTouch devices.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.bosesoundtouch.10.label = Bose SoundTouch 10
|
||||
thing-type.bosesoundtouch.10.description = Bose SoundTouch 10 Speaker
|
||||
thing-type.bosesoundtouch.20.label = Bose SoundTouch 20
|
||||
thing-type.bosesoundtouch.20.description = Bose SoundTouch 20 Speaker
|
||||
thing-type.bosesoundtouch.30.label = Bose SoundTouch 30
|
||||
thing-type.bosesoundtouch.30.description = Bose SoundTouch 30 Speaker
|
||||
thing-type.bosesoundtouch.300.label = Bose SoundTouch 300
|
||||
thing-type.bosesoundtouch.300.description = Bose SoundTouch 300 Speaker
|
||||
thing-type.bosesoundtouch.device.label = Bose SoundTouch Device
|
||||
thing-type.bosesoundtouch.device.description = Aan unknown Bose SoundTouch Device
|
||||
thing-type.bosesoundtouch.sa5Amplifier.label = Bose SoundTouch SA-5 Amplifier
|
||||
thing-type.bosesoundtouch.sa5Amplifier.description = A Bose SoundTouch SA-5 Amplifier
|
||||
thing-type.bosesoundtouch.waveSoundTouchMusicSystemIV.label = Bose Wave SoundTouch Music System IV
|
||||
thing-type.bosesoundtouch.waveSoundTouchMusicSystemIV.description = A Bose Wave SoundTouch Music System IV
|
||||
thing-type.bosesoundtouch.wirelessLinkAdapter.label = Bose SoundTouch Wireless Link Adapter
|
||||
thing-type.bosesoundtouch.wirelessLinkAdapter.description = Bose SoundTouch Wireless Link Adapter
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.bosesoundtouch.config.appKey.label = Authorization Key
|
||||
thing-type.config.bosesoundtouch.config.appKey.description = An authorization key used to identify the client application. Should be requested from the developer portal.
|
||||
thing-type.config.bosesoundtouch.config.host.label = Host Address
|
||||
thing-type.config.bosesoundtouch.config.host.description = The Host / IP Address used for communication to this device.
|
||||
thing-type.config.bosesoundtouch.config.macAddress.label = MAC Address
|
||||
thing-type.config.bosesoundtouch.config.macAddress.description = The MAC Address used for communication to this device.
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.bosesoundtouch.bass.label = Bass
|
||||
channel-type.bosesoundtouch.bass.description = Bass (-9 minimum, 0 maximum)
|
||||
channel-type.bosesoundtouch.keyCode.label = Remote Key Code
|
||||
channel-type.bosesoundtouch.keyCode.description = Simulates pushing a remote control button
|
||||
channel-type.bosesoundtouch.keyCode.state.option.PLAY = Play
|
||||
channel-type.bosesoundtouch.keyCode.state.option.PAUSE = Pause
|
||||
channel-type.bosesoundtouch.keyCode.state.option.STOP = Stop
|
||||
channel-type.bosesoundtouch.keyCode.state.option.PREV_TRACK = Prev Track
|
||||
channel-type.bosesoundtouch.keyCode.state.option.NEXT_TRACK = Next Track
|
||||
channel-type.bosesoundtouch.keyCode.state.option.THUMBS_UP = Thumbs Up
|
||||
channel-type.bosesoundtouch.keyCode.state.option.THUMBS_DOWN = Thumbs Down
|
||||
channel-type.bosesoundtouch.keyCode.state.option.BOOKMARK = Bookmark
|
||||
channel-type.bosesoundtouch.keyCode.state.option.POWER = Power
|
||||
channel-type.bosesoundtouch.keyCode.state.option.MUTE = Mute
|
||||
channel-type.bosesoundtouch.keyCode.state.option.VOLUME_UP = Volume Up
|
||||
channel-type.bosesoundtouch.keyCode.state.option.VOLUME_DOWN = Volume Down
|
||||
channel-type.bosesoundtouch.keyCode.state.option.PRESET_1 = Preset 1
|
||||
channel-type.bosesoundtouch.keyCode.state.option.PRESET_2 = Preset 2
|
||||
channel-type.bosesoundtouch.keyCode.state.option.PRESET_3 = Preset 3
|
||||
channel-type.bosesoundtouch.keyCode.state.option.PRESET_4 = Preset 4
|
||||
channel-type.bosesoundtouch.keyCode.state.option.PRESET_5 = Preset 5
|
||||
channel-type.bosesoundtouch.keyCode.state.option.PRESET_6 = Preset 6
|
||||
channel-type.bosesoundtouch.keyCode.state.option.AUX_INPUT = AUX Input
|
||||
channel-type.bosesoundtouch.keyCode.state.option.SHUFFLE_OFF = Shuffle Off
|
||||
channel-type.bosesoundtouch.keyCode.state.option.SHUFFLE_ON = Shuffle On
|
||||
channel-type.bosesoundtouch.keyCode.state.option.REPEAT_OFF = Repeat Off
|
||||
channel-type.bosesoundtouch.keyCode.state.option.REPEAT_ONE = Repeat One
|
||||
channel-type.bosesoundtouch.keyCode.state.option.REPEAT_ALL = Repeat All
|
||||
channel-type.bosesoundtouch.keyCode.state.option.PLAY_PAUSE = Play/Pause
|
||||
channel-type.bosesoundtouch.keyCode.state.option.ADD_FAVORITE = Add Favorite
|
||||
channel-type.bosesoundtouch.keyCode.state.option.REMOVE_FAVORITE = Remove Favorite
|
||||
channel-type.bosesoundtouch.mute.label = Mute
|
||||
channel-type.bosesoundtouch.mute.description = Mutes the sound
|
||||
channel-type.bosesoundtouch.notificationsound.label = Notification Sound
|
||||
channel-type.bosesoundtouch.notificationsound.description = Play a notification sound by a given URI
|
||||
channel-type.bosesoundtouch.nowPlayingAlbum.label = Album
|
||||
channel-type.bosesoundtouch.nowPlayingAlbum.description = Current playing album name
|
||||
channel-type.bosesoundtouch.nowPlayingArtist.label = Artist
|
||||
channel-type.bosesoundtouch.nowPlayingArtist.description = Current playing artist name
|
||||
channel-type.bosesoundtouch.nowPlayingArtwork.label = Artwork
|
||||
channel-type.bosesoundtouch.nowPlayingArtwork.description = Artwork for the current playing song
|
||||
channel-type.bosesoundtouch.nowPlayingDescription.label = Description
|
||||
channel-type.bosesoundtouch.nowPlayingDescription.description = Description to current playing song
|
||||
channel-type.bosesoundtouch.nowPlayingGenre.label = Genre
|
||||
channel-type.bosesoundtouch.nowPlayingGenre.description = Genre of current playing song
|
||||
channel-type.bosesoundtouch.nowPlayingItemName.label = Now Playing
|
||||
channel-type.bosesoundtouch.nowPlayingItemName.description = Visible description shown in display
|
||||
channel-type.bosesoundtouch.nowPlayingStationLocation.label = Station Location
|
||||
channel-type.bosesoundtouch.nowPlayingStationLocation.description = Location of current playing radio station
|
||||
channel-type.bosesoundtouch.nowPlayingStationName.label = Station Name
|
||||
channel-type.bosesoundtouch.nowPlayingStationName.description = Name of current playing radio station
|
||||
channel-type.bosesoundtouch.nowPlayingTrack.label = Track
|
||||
channel-type.bosesoundtouch.nowPlayingTrack.description = Track currently playing
|
||||
channel-type.bosesoundtouch.operationMode_BST_10_20_30.label = Operation Mode
|
||||
channel-type.bosesoundtouch.operationMode_BST_10_20_30.description = Current Operation Mode
|
||||
channel-type.bosesoundtouch.operationMode_BST_10_20_30.state.option.STANDBY = Standby
|
||||
channel-type.bosesoundtouch.operationMode_BST_10_20_30.state.option.INTERNET_RADIO = Internet Radio
|
||||
channel-type.bosesoundtouch.operationMode_BST_10_20_30.state.option.BLUETOOTH = Bluetooth
|
||||
channel-type.bosesoundtouch.operationMode_BST_10_20_30.state.option.STORED_MUSIC = Stored Music
|
||||
channel-type.bosesoundtouch.operationMode_BST_10_20_30.state.option.AUX = AUX
|
||||
channel-type.bosesoundtouch.operationMode_BST_10_20_30.state.option.SPOTIFY = Spotify
|
||||
channel-type.bosesoundtouch.operationMode_BST_10_20_30.state.option.PANDORA = Pandora
|
||||
channel-type.bosesoundtouch.operationMode_BST_10_20_30.state.option.DEEZER = Deezer
|
||||
channel-type.bosesoundtouch.operationMode_BST_10_20_30.state.option.SIRIUSXM = SiriusXM
|
||||
channel-type.bosesoundtouch.operationMode_BST_10_20_30.state.option.AMAZON = Amazon
|
||||
channel-type.bosesoundtouch.operationMode_BST_300.label = Operation Mode
|
||||
channel-type.bosesoundtouch.operationMode_BST_300.description = Current Operation Mode
|
||||
channel-type.bosesoundtouch.operationMode_BST_300.state.option.STANDBY = Standby
|
||||
channel-type.bosesoundtouch.operationMode_BST_300.state.option.INTERNET_RADIO = Internet Radio
|
||||
channel-type.bosesoundtouch.operationMode_BST_300.state.option.BLUETOOTH = Bluetooth
|
||||
channel-type.bosesoundtouch.operationMode_BST_300.state.option.STORED_MUSIC = Stored Music
|
||||
channel-type.bosesoundtouch.operationMode_BST_300.state.option.TV = TV
|
||||
channel-type.bosesoundtouch.operationMode_BST_300.state.option.HDMI = HDMI
|
||||
channel-type.bosesoundtouch.operationMode_BST_300.state.option.SPOTIFY = Spotify
|
||||
channel-type.bosesoundtouch.operationMode_BST_300.state.option.PANDORA = Pandora
|
||||
channel-type.bosesoundtouch.operationMode_BST_300.state.option.DEEZER = Deezer
|
||||
channel-type.bosesoundtouch.operationMode_BST_300.state.option.SIRIUSXM = SiriusXM
|
||||
channel-type.bosesoundtouch.operationMode_BST_300.state.option.AMAZON = Amazon
|
||||
channel-type.bosesoundtouch.operationMode_BST_SA5_Amplifier.label = Operation Mode
|
||||
channel-type.bosesoundtouch.operationMode_BST_SA5_Amplifier.description = Bose SoundTouch current Operation Mode
|
||||
channel-type.bosesoundtouch.operationMode_BST_SA5_Amplifier.state.option.STANDBY = Standby
|
||||
channel-type.bosesoundtouch.operationMode_BST_SA5_Amplifier.state.option.INTERNET_RADIO = Internet Radio
|
||||
channel-type.bosesoundtouch.operationMode_BST_SA5_Amplifier.state.option.BLUETOOTH = Bluetooth
|
||||
channel-type.bosesoundtouch.operationMode_BST_SA5_Amplifier.state.option.STORED_MUSIC = Stored Music
|
||||
channel-type.bosesoundtouch.operationMode_BST_SA5_Amplifier.state.option.AUX1 = AUX1
|
||||
channel-type.bosesoundtouch.operationMode_BST_SA5_Amplifier.state.option.AUX2 = AUX2
|
||||
channel-type.bosesoundtouch.operationMode_BST_SA5_Amplifier.state.option.AUX3 = AUX3
|
||||
channel-type.bosesoundtouch.operationMode_BST_SA5_Amplifier.state.option.SPOTIFY = Spotify
|
||||
channel-type.bosesoundtouch.operationMode_BST_SA5_Amplifier.state.option.PANDORA = Pandora
|
||||
channel-type.bosesoundtouch.operationMode_BST_SA5_Amplifier.state.option.DEEZER = Deezer
|
||||
channel-type.bosesoundtouch.operationMode_BST_SA5_Amplifier.state.option.SIRIUSXM = SiriusXM
|
||||
channel-type.bosesoundtouch.operationMode_BST_SA5_Amplifier.state.option.AMAZON = Amazon
|
||||
channel-type.bosesoundtouch.operationMode_BST_WLA.label = Operation Mode
|
||||
channel-type.bosesoundtouch.operationMode_BST_WLA.description = Current Operation Mode
|
||||
channel-type.bosesoundtouch.operationMode_BST_WLA.state.option.STANDBY = Standby
|
||||
channel-type.bosesoundtouch.operationMode_BST_WLA.state.option.INTERNET_RADIO = Internet Radio
|
||||
channel-type.bosesoundtouch.operationMode_BST_WLA.state.option.BLUETOOTH = Bluetooth
|
||||
channel-type.bosesoundtouch.operationMode_BST_WLA.state.option.STORED_MUSIC = Stored Music
|
||||
channel-type.bosesoundtouch.operationMode_BST_WLA.state.option.AUX = AUX
|
||||
channel-type.bosesoundtouch.operationMode_BST_WLA.state.option.SPOTIFY = Spotify
|
||||
channel-type.bosesoundtouch.operationMode_BST_WLA.state.option.PANDORA = Pandora
|
||||
channel-type.bosesoundtouch.operationMode_BST_WLA.state.option.DEEZER = Deezer
|
||||
channel-type.bosesoundtouch.operationMode_BST_WLA.state.option.SIRIUSXM = SiriusXM
|
||||
channel-type.bosesoundtouch.operationMode_BST_WLA.state.option.AMAZON = Amazon
|
||||
channel-type.bosesoundtouch.operationMode_default.label = Operation Mode
|
||||
channel-type.bosesoundtouch.operationMode_default.description = Current Operation Mode
|
||||
channel-type.bosesoundtouch.operationMode_default.state.option.STANDBY = Standby
|
||||
channel-type.bosesoundtouch.operationMode_default.state.option.INTERNET_RADIO = Internet Radio
|
||||
channel-type.bosesoundtouch.operationMode_default.state.option.BLUETOOTH = Bluetooth
|
||||
channel-type.bosesoundtouch.operationMode_default.state.option.STORED_MUSIC = Stored Music
|
||||
channel-type.bosesoundtouch.operationMode_default.state.option.AUX = AUX
|
||||
channel-type.bosesoundtouch.operationMode_default.state.option.AUX1 = AUX1
|
||||
channel-type.bosesoundtouch.operationMode_default.state.option.AUX2 = AUX2
|
||||
channel-type.bosesoundtouch.operationMode_default.state.option.AUX3 = AUX3
|
||||
channel-type.bosesoundtouch.operationMode_default.state.option.TV = TV
|
||||
channel-type.bosesoundtouch.operationMode_default.state.option.HDMI = HDMI
|
||||
channel-type.bosesoundtouch.operationMode_default.state.option.SPOTIFY = Spotify
|
||||
channel-type.bosesoundtouch.operationMode_default.state.option.PANDORA = Pandora
|
||||
channel-type.bosesoundtouch.operationMode_default.state.option.DEEZER = Deezer
|
||||
channel-type.bosesoundtouch.operationMode_default.state.option.SIRIUSXM = SiriusXM
|
||||
channel-type.bosesoundtouch.operationMode_default.state.option.AMAZON = Amazon
|
||||
channel-type.bosesoundtouch.playerControl.label = Player Control
|
||||
channel-type.bosesoundtouch.playerControl.description = Control the Player
|
||||
channel-type.bosesoundtouch.power.label = Power
|
||||
channel-type.bosesoundtouch.power.description = SoundTouch power state
|
||||
channel-type.bosesoundtouch.preset.label = Preset
|
||||
channel-type.bosesoundtouch.preset.description = 1-6 Preset of Soundtouch, >7 Binding Presets
|
||||
channel-type.bosesoundtouch.rateEnabled.label = Rating Enabled
|
||||
channel-type.bosesoundtouch.rateEnabled.description = Current source allows rating
|
||||
channel-type.bosesoundtouch.saveAsPreset.label = Save as Preset
|
||||
channel-type.bosesoundtouch.saveAsPreset.description = A selected presetable Contentitem is save as Preset with number >6
|
||||
channel-type.bosesoundtouch.skipEnabled.label = Skip Enabled
|
||||
channel-type.bosesoundtouch.skipEnabled.description = Current source allows skipping to next track
|
||||
channel-type.bosesoundtouch.skipPreviousEnabled.label = Skip/Previous Enabled
|
||||
channel-type.bosesoundtouch.skipPreviousEnabled.description = Current source allows scrolling through tracks
|
||||
channel-type.bosesoundtouch.volume.label = Volume
|
||||
channel-type.bosesoundtouch.volume.description = Set or get the volume
|
||||
|
||||
# channel types config
|
||||
|
||||
channel-type.config.bosesoundtouch.notificationSound.notificationMessage.label = Notification Message
|
||||
channel-type.config.bosesoundtouch.notificationSound.notificationMessage.description = This indicates further details about the notification. This text will appear on the device display (when available) and the SoundTouch application screen. If a message string is not provided, the field with be blank.
|
||||
channel-type.config.bosesoundtouch.notificationSound.notificationReason.label = Notification Reason
|
||||
channel-type.config.bosesoundtouch.notificationSound.notificationReason.description = This indicates the reason for the notification. This text will appear on the device display (when available) and the SoundTouch application screen. If a reason string is not provided, the field with be blank.
|
||||
channel-type.config.bosesoundtouch.notificationSound.notificationService.label = Notification Service
|
||||
channel-type.config.bosesoundtouch.notificationSound.notificationService.description = This indicates the service providing the notification. This text will appear on the device display (when available) and the SoundTouch application screen.
|
||||
channel-type.config.bosesoundtouch.notificationSound.notificationVolume.label = Notification Sound Volume
|
||||
channel-type.config.bosesoundtouch.notificationSound.notificationVolume.description = This indicates the desired volume level while playing the notification. The value represents a percentage (0 to 100) of the full audible range of the speaker device. A value less than 10 or greater than 70 will result in an error and not play the notification. Upon completion of the notification, the speaker volume will return to its original value. If not present, the notification will play at the existing volume level.
|
||||
Reference in New Issue
Block a user