Files
homarr/public/locales/en/manage/users.json
2023-08-06 14:12:39 +02:00

19 lines
650 B
JSON

{
"title": "Manage users",
"text": "Using users, you have granular control who can access, edit or delete resources on your Homarr instance.",
"buttons": {
"create": "Create"
},
"table": {
"header": {
"user": "User"
}
},
"modals": {
"delete": {
"title": "Delete user {{name}}",
"text": "Are you sure, that you want to delete the user {{name}}? This will delete data associated with this account, but not any created dashboards by this user."
}
},
"searchDoesntMatch": "Your search does not match any entries. Please adjust your filter."
}