From 07b200a5582582743953871e9c10da668b5d2d0c Mon Sep 17 00:00:00 2001 From: Denis Bykhov Date: Fri, 10 May 2024 16:55:46 +0500 Subject: [PATCH] Add gmail privacy (#5568) Signed-off-by: Denis Bykhov --- plugins/gmail-assets/lang/en.json | 3 ++- plugins/gmail-assets/lang/es.json | 3 ++- plugins/gmail-assets/lang/pt.json | 3 ++- plugins/gmail-assets/lang/ru.json | 3 ++- .../gmail-resources/src/components/Connect.svelte | 14 ++++++++++++-- plugins/gmail-resources/src/plugin.ts | 3 ++- 6 files changed, 22 insertions(+), 7 deletions(-) diff --git a/plugins/gmail-assets/lang/en.json b/plugins/gmail-assets/lang/en.json index 20c79f2851..ce3227ec13 100644 --- a/plugins/gmail-assets/lang/en.json +++ b/plugins/gmail-assets/lang/en.json @@ -36,6 +36,7 @@ "HaveWrittenEmail": "have written an email", "NewIncomingMessage": "Sent you a new email", "ConfigLabel": "Email", - "ConfigDescription": "Extension for Gmail email integration" + "ConfigDescription": "Extension for Gmail email integration", + "GooglePrivacy": "Huly’s use and transfer of information received from Google APIs to any other app will adhere to Google API Services User Data Policy, including the Limited Use requirements." } } \ No newline at end of file diff --git a/plugins/gmail-assets/lang/es.json b/plugins/gmail-assets/lang/es.json index d36a8ffe9a..ee0305b1d2 100644 --- a/plugins/gmail-assets/lang/es.json +++ b/plugins/gmail-assets/lang/es.json @@ -36,6 +36,7 @@ "HaveWrittenEmail": "han escrito un correo electrónico", "NewIncomingMessage": "Te ha enviado un nuevo correo electrónico", "ConfigLabel": "Correo Electrónico", - "ConfigDescription": "Extensión para la integración de correo electrónico de Gmail" + "ConfigDescription": "Extensión para la integración de correo electrónico de Gmail", + "GooglePrivacy": "Huly’s use and transfer of information received from Google APIs to any other app will adhere to Google API Services User Data Policy, including the Limited Use requirements." } } \ No newline at end of file diff --git a/plugins/gmail-assets/lang/pt.json b/plugins/gmail-assets/lang/pt.json index b110920dc8..da85455e4e 100644 --- a/plugins/gmail-assets/lang/pt.json +++ b/plugins/gmail-assets/lang/pt.json @@ -36,6 +36,7 @@ "HaveWrittenEmail": "escreveram um email", "NewIncomingMessage": "Recebeu um novo email", "ConfigLabel": "Email", - "ConfigDescription": "Extensão para a integração de email do Gmail" + "ConfigDescription": "Extensão para a integração de email do Gmail", + "GooglePrivacy": "Huly’s use and transfer of information received from Google APIs to any other app will adhere to Google API Services User Data Policy, including the Limited Use requirements." } } \ No newline at end of file diff --git a/plugins/gmail-assets/lang/ru.json b/plugins/gmail-assets/lang/ru.json index efcad84de1..5d44ce097d 100644 --- a/plugins/gmail-assets/lang/ru.json +++ b/plugins/gmail-assets/lang/ru.json @@ -36,6 +36,7 @@ "HaveWrittenEmail": "написал(а) сообщение", "NewIncomingMessage": "Прислал вам новое сообщение", "ConfigLabel": "Электронная почта", - "ConfigDescription": "Расширение по работе с Gmail электронной почтой" + "ConfigDescription": "Расширение по работе с Gmail электронной почтой", + "GooglePrivacy": "Использование и передача информации, полученной Huly от Google API, будет соответствовать Политике использования данных пользователей Google API, включая требования ограниченного использования." } } \ No newline at end of file diff --git a/plugins/gmail-resources/src/components/Connect.svelte b/plugins/gmail-resources/src/components/Connect.svelte index cc9bbd1f1b..26e38ed9ee 100644 --- a/plugins/gmail-resources/src/components/Connect.svelte +++ b/plugins/gmail-resources/src/components/Connect.svelte @@ -14,8 +14,8 @@ // limitations under the License. -->
@@ -63,6 +69,10 @@