From d59fc19b4418dc50657e27a9b8679535b76e5d5a Mon Sep 17 00:00:00 2001 From: Elyor Djalilov Date: Mon, 22 Jan 2024 15:38:11 +0500 Subject: [PATCH] added translations --- packages/client/public/locales/en/Profile.json | 1 + packages/client/public/locales/ru/Profile.json | 1 + 2 files changed, 2 insertions(+) diff --git a/packages/client/public/locales/en/Profile.json b/packages/client/public/locales/en/Profile.json index 0134244ced..c53cbbd536 100644 --- a/packages/client/public/locales/en/Profile.json +++ b/packages/client/public/locales/en/Profile.json @@ -19,6 +19,7 @@ "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", "ProviderSuccessfullyConnected": "Provider successfully connected", diff --git a/packages/client/public/locales/ru/Profile.json b/packages/client/public/locales/ru/Profile.json index fd59c7ae00..ee44edaa78 100644 --- a/packages/client/public/locales/ru/Profile.json +++ b/packages/client/public/locales/ru/Profile.json @@ -19,6 +19,7 @@ "LogoutAllActiveSessionsDescription": "Все активные подключения, кроме этого подключения, будут отключены, так как оно используется в данный момент.", "LogoutBtn": "Выйти", "LogoutDescription": "Внимание. Все активные подключения, кроме этого, будут отключены, так как оно используется в данный момент.", + "LogoutCurrentUserDescription": "Внимание. Все активные подключения {{displayName}} будут отключены.", "LogoutFrom": "Выйти из {{platform}} {{browser}} ?", "MyProfile": "Мой профиль", "ProviderSuccessfullyConnected": "Провайдер успешно подключен",