From 4f31e18d66afcf5eaaff2a97ff14bbdc235b57f2 Mon Sep 17 00:00:00 2001 From: Debian Date: Wed, 3 Jun 2026 11:35:48 +0200 Subject: [PATCH] =?UTF-8?q?fix(waf):=20i18n-Keys=20f=C3=BCr=20Exception-Mo?= =?UTF-8?q?dal=20in=20waf.alerts=20verschoben=20=E2=80=94=20v1.2.80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit exceptionModalTitle/Hint/NotePlaceholder lagen in waf.config statt waf.alerts. Co-Authored-By: Claude Sonnet 4.6 --- VERSION | 2 +- management-ui/src/i18n/locales/de/common.json | 10 +++++----- management-ui/src/i18n/locales/en/common.json | 10 +++++----- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/VERSION b/VERSION index d968182..b09d96b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.79 +1.2.80 diff --git a/management-ui/src/i18n/locales/de/common.json b/management-ui/src/i18n/locales/de/common.json index 30fadb7..17cfa07 100644 --- a/management-ui/src/i18n/locales/de/common.json +++ b/management-ui/src/i18n/locales/de/common.json @@ -1802,10 +1802,7 @@ "saveFailed": "WAF-Konfiguration konnte nicht gespeichert werden.", "noExclusions": "Noch keine Regelausnahmen.", "noNote": "Keine Notiz", - "exclusionsAddHint": "Ausnahmen über den Alarme-Tab hinzufügen — \"Als Ausnahme\" auf einem Alarm klicken.", - "exceptionModalTitle": "Ausnahme für Regel {{rule}} hinzufügen", - "exceptionModalHint": "Optional: Begründung warum diese Regel ein False Positive für diese Domain ist.", - "exceptionNotePlaceholder": "z.B. Unsere API verwendet nicht-standardisierte Header die diese Regel auslösen." + "exclusionsAddHint": "Ausnahmen über den Alarme-Tab hinzufügen — \"Als Ausnahme\" auf einem Alarm klicken." }, "tabs": { "domains": "Domains", @@ -1833,7 +1830,10 @@ "addException": "Als Ausnahme", "exceptionAdded": "Regel als Ausnahme für diese Domain hinzugefügt.", "exceptionFailed": "Ausnahme konnte nicht gespeichert werden.", - "noDomain": "Domain nicht gefunden — Ausnahme manuell konfigurieren." + "noDomain": "Domain nicht gefunden — Ausnahme manuell konfigurieren.", + "exceptionModalTitle": "Ausnahme für Regel {{rule}} hinzufügen", + "exceptionModalHint": "Optional: Begründung warum diese Regel ein False Positive für diese Domain ist.", + "exceptionNotePlaceholder": "z.B. Unsere API verwendet nicht-standardisierte Header die diese Regel auslösen." } } } \ No newline at end of file diff --git a/management-ui/src/i18n/locales/en/common.json b/management-ui/src/i18n/locales/en/common.json index 9959fc1..1d0ca36 100644 --- a/management-ui/src/i18n/locales/en/common.json +++ b/management-ui/src/i18n/locales/en/common.json @@ -1802,10 +1802,7 @@ "saveFailed": "Failed to save WAF configuration.", "noExclusions": "No rule exclusions yet.", "noNote": "No note", - "exclusionsAddHint": "Add exceptions via the Alerts tab — click \"Add exception\" on an alert.", - "exceptionModalTitle": "Add exception for rule {{rule}}", - "exceptionModalHint": "Optional: describe why this rule is a false positive for this domain.", - "exceptionNotePlaceholder": "e.g. Our custom API uses non-standard headers that trigger this rule." + "exclusionsAddHint": "Add exceptions via the Alerts tab — click \"Add exception\" on an alert." }, "tabs": { "domains": "Domains", @@ -1833,7 +1830,10 @@ "addException": "Add exception", "exceptionAdded": "Rule added as exception for this domain.", "exceptionFailed": "Failed to add exception.", - "noDomain": "Domain not found — configure exception manually." + "noDomain": "Domain not found — configure exception manually.", + "exceptionModalTitle": "Add exception for rule {{rule}}", + "exceptionModalHint": "Optional: describe why this rule is a false positive for this domain.", + "exceptionNotePlaceholder": "e.g. Our custom API uses non-standard headers that trigger this rule." } } } \ No newline at end of file