Enhance ChannelPlayer component: implement custom controls for play/pause, mute, and fullscreen functionality, and update UI to reflect live status. Integrate i18n support for live translations in both Russian and English.
This commit is contained in:
@@ -62,6 +62,7 @@ const resources = {
|
||||
next: 'Далее',
|
||||
ad: 'Реклама',
|
||||
episode: 'Серия',
|
||||
live: 'В эфире',
|
||||
noChannels: 'Пока нет доступных каналов. Загляните позже.',
|
||||
offline: 'Канал сейчас не в эфире',
|
||||
offlineHint: 'Нет расписания или контента. Загляните позже.',
|
||||
@@ -255,6 +256,7 @@ const resources = {
|
||||
next: 'Up next',
|
||||
ad: 'Ad',
|
||||
episode: 'Episode',
|
||||
live: 'Live',
|
||||
noChannels: 'No channels available yet. Check back later.',
|
||||
offline: 'This channel is off the air',
|
||||
offlineHint: 'No schedule or content yet. Check back later.',
|
||||
|
||||
Reference in New Issue
Block a user