mirror of
https://github.com/bgrolleman/dotfiles.git
synced 2026-05-10 09:01:15 +02:00
18 lines
390 B
JSON
18 lines
390 B
JSON
{
|
|
"window": {
|
|
"title": "Wymagane uwierzytelnienie"
|
|
},
|
|
"prompt": {
|
|
"password": "Hasło"
|
|
},
|
|
"action": {
|
|
"cancel": "Anuluj",
|
|
"authenticate": "Uwierzytelnij"
|
|
},
|
|
"error": {
|
|
"failed": {
|
|
"title": "Uwierzytelnienie nie powiodło się",
|
|
"message": "Wprowadzone hasło jest nieprawidłowe."
|
|
}
|
|
}
|
|
} |