mirror of
https://github.com/bgrolleman/dotfiles.git
synced 2026-05-10 09:01:15 +02:00
18 lines
378 B
JSON
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."
|
|
}
|
|
}
|
|
} |