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,113 @@
# binding
binding.squeezebox.name = SqueezeBox Binding
binding.squeezebox.description = This is the binding for the Logitech Squeeze Server and Players.
# binding config
binding.config.squeezebox.callbackUrl.label = Callback URL
binding.config.squeezebox.callbackUrl.description = URL to use for playing notification sounds, e.g. http://192.168.0.2:8080
# thing types
thing-type.squeezebox.squeezeboxplayer.label = SqueezeBox Player
thing-type.squeezebox.squeezeboxplayer.description = This is a SqueezeBox Player instance
thing-type.squeezebox.squeezeboxserver.label = SqueezeBox Server
thing-type.squeezebox.squeezeboxserver.description = This is a SqueezeBox Server instance.
# thing types config
thing-type.config.squeezebox.squeezeboxplayer.mac.label = MAC Address
thing-type.config.squeezebox.squeezeboxplayer.mac.description = SqueezeBox Players are identified by their MAC address
thing-type.config.squeezebox.squeezeboxplayer.notificationTimeout.label = Notification Timeout
thing-type.config.squeezebox.squeezeboxplayer.notificationTimeout.description = Maximum amount of time in seconds for which the notification will be played
thing-type.config.squeezebox.squeezeboxplayer.notificationVolume.label = Notification Sound Volume
thing-type.config.squeezebox.squeezeboxplayer.notificationVolume.description = Volume used for notifications. Leaving blank uses current player volume.
thing-type.config.squeezebox.squeezeboxserver.cliport.label = SqueezeServer CLI Port
thing-type.config.squeezebox.squeezeboxserver.cliport.description = Port of the CLI interface of the SqueezeServer
thing-type.config.squeezebox.squeezeboxserver.ipAddress.label = IP or Host Name
thing-type.config.squeezebox.squeezeboxserver.ipAddress.description = The IP or host name of the SqueezeServer
thing-type.config.squeezebox.squeezeboxserver.language.label = Language
thing-type.config.squeezebox.squeezeboxserver.language.description = Language to use when using Google speech
thing-type.config.squeezebox.squeezeboxserver.password.label = Password
thing-type.config.squeezebox.squeezeboxserver.password.description = Password used to login to Squeeze Server
thing-type.config.squeezebox.squeezeboxserver.userId.label = User Id
thing-type.config.squeezebox.squeezeboxserver.userId.description = User ID used to login to Squeeze Server
thing-type.config.squeezebox.squeezeboxserver.webport.label = SqueezeServer Web Port
thing-type.config.squeezebox.squeezeboxserver.webport.description = Webport interface of the SqueezeServer
# channel types
channel-type.squeezebox.album.label = Album
channel-type.squeezebox.album.description = Album name of the current song
channel-type.squeezebox.artist.label = Artist
channel-type.squeezebox.artist.description = Artist name of the current song
channel-type.squeezebox.control.label = Control
channel-type.squeezebox.control.description = Control the Zone Player, e.g. start/stop/next/previous/ffward/rewind
channel-type.squeezebox.coverartdata.label = Cover Art
channel-type.squeezebox.coverartdata.description = Image data of cover art of the current song
channel-type.squeezebox.currentPlayingTime.label = Current Playing Time
channel-type.squeezebox.currentPlayingTime.description = Current Playing Time
channel-type.squeezebox.currentPlaylistRepeat.label = Repeat Mode
channel-type.squeezebox.currentPlaylistRepeat.description = Current playlist repeat Mode
channel-type.squeezebox.currentPlaylistRepeat.state.option.0 = No Repeat
channel-type.squeezebox.currentPlaylistRepeat.state.option.1 = Repeat Song
channel-type.squeezebox.currentPlaylistRepeat.state.option.2 = Repeat Playlist
channel-type.squeezebox.currentPlaylistShuffle.label = Shuffle Mode
channel-type.squeezebox.currentPlaylistShuffle.description = Current playlist shuffle mode
channel-type.squeezebox.currentPlaylistShuffle.state.option.0 = No Shuffle
channel-type.squeezebox.currentPlaylistShuffle.state.option.1 = Shuffle Songs
channel-type.squeezebox.currentPlaylistShuffle.state.option.2 = Shuffle Albums
channel-type.squeezebox.duration.label = Track Duration
channel-type.squeezebox.duration.description = Duration of Current Track (in seconds)
channel-type.squeezebox.favoritesList.label = Favorites List
channel-type.squeezebox.favoritesList.description = Comma-separated list of favorites of form favoriteId=favoriteName
channel-type.squeezebox.genre.label = Genre
channel-type.squeezebox.genre.description = Genre name of the current song
channel-type.squeezebox.ircode.label = IR Code
channel-type.squeezebox.ircode.description = String of the cached IR code
channel-type.squeezebox.mute.label = Mute
channel-type.squeezebox.mute.description = Mute/unmute your device
channel-type.squeezebox.next.label = Next
channel-type.squeezebox.next.description = Send a next command to the player
channel-type.squeezebox.numberPlaylistTracks.label = Number of Playlist Tracks
channel-type.squeezebox.numberPlaylistTracks.description = Number of playlist tracks
channel-type.squeezebox.pause.label = Pause
channel-type.squeezebox.pause.description = Send a pause command to the player
channel-type.squeezebox.playFavorite.label = Play a Favorite
channel-type.squeezebox.playFavorite.description = Play favorite by sending command with favoriteId
channel-type.squeezebox.playListIndex.label = Playlist Index
channel-type.squeezebox.playListIndex.description = Playlist index
channel-type.squeezebox.playPause.label = Play/Pause
channel-type.squeezebox.playPause.description = Plays (on) or pauses (off) the player
channel-type.squeezebox.power.label = Power
channel-type.squeezebox.power.description = Power on/off your device
channel-type.squeezebox.prev.label = Previous
channel-type.squeezebox.prev.description = Send a previous command to the player
channel-type.squeezebox.rate.label = Like or Unlike Song
channel-type.squeezebox.rate.description = Likes or unlikes the current song (if the service supports it)
channel-type.squeezebox.remotetitle.label = Remote Title
channel-type.squeezebox.remotetitle.description = Remote Title (Radio) of the current song
channel-type.squeezebox.sleep.label = Sleep
channel-type.squeezebox.sleep.description = Power off player in specified number of minutes
channel-type.squeezebox.source.label = Source
channel-type.squeezebox.source.description = Shows the source of the currently playing playlist entry.
channel-type.squeezebox.stop.label = Stop
channel-type.squeezebox.stop.description = Stop the current title
channel-type.squeezebox.stream.label = Stream URL
channel-type.squeezebox.stream.description = Play the given HTTP or file stream (file:// or http://).
channel-type.squeezebox.sync.label = Sync Player
channel-type.squeezebox.sync.description = Add another player to your device for synchronized playback (other player mac address)
channel-type.squeezebox.title.label = Title
channel-type.squeezebox.title.description = Title of the current song
channel-type.squeezebox.unsync.label = UnSync Player
channel-type.squeezebox.unsync.description = Remove this device from synchronization
channel-type.squeezebox.volume.label = Volume
channel-type.squeezebox.volume.description = Volume of your device
channel-type.squeezebox.year.label = Year
channel-type.squeezebox.year.description = Release year of the current song
# channel types config
channel-type.config.squeezebox.favoritesList.quoteList.label = Quote Favorites
channel-type.config.squeezebox.favoritesList.quoteList.description = Wrap the right hand side of the favorites in quotes