Files
homarr/public/locales/et/manage/users/edit.json
2024-03-09 17:56:56 +01:00

55 lines
936 B
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": ""
}
}
}
}
}