Add error handling and improve file upload UX
All checks were successful
SteamWarCI Build successful

This commit is contained in:
2025-04-02 09:52:37 +02:00
parent 7153cacbab
commit 48586f1a50
4 changed files with 50 additions and 23 deletions

View File

@@ -200,7 +200,12 @@
}
},
"cancel": "Abbrechen",
"title": "Schematic hochladen"
"title": "Schematic hochladen",
"errors": {
"invalidEnding": "Diese Dateiendung kann nicht Hochgeladen werden.",
"noFile": "Keine Datei.",
"upload": "Fehler beim Hochladen, Überprüfe deine Schematic!"
}
}
},
"login": {

View File

@@ -137,6 +137,11 @@
"download": "Download",
"close": "Close"
}
},
"errors": {
"invalidEnding": "This file extension cannot be uploaded.",
"noFile": "No file.",
"upload": "Error uploading, check your schematic!"
}
}
},