Files
homarr/public/locales/uk/manage/users/edit.json
2023-12-22 21:50:04 +01:00

55 lines
1.0 KiB
JSON

{
"metaTitle": "",
"back": "",
"sections": {
"general": {
"title": "Загальне",
"inputs": {
"username": {
"label": "Логін"
},
"eMail": {
"label": "Електронна пошта"
}
}
},
"security": {
"title": "",
"inputs": {
"password": {
"label": ""
},
"terminateExistingSessions": {
"label": "",
"description": ""
},
"confirm": {
"label": "Підтвердити",
"description": ""
}
}
},
"roles": {
"title": "",
"currentRole": "",
"badges": {
"owner": "",
"admin": "",
"normal": ""
}
},
"deletion": {
"title": "",
"inputs": {
"confirmUsername": {
"label": "",
"description": ""
},
"confirm": {
"label": "Видалити назавжди",
"description": ""
}
}
}
}
}