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:
@@ -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": {
|
||||
|
||||
@@ -1058,7 +1058,14 @@
|
||||
"thUser": "Usuario",
|
||||
"thAction": "Acción",
|
||||
"thStatus": "Estado",
|
||||
"thDate": "Fecha"
|
||||
"thDate": "Fecha",
|
||||
"action": {
|
||||
"tokenRequested": "Token de seguridad solicitado"
|
||||
},
|
||||
"webStatus": {
|
||||
"success": "Conexión exitosa",
|
||||
"wrongPassword": "Contraseña incorrecta"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Legal": {
|
||||
|
||||
Reference in New Issue
Block a user