Initial commit

This commit is contained in:
root
2026-01-19 17:44:46 +01:00
commit 823af8b11d
8721 changed files with 1130846 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
{
"fields": {
"name": "Naam",
"target": "Doel",
"sentAt": "Datum verzonden",
"attemptCount": "Pogingen",
"emailAddress": "E-mailadres",
"massEmail": "Verzamel e-mail"
},
"links": {
"target": "Doel",
"massEmail": "Verzamel e-mail"
},
"options": {
"status": {
"Pending": "In behandeling",
"Sent": "Verzonden",
"Failed": "Mislukt",
"Sending": "Verzenden"
}
},
"presetFilters": {
"pending": "In behandeling",
"sent": "Verzonden",
"failed": "Mislukt"
}
}