Fix jwt-token
This commit is contained in:
@@ -12,8 +12,9 @@ const translations = {
|
||||
},
|
||||
dashboard: {
|
||||
title: 'System Overview',
|
||||
online: 'Connected',
|
||||
offline: 'Disconnected',
|
||||
online: 'Online',
|
||||
offline: 'Offline',
|
||||
inactive: 'Inactive',
|
||||
recentDetections: 'Recent Detections',
|
||||
systemHealth: 'System Health',
|
||||
connectedDevices: 'Connected Devices',
|
||||
@@ -26,9 +27,48 @@ const translations = {
|
||||
notificationsDisabled: 'Notifications Disabled',
|
||||
detectionHistory: 'Detection History',
|
||||
deviceStatus: 'Device Status',
|
||||
deviceActivity: 'Device Activity',
|
||||
deviceActivity24h: 'Device Activity (24h)',
|
||||
detectionsTimeline24h: 'Detections Timeline (24h)',
|
||||
lastHour: 'Last Hour',
|
||||
last24Hours: 'Last 24 Hours',
|
||||
thisWeek: 'This Week'
|
||||
thisWeek: 'This Week',
|
||||
connected: 'Connected',
|
||||
disconnected: 'Disconnected',
|
||||
healthy: 'Healthy',
|
||||
warning: 'Warning',
|
||||
critical: 'Critical',
|
||||
operational: 'Operational',
|
||||
maintenance: 'Maintenance',
|
||||
failed: 'Failed',
|
||||
pending: 'Pending',
|
||||
approved: 'Approved',
|
||||
rejected: 'Rejected',
|
||||
active: 'Active',
|
||||
disabled: 'Disabled',
|
||||
statistics: 'Statistics',
|
||||
overview: 'Overview',
|
||||
summary: 'Summary',
|
||||
quickStats: 'Quick Statistics',
|
||||
systemOverview: 'System Overview',
|
||||
recentActivity: 'Recent Activity',
|
||||
liveDetections: 'Live Detections',
|
||||
live: 'Live',
|
||||
noRecentActivity: 'No recent activity',
|
||||
noRecentDetections: 'No recent detections',
|
||||
droneDetected: 'Drone detected',
|
||||
heartbeatFrom: 'Heartbeat from',
|
||||
movementTracking: 'Movement Tracking',
|
||||
criticalAlerts: 'Critical Alerts',
|
||||
veryCloseApproaches: 'Very close approaches',
|
||||
highPriority: 'High Priority',
|
||||
approachingDrones: 'Approaching drones',
|
||||
mediumPriority: 'Medium Priority',
|
||||
movementChanges: 'Movement changes',
|
||||
totalTracked: 'Total Tracked',
|
||||
events: 'events',
|
||||
lastAlert: 'Last Alert',
|
||||
none: 'None'
|
||||
},
|
||||
detections: {
|
||||
title: 'Drone Detections',
|
||||
@@ -221,8 +261,9 @@ const translations = {
|
||||
},
|
||||
dashboard: {
|
||||
title: 'Systemöversikt',
|
||||
online: 'Ansluten',
|
||||
offline: 'Frånkopplad',
|
||||
online: 'Online',
|
||||
offline: 'Offline',
|
||||
inactive: 'Inaktiv',
|
||||
recentDetections: 'Senaste detekteringar',
|
||||
systemHealth: 'Systemhälsa',
|
||||
connectedDevices: 'Anslutna enheter',
|
||||
@@ -235,9 +276,48 @@ const translations = {
|
||||
notificationsDisabled: 'Aviseringar inaktiverade',
|
||||
detectionHistory: 'Detekteringshistorik',
|
||||
deviceStatus: 'Enhetsstatus',
|
||||
deviceActivity: 'Enhetsaktivitet',
|
||||
deviceActivity24h: 'Enhetsaktivitet (24h)',
|
||||
detectionsTimeline24h: 'Detekteringshistorik (24h)',
|
||||
lastHour: 'Senaste timmen',
|
||||
last24Hours: 'Senaste 24 timmarna',
|
||||
thisWeek: 'Denna vecka'
|
||||
thisWeek: 'Denna vecka',
|
||||
connected: 'Ansluten',
|
||||
disconnected: 'Frånkopplad',
|
||||
healthy: 'Frisk',
|
||||
warning: 'Varning',
|
||||
critical: 'Kritisk',
|
||||
operational: 'Operativ',
|
||||
maintenance: 'Underhåll',
|
||||
failed: 'Misslyckad',
|
||||
pending: 'Väntar',
|
||||
approved: 'Godkänd',
|
||||
rejected: 'Avvisad',
|
||||
active: 'Aktiv',
|
||||
disabled: 'Inaktiverad',
|
||||
statistics: 'Statistik',
|
||||
overview: 'Översikt',
|
||||
summary: 'Sammanfattning',
|
||||
quickStats: 'Snabbstatistik',
|
||||
systemOverview: 'Systemöversikt',
|
||||
recentActivity: 'Senaste aktivitet',
|
||||
liveDetections: 'Live-detekteringar',
|
||||
live: 'Live',
|
||||
noRecentActivity: 'Ingen senaste aktivitet',
|
||||
noRecentDetections: 'Inga senaste detekteringar',
|
||||
droneDetected: 'Drönare detekterad',
|
||||
heartbeatFrom: 'Heartbeat från',
|
||||
movementTracking: 'Rörelsespårning',
|
||||
criticalAlerts: 'Kritiska larm',
|
||||
veryCloseApproaches: 'Mycket nära närmanden',
|
||||
highPriority: 'Hög prioritet',
|
||||
approachingDrones: 'Närmande drönare',
|
||||
mediumPriority: 'Medel prioritet',
|
||||
movementChanges: 'Rörelseförändringar',
|
||||
totalTracked: 'Totalt spårade',
|
||||
events: 'händelser',
|
||||
lastAlert: 'Senaste larm',
|
||||
none: 'Ingen'
|
||||
},
|
||||
detections: {
|
||||
title: 'Drönaredetekteringar',
|
||||
|
||||
Reference in New Issue
Block a user