Initial commit
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"fields": {
|
||||
"name": "Navn",
|
||||
"target": "Mål",
|
||||
"sentAt": "Dato Sendt",
|
||||
"attemptCount": "Forsøg",
|
||||
"emailAddress": "Emailadresse",
|
||||
"massEmail": "Masse-Email",
|
||||
"isTest": "Er Test"
|
||||
},
|
||||
"links": {
|
||||
"target": "Mål",
|
||||
"massEmail": "Masse-Email"
|
||||
},
|
||||
"options": {
|
||||
"status": {
|
||||
"Pending": "Afventer",
|
||||
"Sent": "Sendt",
|
||||
"Failed": "Fejlet",
|
||||
"Sending": "Sender"
|
||||
}
|
||||
},
|
||||
"presetFilters": {
|
||||
"pending": "Afventer",
|
||||
"sent": "Sendt",
|
||||
"failed": "Fejlet"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user