87 lines
3.2 KiB
JSON
87 lines
3.2 KiB
JSON
{
|
|
"configSelect": {
|
|
"label": "Änderung der Konfiguration",
|
|
"description": "{{configCount}} Konfigurationen sind verfügbar",
|
|
"loadingNew": "Ihre Konfiguration wird geladen...",
|
|
"pleaseWait": "Bitte warten Sie, bis Ihre neue Konfiguration geladen ist!"
|
|
},
|
|
"modal": {
|
|
"copy": {
|
|
"title": "Wählen Sie den Namen für Ihre neue Konfiguration",
|
|
"form": {
|
|
"configName": {
|
|
"label": "Name der Konfiguration",
|
|
"validation": {
|
|
"required": "Name der Konfiguration ist erforderlich",
|
|
"notUnique": "Der Name dieser Konfiguration wird bereits verwendet"
|
|
},
|
|
"placeholder": "Ihr neuer Konfigurationsname"
|
|
},
|
|
"submitButton": "Bestätigen"
|
|
},
|
|
"events": {
|
|
"configSaved": {
|
|
"title": "Konfiguration gespeichert",
|
|
"message": "Konfiguration gespeichert als {{configName}}"
|
|
},
|
|
"configCopied": {
|
|
"title": "Konfiguration kopiert",
|
|
"message": "Konfiguration kopiert als {{configName}}"
|
|
},
|
|
"configNotCopied": {
|
|
"title": "Konfiguration konnte nicht kopiert werden",
|
|
"message": "Ihre Konfiguration wurde nicht als {{configName}} kopiert"
|
|
}
|
|
}
|
|
},
|
|
"confirmDeletion": {
|
|
"title": "Bestätigen Sie die Löschung Ihrer Konfiguration",
|
|
"warningText": "Sie sind dabei, '<b>{{configName}}</b>' zu löschen",
|
|
"text": "Bitte beachten Sie, dass die Löschung nicht rückgängig gemacht werden kann und Ihre Konfigurations Daten dauerhaft verloren gehen. Nachdem Sie auf diese Schaltfläche geklickt haben, wird die Konfiguration dauerhaft gelöscht. Stellen Sie sicher, dass Sie ein angemessenes Backup dieser Datei erstellen.",
|
|
"buttons": {
|
|
"confirm": "Ja, lösche die folgende Konfiguration: '<b>{{configName}}</b>'"
|
|
}
|
|
}
|
|
},
|
|
"buttons": {
|
|
"download": "Konfiguration herunterladen",
|
|
"delete": {
|
|
"text": "Konfiguration löschen",
|
|
"notifications": {
|
|
"deleted": {
|
|
"title": "Konfiguration gelöscht",
|
|
"message": "Konfiguration gelöscht"
|
|
},
|
|
"deleteFailed": {
|
|
"title": "Löschung der Konfiguration fehlgeschlagen",
|
|
"message": "Löschung der Konfiguration fehlgeschlagen"
|
|
},
|
|
"deleteFailedDefaultConfig": {
|
|
"title": "Die Standardkonfiguration kann nicht gelöscht werden",
|
|
"message": "Die Konfiguration wurde nicht vom System gelöscht"
|
|
}
|
|
}
|
|
},
|
|
"saveCopy": "Eine Kopie speichern"
|
|
},
|
|
"dropzone": {
|
|
"notifications": {
|
|
"invalidConfig": {
|
|
"title": "Konfiguration konnte nicht geladen werden",
|
|
"message": "Die Konfiguration konnte nicht geladen werden. Ungültiges JSON-Format."
|
|
},
|
|
"loadedSuccessfully": {
|
|
"title": "Konfiguration {{configName}} erfolgreich geladen"
|
|
}
|
|
},
|
|
"accept": {
|
|
"title": "Konfiguration hochladen",
|
|
"text": "Ziehen Sie unterstütze Dateien hierher, um eine Konfiguration hochzuladen. Nur für JSON-Dateien."
|
|
},
|
|
"reject": {
|
|
"title": "Drag and Drop Upload abgelehnt",
|
|
"text": "Dieses Dateiformat wird nicht unterstützt. Bitte laden Sie nur JSON-Dateien hoch."
|
|
}
|
|
}
|
|
}
|