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:
Leonid Pershin
2026-07-24 21:22:19 +03:00
parent 7b5c601821
commit 1b078cdfd3
2 changed files with 83 additions and 12 deletions
+2
View File
@@ -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.',