Create en.json

This commit is contained in:
Rep Graphics
2025-03-26 12:47:39 +00:00
committed by GitHub
parent 5fd62a0c25
commit 11d4d53770
+13
View File
@@ -0,0 +1,13 @@
{
"general": {
"welcome": "Welcome",
"dashboard": "Dashboard",
"store": "Store",
"status": "Status",
"discord": "Discord",
},
"errors": {
"not_found": "Page not found",
"unauthorized": "You are not authorized to view this page"
}
}