From 6a92f41abbd1e3a2688ee6d83452438acf1c68a6 Mon Sep 17 00:00:00 2001 From: "pmoreno.rodriguez" Date: Fri, 22 Sep 2023 23:41:38 +0200 Subject: [PATCH 1/9] Spanish translation added --- languages.yaml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/languages.yaml b/languages.yaml index 68c99b7..a1c8dfb 100644 --- a/languages.yaml +++ b/languages.yaml @@ -2,11 +2,11 @@ en: PLUGIN_TECART_COOKIE_MANGER: COOKIE_MANAGER: "Cookie Manager" COOKIE_MANAGER_SUB: "by TecArt GmbH" - CATEGORIES: Kategorien + CATEGORIES: Categories BANNER: Banner SCRIPTS: Scripts SCRIPT_TITLE: Script title - BANNER_TEXT_DEFAULT: Sie helfen uns, die Nutzung unserer Websites besser zu verstehen, damit wir Ihnen maßgeschneiderte Inhalten anbieten können. + BANNER_TEXT_DEFAULT: They help us better understand how our websites are used so that we can offer you tailored content. TITLE_VALIDATE_MESSAGE: Please enter a title! CODE_VALIDATE_MESSAGE: Please enter script code! TEXT_VALIDATE_MESSAGE: Please enter a description! @@ -40,3 +40,17 @@ fr: TEXT_VALIDATE_MESSAGE: Veuillez indiquer une description ! SCRIPT_CATEGORY_VALIDATE_MESSAGE: Veuillez indiquer une catégorie ! COOKIE_MANAGER_SCRIPT_ADVISE: Veuillez créer au moins une catégorie que vous pouvez affecter au script. +es: + PLUGIN_TECART_COOKIE_MANGER: + COOKIE_MANAGER: "Gestor de Cookies" + COOKIE_MANAGER_SUB: "por TecArt GmbH" + CATEGORIES: Categorías + BANNER: Banner + SCRIPTS: Scripts + SCRIPT_TITLE: Título del Script + BANNER_TEXT_DEFAULT: Nos ayudan a comprender mejor cómo se utilizan nuestros sitios web para que podamos ofrecerle contenido personalizado. + TITLE_VALIDATE_MESSAGE: ¡Por favor, introduzca un título! + CODE_VALIDATE_MESSAGE: ¡Por favor, introduzca el código del script! + TEXT_VALIDATE_MESSAGE: ¡Por favor, introduzca una descripción! + SCRIPT_CAT_VALIDATE_MESSAGE: ¡Por favor, establezca una categoría! + COOKIE_MANAGER_SCRIPT_ADVISE: ¡Por favor, crea mínimo una categoría para asignar al script. From e230cf4d8497619b2125952b02df818aa826d103 Mon Sep 17 00:00:00 2001 From: "pmoreno.rodriguez" Date: Wed, 27 Sep 2023 14:52:11 +0200 Subject: [PATCH 2/9] Create es.yaml --- languages/es.yaml | 73 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 languages/es.yaml diff --git a/languages/es.yaml b/languages/es.yaml new file mode 100644 index 0000000..b69831a --- /dev/null +++ b/languages/es.yaml @@ -0,0 +1,73 @@ +PLUGIN_TECART_COOKIE_MANAGER: + COOKIE_MANAGER: "Gestor de Cookies" + COOKIE_MANAGER_SUB: "por TecArt GmbH" + CATEGORIES: Categorías + BANNER: Banner + SCRIPTS: Scripts + BANNER_SECTION_CONTENT: Contenido del banner + BANNER_TEXT: Texto del banner + BANNER_TEXT_DEFAULT: Las cookies nos ayudan a comprender mejor el uso de nuestros sitios web para que podamos ofrecerle contenido personalizado. + BANNER_TITLE: Título del banner + BANNER_TITLE_HELP: Título del baner principal de cookies + BANNER_TITLE_DEFAULT: Las cookies son buenas para usted + BANNER_CAT_TITLE: Título del banner de categoría + BANNER_CAT_TITLE_HELP: Título del banner con la descripción general de la categoría + BANNER_CAT_TITLE_DEFAULT: Su administrador personal de banner de cookies + BANNER_SECTION_BUTTON_ACCEPT: Botón Aceptar + BUTTON_ACCEPT_TEXT_DEFAULT: Aceptar + BANNER_SECTION_BUTTON_SETTINGS: Botón configuración + BUTTON_SETTINGS_TEXT_DEFAULT: Configuración + SETTINGS_EMPTY: Texto si no hay categorías o scripts disponibles. + BANNER_SECTION_BUTTON_DENY: Botón Denegar + BANNER_SECTION_REVOKABLE: Banner revocable + BANNER_REVOKABLE_TEXT: Texto del banner revocable + BUTTON_REVOKABLE_COLOR: Bolor de fondo del botón + BUTTON_REVOKABLE_TEXT_COLOR: Color del texto del botón + BUTTON_LAYOUT: Diseño del botón + BUTTON_LAYOUT_2: estándar + BUTTON_LAYOUT_1: transparente + BUTTON_TEXT: Texto del botón + BUTTON_ICON: Icono fontawesome del botón + BUTTON_ICON_LINK: usable icons - FontAwesome + BUTTON_SAVE: Botón Guardar + BUTTON_ACTIVE: Botón Activo + BUTTON_ACTIVATED: activo + BUTTON_DEACTIVATED: inactivo + CATEGORY_TITLE: Título de la categoría + CATEGORY_TEXT: Texto de la categoría + CATEGORY_ADD: Añadir categoría + CATEGORY_COOKIES: Habilitar todas las cookies + CATEGORY_COOKIES_ACTIVATED: Mostrar + CATEGORY_COOKIES_DEACTIVATED: Ocultar + CATEGORY_COOKIES_HELP: Ayuda + CATEGORY_COOKIES_HELPTEXT: Si está visible, se genera el alternador de categoría, se establece en "activado" y todos los scripts/cookies en esta categoría se activan inicialmente. Si no está visible, no se mostrará ningún alternador. + CATEGORY_SAVE_SETTINGS_BTN: Guardar configuración + SCRIPT_ADD: Nuevo script + SCRIPT_TITLE: Título del script + SCRIPT_TEXT: Texto del script + SCRIPT_CATEGORY: Categoría + SCRIPT_COOKIES_STANDARD: Por defecto (script incluido o no) + SCRIPT_COOKIES: Registrarse (mostrar casilla de verificación en el banner) + SCRIPT_COOKIES_STANDARD_ACTIVATED: activo + SCRIPT_COOKIES_STANDARD_DEACTIVATED: inactivo + SCRIPT_LOAD_ON_SCROLL_PERCENT: Cargar después de % de desplazamiento + SCRIPT_CODE: Código (las etiquetas de script se generaron automáticamente) + SCRIPT_CODE_ADD: Nuevo código + SCRIPT_CODE_POSITION: Posición + SCRIPT_CODE_BODY_TOP: Inicio del cuerpo de HTML + SCRIPT_CODE_BODY_BOTTOM: Final del cuerpo de HTML + SCRIPT_CODE_HEAD: Encabezado HTML + SCRIPT_CODE_TAG: Elemento de etiqueta HTML + SCRIPT_CODE_TAG_SCRIPT: script + SCRIPT_CODE_TAG_NOSCRIPT: noscript + SCRIPT_CODE_LOAD_WITH_TIMEOUT: Carga el script con retardo + SCRIPT_CODE_LOAD_WITH_TIMEOUT_TIME: Tiempo de espera en ms (3s = 3000ms) + SCRIPT_CODE_LOAD_ON_SCROLL: Cargar script al desplazarse + SCRIPT_CODE_LOAD_ON_PAGES: Cargar script en páginas + SCRIPT_CODE_LOAD_ON_PAGES_HELP: Incluir el script solo en páginas específicas. + YES: si + NO: no + TITLE_VALIDATE_MESSAGE: ¡Por favor, introduzca un título! + CODE_VALIDATE_MESSAGE: ¡Por favor, introduzca el código del script! + TEXT_VALIDATE_MESSAGE: ¡Por favor, introduzca una descripción! + SCRIPT_CATEGORY_VALIDATE_MESSAGE: ¡Por favor, establezca una categoría! From 51afe3362cb68a82d96b950a69cf14c62d32d4c5 Mon Sep 17 00:00:00 2001 From: "pmoreno.rodriguez" Date: Thu, 28 Sep 2023 09:44:51 +0200 Subject: [PATCH 3/9] Improved some translations es.yaml --- languages/es.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/languages/es.yaml b/languages/es.yaml index b69831a..53b4b00 100644 --- a/languages/es.yaml +++ b/languages/es.yaml @@ -1,5 +1,5 @@ PLUGIN_TECART_COOKIE_MANAGER: - COOKIE_MANAGER: "Gestor de Cookies" + COOKIE_MANAGER: "Administrador de Cookies" COOKIE_MANAGER_SUB: "por TecArt GmbH" CATEGORIES: Categorías BANNER: Banner @@ -28,7 +28,7 @@ PLUGIN_TECART_COOKIE_MANAGER: BUTTON_LAYOUT_1: transparente BUTTON_TEXT: Texto del botón BUTTON_ICON: Icono fontawesome del botón - BUTTON_ICON_LINK: usable icons - FontAwesome + BUTTON_ICON_LINK: Iconos utilizables - FontAwesome BUTTON_SAVE: Botón Guardar BUTTON_ACTIVE: Botón Activo BUTTON_ACTIVATED: activo From 4fc3ea9b2ecc9c8c0ca025e29ca0986502e18578 Mon Sep 17 00:00:00 2001 From: pmoreno-rodriguez Date: Fri, 29 Sep 2023 10:34:25 +0200 Subject: [PATCH 4/9] Spanish translation added --- languages/es.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/languages/es.yaml b/languages/es.yaml index 53b4b00..05ea512 100644 --- a/languages/es.yaml +++ b/languages/es.yaml @@ -1,5 +1,5 @@ PLUGIN_TECART_COOKIE_MANAGER: - COOKIE_MANAGER: "Administrador de Cookies" + COOKIE_MANAGER: "Gestor de Cookies" COOKIE_MANAGER_SUB: "por TecArt GmbH" CATEGORIES: Categorías BANNER: Banner @@ -28,7 +28,7 @@ PLUGIN_TECART_COOKIE_MANAGER: BUTTON_LAYOUT_1: transparente BUTTON_TEXT: Texto del botón BUTTON_ICON: Icono fontawesome del botón - BUTTON_ICON_LINK: Iconos utilizables - FontAwesome + BUTTON_ICON_LINK: usable icons - FontAwesome BUTTON_SAVE: Botón Guardar BUTTON_ACTIVE: Botón Activo BUTTON_ACTIVATED: activo @@ -70,4 +70,4 @@ PLUGIN_TECART_COOKIE_MANAGER: TITLE_VALIDATE_MESSAGE: ¡Por favor, introduzca un título! CODE_VALIDATE_MESSAGE: ¡Por favor, introduzca el código del script! TEXT_VALIDATE_MESSAGE: ¡Por favor, introduzca una descripción! - SCRIPT_CATEGORY_VALIDATE_MESSAGE: ¡Por favor, establezca una categoría! + SCRIPT_CATEGORY_VALIDATE_MESSAGE: ¡Por favor, establezca una categoría! \ No newline at end of file From afe59ed95db8d2f544691fac91dd38816181d77c Mon Sep 17 00:00:00 2001 From: pmoreno-rodriguez Date: Fri, 29 Sep 2023 11:09:40 +0200 Subject: [PATCH 5/9] Improved some translations --- blueprints.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/blueprints.yaml b/blueprints.yaml index e15c453..aeea349 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -33,33 +33,33 @@ form: type: select size: small classes: fancy - label: Data Storage + label: PLUGIN_TECART_COOKIE_MANGER.DATA_STORAGE default: data options: pages: pages/assets data: user/data custom_settings_link: type: section - title: Custom Link to Settings + title: PLUGIN_TECART_COOKIE_MANGER.CUSTOM_SETTINGS.TITLE underline: true fields: custom_settings_link_info: type: display - label: Info + label: PLUGIN_TECART_COOKIE_MANGER.CUSTOM_SETTINGS.LINK_INFO.LABEL markdown: true - content: "Texts and colors, if a link to open the setting should be set anywhere in the theme, but the text is maintained in the admin panel. It is important to use the **tcb-settings-link** class, which opens the modal. Text and color can be called up in Twig via the plugin config variables. See readme for more info." + content: PLUGIN_TECART_COOKIE_MANGER.CUSTOM_SETTINGS.LINK_INFO.CONTENT custom_settings_link_text: type: text size: large - default: Cookie Banner Einstellungen - label: Link Text + default: PLUGIN_TECART_COOKIE_MANGER.CUSTOM_SETTINGS.LINK_TEXT.DEFAULT + label: PLUGIN_TECART_COOKIE_MANGER.CUSTOM_SETTINGS.LINK_TEXT.LABEL custom_settings_link_color: type: text size: small - label: Background color if button + label: PLUGIN_TECART_COOKIE_MANGER.CUSTOM_SETTINGS.LINK_BACKGROUND_COLOR default: '#7faf34' custom_settings_link_text_color: type: text size: small - label: Text color + label: PLUGIN_TECART_COOKIE_MANGER.CUSTOM_SETTINGS.LINK_TEXT_COLOR default: '#ffffff' From f4ae8a517098c10302b7222e9204cd2dea171e12 Mon Sep 17 00:00:00 2001 From: pmoreno-rodriguez Date: Fri, 29 Sep 2023 11:13:23 +0200 Subject: [PATCH 6/9] Spanish translation and new translated fields. --- languages.yaml | 46 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/languages.yaml b/languages.yaml index a1c8dfb..e7e9c34 100644 --- a/languages.yaml +++ b/languages.yaml @@ -1,5 +1,16 @@ en: PLUGIN_TECART_COOKIE_MANGER: + DATA_STORAGE: Data Storage + CUSTOM_SETTINGS: + TITLE: Custom Link to Settings + LINK_INFO: + LABEL: Info + CONTENT: "Texts and colors, if a link to open the setting should be set anywhere in the theme, but the text is maintained in the admin panel. It is important to use the **tcb-settings-link** class, which opens the modal. Text and color can be called up in Twig via the plugin config variables. See readme for more info." + LINK_TEXT: + LABEL: Link Text + DEFAULT: Cookie Banner Einstellungen + LINK_BACKGROUND_COLOR: Background color if button + LINK_TEXT_COLOR: Text color COOKIE_MANAGER: "Cookie Manager" COOKIE_MANAGER_SUB: "by TecArt GmbH" CATEGORIES: Categories @@ -14,6 +25,17 @@ en: COOKIE_MANAGER_SCRIPT_ADVISE: Please create min. one category that you can assign to the script. de: PLUGIN_TECART_COOKIE_MANGER: + DATA_STORAGE: Data Storage + CUSTOM_SETTINGS: + TITLE: Custom Link to Settings + LINK_INFO: + LABEL: Info + CONTENT: "Texts and colors, if a link to open the setting should be set anywhere in the theme, but the text is maintained in the admin panel. It is important to use the **tcb-settings-link** class, which opens the modal. Text and color can be called up in Twig via the plugin config variables. See readme for more info." + LINK_TEXT: + LABEL: Link Text + DEFAULT: Cookie Banner Einstellungen + LINK_BACKGROUND_COLOR: Background color if button + LINK_TEXT_COLOR: Text color COOKIE_MANAGER: "Cookie Manager" COOKIE_MANAGER_SUB: "by TecArt GmbH" CATEGORIES: Kategorien @@ -28,6 +50,17 @@ de: COOKIE_MANAGER_SCRIPT_ADVISE: Bitte legen Sie zuerst mindestens eine Kategorie an, die Sie dem Script zuordnen können. fr: PLUGIN_TECART_COOKIE_MANGER: + DATA_STORAGE: Data Storage + CUSTOM_SETTINGS: + TITLE: Custom Link to Settings + LINK_INFO: + LABEL: Info + CONTENT: "Texts and colors, if a link to open the setting should be set anywhere in the theme, but the text is maintained in the admin panel. It is important to use the **tcb-settings-link** class, which opens the modal. Text and color can be called up in Twig via the plugin config variables. See readme for more info." + LINK_TEXT: + LABEL: Link Text + DEFAULT: Cookie Banner Einstellungen + LINK_BACKGROUND_COLOR: Background color if button + LINK_TEXT_COLOR: Text color COOKIE_MANAGER: "Cookie Manager" COOKIE_MANAGER_SUB: "par TecArt GmbH" CATEGORIES: Catégories @@ -42,7 +75,18 @@ fr: COOKIE_MANAGER_SCRIPT_ADVISE: Veuillez créer au moins une catégorie que vous pouvez affecter au script. es: PLUGIN_TECART_COOKIE_MANGER: - COOKIE_MANAGER: "Gestor de Cookies" + DATA_STORAGE: Data Storage + CUSTOM_SETTINGS: + TITLE: Custom Link to Settings + LINK_INFO: + LABEL: Info + CONTENT: "Texts and colors, if a link to open the setting should be set anywhere in the theme, but the text is maintained in the admin panel. It is important to use the **tcb-settings-link** class, which opens the modal. Text and color can be called up in Twig via the plugin config variables. See readme for more info." + LINK_TEXT: + LABEL: Link Text + DEFAULT: Cookie Banner Einstellungen + LINK_BACKGROUND_COLOR: Background color if button + LINK_TEXT_COLOR: Text color + COOKIE_MANAGER: "Administrador de Cookies" COOKIE_MANAGER_SUB: "por TecArt GmbH" CATEGORIES: Categorías BANNER: Banner From 8aa8b9eb6e00023fc3f1abd64faee6412bbf329e Mon Sep 17 00:00:00 2001 From: pmoreno-rodriguez Date: Fri, 29 Sep 2023 11:37:53 +0200 Subject: [PATCH 7/9] Fixed all translations --- languages.yaml | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/languages.yaml b/languages.yaml index e7e9c34..8d1c85a 100644 --- a/languages.yaml +++ b/languages.yaml @@ -25,17 +25,17 @@ en: COOKIE_MANAGER_SCRIPT_ADVISE: Please create min. one category that you can assign to the script. de: PLUGIN_TECART_COOKIE_MANGER: - DATA_STORAGE: Data Storage + DATA_STORAGE: Datenspeicher CUSTOM_SETTINGS: - TITLE: Custom Link to Settings + TITLE: Benutzerdefinierter Link zu den Einstellungen LINK_INFO: - LABEL: Info - CONTENT: "Texts and colors, if a link to open the setting should be set anywhere in the theme, but the text is maintained in the admin panel. It is important to use the **tcb-settings-link** class, which opens the modal. Text and color can be called up in Twig via the plugin config variables. See readme for more info." + LABEL: Information + CONTENT: "Texte und Farben, wenn ein Link zum Öffnen von Einstellungen an einer beliebigen Stelle im Theme gesetzt werden soll, der Text jedoch im Admin-Panel verbleibt. Es ist wichtig, die Klasse **tcb-settings-link** zu verwenden, die das öffnet modal. Text und Farbe können in Twig über die Konfigurationsvariablen des Plugins abgerufen werden. Weitere Informationen finden Sie in der Readme-Datei." LINK_TEXT: - LABEL: Link Text - DEFAULT: Cookie Banner Einstellungen - LINK_BACKGROUND_COLOR: Background color if button - LINK_TEXT_COLOR: Text color + LABEL: Linktext + DEFAULT: Cookie-Banner-Konfiguration + LINK_BACKGROUND_COLOR: Hintergrundfarbe der Schaltfläche + LINK_TEXT_COLOR: Textfarbe COOKIE_MANAGER: "Cookie Manager" COOKIE_MANAGER_SUB: "by TecArt GmbH" CATEGORIES: Kategorien @@ -50,17 +50,17 @@ de: COOKIE_MANAGER_SCRIPT_ADVISE: Bitte legen Sie zuerst mindestens eine Kategorie an, die Sie dem Script zuordnen können. fr: PLUGIN_TECART_COOKIE_MANGER: - DATA_STORAGE: Data Storage + DATA_STORAGE: Stockage de données CUSTOM_SETTINGS: - TITLE: Custom Link to Settings + TITLE: Lien personnalisé vers les paramètres LINK_INFO: - LABEL: Info - CONTENT: "Texts and colors, if a link to open the setting should be set anywhere in the theme, but the text is maintained in the admin panel. It is important to use the **tcb-settings-link** class, which opens the modal. Text and color can be called up in Twig via the plugin config variables. See readme for more info." + LABEL: Informations + CONTENT: "Textes et couleurs, si un lien pour ouvrir le paramètre doit être défini n'importe où dans le thème, mais que le texte est conservé dans le panneau d'administration. Il est important d'utiliser la classe **tcb-settings-link**, qui ouvre le modal. Le texte et la couleur peuvent être appelés dans Twig via les variables de configuration du plugin. Voir le fichier Lisez-moi pour plus d'informations." LINK_TEXT: - LABEL: Link Text - DEFAULT: Cookie Banner Einstellungen - LINK_BACKGROUND_COLOR: Background color if button - LINK_TEXT_COLOR: Text color + LABEL: Texte du lien + DEFAULT: Configuration de la bannière de cookies + LINK_BACKGROUND_COLOR: Couleur d'arrière-plan du bouton + LINK_TEXT_COLOR: Couleur du texte COOKIE_MANAGER: "Cookie Manager" COOKIE_MANAGER_SUB: "par TecArt GmbH" CATEGORIES: Catégories @@ -75,17 +75,17 @@ fr: COOKIE_MANAGER_SCRIPT_ADVISE: Veuillez créer au moins une catégorie que vous pouvez affecter au script. es: PLUGIN_TECART_COOKIE_MANGER: - DATA_STORAGE: Data Storage + DATA_STORAGE: Almacenamiento de datos CUSTOM_SETTINGS: - TITLE: Custom Link to Settings + TITLE: Enlace personalizado a la configuración LINK_INFO: - LABEL: Info - CONTENT: "Texts and colors, if a link to open the setting should be set anywhere in the theme, but the text is maintained in the admin panel. It is important to use the **tcb-settings-link** class, which opens the modal. Text and color can be called up in Twig via the plugin config variables. See readme for more info." + LABEL: Información + CONTENT: "Textos y colores, si se debe establecer un enlace para abrir la configuración en cualquier parte del tema, pero el texto se mantiene en el panel de administración. Es importante utilizar la clase **tcb-settings-link**, que abre el modal. El texto y el color se pueden recuperar en Twig a través de las variables de configuración del complemento. Consulte el archivo Léame para obtener más información." LINK_TEXT: - LABEL: Link Text - DEFAULT: Cookie Banner Einstellungen - LINK_BACKGROUND_COLOR: Background color if button - LINK_TEXT_COLOR: Text color + LABEL: Texto del enlace + DEFAULT: Configuración del banner de cookies + LINK_BACKGROUND_COLOR: Color de fondo del botón + LINK_TEXT_COLOR: Color del texto COOKIE_MANAGER: "Administrador de Cookies" COOKIE_MANAGER_SUB: "por TecArt GmbH" CATEGORIES: Categorías From 96a9598d354c9285409f9e7ed4728d4cf1116944 Mon Sep 17 00:00:00 2001 From: pmoreno-rodriguez Date: Fri, 29 Sep 2023 11:38:41 +0200 Subject: [PATCH 8/9] Improved Cookie Manager title for Spanish --- languages/es.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages/es.yaml b/languages/es.yaml index 05ea512..ae50990 100644 --- a/languages/es.yaml +++ b/languages/es.yaml @@ -1,5 +1,5 @@ PLUGIN_TECART_COOKIE_MANAGER: - COOKIE_MANAGER: "Gestor de Cookies" + COOKIE_MANAGER: "Administrador de Cookies" COOKIE_MANAGER_SUB: "por TecArt GmbH" CATEGORIES: Categorías BANNER: Banner From 4a20fee213c8399827e103862ab137b9890d44f0 Mon Sep 17 00:00:00 2001 From: "pmoreno.rodriguez" Date: Mon, 16 Oct 2023 13:48:01 +0200 Subject: [PATCH 9/9] Original text for custom_settings_link_text default key --- blueprints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blueprints.yaml b/blueprints.yaml index aeea349..7892dab 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -51,7 +51,7 @@ form: custom_settings_link_text: type: text size: large - default: PLUGIN_TECART_COOKIE_MANGER.CUSTOM_SETTINGS.LINK_TEXT.DEFAULT + default: Cookie Banner Einstellungen label: PLUGIN_TECART_COOKIE_MANGER.CUSTOM_SETTINGS.LINK_TEXT.LABEL custom_settings_link_color: type: text