mirror of
https://github.com/bgrolleman/dotfiles.git
synced 2026-05-10 09:01:15 +02:00
18 lines
372 B
JSON
18 lines
372 B
JSON
{
|
||
"window": {
|
||
"title": "Kimlik Doğrulaması Gerekli"
|
||
},
|
||
"prompt": {
|
||
"password": "Parola"
|
||
},
|
||
"action": {
|
||
"cancel": "İptal",
|
||
"authenticate": "Doğrula"
|
||
},
|
||
"error": {
|
||
"failed": {
|
||
"title": "Kimlik Doğrulama Başarısız",
|
||
"message": "Girdiğiniz parola yanlış."
|
||
}
|
||
}
|
||
} |