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,48 @@
{
"fields": {
"name": "Navn",
"parent": "Henviser til",
"dateStart": "Startdato",
"dateEnd": "Slutdato",
"direction": "Retning",
"duration": "Varighed",
"description": "Beskrivelse",
"users": "Brugere",
"contacts": "Kontakter",
"reminders": "Underretninger",
"account": "Konto",
"acceptanceStatus": "Acceptstatus"
},
"options": {
"status": {
"Planned": "Planlagt",
"Held": "Gennemført",
"Not Held": "Ikke Gennemført"
},
"direction": {
"Outbound": "Udgående",
"Inbound": "Indgående"
},
"acceptanceStatus": {
"None": "Ingen",
"Accepted": "Accepteret",
"Declined": "Nægtet",
"Tentative": "Med Forbehold"
}
},
"massActions": {
"setHeld": "Marker som Gennemført",
"setNotHeld": "Marker som Ikke Gennemført"
},
"labels": {
"Create Call": "Opret Opkald",
"Set Held": "Marker som Gennemført",
"Set Not Held": "Marker som Ikke Gennemført",
"Send Invitations": "Send Invitationer"
},
"presetFilters": {
"planned": "Planlagt",
"held": "Gennemført",
"todays": "For Idag"
}
}