feat: add custom sound upload and fix localization

This commit is contained in:
Mikhail Kiselev
2026-02-10 16:19:39 +03:00
parent 30af8729b8
commit 809f64b93d
3 changed files with 319 additions and 5 deletions

View File

@@ -94,6 +94,11 @@ export const translations = {
sound: 'Звуковые уведомления',
soundEnabled: 'Включены',
soundDisabled: 'Выключены',
testWarning: 'Предупреждение',
testTimeUp: 'Время вышло',
testMeetingEnd: 'Конец собрания',
customSound: 'свой',
defaultSound: 'стандартный',
warningTime: 'Предупреждение за',
seconds: 'сек',
defaultSpeakerTime: 'Время на спикера по умолчанию',
@@ -262,6 +267,11 @@ export const translations = {
sound: 'Sound Notifications',
soundEnabled: 'Enabled',
soundDisabled: 'Disabled',
testWarning: 'Warning',
testTimeUp: 'Time Up',
testMeetingEnd: 'Meeting End',
customSound: 'custom',
defaultSound: 'default',
warningTime: 'Warning before',
seconds: 'sec',
defaultSpeakerTime: 'Default Speaker Time',