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.",
|
"saveFailed": "WAF-Konfiguration konnte nicht gespeichert werden.",
|
||||||
"noExclusions": "Noch keine Regelausnahmen.",
|
"noExclusions": "Noch keine Regelausnahmen.",
|
||||||
"noNote": "Keine Notiz",
|
"noNote": "Keine Notiz",
|
||||||
"exclusionsAddHint": "Ausnahmen über den Alarme-Tab hinzufügen — \"Als Ausnahme\" auf einem Alarm klicken.",
|
"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."
|
|
||||||
},
|
},
|
||||||
"tabs": {
|
"tabs": {
|
||||||
"domains": "Domains",
|
"domains": "Domains",
|
||||||
@@ -1833,7 +1830,10 @@
|
|||||||
"addException": "Als Ausnahme",
|
"addException": "Als Ausnahme",
|
||||||
"exceptionAdded": "Regel als Ausnahme für diese Domain hinzugefügt.",
|
"exceptionAdded": "Regel als Ausnahme für diese Domain hinzugefügt.",
|
||||||
"exceptionFailed": "Ausnahme konnte nicht gespeichert werden.",
|
"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.",
|
"saveFailed": "Failed to save WAF configuration.",
|
||||||
"noExclusions": "No rule exclusions yet.",
|
"noExclusions": "No rule exclusions yet.",
|
||||||
"noNote": "No note",
|
"noNote": "No note",
|
||||||
"exclusionsAddHint": "Add exceptions via the Alerts tab — click \"Add exception\" on an alert.",
|
"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."
|
|
||||||
},
|
},
|
||||||
"tabs": {
|
"tabs": {
|
||||||
"domains": "Domains",
|
"domains": "Domains",
|
||||||
@@ -1833,7 +1830,10 @@
|
|||||||
"addException": "Add exception",
|
"addException": "Add exception",
|
||||||
"exceptionAdded": "Rule added as exception for this domain.",
|
"exceptionAdded": "Rule added as exception for this domain.",
|
||||||
"exceptionFailed": "Failed to add exception.",
|
"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