From 1727215818afa5fca52f5f11e04017cd1d8dc321 Mon Sep 17 00:00:00 2001 From: SLINIcraftet204 Date: Mon, 14 Apr 2025 13:51:17 +0200 Subject: [PATCH] added the snippet files --- .../sw-settings-captcha-select-v2/snippet/de-DE.json | 12 ++++++++++++ .../sw-settings-captcha-select-v2/snippet/en-GB.json | 12 ++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 src/Resources/app/administration/src/module/sw-settings-basic-information/component/sw-settings-captcha-select-v2/snippet/de-DE.json create mode 100644 src/Resources/app/administration/src/module/sw-settings-basic-information/component/sw-settings-captcha-select-v2/snippet/en-GB.json diff --git a/src/Resources/app/administration/src/module/sw-settings-basic-information/component/sw-settings-captcha-select-v2/snippet/de-DE.json b/src/Resources/app/administration/src/module/sw-settings-basic-information/component/sw-settings-captcha-select-v2/snippet/de-DE.json new file mode 100644 index 0000000..40bd863 --- /dev/null +++ b/src/Resources/app/administration/src/module/sw-settings-basic-information/component/sw-settings-captcha-select-v2/snippet/de-DE.json @@ -0,0 +1,12 @@ +{ + "sw-settings-basic-information": { + "captcha": { + "label": { + "cloudFlareTurnstile": "CloudFlare Turnstile", + "cloudFlareTurnstileSiteKey": "CloudFlare Turnstile site key", + "cloudFlareTurnstileSecretKey": "CloudFlare Turnstile secret key", + "cloudFlareTurnstileDescription": "Turnstile is CloudFlare's CAPTCHA alternative. It automatically chooses from a rotating suite of non-intrusive browser challenges based on telemetry and client behavior exhibited during a session." + } + } + } +} \ No newline at end of file diff --git a/src/Resources/app/administration/src/module/sw-settings-basic-information/component/sw-settings-captcha-select-v2/snippet/en-GB.json b/src/Resources/app/administration/src/module/sw-settings-basic-information/component/sw-settings-captcha-select-v2/snippet/en-GB.json new file mode 100644 index 0000000..40bd863 --- /dev/null +++ b/src/Resources/app/administration/src/module/sw-settings-basic-information/component/sw-settings-captcha-select-v2/snippet/en-GB.json @@ -0,0 +1,12 @@ +{ + "sw-settings-basic-information": { + "captcha": { + "label": { + "cloudFlareTurnstile": "CloudFlare Turnstile", + "cloudFlareTurnstileSiteKey": "CloudFlare Turnstile site key", + "cloudFlareTurnstileSecretKey": "CloudFlare Turnstile secret key", + "cloudFlareTurnstileDescription": "Turnstile is CloudFlare's CAPTCHA alternative. It automatically chooses from a rotating suite of non-intrusive browser challenges based on telemetry and client behavior exhibited during a session." + } + } + } +} \ No newline at end of file