admin firs step

This commit is contained in:
Roo
2026-03-23 21:43:40 +00:00
parent 309a72cc0b
commit cddcd34ba9
47 changed files with 22698 additions and 19 deletions

View File

@@ -0,0 +1,69 @@
{
"navigation": {
"dashboard": "Dashboard",
"users": "Users",
"map": "Map",
"settings": "Settings",
"logout": "Logout",
"welcome": "Welcome",
"role_management": "Role Management",
"geographical_scopes": "Geographical Scopes"
},
"tiles": {
"ai_logs": "AI Logs",
"financial": "Financial",
"sales": "Sales",
"system_health": "System Health",
"service_map": "Service Map",
"moderation": "Moderation"
},
"general": {
"save": "Save",
"cancel": "Cancel",
"edit": "Edit",
"delete": "Delete",
"confirm": "Confirm",
"role": "Role",
"scope": "Scope",
"status": "Status",
"actions": "Actions",
"search": "Search",
"filter": "Filter",
"refresh": "Refresh",
"loading": "Loading...",
"no_data": "No data available",
"error": "Error",
"success": "Success",
"warning": "Warning",
"info": "Info",
"settings": "Settings"
},
"dashboard": {
"title": "Admin Dashboard",
"subtitle": "Monitor and manage your service ecosystem",
"welcome_title": "Welcome to Mission Control",
"welcome_subtitle": "Real-time oversight for {scopeLevel} level administration",
"total_users": "Total Users",
"active_services": "Active Services",
"pending_requests": "Pending Requests",
"system_status": "System Status"
},
"users": {
"title": "User Management",
"add_user": "Add User",
"username": "Username",
"email": "Email",
"created_at": "Created At",
"last_login": "Last Login",
"active": "Active",
"inactive": "Inactive"
},
"login": {
"title": "Login to Admin",
"username": "Username",
"password": "Password",
"remember_me": "Remember me",
"forgot_password": "Forgot password?",
"sign_in": "Sign In"
}
}