feat: add auto-update functionality
This commit is contained in:
@@ -108,6 +108,24 @@ export const translations = {
|
||||
windowFullHeight: 'Окно на всю высоту экрана',
|
||||
},
|
||||
|
||||
// Updates
|
||||
updates: {
|
||||
title: 'Обновления',
|
||||
currentVersion: 'Текущая версия',
|
||||
checkingForUpdates: 'Проверка обновлений...',
|
||||
updateAvailable: 'Доступно обновление',
|
||||
upToDate: 'У вас последняя версия',
|
||||
downloadAndInstall: 'Скачать и установить',
|
||||
downloading: 'Загрузка...',
|
||||
installing: 'Установка...',
|
||||
restartRequired: 'Для завершения обновления требуется перезапуск',
|
||||
restart: 'Перезапустить',
|
||||
later: 'Позже',
|
||||
error: 'Ошибка проверки обновлений',
|
||||
downloadError: 'Ошибка загрузки обновления',
|
||||
checkNow: 'Проверить сейчас',
|
||||
},
|
||||
|
||||
// Participant management
|
||||
participants: {
|
||||
title: 'Управление участниками',
|
||||
@@ -257,6 +275,24 @@ export const translations = {
|
||||
windowFullHeight: 'Full screen height window',
|
||||
},
|
||||
|
||||
// Updates
|
||||
updates: {
|
||||
title: 'Updates',
|
||||
currentVersion: 'Current version',
|
||||
checkingForUpdates: 'Checking for updates...',
|
||||
updateAvailable: 'Update available',
|
||||
upToDate: 'You have the latest version',
|
||||
downloadAndInstall: 'Download and install',
|
||||
downloading: 'Downloading...',
|
||||
installing: 'Installing...',
|
||||
restartRequired: 'Restart required to complete the update',
|
||||
restart: 'Restart',
|
||||
later: 'Later',
|
||||
error: 'Error checking for updates',
|
||||
downloadError: 'Error downloading update',
|
||||
checkNow: 'Check now',
|
||||
},
|
||||
|
||||
// Participant management
|
||||
participants: {
|
||||
title: 'Manage Participants',
|
||||
|
||||
Reference in New Issue
Block a user