28 lines
565 B
JSON
28 lines
565 B
JSON
{
|
|
"fields": {
|
|
"name": "Navn",
|
|
"target": "Mål",
|
|
"sentAt": "Dato sendt",
|
|
"attemptCount": "Forsøk",
|
|
"emailAddress": "Epostadresse",
|
|
"massEmail": "Masseutsendt epost",
|
|
"isTest": "Er test"
|
|
},
|
|
"links": {
|
|
"target": "Mål",
|
|
"massEmail": "Masseutsendt epost"
|
|
},
|
|
"options": {
|
|
"status": {
|
|
"Pending": "Venter",
|
|
"Sent": "Sendt",
|
|
"Failed": "Feilet",
|
|
"Sending": "Sender"
|
|
}
|
|
},
|
|
"presetFilters": {
|
|
"pending": "Venter",
|
|
"sent": "Sendt",
|
|
"failed": "Feilet"
|
|
}
|
|
} |