mirror of
https://github.com/bgrolleman/dotfiles.git
synced 2026-05-10 17:11:14 +02:00
18 lines
375 B
JSON
18 lines
375 B
JSON
{
|
|
"window": {
|
|
"title": "Authentication Required"
|
|
},
|
|
"prompt": {
|
|
"password": "Password"
|
|
},
|
|
"action": {
|
|
"cancel": "Cancel",
|
|
"authenticate": "Authenticate"
|
|
},
|
|
"error": {
|
|
"failed": {
|
|
"title": "Authentication Failed",
|
|
"message": "The password you entered was incorrect."
|
|
}
|
|
}
|
|
} |