From d596a6938e15a2fcb5ac31223c1f52f07c4a1573 Mon Sep 17 00:00:00 2001 From: Vladislav Makhov Date: Tue, 1 Sep 2020 16:18:49 +0300 Subject: [PATCH] Add several translations --- .../Settings/categories/integration/third-party-services.js | 6 ++---- .../components/pages/Settings/locales/en/translation.json | 2 ++ .../components/pages/Settings/locales/ru/translation.json | 2 ++ 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/web/ASC.Web.Client/src/components/pages/Settings/categories/integration/third-party-services.js b/web/ASC.Web.Client/src/components/pages/Settings/categories/integration/third-party-services.js index 47320dcba6..3c6cc9c191 100644 --- a/web/ASC.Web.Client/src/components/pages/Settings/categories/integration/third-party-services.js +++ b/web/ASC.Web.Client/src/components/pages/Settings/categories/integration/third-party-services.js @@ -65,20 +65,18 @@ class ThirdPartyServices extends React.Component { }) } - titleDescription = "Ключи авторизации позволяют подключить портал ONLYOFFICE к сторонним сервисам, таким как Twitter, Facebook, Dropbox и т.д. Подключите портал к Facebook, Twitter или Linkedin, если Вы не хотите каждый раз при входе вводить свои учетные данные на портале. Привяжите портал к таким сервисам, как Dropbox, OneDrive и т.д. чтобы перенести документы из всех этих хранилищ в модуль Документы ONLYOFFICE." - render() { const { t, consumers } = this.props; const { selectedConsumer, dialogVisible } = this.state; - const { titleDescription, onModalClose } = this; + const { onModalClose } = this; return ( <> - {titleDescription} + {t("ThirdPartyTitleDescription")}