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,110 @@
|
||||
# binding
|
||||
|
||||
binding.denonmarantz.name = DenonMarantz Binding
|
||||
binding.denonmarantz.description = Binding for controlling network enabled Denon and Marantz receivers.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.denonmarantz.avr.label = Denon/Marantz AVR
|
||||
thing-type.denonmarantz.avr.description = Control a Denon/Marantz AVR.
|
||||
thing-type.denonmarantz.avr.group.mainZone.label = Main Zone Control
|
||||
thing-type.denonmarantz.avr.group.mainZone.description = Channels for the main zone of this AVR.
|
||||
thing-type.denonmarantz.avr.group.zone2.label = Zone 2 Control
|
||||
thing-type.denonmarantz.avr.group.zone2.description = Channels for zone2 of this AVR.
|
||||
thing-type.denonmarantz.avr.group.zone3.label = Zone 3 Control
|
||||
thing-type.denonmarantz.avr.group.zone3.description = Channels for zone3 of this AVR.
|
||||
thing-type.denonmarantz.avr.group.zone4.label = Zone 4 Control
|
||||
thing-type.denonmarantz.avr.group.zone4.description = Channels for zone4 of this AVR.
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.denonmarantz.avr.group.connectionSettings.label = General Connection Settings
|
||||
thing-type.config.denonmarantz.avr.group.httpSettings.label = HTTP Settings
|
||||
thing-type.config.denonmarantz.avr.group.httpSettings.description = Settings for the HTTP port of the AVR
|
||||
thing-type.config.denonmarantz.avr.group.receiverProperties.label = Receiver Properties
|
||||
thing-type.config.denonmarantz.avr.group.telnetSettings.label = Telnet Settings
|
||||
thing-type.config.denonmarantz.avr.group.telnetSettings.description = Settings for the Telnet port of the AVR
|
||||
thing-type.config.denonmarantz.avr.host.label = AVR Host or IP Address
|
||||
thing-type.config.denonmarantz.avr.host.description = Hostname or IP address of the AVR to control.
|
||||
thing-type.config.denonmarantz.avr.httpPollingInterval.label = Polling Interval
|
||||
thing-type.config.denonmarantz.avr.httpPollingInterval.description = Refresh interval of the HTTP API in seconds (minimal 5)
|
||||
thing-type.config.denonmarantz.avr.httpPort.label = HTTP Port
|
||||
thing-type.config.denonmarantz.avr.httpPort.description = HTTP Port used for AVR communication. Normally shouldn't be changed.
|
||||
thing-type.config.denonmarantz.avr.telnetEnabled.label = Use Telnet Port
|
||||
thing-type.config.denonmarantz.avr.telnetEnabled.description = By using telnet the AVR updates are received immediately. Also, some devices only support telnet. However, the AVR only allows 1 simultaneous connection. Uncheck if you are using dedicated apps to control the AVR. Then HTTP polling is used instead.
|
||||
thing-type.config.denonmarantz.avr.telnetPort.label = Telnet Port
|
||||
thing-type.config.denonmarantz.avr.telnetPort.description = Telnet port used for AVR communication. Normally shouldn't be changed.
|
||||
thing-type.config.denonmarantz.avr.zoneCount.label = Zone Count of the Receiver
|
||||
thing-type.config.denonmarantz.avr.zoneCount.description = Number of zones (including main zone), values 1-4 are supported.
|
||||
|
||||
# channel group types
|
||||
|
||||
channel-group-type.denonmarantz.general.label = General Control
|
||||
channel-group-type.denonmarantz.general.description = General channels for this AVR.
|
||||
channel-group-type.denonmarantz.zone.label = Zone Control
|
||||
channel-group-type.denonmarantz.zone.description = Channels for a zone of this AVR.
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.denonmarantz.album.label = Now Playing (album)
|
||||
channel-type.denonmarantz.album.description = Displays the album of the now playing song.
|
||||
channel-type.denonmarantz.artist.label = Now Playing (artist)
|
||||
channel-type.denonmarantz.artist.description = Displays the artist of the now playing song.
|
||||
channel-type.denonmarantz.command.label = Send a Custom Command
|
||||
channel-type.denonmarantz.command.description = Use this channel to send any custom command, e.g. SITV or MSSTANDARD (check the protocol documentation)
|
||||
channel-type.denonmarantz.input.label = Input Source
|
||||
channel-type.denonmarantz.input.description = Select the input source for this zone of the AVR
|
||||
channel-type.denonmarantz.input.state.option.DVD = DVD
|
||||
channel-type.denonmarantz.input.state.option.BD = BD
|
||||
channel-type.denonmarantz.input.state.option.TV = TV
|
||||
channel-type.denonmarantz.input.state.option.SAT/CBL = SAT/CBL
|
||||
channel-type.denonmarantz.input.state.option.SAT = SAT
|
||||
channel-type.denonmarantz.input.state.option.MPLAY = MPLAY
|
||||
channel-type.denonmarantz.input.state.option.VCR = VCR
|
||||
channel-type.denonmarantz.input.state.option.GAME = GAME
|
||||
channel-type.denonmarantz.input.state.option.V.AUX = V.AUX
|
||||
channel-type.denonmarantz.input.state.option.TUNER = TUNER
|
||||
channel-type.denonmarantz.input.state.option.HDRADIO = HDRADIO
|
||||
channel-type.denonmarantz.input.state.option.SIRIUS = SIRIUS
|
||||
channel-type.denonmarantz.input.state.option.SPOTIFY = SPOTIFY
|
||||
channel-type.denonmarantz.input.state.option.SIRIUSXM = SIRIUSXM
|
||||
channel-type.denonmarantz.input.state.option.RHAPSODY = RHAPSODY
|
||||
channel-type.denonmarantz.input.state.option.PANDORA = PANDORA
|
||||
channel-type.denonmarantz.input.state.option.NAPSTER = NAPSTER
|
||||
channel-type.denonmarantz.input.state.option.LASTFM = LASTFM
|
||||
channel-type.denonmarantz.input.state.option.FLICKR = FLICKR
|
||||
channel-type.denonmarantz.input.state.option.IRADIO = IRADIO
|
||||
channel-type.denonmarantz.input.state.option.SERVER = SERVER
|
||||
channel-type.denonmarantz.input.state.option.FAVORITES = FAVORITES
|
||||
channel-type.denonmarantz.input.state.option.CDR = CDR
|
||||
channel-type.denonmarantz.input.state.option.AUX1 = AUX1
|
||||
channel-type.denonmarantz.input.state.option.AUX2 = AUX2
|
||||
channel-type.denonmarantz.input.state.option.AUX3 = AUX3
|
||||
channel-type.denonmarantz.input.state.option.AUX4 = AUX4
|
||||
channel-type.denonmarantz.input.state.option.AUX5 = AUX5
|
||||
channel-type.denonmarantz.input.state.option.AUX6 = AUX6
|
||||
channel-type.denonmarantz.input.state.option.AUX7 = AUX7
|
||||
channel-type.denonmarantz.input.state.option.NET = NET
|
||||
channel-type.denonmarantz.input.state.option.NET/USB = NET/USB
|
||||
channel-type.denonmarantz.input.state.option.BT = BT
|
||||
channel-type.denonmarantz.input.state.option.M-XPORT = M-XPORT
|
||||
channel-type.denonmarantz.input.state.option.USB/IPOD = USB/IPOD
|
||||
channel-type.denonmarantz.input.state.option.USB = USB
|
||||
channel-type.denonmarantz.input.state.option.IPD = IPD
|
||||
channel-type.denonmarantz.input.state.option.IRP = IRP
|
||||
channel-type.denonmarantz.input.state.option.FVP = FVP
|
||||
channel-type.denonmarantz.input.state.option.OTP = OTP
|
||||
channel-type.denonmarantz.mainPower.label = Power
|
||||
channel-type.denonmarantz.mainPower.description = Power ON/OFF the AVR
|
||||
channel-type.denonmarantz.mute.label = Mute
|
||||
channel-type.denonmarantz.mute.description = Enable/Disable Mute on this zone of the AVR
|
||||
channel-type.denonmarantz.surroundProgram.label = Surround Program
|
||||
channel-type.denonmarantz.surroundProgram.description = Select the surround program of the AVR
|
||||
channel-type.denonmarantz.track.label = Now Playing (track)
|
||||
channel-type.denonmarantz.track.description = Displays the title of the now playing track.
|
||||
channel-type.denonmarantz.volume.label = Volume
|
||||
channel-type.denonmarantz.volume.description = Set the volume level of this zone
|
||||
channel-type.denonmarantz.volumeDB.label = Volume (dB)
|
||||
channel-type.denonmarantz.volumeDB.description = Set the volume level (dB). Same as [mainVolume - 80].
|
||||
channel-type.denonmarantz.zonePower.label = Power (zone)
|
||||
channel-type.denonmarantz.zonePower.description = Power ON/OFF this zone of the AVR
|
||||
Reference in New Issue
Block a user