fix(waf): i18n-Keys für Exception-Modal in waf.alerts verschoben — v1.2.80
exceptionModalTitle/Hint/NotePlaceholder lagen in waf.config statt waf.alerts. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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."
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user