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,170 @@
# binding
binding.russound.name = Russound Binding
binding.russound.description = This is the binding for Russound Whole House Audio systems (MCA and X-Systems).
# thing types
thing-type.russound.controller.label = Russound Controller
thing-type.russound.controller.description = Controller of Zones, Sources, etc
thing-type.russound.rio.label = Russound RIO Device
thing-type.russound.rio.description = Ethernet access point to Russound RIO control system (usually the main controller)
thing-type.russound.source.label = Russound Source
thing-type.russound.source.description = Source (tuner, streamer, etc) within the Russound System
thing-type.russound.zone.label = Russound Zone
thing-type.russound.zone.description = Zone within a Controller
# thing types config
thing-type.config.russound.controller.controller.label = Controller ID
thing-type.config.russound.controller.controller.description = The controller identifier
thing-type.config.russound.rio.ipAddress.label = IP or Host Name
thing-type.config.russound.rio.ipAddress.description = The IP or host name of the Russound RIO access point
thing-type.config.russound.rio.ping.label = Ping Interval
thing-type.config.russound.rio.ping.description = The ping interval in seconds to keep the connection alive
thing-type.config.russound.rio.retryPolling.label = Retry Polling
thing-type.config.russound.rio.retryPolling.description = The polling, in seconds, to retry a connection attempt
thing-type.config.russound.rio.scanDevice.label = Scan Device
thing-type.config.russound.rio.scanDevice.description = Scan device at startup (creating zones, sources, etc dynamically)
thing-type.config.russound.source.source.label = Source ID
thing-type.config.russound.source.source.description = The source identifier
thing-type.config.russound.zone.zone.label = Zone ID
thing-type.config.russound.zone.zone.description = The zone identifier
# channel types
channel-type.russound.ctlZones.label = Zones
channel-type.russound.ctlZones.description = JSON Array containing the zones ([{id: 1, name: 'xxx'}, ...])
channel-type.russound.srcAlbumName.label = Album Name
channel-type.russound.srcAlbumName.description = Current song's album
channel-type.russound.srcArtistName.label = Artist Name
channel-type.russound.srcArtistName.description = Current song's artist name
channel-type.russound.srcBanks.label = Banks
channel-type.russound.srcBanks.description = JSON Array containing the banks ([{id: 1, name: 'xxx', presets: [{id:1 ,valid:true/false, name='xxx'}, ...], ...])
channel-type.russound.srcChannel.label = Channel
channel-type.russound.srcChannel.description = Source's Channel
channel-type.russound.srcChannelName.label = ChannelName
channel-type.russound.srcChannelName.description = Source's Channel Name
channel-type.russound.srcComposerName.label = Composer Name
channel-type.russound.srcComposerName.description = Current song's composer name
channel-type.russound.srcCoverArtUrl.label = Cover Art URL
channel-type.russound.srcCoverArtUrl.description = Current song's covert art url
channel-type.russound.srcGenre.label = Genre
channel-type.russound.srcGenre.description = Current song's genre
channel-type.russound.srcMMAttr.label = MM Menus Attribute
channel-type.russound.srcMMAttr.description = The MM Menu Info Attributes
channel-type.russound.srcMMHelpText.label = MM Help Text
channel-type.russound.srcMMHelpText.description = The MM Help Text (label for form)
channel-type.russound.srcMMInfoText.label = MM Info Text
channel-type.russound.srcMMInfoText.description = The MM Info Text
channel-type.russound.srcMMMenu.label = MM Menus
channel-type.russound.srcMMMenu.description = The MM Menu Item JSON
channel-type.russound.srcMMMenuButtonBackText.label = MM Back Button Text
channel-type.russound.srcMMMenuButtonBackText.description = The MM Back Button Text
channel-type.russound.srcMMMenuButtonOkText.label = MM OK Button Text
channel-type.russound.srcMMMenuButtonOkText.description = The MM OK Button Text
channel-type.russound.srcMMScreen.label = MM Screen
channel-type.russound.srcMMScreen.description = The MM Screen ID
channel-type.russound.srcMMTextField.label = MM Text Field
channel-type.russound.srcMMTextField.description = The MM Text Field
channel-type.russound.srcMMTitle.label = MM Screen Title
channel-type.russound.srcMMTitle.description = The MM Screen Title
channel-type.russound.srcMode.label = Mode
channel-type.russound.srcMode.description = Provider Mode or Streaming Service
channel-type.russound.srcName.label = Name
channel-type.russound.srcName.description = Source Name
channel-type.russound.srcPlayListName.label = Play List Name
channel-type.russound.srcPlayListName.description = Name of the current playlist
channel-type.russound.srcProgramServiceName.label = Program Service Name
channel-type.russound.srcProgramServiceName.description = Program Service Name (PSN)
channel-type.russound.srcRadioText.label = Radio Text
channel-type.russound.srcRadioText.description = Radio Text
channel-type.russound.srcRadioText2.label = Radio Text 2
channel-type.russound.srcRadioText2.description = Radio Text line 2
channel-type.russound.srcRadioText3.label = Radio Text 3
channel-type.russound.srcRadioText3.description = Radio Text line 3
channel-type.russound.srcRadioText4.label = Radio Text 4
channel-type.russound.srcRadioText4.description = Radio Text line 4
channel-type.russound.srcRating.label = Song Rating
channel-type.russound.srcRating.description = Rating of the current song
channel-type.russound.srcRepeatMode.label = Repeat Mode
channel-type.russound.srcRepeatMode.description = Source Repeat Mode
channel-type.russound.srcShuffleMode.label = Shuffle Mode
channel-type.russound.srcShuffleMode.description = Source Shuffle Mode
channel-type.russound.srcSongName.label = Song Name
channel-type.russound.srcSongName.description = Name of the current song
channel-type.russound.srcType.label = Type
channel-type.russound.srcType.description = Source Type
channel-type.russound.srcVolume.label = Volume
channel-type.russound.srcVolume.description = The volume level of the source
channel-type.russound.sysAllOn.label = All Zones
channel-type.russound.sysAllOn.description = Toggles All Zones
channel-type.russound.sysControllers.label = Controllers
channel-type.russound.sysControllers.description = JSON Array containing the valid controllers ([{id: 1, name: 'xxx'}, ...])
channel-type.russound.sysLang.label = Language
channel-type.russound.sysLang.description = System Language
channel-type.russound.sysLang.state.option.ENGLISH = English
channel-type.russound.sysLang.state.option.CHINESE = Chinese
channel-type.russound.sysLang.state.option.RUSSIAN = Russian
channel-type.russound.sysSources.label = Sources
channel-type.russound.sysSources.description = JSON Array containing the sources ([{id: 1, name: 'xxx'}, ...])
channel-type.russound.zoneBalance.label = Balance
channel-type.russound.zoneBalance.description = Balance (-10 full left, 10 full right)
channel-type.russound.zoneBass.label = Bass
channel-type.russound.zoneBass.description = Bass Setting
channel-type.russound.zoneDoNotDisturb.label = Do Not Disturb
channel-type.russound.zoneDoNotDisturb.description = Do Not Disturb
channel-type.russound.zoneEnabled.label = Enabled
channel-type.russound.zoneEnabled.description = Whether the zone is enabled or not
channel-type.russound.zoneEvent.label = Generic Event
channel-type.russound.zoneEvent.description = Send a generic event to the zone
channel-type.russound.zoneFavorites.label = Zone Favorites
channel-type.russound.zoneFavorites.description = JSON Array containing the zone favorites ([{id: 1, valid: true/false, name: 'xxx'}, ...])
channel-type.russound.zoneKeyCode.label = KeyCode Event
channel-type.russound.zoneKeyCode.description = Send a KeyCode event to the zone
channel-type.russound.zoneKeyHold.label = KeyHold Event
channel-type.russound.zoneKeyHold.description = Send a KeyHold event to the zone
channel-type.russound.zoneKeyPress.label = KeyPress Event
channel-type.russound.zoneKeyPress.description = Send a KeyPress event to the zone
channel-type.russound.zoneKeyRelease.label = KeyRelease Event
channel-type.russound.zoneKeyRelease.description = Send a KeyRelease event to the zone
channel-type.russound.zoneLastError.label = Last Error
channel-type.russound.zoneLastError.description = last Error encountered in the zone
channel-type.russound.zoneLoudness.label = Loudness
channel-type.russound.zoneLoudness.description = Loudness
channel-type.russound.zoneMMContextMenu.label = MM Context Menu
channel-type.russound.zoneMMContextMenu.description = Request a source context menu
channel-type.russound.zoneMMInit.label = MM Initialize
channel-type.russound.zoneMMInit.description = Send MM back to home screen
channel-type.russound.zoneMute.label = Mute
channel-type.russound.zoneMute.description = Whether the zone is muted
channel-type.russound.zoneName.label = Zone Name
channel-type.russound.zoneName.description = The name of the zone
channel-type.russound.zonePage.label = Page
channel-type.russound.zonePage.description = Whether the zone is paging
channel-type.russound.zonePartyMode.label = Party Mode
channel-type.russound.zonePartyMode.description = Party Mode
channel-type.russound.zonePresets.label = Zone Presets
channel-type.russound.zonePresets.description = JSON Array containing the zone presets ([{id: 1, valid: true/false, name: 'xxx'}, ...])
channel-type.russound.zoneRating.label = Rating
channel-type.russound.zoneRating.description = How to rate the current song (like/dislike)
channel-type.russound.zoneRepeat.label = Source Repeat
channel-type.russound.zoneRepeat.description = Toggle the zone's repeat mode
channel-type.russound.zoneSharedSource.label = Shared Source
channel-type.russound.zoneSharedSource.description = Whether the zone is sharing it's source
channel-type.russound.zoneShuffle.label = Source Shuffle
channel-type.russound.zoneShuffle.description = Toggle the zone's shuffle mode
channel-type.russound.zoneSleepTimeRemaining.label = Sleep Time Remaining
channel-type.russound.zoneSleepTimeRemaining.description = Sleep Time (in seconds) remaining
channel-type.russound.zoneSource.label = Source
channel-type.russound.zoneSource.description = Physical Source Number
channel-type.russound.zoneStatus.label = Status
channel-type.russound.zoneStatus.description = Whether the zone is ON or OFF
channel-type.russound.zoneSysFavorites.label = System Favorites
channel-type.russound.zoneSysFavorites.description = JSON Array containing the system favorites ([{id: 1, valid: true/false, name: 'xxx'}, ...])
channel-type.russound.zoneTreble.label = Treble
channel-type.russound.zoneTreble.description = Treble Setting
channel-type.russound.zoneTurnOnVolume.label = Turn On Volume
channel-type.russound.zoneTurnOnVolume.description = The volume the zone will default to when turned on
channel-type.russound.zoneVolume.label = Volume
channel-type.russound.zoneVolume.description = Volume level of zone