security-history: acción y estado web multiidioma

La lib devolvía la acción ("Token de seguridad solicitado") y el estado del login
web ("Conexión exitosa"/"Contraseña incorrecta") en español. Ahora devuelve claves
(actionKey='tokenRequested'; statusKey='success'/'wrongPassword'/'other' + statusRaw)
y la página las traduce (History.security.action/webStatus). El coloreado rojo pasa
a depender de statusKey==='wrongPassword'. Verificado con datos reales.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-14 19:39:46 +00:00
parent 19d3c43a76
commit 16ae9f0db8
4 changed files with 31 additions and 13 deletions
+8 -1
View File
@@ -1058,7 +1058,14 @@
"thUser": "User",
"thAction": "Action",
"thStatus": "Status",
"thDate": "Date"
"thDate": "Date",
"action": {
"tokenRequested": "Security token requested"
},
"webStatus": {
"success": "Successful login",
"wrongPassword": "Wrong password"
}
}
},
"Legal": {