diff --git a/en.json b/en.json new file mode 100644 index 0000000..a12a417 --- /dev/null +++ b/en.json @@ -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" + } +}