mirror of
https://github.com/bgrolleman/dotfiles.git
synced 2026-05-10 09:01:15 +02:00
18 lines
382 B
JSON
18 lines
382 B
JSON
{
|
|
"window": {
|
|
"title": "Autenticación requerida"
|
|
},
|
|
"prompt": {
|
|
"password": "Contraseña"
|
|
},
|
|
"action": {
|
|
"cancel": "Cancelar",
|
|
"authenticate": "Autenticar"
|
|
},
|
|
"error": {
|
|
"failed": {
|
|
"title": "Autenticación fallida",
|
|
"message": "La contraseña introducida es incorrecta."
|
|
}
|
|
}
|
|
} |