Files
homarr/public/locales/en/user/manage.json
2023-08-05 23:06:40 +02:00

16 lines
440 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": "Delete user {{name}}"
},
"searchDoesntMatch": "Your search does not match any entries. Please adjust your filter."
}