Fix jwt-token
This commit is contained in:
@@ -91,12 +91,20 @@ const translations = {
|
||||
issues: 'Issues'
|
||||
},
|
||||
system: {
|
||||
title: 'System Information',
|
||||
title: 'System Monitor',
|
||||
description: 'Real-time system health and configuration monitoring',
|
||||
serverInfo: 'Server Information',
|
||||
databaseInfo: 'Database Information',
|
||||
version: 'Version',
|
||||
environment: 'Environment',
|
||||
uptime: 'Uptime',
|
||||
platform: 'Platform'
|
||||
platform: 'Platform',
|
||||
platformStatus: 'Platform Status',
|
||||
lastUpdated: 'Last updated',
|
||||
loadError: 'Failed to load system information',
|
||||
noInformation: 'No system information available',
|
||||
noInformationDescription: 'Unable to load system metrics.',
|
||||
retry: 'Retry'
|
||||
},
|
||||
common: {
|
||||
loading: 'Loading...',
|
||||
@@ -125,7 +133,12 @@ const translations = {
|
||||
username: 'Username',
|
||||
password: 'Password',
|
||||
loginButton: 'Sign In',
|
||||
logout: 'Logout'
|
||||
logout: 'Logout',
|
||||
portalTitle: 'UAMILS Management Portal',
|
||||
loginDescription: 'Sign in to manage tenants and system configuration',
|
||||
signIn: 'Sign in',
|
||||
signingIn: 'Signing in...',
|
||||
adminAccess: 'Admin access required. Default: admin / admin123'
|
||||
}
|
||||
},
|
||||
sv: {
|
||||
@@ -219,12 +232,20 @@ const translations = {
|
||||
issues: 'Problem'
|
||||
},
|
||||
system: {
|
||||
title: 'Systeminformation',
|
||||
title: 'Systemövervakning',
|
||||
description: 'Realtid systemhälsa och konfigurationsövervakning',
|
||||
serverInfo: 'Serverinformation',
|
||||
databaseInfo: 'Databasinformation',
|
||||
version: 'Version',
|
||||
environment: 'Miljö',
|
||||
uptime: 'Drifttid',
|
||||
platform: 'Plattform'
|
||||
platform: 'Plattform',
|
||||
platformStatus: 'Plattformsstatus',
|
||||
lastUpdated: 'Senast uppdaterad',
|
||||
loadError: 'Misslyckades att ladda systeminformation',
|
||||
noInformation: 'Ingen systeminformation tillgänglig',
|
||||
noInformationDescription: 'Kunde inte ladda systemstatistik.',
|
||||
retry: 'Försök igen'
|
||||
},
|
||||
common: {
|
||||
loading: 'Laddar...',
|
||||
@@ -253,7 +274,12 @@ const translations = {
|
||||
username: 'Användarnamn',
|
||||
password: 'Lösenord',
|
||||
loginButton: 'Logga in',
|
||||
logout: 'Logga ut'
|
||||
logout: 'Logga ut',
|
||||
portalTitle: 'UAMILS Förvaltningsportal',
|
||||
loginDescription: 'Logga in för att hantera hyresgäster och systemkonfiguration',
|
||||
signIn: 'Logga in',
|
||||
signingIn: 'Loggar in...',
|
||||
adminAccess: 'Administratörsåtkomst krävs. Standard: admin / admin123'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user