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