mirror of
https://github.com/bgrolleman/dotfiles.git
synced 2026-05-10 09:01:15 +02:00
18 lines
385 B
JSON
18 lines
385 B
JSON
{
|
|
"window": {
|
|
"title": "Authentification requise"
|
|
},
|
|
"prompt": {
|
|
"password": "Mot de passe"
|
|
},
|
|
"action": {
|
|
"cancel": "Annuler",
|
|
"authenticate": "S'authentifier"
|
|
},
|
|
"error": {
|
|
"failed": {
|
|
"title": "Authentification échouée",
|
|
"message": "Le mot de passe saisi est incorrect."
|
|
}
|
|
}
|
|
} |