'use strict'; const messages = { // eslint-disable-line no-unused-vars en: { name: 'Name', password: 'Password', signIn: 'Sign In', logout: 'Logout', updateAvailable: 'There is an update available!', update: 'Update', clients: 'Clients', new: 'New', deleteClient: 'Delete Client', deleteDialog1: 'Are you sure you want to delete', deleteDialog2: 'This action cannot be undone.', cancel: 'Cancel', create: 'Create', createdOn: 'Created on ', lastSeen: 'Last seen on ', totalDownload: 'Total Download: ', totalUpload: 'Total Upload: ', newClient: 'New Client', disableClient: 'Disable Client', enableClient: 'Enable Client', noClients: 'There are no clients yet.', showQR: 'Show QR Code', downloadConfig: 'Download Configuration', madeBy: 'Made by', donate: 'Donate', }, ru: { name: 'Имя', password: 'Пароль', signIn: 'Войти', logout: 'Выйти', updateAvailable: 'Доступно обновление!', update: 'Обновить', clients: 'Клиенты', new: 'Создать', deleteClient: 'Удалить клиента', deleteDialog1: 'Вы уверены, что хотите удалить', deleteDialog2: 'Это действие невозможно отменить.', cancel: 'Закрыть', create: 'Создать', createdOn: 'Создано в ', lastSeen: 'Последнее подключение в ', totalDownload: 'Всего скачано: ', totalUpload: 'Всего загружено: ', newClient: 'Создать клиента', disableClient: 'Выключить клиента', enableClient: 'Включить клиента', noClients: 'Пока нету клиентов.', showQR: 'Показать QR код', downloadConfig: 'Скачать конфигурацию', madeBy: 'Сделано', donate: 'Поблагодарить', }, };