New translations config-changer.json (German)

This commit is contained in:
Thomas Camlong
2022-08-25 12:11:52 +02:00
committed by ajnart
parent 45c7d35919
commit c1530e9486

View File

@@ -1,31 +1,31 @@
{ {
"configSelect": { "configSelect": {
"label": "Konfigurations Lader" "label": "Config loader"
}, },
"modal": { "modal": {
"title": "Wähle einen Namen für deine neue Konfiguration", "title": "Choose the name of your new config",
"form": { "form": {
"configName": { "configName": {
"label": "Konfigurations Name", "label": "Config name",
"placeholder": "Dein neuer Konfigurtionsname" "placeholder": "Your new config name"
}, },
"submitButton": "Bestätigen" "submitButton": "Confirm"
}, },
"events": { "events": {
"configSaved": { "configSaved": {
"title": "Konfiguration gespeichert", "title": "Config saved",
"message": "Konfiguration gespeichert als {{configName}}" "message": "Config saved as {{configName}}"
} }
} }
}, },
"buttons": { "buttons": {
"download": "Konfiguration herunterladen", "download": "Download config",
"delete": { "delete": {
"text": "Konfiguration löschen", "text": "Delete config",
"notifications": { "notifications": {
"deleted": { "deleted": {
"title": "Konfiguration gelöscht", "title": "Config deleted",
"message": "Konfiguration wurde gelöscht" "message": "Config deleted"
}, },
"deleteFailed": { "deleteFailed": {
"title": "Config delete failed", "title": "Config delete failed",
@@ -33,23 +33,23 @@
} }
} }
}, },
"saveCopy": "Eine Kopie speichern" "saveCopy": "Save a copy"
}, },
"dropzone": { "dropzone": {
"notifications": { "notifications": {
"invalidConfig": { "invalidConfig": {
"title": "Konfiguration konnte nicht geladen werden", "title": "Unable to load config",
"message": "Konfiguration konnte nicht geladen werden. Invalides JSON" "message": "Could not load your config. Invalid JSON format."
}, },
"loadedSuccessfully": { "loadedSuccessfully": {
"title": "Konfiguration {{configName}} wurde erfolgreich geladen" "title": "Config {{configName}} loaded successfully"
} }
}, },
"accept": { "accept": {
"text": "Ziehe Konfigurationen hier um sie hochzuladen. Es werden nur JSON Dateien unterstützt." "text": "Drag files here to upload a config. Support for JSON only."
}, },
"reject": { "reject": {
"text": "Dieses Dateiformat wird nicht unterstützt. Bitte lade nur JSON hoch." "text": "This file format is not supported. Please only upload JSON."
} }
} }
} }