From 4b92bb53b2282bc303fbd5b93ece8f301ee17ff4 Mon Sep 17 00:00:00 2001 From: codeflorist Date: Fri, 22 Sep 2023 12:42:41 +0200 Subject: [PATCH] feat: add accounts to webhosting purposes --- .../settings/GeneratorSettingsDataProcessingForm.vue | 1 + locales/de.json | 4 ++++ locales/en.json | 4 ++++ locales/it.json | 4 ++++ types/index.ts | 1 + 5 files changed, 14 insertions(+) diff --git a/components/generator/settings/GeneratorSettingsDataProcessingForm.vue b/components/generator/settings/GeneratorSettingsDataProcessingForm.vue index fa0f336..d9aea43 100644 --- a/components/generator/settings/GeneratorSettingsDataProcessingForm.vue +++ b/components/generator/settings/GeneratorSettingsDataProcessingForm.vue @@ -158,6 +158,7 @@ const purposesOptions = computed(() => { 'videos', 'cdn', 'database', + 'account', ], 'settings.data_processings.fields.purposes.options', true diff --git a/locales/de.json b/locales/de.json index 03a5bdd..d44a01b 100644 --- a/locales/de.json +++ b/locales/de.json @@ -448,6 +448,10 @@ }, "purposes": { "options": { + "account": { + "description": "Funktionalitäten zur Erstellung und Verwaltung von Benutzer-Accounts.", + "title": "Account" + }, "application_form": { "description": "Für Bewerbungen verwendetes E-Mail Formular.", "title": "Bewerbungsformular" diff --git a/locales/en.json b/locales/en.json index 46224c6..ec8885d 100644 --- a/locales/en.json +++ b/locales/en.json @@ -448,6 +448,10 @@ }, "purposes": { "options": { + "account": { + "description": "Functionalities for creating and managing user accounts.", + "title": "Account" + }, "application_form": { "description": "Email form used for applications.", "title": "Application Form" diff --git a/locales/it.json b/locales/it.json index 86d2ee2..739d80e 100644 --- a/locales/it.json +++ b/locales/it.json @@ -448,6 +448,10 @@ }, "purposes": { "options": { + "account": { + "description": "Funzionalità per la creazione e la gestione degli account utente.", + "title": "Account" + }, "application_form": { "description": "Modulo di contatto utilizzato per le candidature.", "title": "Modulo di Candidatura" diff --git a/types/index.ts b/types/index.ts index d7935aa..da86b3b 100644 --- a/types/index.ts +++ b/types/index.ts @@ -94,6 +94,7 @@ declare global { | 'scripts' // Scripts | 'cdn' // CDN | 'database' // Database + | 'account' // Accounts type DataProcessingPurposeEmails = | 'newsletter' // Newsletter