Files
homarr/public/locales/de/settings/general/config-changer.json
2022-08-24 21:01:29 +02:00

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"
}
}