19 lines
650 B
JSON
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."
|
|
} |