feat(#36): Notification rework with single and all comments mark as read

This commit is contained in:
2026-01-18 18:42:10 +01:00
parent 105baf7c86
commit db788c4ee3
31 changed files with 711 additions and 94 deletions

View File

@@ -137,7 +137,10 @@
"title": "Benachrichtigungen",
"empty": "Keine Benachrichtigungen",
"unreadCount": "{count} ungelesen",
"tooltip": "Benachrichtigungen"
"tooltip": "Benachrichtigungen",
"markAllRead": "Alle als gelesen markieren",
"deleteAll": "Alle löschen",
"delete": "Benachrichtigung löschen"
},
"administration": {
"title": "Administration",
@@ -237,6 +240,8 @@
"emailAddress": "E-Mail-Adresse",
"onFormCreated": "Bei Erstellung eines Antrags",
"onFormSubmitted": "Bei Einreichung eines Antrags",
"onFormUpdated": "Wenn jemand meinen Antrag bearbeitet",
"onCommentAdded": "Wenn jemand meinen Antrag kommentiert",
"saved": "Einstellungen gespeichert"
}
}

View File

@@ -137,7 +137,10 @@
"title": "Notifications",
"empty": "No notifications",
"unreadCount": "{count} unread",
"tooltip": "Notifications"
"tooltip": "Notifications",
"markAllRead": "Mark all as read",
"deleteAll": "Delete all",
"delete": "Delete notification"
},
"administration": {
"title": "Administration",
@@ -237,6 +240,8 @@
"emailAddress": "Email Address",
"onFormCreated": "When an application form is created",
"onFormSubmitted": "When an application form is submitted",
"onFormUpdated": "When someone edits my application form",
"onCommentAdded": "When someone comments on my application form",
"saved": "Settings saved"
}
}