55 lines
1.5 KiB
JSON
55 lines
1.5 KiB
JSON
{
|
|
"configSelect": {
|
|
"label": "Configuratie lader"
|
|
},
|
|
"modal": {
|
|
"title": "Kies de naam van uw nieuwe configuratie",
|
|
"form": {
|
|
"configName": {
|
|
"label": "Configuratie naam",
|
|
"placeholder": "Uw nieuwe configuratienaam"
|
|
},
|
|
"submitButton": "Bevestig"
|
|
},
|
|
"events": {
|
|
"configSaved": {
|
|
"title": "Configuratie opgeslagen",
|
|
"message": "Configuratie opgeslagen als {{configName}}"
|
|
}
|
|
}
|
|
},
|
|
"buttons": {
|
|
"download": "Download configuratie",
|
|
"delete": {
|
|
"text": "Verwijder configuratie",
|
|
"notifications": {
|
|
"deleted": {
|
|
"title": "Configuratie verwijderd",
|
|
"message": "Configuratie verwijderd"
|
|
},
|
|
"deleteFailed": {
|
|
"title": "Configuratie verwijderen mislukt",
|
|
"message": "Configuratie verwijderen mislukt"
|
|
}
|
|
}
|
|
},
|
|
"saveCopy": "Sla op als een kopie"
|
|
},
|
|
"dropzone": {
|
|
"notifications": {
|
|
"invalidConfig": {
|
|
"title": "Kan configuratie niet laden",
|
|
"message": "Kon uw configuratie niet laden. Ongeldig JSON formaat."
|
|
},
|
|
"loadedSuccessfully": {
|
|
"title": "Configuratie {{configName}} succesvol geladen"
|
|
}
|
|
},
|
|
"accept": {
|
|
"text": "Sleep bestanden hierheen om een configuratie te uploaden. Alleen ondersteuning voor JSON."
|
|
},
|
|
"reject": {
|
|
"text": "Dit bestandsformaat wordt niet ondersteund. Upload a.u.b. alleen JSON."
|
|
}
|
|
}
|
|
} |