Files

18 lines
378 B
JSON

{
"window": {
"title": "Authenticatie vereist"
},
"prompt": {
"password": "Wachtwoord"
},
"action": {
"cancel": "Annuleren",
"authenticate": "Authenticeren"
},
"error": {
"failed": {
"title": "Authenticatie mislukt",
"message": "Het ingevoerde wachtwoord was onjuist."
}
}
}