Fix jwt-token

This commit is contained in:
2025-09-19 15:11:42 +02:00
parent 5d21bb5b0a
commit 2b4a7bf09e
2 changed files with 96 additions and 32 deletions

View File

@@ -314,7 +314,38 @@ const translations = {
droneLabels: 'Drone ID labels shown',
positionOffsets: 'Slight position offsets for visibility',
ringSize: 'Ring size = estimated distance from detector',
showDroneDetections: 'Show Drone Detections'
showDroneDetections: 'Show Drone Detections',
droneDetectionDetails: 'Drone Detection Details',
live: 'LIVE',
droneId: 'Drone ID',
type: 'Type',
rssi: 'RSSI',
frequency: 'Frequency',
detectionTimeline: 'Detection Timeline',
firstDetected: 'First detected',
latestDetection: 'Latest detection',
currentDetection: 'Current Detection',
confidence: 'Confidence',
duration: 'Duration',
detector: 'Detector',
location: 'Location',
realTimeAnalysis: 'Real-time Analysis',
firstDetection: 'First detection',
movementAnalysis: 'Movement Analysis',
totalDetections: 'Total detections',
signalStrengthTrend: 'Signal Strength Trend',
lastDetections: 'Last 8 detections (oldest to newest)',
approaching: 'APPROACHING',
retreating: 'RETREATING',
stablePosition: 'STABLE POSITION',
rssiChange: 'RSSI change',
over: 'over',
minutes: 'minutes',
instantTrend: 'Instant trend',
strengthening: 'STRENGTHENING',
weakening: 'WEAKENING',
deviceName: 'Device',
unknown: 'Unknown'
},
movementAlerts: {
title: 'Movement Alerts',
@@ -713,7 +744,38 @@ const translations = {
droneLabels: 'Drönar-ID-etiketter visas',
positionOffsets: 'Lätta positionsförskjutningar för synlighet',
ringSize: 'Ringstorlek = uppskattad distans från detektor',
showDroneDetections: 'Visa drönardetekteringar'
showDroneDetections: 'Visa drönardetekteringar',
droneDetectionDetails: 'Drönardetekteringsdetaljer',
live: 'LIVE',
droneId: 'Drönar-ID',
type: 'Typ',
rssi: 'RSSI',
frequency: 'Frekvens',
detectionTimeline: 'Detekteringstidslinje',
firstDetected: 'Först detekterad',
latestDetection: 'Senaste detektion',
currentDetection: 'Aktuell detektion',
confidence: 'Konfidensgrad',
duration: 'Varaktighet',
detector: 'Detektor',
location: 'Plats',
realTimeAnalysis: 'Realtidsanalys',
firstDetection: 'Första detektion',
movementAnalysis: 'Rörelseanalys',
totalDetections: 'Totalt antal detektioner',
signalStrengthTrend: 'Signalstyrketrend',
lastDetections: 'Senaste 8 detektioner (äldsta till nyaste)',
approaching: 'NÄRMAR SIG',
retreating: 'DRAR SIG TILLBAKA',
stablePosition: 'STABIL POSITION',
rssiChange: 'RSSI-förändring',
over: 'över',
minutes: 'minuter',
instantTrend: 'Omedelbar trend',
strengthening: 'FÖRSTÄRKNING',
weakening: 'FÖRSVAGNING',
deviceName: 'Enhet',
unknown: 'Okänd'
},
movementAlerts: {
title: 'Rörelselarm',