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,109 @@
|
||||
# binding
|
||||
|
||||
binding.vdr.name = VDR Binding
|
||||
binding.vdr.description = The Video Disk Recorder (VDR) binding allows to control your own Video Disk Recorder (https://www.tvdr.de).
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.vdr.vdr.label = VDR
|
||||
thing-type.vdr.vdr.description = VDR - The Video Disk Recorder (https://tvdr.de)
|
||||
thing-type.vdr.vdr.channel.currentEventBegin.label = Current EPG Event Begin
|
||||
thing-type.vdr.vdr.channel.currentEventDuration.label = Current EPG Event Duration in Minutes
|
||||
thing-type.vdr.vdr.channel.currentEventEnd.label = Current EPG Event End
|
||||
thing-type.vdr.vdr.channel.currentEventSubTitle.label = Current EPG Event Sub Title
|
||||
thing-type.vdr.vdr.channel.currentEventTitle.label = Current EPG Event Title
|
||||
thing-type.vdr.vdr.channel.nextEventBegin.label = Next EPG Event Begin
|
||||
thing-type.vdr.vdr.channel.nextEventDuration.label = Next EPG Event Duration in Minutes
|
||||
thing-type.vdr.vdr.channel.nextEventEnd.label = Next EPG Event End
|
||||
thing-type.vdr.vdr.channel.nextEventSubTitle.label = Next EPG Event Sub Title
|
||||
thing-type.vdr.vdr.channel.nextEventTitle.label = Next EPG Event Title
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.vdr.vdr.host.label = Hostname
|
||||
thing-type.config.vdr.vdr.host.description = Hostname or IP Address of VDR instance
|
||||
thing-type.config.vdr.vdr.port.label = SVDRP Port
|
||||
thing-type.config.vdr.vdr.port.description = SVDRP Port of VDR instance
|
||||
thing-type.config.vdr.vdr.refresh.label = Refresh Interval
|
||||
thing-type.config.vdr.vdr.refresh.description = Interval in seconds the data from VDR instance is refreshed
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.vdr.vdrChannel.label = Channel Number
|
||||
channel-type.vdr.vdrChannel.description = Current Channel Number
|
||||
channel-type.vdr.vdrChannelName.label = Channel Name
|
||||
channel-type.vdr.vdrChannelName.description = Current Channel Name
|
||||
channel-type.vdr.vdrDiskUsage.label = Disk Usage
|
||||
channel-type.vdr.vdrDiskUsage.description = Current Disk Usage in %
|
||||
channel-type.vdr.vdrEventBegin.label = Event Start Time
|
||||
channel-type.vdr.vdrEventBegin.description = Start Time of EPG Event
|
||||
channel-type.vdr.vdrEventDuration.label = Event Duration
|
||||
channel-type.vdr.vdrEventDuration.description = Duration of EPG Event in Minutes
|
||||
channel-type.vdr.vdrEventEnd.label = Event End Time
|
||||
channel-type.vdr.vdrEventEnd.description = End Time of EPG Event
|
||||
channel-type.vdr.vdrEventSubTitle.label = Event Sub Title
|
||||
channel-type.vdr.vdrEventSubTitle.description = Sub Title of EPG Event
|
||||
channel-type.vdr.vdrEventTitle.label = Event Title
|
||||
channel-type.vdr.vdrEventTitle.description = Title of EPG Event
|
||||
channel-type.vdr.vdrKeyCode.label = VDR Key Code
|
||||
channel-type.vdr.vdrKeyCode.description = Send Key Code of Remote Control to VDR
|
||||
channel-type.vdr.vdrKeyCode.command.option.Up = Up
|
||||
channel-type.vdr.vdrKeyCode.command.option.Down = Down
|
||||
channel-type.vdr.vdrKeyCode.command.option.Menu = Menu
|
||||
channel-type.vdr.vdrKeyCode.command.option.Ok = Ok
|
||||
channel-type.vdr.vdrKeyCode.command.option.Back = Back
|
||||
channel-type.vdr.vdrKeyCode.command.option.Left = Left
|
||||
channel-type.vdr.vdrKeyCode.command.option.Right = Right
|
||||
channel-type.vdr.vdrKeyCode.command.option.Red = Red
|
||||
channel-type.vdr.vdrKeyCode.command.option.Green = Green
|
||||
channel-type.vdr.vdrKeyCode.command.option.Yellow = Yellow
|
||||
channel-type.vdr.vdrKeyCode.command.option.Blue = Blue
|
||||
channel-type.vdr.vdrKeyCode.command.option.0 = 0
|
||||
channel-type.vdr.vdrKeyCode.command.option.1 = 1
|
||||
channel-type.vdr.vdrKeyCode.command.option.2 = 2
|
||||
channel-type.vdr.vdrKeyCode.command.option.3 = 3
|
||||
channel-type.vdr.vdrKeyCode.command.option.4 = 4
|
||||
channel-type.vdr.vdrKeyCode.command.option.5 = 5
|
||||
channel-type.vdr.vdrKeyCode.command.option.6 = 6
|
||||
channel-type.vdr.vdrKeyCode.command.option.7 = 7
|
||||
channel-type.vdr.vdrKeyCode.command.option.8 = 8
|
||||
channel-type.vdr.vdrKeyCode.command.option.9 = 9
|
||||
channel-type.vdr.vdrKeyCode.command.option.Info = Info
|
||||
channel-type.vdr.vdrKeyCode.command.option.Play/Pause = Play/Pause
|
||||
channel-type.vdr.vdrKeyCode.command.option.Play = Play
|
||||
channel-type.vdr.vdrKeyCode.command.option.Pause = Pause
|
||||
channel-type.vdr.vdrKeyCode.command.option.Stop = Stop
|
||||
channel-type.vdr.vdrKeyCode.command.option.Record = Record
|
||||
channel-type.vdr.vdrKeyCode.command.option.FastFwd = FastFwd
|
||||
channel-type.vdr.vdrKeyCode.command.option.FastRew = FastRew
|
||||
channel-type.vdr.vdrKeyCode.command.option.Next = Next
|
||||
channel-type.vdr.vdrKeyCode.command.option.Prev = Prev
|
||||
channel-type.vdr.vdrKeyCode.command.option.Power = Power
|
||||
channel-type.vdr.vdrKeyCode.command.option.Channel+ = Channel+
|
||||
channel-type.vdr.vdrKeyCode.command.option.Channel- = Channel-
|
||||
channel-type.vdr.vdrKeyCode.command.option.PrevChannel = PrevChannel
|
||||
channel-type.vdr.vdrKeyCode.command.option.Volume+ = Volume+
|
||||
channel-type.vdr.vdrKeyCode.command.option.Volume- = Volume-
|
||||
channel-type.vdr.vdrKeyCode.command.option.Mute = Mute
|
||||
channel-type.vdr.vdrKeyCode.command.option.Audio = Audio
|
||||
channel-type.vdr.vdrKeyCode.command.option.Subtitles = Subtitles
|
||||
channel-type.vdr.vdrKeyCode.command.option.Schedule = Schedule
|
||||
channel-type.vdr.vdrKeyCode.command.option.Channels = Channels
|
||||
channel-type.vdr.vdrKeyCode.command.option.Timers = Timers
|
||||
channel-type.vdr.vdrKeyCode.command.option.Recordings = Recordings
|
||||
channel-type.vdr.vdrKeyCode.command.option.Setup = Setup
|
||||
channel-type.vdr.vdrKeyCode.command.option.Commands = Commands
|
||||
channel-type.vdr.vdrKeyCode.command.option.User0 = User0
|
||||
channel-type.vdr.vdrKeyCode.command.option.User1 = User1
|
||||
channel-type.vdr.vdrKeyCode.command.option.User2 = User2
|
||||
channel-type.vdr.vdrKeyCode.command.option.User3 = User3
|
||||
channel-type.vdr.vdrKeyCode.command.option.User4 = User4
|
||||
channel-type.vdr.vdrKeyCode.command.option.User5 = User5
|
||||
channel-type.vdr.vdrKeyCode.command.option.User6 = User6
|
||||
channel-type.vdr.vdrKeyCode.command.option.User7 = User7
|
||||
channel-type.vdr.vdrKeyCode.command.option.User8 = User8
|
||||
channel-type.vdr.vdrKeyCode.command.option.User9 = User9
|
||||
channel-type.vdr.vdrMessage.label = Display Message
|
||||
channel-type.vdr.vdrMessage.description = Send Message to be displayed on VDR
|
||||
channel-type.vdr.vdrRecordingActive.label = Recording Active
|
||||
channel-type.vdr.vdrRecordingActive.description = ON if a recording is active
|
||||
Reference in New Issue
Block a user