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