Enhance ChannelPlayer component: add volume control functionality with a slider, update mute logic to respect last volume level, and integrate volume translations for improved user experience.

This commit is contained in:
Leonid Pershin
2026-07-25 01:03:36 +03:00
parent 5ad2746ddb
commit 041df061f9
2 changed files with 35 additions and 5 deletions
+2
View File
@@ -64,6 +64,7 @@ const resources = {
bumper: 'Заставка',
episode: 'Серия',
live: 'В эфире',
volume: 'Громкость',
noChannels: 'Пока нет доступных каналов. Загляните позже.',
offline: 'Канал сейчас не в эфире',
offlineHint: 'Нет расписания или контента. Загляните позже.',
@@ -292,6 +293,7 @@ const resources = {
ad: 'Ad',
bumper: 'Bumper',
episode: 'Episode',
volume: 'Volume',
live: 'Live',
noChannels: 'No channels available yet. Check back later.',
offline: 'This channel is off the air',