Files
homarr/public/locales/sv/manage/users/edit.json
2024-01-27 22:12:04 +01:00

55 lines
982 B
JSON

{
"metaTitle": "",
"back": "",
"sections": {
"general": {
"title": "Allmänt",
"inputs": {
"username": {
"label": "Användarnamn"
},
"eMail": {
"label": ""
}
}
},
"security": {
"title": "",
"inputs": {
"password": {
"label": ""
},
"terminateExistingSessions": {
"label": "",
"description": ""
},
"confirm": {
"label": "Bekräfta",
"description": ""
}
}
},
"roles": {
"title": "",
"currentRole": "",
"badges": {
"owner": "",
"admin": "",
"normal": ""
}
},
"deletion": {
"title": "",
"inputs": {
"confirmUsername": {
"label": "",
"description": ""
},
"confirm": {
"label": "Radera permanent",
"description": ""
}
}
}
}
}