Adds front-end set-up

This commit is contained in:
2026-06-20 17:04:17 +02:00
parent efd1569c26
commit 7dfc3a9692
62 changed files with 6875 additions and 3 deletions
@@ -0,0 +1,42 @@
{
"common": {
"appName": "SlpModularCms",
"loading": "Loading…",
"cancel": "Cancel",
"save": "Save",
"retry": "Retry"
},
"nav": {
"dashboard": "Dashboard",
"users": "Users",
"cms": "CMS"
},
"login": {
"title": "Sign in",
"subtitle": "Sign in to your SlpModularCms account",
"email": "Email",
"emailPlaceholder": "you@example.com",
"password": "Password",
"submit": "Sign in",
"submitting": "Signing in…",
"errors": {
"emailRequired": "Email is required",
"emailInvalid": "Enter a valid email address",
"passwordRequired": "Password is required",
"invalidCredentials": "Invalid email or password",
"generic": "Something went wrong. Please try again."
}
},
"dashboard": {
"title": "Dashboard",
"welcome": "Welcome back, {{name}}",
"placeholder": "Your dashboard widgets will appear here."
},
"userMenu": {
"language": "Language",
"logout": "Sign out"
},
"errors": {
"network": "Unable to reach the server. Check your connection and try again."
}
}