mirror of
https://github.com/ajnart/homarr.git
synced 2026-05-05 21:26:45 +02:00
28 lines
360 B
JSON
28 lines
360 B
JSON
{
|
|
"title": "",
|
|
"text": "",
|
|
"form": {
|
|
"fields": {
|
|
"password": {
|
|
"label": "",
|
|
"placeholder": ""
|
|
}
|
|
},
|
|
"buttons": {
|
|
"submit": ""
|
|
}
|
|
},
|
|
"notifications": {
|
|
"checking": {
|
|
"title": "",
|
|
"message": ""
|
|
},
|
|
"correct": {
|
|
"title": ""
|
|
},
|
|
"wrong": {
|
|
"title": ""
|
|
}
|
|
}
|
|
}
|