feat(frontend): global notices

This commit is contained in:
sam 2025-04-06 16:24:05 +02:00
parent b07f4b75c0
commit b0431ff962
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
7 changed files with 81 additions and 5 deletions

View file

@ -350,6 +350,8 @@
"notification": {
"suspension": "Your account has been suspended for the following reason: {{reason}}",
"warning": "You have been warned for the following reason: {{reason}}",
"warning-cleared-fields": "You have been warned for the following reason: {{reason}}\n\nAdditionally, the following fields have been cleared from your profile:\n{{clearedFields}}"
"warning-cleared-fields": "You have been warned for the following reason: {{reason}}\n\nAdditionally, the following fields have been cleared from your profile:\n{{clearedFields}}",
"mark-as-read": "Mark as read",
"no-notifications": "You have no notifications."
}
}