From 98e923494e37efb03d57873b5e79d1bd87417a0c Mon Sep 17 00:00:00 2001 From: Elyor Djalilov Date: Tue, 26 Dec 2023 18:08:27 +0500 Subject: [PATCH] added translate --- packages/client/public/locales/en/Settings.json | 1 + packages/client/public/locales/ru/Settings.json | 1 + 2 files changed, 2 insertions(+) diff --git a/packages/client/public/locales/en/Settings.json b/packages/client/public/locales/en/Settings.json index af87c42461..c2fd229d85 100644 --- a/packages/client/public/locales/en/Settings.json +++ b/packages/client/public/locales/en/Settings.json @@ -165,6 +165,7 @@ "ServerSideEncryptionMethod": "Server Side Encryption Method", "ServiceUrl": "Service Url", "SessionLifetime": "Session Lifetime", + "SessionsSubtitle": "The last active sessions of all users for the last 3 days. If you want the full report, you can download it using the button below. Here you can disable individual user sessions or remove a user from DocSpace.", "SessionLifetimeMobileDescription": "Session Lifetime allows to set time (in minutes) before the DocSpace users will need to enter the space credentials again in order to access the space.", "SessionLifetimeSettingDescription": "Adjust Session Lifetime to define the time period before automatic logoff. After saving, logoff will be performed for all users.", "SettingPasswordDescription": "Configure Password Strength Settings to enforce more secure, computation-resistant passwords.", diff --git a/packages/client/public/locales/ru/Settings.json b/packages/client/public/locales/ru/Settings.json index f24e150de5..34df3de025 100644 --- a/packages/client/public/locales/ru/Settings.json +++ b/packages/client/public/locales/ru/Settings.json @@ -165,6 +165,7 @@ "ServerSideEncryptionMethod": "Метод шифрования на стороне сервера", "ServiceUrl": "Url-адрес сервиса", "SessionLifetime": "Время жизни сеанса", + "SessionsSubtitle": "Последние активные сессии всех пользователей за последние 3 дня. Если вам нужен полный отчет, вы можете скачать его, нажав кнопку ниже. Здесь вы можете отключить отдельные сеансы пользователя или удалить пользователя из DocSpace.", "SessionLifetimeMobileDescription": "Время существования сессии позволяет задать время (в минутах), прежде чем пользователям DocSpace потребуется заново вводить учетные данные для получения доступа к нему.", "SessionLifetimeSettingDescription": "Настройте Время существования сессии, чтобы определить период времени перед автоматическим выходом из системы. После сохранения для всех пользователей будет произведен выход из системы.", "SettingPasswordDescription": "Настройте параметры надежности пароля, чтобы обеспечить более безопасные и устойчивые к вычислениям пароли.",