translations for drag&drop

This commit is contained in:
proddy
2024-08-15 16:48:24 +02:00
parent 07507eaeb6
commit d4d296a97e
13 changed files with 23 additions and 13 deletions

View File

@@ -332,7 +332,8 @@ const de: Translation = {
MODULES_NONE: 'Keine externen Module erkannt',
RENAME: 'Umbenennen',
ENABLE_MODBUS: 'Modbus aktivieren',
VIEW_LOG: 'Sehen Sie sich das Protokoll an, um Probleme zu diagnostizieren'
VIEW_LOG: 'Sehen Sie sich das Protokoll an, um Probleme zu diagnostizieren',
UPLOAD_DRAG: 'drag and drop a file here or click to select one' // TODO translate
};
export default de;