Fix jwt-token
This commit is contained in:
202
management/src/i18n/locales/en.json
Normal file
202
management/src/i18n/locales/en.json
Normal file
@@ -0,0 +1,202 @@
|
||||
{
|
||||
"app": {
|
||||
"title": "UAM-ILS Management Portal",
|
||||
"subtitle": "Multi-Tenant Drone Detection System Administration"
|
||||
},
|
||||
"navigation": {
|
||||
"dashboard": "Dashboard",
|
||||
"tenants": "Tenants",
|
||||
"users": "Users",
|
||||
"system": "System",
|
||||
"monitoring": "Monitoring",
|
||||
"settings": "Settings",
|
||||
"logout": "Logout"
|
||||
},
|
||||
"auth": {
|
||||
"login": "Login",
|
||||
"username": "Username",
|
||||
"password": "Password",
|
||||
"loginButton": "Sign In",
|
||||
"loginError": "Invalid management credentials. Please try again.",
|
||||
"sessionExpired": "Your management session has expired. Please log in again.",
|
||||
"accessDenied": "Insufficient management privileges.",
|
||||
"loggingIn": "Signing in...",
|
||||
"logout": "Logout",
|
||||
"logoutConfirm": "Are you sure you want to log out?"
|
||||
},
|
||||
"dashboard": {
|
||||
"title": "System Overview",
|
||||
"totalTenants": "Total Tenants",
|
||||
"activeTenants": "Active Tenants",
|
||||
"totalUsers": "Total Users",
|
||||
"systemHealth": "System Health",
|
||||
"recentActivity": "Recent Activity",
|
||||
"systemMetrics": "System Metrics",
|
||||
"memoryUsage": "Memory Usage",
|
||||
"cpuUsage": "CPU Usage",
|
||||
"diskUsage": "Disk Usage",
|
||||
"networkTraffic": "Network Traffic"
|
||||
},
|
||||
"tenants": {
|
||||
"title": "Tenant Management",
|
||||
"noTenants": "No tenants configured",
|
||||
"loadingTenants": "Loading tenants...",
|
||||
"addTenant": "Add Tenant",
|
||||
"editTenant": "Edit Tenant",
|
||||
"deleteTenant": "Delete Tenant",
|
||||
"tenantName": "Tenant Name",
|
||||
"tenantSlug": "Tenant Slug",
|
||||
"domain": "Domain",
|
||||
"status": "Status",
|
||||
"created": "Created",
|
||||
"lastActivity": "Last Activity",
|
||||
"actions": "Actions",
|
||||
"active": "Active",
|
||||
"inactive": "Inactive",
|
||||
"suspended": "Suspended",
|
||||
"edit": "Edit",
|
||||
"delete": "Delete",
|
||||
"activate": "Activate",
|
||||
"deactivate": "Deactivate",
|
||||
"suspend": "Suspend",
|
||||
"viewDetails": "View Details",
|
||||
"confirmDelete": "Are you sure you want to delete this tenant? This action cannot be undone."
|
||||
},
|
||||
"users": {
|
||||
"title": "User Management",
|
||||
"noUsers": "No users found",
|
||||
"loadingUsers": "Loading users...",
|
||||
"addUser": "Add User",
|
||||
"editUser": "Edit User",
|
||||
"deleteUser": "Delete User",
|
||||
"username": "Username",
|
||||
"email": "Email",
|
||||
"role": "Role",
|
||||
"tenant": "Tenant",
|
||||
"status": "Status",
|
||||
"lastLogin": "Last Login",
|
||||
"created": "Created",
|
||||
"actions": "Actions",
|
||||
"active": "Active",
|
||||
"inactive": "Inactive",
|
||||
"admin": "Admin",
|
||||
"user": "User",
|
||||
"operator": "Operator",
|
||||
"viewer": "Viewer"
|
||||
},
|
||||
"system": {
|
||||
"title": "System Information",
|
||||
"serverInfo": "Server Information",
|
||||
"databaseInfo": "Database Information",
|
||||
"containerInfo": "Container Information",
|
||||
"version": "Version",
|
||||
"uptime": "Uptime",
|
||||
"platform": "Platform",
|
||||
"nodeVersion": "Node.js Version",
|
||||
"connections": "Database Connections",
|
||||
"tables": "Tables",
|
||||
"diskSpace": "Disk Space",
|
||||
"memoryUsage": "Memory Usage",
|
||||
"loadAverage": "Load Average",
|
||||
"containers": "Containers",
|
||||
"images": "Images",
|
||||
"volumes": "Volumes",
|
||||
"networks": "Networks"
|
||||
},
|
||||
"monitoring": {
|
||||
"title": "System Monitoring",
|
||||
"realTimeMetrics": "Real-time Metrics",
|
||||
"alerts": "System Alerts",
|
||||
"logs": "System Logs",
|
||||
"performance": "Performance",
|
||||
"security": "Security Events",
|
||||
"noAlerts": "No active alerts",
|
||||
"noLogs": "No recent logs",
|
||||
"refresh": "Refresh",
|
||||
"autoRefresh": "Auto Refresh",
|
||||
"exportLogs": "Export Logs",
|
||||
"clearLogs": "Clear Logs"
|
||||
},
|
||||
"settings": {
|
||||
"title": "Management Settings",
|
||||
"general": "General",
|
||||
"security": "Security",
|
||||
"notifications": "Notifications",
|
||||
"language": "Language",
|
||||
"timezone": "Timezone",
|
||||
"theme": "Theme",
|
||||
"sessionTimeout": "Session Timeout",
|
||||
"passwordPolicy": "Password Policy",
|
||||
"twoFactorAuth": "Two-Factor Authentication",
|
||||
"auditLogging": "Audit Logging",
|
||||
"save": "Save Changes",
|
||||
"cancel": "Cancel",
|
||||
"saved": "Settings saved successfully",
|
||||
"error": "Failed to save settings"
|
||||
},
|
||||
"forms": {
|
||||
"name": "Name",
|
||||
"slug": "Slug",
|
||||
"domain": "Domain",
|
||||
"description": "Description",
|
||||
"email": "Email",
|
||||
"password": "Password",
|
||||
"confirmPassword": "Confirm Password",
|
||||
"role": "Role",
|
||||
"status": "Status",
|
||||
"required": "Required",
|
||||
"optional": "Optional",
|
||||
"create": "Create",
|
||||
"update": "Update",
|
||||
"cancel": "Cancel",
|
||||
"save": "Save",
|
||||
"reset": "Reset"
|
||||
},
|
||||
"common": {
|
||||
"loading": "Loading...",
|
||||
"error": "An error occurred",
|
||||
"retry": "Retry",
|
||||
"cancel": "Cancel",
|
||||
"save": "Save",
|
||||
"delete": "Delete",
|
||||
"edit": "Edit",
|
||||
"add": "Add",
|
||||
"remove": "Remove",
|
||||
"confirm": "Confirm",
|
||||
"yes": "Yes",
|
||||
"no": "No",
|
||||
"ok": "OK",
|
||||
"close": "Close",
|
||||
"search": "Search",
|
||||
"filter": "Filter",
|
||||
"clear": "Clear",
|
||||
"refresh": "Refresh",
|
||||
"export": "Export",
|
||||
"import": "Import",
|
||||
"view": "View",
|
||||
"manage": "Manage"
|
||||
},
|
||||
"errors": {
|
||||
"networkError": "Network connection error. Please check your internet connection.",
|
||||
"serverError": "Server error. Please try again later.",
|
||||
"notFound": "The requested resource was not found.",
|
||||
"unauthorized": "You are not authorized to access this resource.",
|
||||
"forbidden": "Access to this resource is forbidden.",
|
||||
"validationError": "Please check your input and try again.",
|
||||
"sessionExpired": "Your session has expired. Please log in again.",
|
||||
"unknownError": "An unknown error occurred. Please try again.",
|
||||
"tenantExists": "A tenant with this name or slug already exists.",
|
||||
"userExists": "A user with this username or email already exists.",
|
||||
"invalidCredentials": "Invalid credentials provided.",
|
||||
"insufficientPrivileges": "Insufficient privileges to perform this action."
|
||||
},
|
||||
"success": {
|
||||
"tenantCreated": "Tenant created successfully",
|
||||
"tenantUpdated": "Tenant updated successfully",
|
||||
"tenantDeleted": "Tenant deleted successfully",
|
||||
"userCreated": "User created successfully",
|
||||
"userUpdated": "User updated successfully",
|
||||
"userDeleted": "User deleted successfully",
|
||||
"settingsSaved": "Settings saved successfully"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user