34 lines
807 B
JSON
34 lines
807 B
JSON
{
|
|
"configSelect": {
|
|
"label": "Konfigurations Lader"
|
|
},
|
|
"modal": {
|
|
"title": "Wähle einen Namen für deine neue Konfiguration",
|
|
"form": {
|
|
"configName": {
|
|
"label": "Konfigurations Name",
|
|
"placeholder": "Dein neuer Konfigurtionsname"
|
|
},
|
|
"buttons:": {
|
|
"submit": "Bestätigen"
|
|
}
|
|
}
|
|
},
|
|
"buttons": {
|
|
"download": "Konfiguration herunterladen",
|
|
"delete": {
|
|
"text": "Konfiguration löschen",
|
|
"notifications": {
|
|
"deleted": {
|
|
"title": "Konfiguration gelöscht",
|
|
"message": "Konfiguration wurde gelöscht"
|
|
},
|
|
"deleteFailed": {
|
|
"title": "Config delete failed",
|
|
"message": "Config delete failed"
|
|
}
|
|
}
|
|
},
|
|
"saveCopy": "Eine Kopie speichern"
|
|
}
|
|
} |