Files
drone-detector/client/src/i18n/locales/en.json
2025-09-19 12:58:48 +02:00

142 lines
4.1 KiB
JSON

{
"app": {
"title": "UAM-ILS Drone Detection System",
"subtitle": "Real-time Unmanned Aerial Vehicle Monitoring"
},
"navigation": {
"dashboard": "Dashboard",
"detections": "Detections",
"devices": "Devices",
"alerts": "Alerts",
"settings": "Settings",
"logout": "Logout"
},
"auth": {
"login": "Login",
"username": "Username",
"password": "Password",
"loginButton": "Sign In",
"loginError": "Invalid credentials. Please try again.",
"sessionExpired": "Your session has expired. Please log in again.",
"accessDenied": "Access denied. Please contact support.",
"loggingIn": "Signing in...",
"logout": "Logout",
"logoutConfirm": "Are you sure you want to log out?"
},
"dashboard": {
"title": "System Overview",
"activeDetectors": "Active Detectors",
"recentDetections": "Recent Detections",
"threatLevel": "Threat Level",
"systemStatus": "System Status",
"online": "Online",
"offline": "Offline",
"maintenance": "Maintenance"
},
"detections": {
"title": "Drone Detections",
"noDetections": "No detections found",
"loadingDetections": "Loading detections...",
"filterByType": "Filter by Type",
"filterByThreat": "Filter by Threat Level",
"allTypes": "All Types",
"allThreats": "All Threat Levels",
"timestamp": "Timestamp",
"location": "Location",
"droneType": "Drone Type",
"threatLevel": "Threat Level",
"distance": "Distance",
"altitude": "Altitude",
"confidence": "Confidence",
"actions": "Actions",
"viewDetails": "View Details",
"deleteDetection": "Delete Detection",
"confirmDelete": "Are you sure you want to delete this detection?"
},
"devices": {
"title": "Detection Devices",
"noDevices": "No devices configured",
"loadingDevices": "Loading devices...",
"addDevice": "Add Device",
"deviceId": "Device ID",
"deviceName": "Device Name",
"status": "Status",
"lastSeen": "Last Seen",
"location": "Location",
"actions": "Actions",
"edit": "Edit",
"delete": "Delete",
"activate": "Activate",
"deactivate": "Deactivate"
},
"alerts": {
"title": "Alert Configuration",
"noAlerts": "No alert rules configured",
"loadingAlerts": "Loading alert rules...",
"addAlert": "Add Alert Rule",
"ruleName": "Rule Name",
"conditions": "Conditions",
"actions": "Actions",
"enabled": "Enabled",
"disabled": "Disabled"
},
"settings": {
"title": "Settings",
"general": "General",
"notifications": "Notifications",
"language": "Language",
"theme": "Theme",
"timezone": "Timezone",
"save": "Save Changes",
"cancel": "Cancel",
"saved": "Settings saved successfully",
"error": "Failed to save settings"
},
"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"
},
"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."
},
"droneTypes": {
"unknown": "Unknown",
"consumer": "Consumer",
"commercial": "Commercial",
"military": "Military",
"surveillance": "Surveillance",
"racing": "Racing",
"educational": "Educational"
},
"threatLevels": {
"low": "Low",
"medium": "Medium",
"high": "High",
"critical": "Critical"
}
}