From b115f7f2644c7e8865abfff7e2c21c194009a1a7 Mon Sep 17 00:00:00 2001 From: Elyor Djalilov Date: Wed, 31 Jan 2024 18:17:39 +0500 Subject: [PATCH] added translates --- packages/client/public/locales/en/Profile.json | 4 ++++ packages/client/public/locales/ru/Profile.json | 4 ++++ public/locales/en/Common.json | 2 ++ public/locales/ru/Common.json | 2 ++ 4 files changed, 12 insertions(+) diff --git a/packages/client/public/locales/en/Profile.json b/packages/client/public/locales/en/Profile.json index c53cbbd536..3f1566987a 100644 --- a/packages/client/public/locales/en/Profile.json +++ b/packages/client/public/locales/en/Profile.json @@ -1,4 +1,5 @@ { + "AllSessions": "All sessions", "ActiveSessions": "Active Sessions", "ChangeEmailSuccess": "Email has been changed successfully", "ChangePasswordAfterLoggingOut": "Change password after logging out", @@ -12,16 +13,19 @@ "ErrorAccountAlreadyUse": "Linked account already in use by another user", "FileManagement": "File management", "InterfaceTheme": "Interface theme", + "LastSession": "Last session", "LightTheme": "Light theme", "LogoutActiveConnection": "Log out from active connection", "LogoutAllActiveConnections": "Log out from all active connections", "LogoutAllActiveSessions": "Log out from all active sessions", + "LogoutFromAllSessions": "Log out from all sessions", "LogoutAllActiveSessionsDescription": "All active connections except this connection will be logged out, as it is currently in use.", "LogoutBtn": "Log out", "LogoutDescription": "Note. All active connections except this connection will be logged out, as it is currently in use.", "LogoutCurrentUserDescription": "Note. All active connections of {{displayName}} will be logged out.", "LogoutFrom": "Log out from {{platform}} {{browser}} ?", "MyProfile": "My profile", + "PanelDescription": "Check the latest sessions of this user. If necessary, disconnect individual sessions or disable a user", "ProviderSuccessfullyConnected": "Provider successfully connected", "ProviderSuccessfullyDisconnected": "Provider successfully disconnected", "SendAgain": "Send again", diff --git a/packages/client/public/locales/ru/Profile.json b/packages/client/public/locales/ru/Profile.json index ee44edaa78..5e23e70773 100644 --- a/packages/client/public/locales/ru/Profile.json +++ b/packages/client/public/locales/ru/Profile.json @@ -1,4 +1,5 @@ { + "AllSessions": "Все сессии", "ActiveSessions": "Активная сессия", "ChangeEmailSuccess": "Email успешно изменен", "ChangePasswordAfterLoggingOut": "Изменить пароль после выхода", @@ -12,16 +13,19 @@ "ErrorAccountAlreadyUse": "Связанная учетная запись уже используется другим пользователем", "FileManagement": "Управление файлами", "InterfaceTheme": "Тема интерфейса", + "LastSession": "Последняя сессия", "LightTheme": "Светлая тема", "LogoutActiveConnection": "Выйти из активного подключения", "LogoutAllActiveConnections": "Выйти из всех активных подключений", "LogoutAllActiveSessions": "Выйти из всех активных сессий", + "LogoutFromAllSessions": "Выйти из всех сессий", "LogoutAllActiveSessionsDescription": "Все активные подключения, кроме этого подключения, будут отключены, так как оно используется в данный момент.", "LogoutBtn": "Выйти", "LogoutDescription": "Внимание. Все активные подключения, кроме этого, будут отключены, так как оно используется в данный момент.", "LogoutCurrentUserDescription": "Внимание. Все активные подключения {{displayName}} будут отключены.", "LogoutFrom": "Выйти из {{platform}} {{browser}} ?", "MyProfile": "Мой профиль", + "PanelDescription": "Проверьте последние сессии этого пользователя. При необходимости отключите отдельные сессии или отключите пользователя.", "ProviderSuccessfullyConnected": "Провайдер успешно подключен", "ProviderSuccessfullyDisconnected": "Провайдер успешно отключен", "SendAgain": "Отправить снова", diff --git a/public/locales/en/Common.json b/public/locales/en/Common.json index 57681617d6..7450f44d18 100644 --- a/public/locales/en/Common.json +++ b/public/locales/en/Common.json @@ -28,12 +28,14 @@ "BookNow": "Book now", "BookTeamTraining": "Book a team training session with our best specialists", "BookTraining": "Book a training", + "Browser": "Browser", "ByFirstNameSorting": "By first name", "ByLastNameSorting": "By last name", "Bytes": "bytes", "CancelButton": "Cancel", "ChangeButton": "Change", "ChangesSavedSuccessfully": "Changes saved successfully", + "City": "City", "ClearAll": "Clear all", "ClearFilter": "Clear filter", "CloseButton": "Close", diff --git a/public/locales/ru/Common.json b/public/locales/ru/Common.json index 5526edd866..510cbd8dd1 100644 --- a/public/locales/ru/Common.json +++ b/public/locales/ru/Common.json @@ -28,12 +28,14 @@ "BookNow": "Заказать сейчас", "BookTeamTraining": "Закажите обучающее занятие для команды с нашими лучшими специалистами", "BookTraining": "Заказать обучающее занятие", + "Browser": "Браузер", "ByFirstNameSorting": "Имя", "ByLastNameSorting": "Фамилия", "Bytes": "байт", "CancelButton": "Отмена", "ChangeButton": "Изменить", "ChangesSavedSuccessfully": "Изменения успешно сохранены", + "City": "Город", "ClearAll": "Очистить все", "ClearFilter": "Очистить фильтр", "CloseButton": "Закрыть",