♻️ Address pull request feedback

This commit is contained in:
Meier Lukas
2023-08-06 14:12:39 +02:00
parent 4b2c5f2816
commit 9e576f1498
53 changed files with 934 additions and 746 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"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."
}