✨ add translations for dropzone
This commit is contained in:
@@ -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."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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."
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user