{title}
{@render children?.()}
-
dialog.close()} aria-hidden="true">
- {@render footer?.()}
+
+
dialog.close()} aria-hidden="true">
+ {@render footer?.()}
+
diff --git a/src/i18n/common/de.json b/src/i18n/common/de.json
index f263819..841ad21 100644
--- a/src/i18n/common/de.json
+++ b/src/i18n/common/de.json
@@ -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": {
diff --git a/src/i18n/common/en.json b/src/i18n/common/en.json
index 84ea819..3de45a7 100644
--- a/src/i18n/common/en.json
+++ b/src/i18n/common/en.json
@@ -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!"
}
}
},