Initial commit
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"labels": {
|
||||
"Create Document": "Opret Dokument",
|
||||
"Details": "Detaljer"
|
||||
},
|
||||
"fields": {
|
||||
"name": "Navn",
|
||||
"file": "Fil",
|
||||
"publishDate": "Offentliggørelsesdato",
|
||||
"expirationDate": "Afslutningsdato",
|
||||
"description": "Beskrivelse",
|
||||
"accounts": "Konti",
|
||||
"folder": "Mappe"
|
||||
},
|
||||
"links": {
|
||||
"accounts": "Konti",
|
||||
"opportunities": "Muligheder",
|
||||
"folder": "Mappe",
|
||||
"contacts": "Kontakter"
|
||||
},
|
||||
"options": {
|
||||
"status": {
|
||||
"Active": "Aktiv",
|
||||
"Draft": "Kladde",
|
||||
"Expired": "Udløbet",
|
||||
"Canceled": "Aflyst"
|
||||
},
|
||||
"type": {
|
||||
"": "ingen",
|
||||
"Contract": "Kontrakt",
|
||||
"License Agreement": "Licensaftale"
|
||||
}
|
||||
},
|
||||
"presetFilters": {
|
||||
"active": "Aktiv",
|
||||
"draft": "Kladde"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user