mirror of
https://github.com/bgrolleman/dotfiles.git
synced 2026-05-10 17:11:14 +02:00
18 lines
469 B
JSON
18 lines
469 B
JSON
{
|
|
"window": {
|
|
"title": "Потрібна аутентифікація"
|
|
},
|
|
"prompt": {
|
|
"password": "Пароль"
|
|
},
|
|
"action": {
|
|
"cancel": "Скасувати",
|
|
"authenticate": "Аутентифікувати"
|
|
},
|
|
"error": {
|
|
"failed": {
|
|
"title": "Помилка аутентифікації",
|
|
"message": "Введений пароль неправильний."
|
|
}
|
|
}
|
|
} |