add translations for dropzone

This commit is contained in:
Manuel Ruwe
2022-08-24 18:38:28 +02:00
parent 2bf29172fc
commit 14924e4562
7 changed files with 65 additions and 18 deletions

View File

@@ -9,8 +9,12 @@
"label": "Konfigurations Name",
"placeholder": "Dein neuer Konfigurtionsname"
},
"buttons:": {
"submit": "Bestätigen"
"submitButton": "Bestätigen"
},
"events": {
"configSaved": {
"title": "Konfiguration gespeichert",
"message": "Konfiguration gespeichert als {{configName}}"
}
}
},
@@ -30,5 +34,22 @@
}
},
"saveCopy": "Eine Kopie speichern"
},
"dropzone": {
"notifications": {
"invalidConfig": {
"title": "Konfiguration konnte nicht geladen werden",
"message": "Konfiguration konnte nicht geladen werden. Invalides JSON"
},
"loadedSuccessfully": {
"title": "Konfiguration {{configName}} wurde erfolgreich geladen"
}
},
"accept": {
"text": "Ziehe Konfigurationen hier um sie hochzuladen. Es werden nur JSON Dateien unterstützt."
},
"reject": {
"text": "Dieses Dateiformat wird nicht unterstützt. Bitte lade nur JSON hoch."
}
}
}

View File

@@ -9,8 +9,12 @@
"label": "Config name",
"placeholder": "Your new config name"
},
"buttons:": {
"submit": "Confirm"
"submitButton": "Confirm"
},
"events": {
"configSaved": {
"title": "Config saved",
"message": "Config saved as {{configName}}"
}
}
},
@@ -30,5 +34,22 @@
}
},
"saveCopy": "Save a copy"
},
"dropzone": {
"notifications": {
"invalidConfig": {
"title": "Unable to load config",
"message": "Could not load your config. Invalid JSON format."
},
"loadedSuccessfully": {
"title": "Config {{configName}} loaded successfully"
}
},
"accept": {
"text": "Drag files here to upload a config. Support for JSON only."
},
"reject": {
"text": "This file format is not supported. Please only upload JSON."
}
}
}