36 lines
889 B
JSON
36 lines
889 B
JSON
{
|
|
"groups": {
|
|
"heads": {
|
|
"id": "ID",
|
|
"name": "Title",
|
|
"issuer": "Issuer",
|
|
"status": "Status",
|
|
"created-at": "Created at",
|
|
"updated-at": "Last update",
|
|
"permissions": "Permissions"
|
|
},
|
|
"statuses": {
|
|
"active": "Active",
|
|
"deleted": "Deleted"
|
|
},
|
|
"creation": {
|
|
"create": "New group",
|
|
"edit": "Edit group",
|
|
"fields": {
|
|
"ID": "ID of group",
|
|
"name": "Name of group",
|
|
"permissions": "Permissions of users in group"
|
|
}
|
|
},
|
|
"delete": {
|
|
"delete-one": {
|
|
"title": "Delete group",
|
|
"message": "Are you sure you want to delete group with ID {0}? This action cannot be undone"
|
|
},
|
|
"delete-many": {
|
|
"title": "Delete groups",
|
|
"message": "Are you sure you want to delete {0} groups? This action cannot be undone"
|
|
}
|
|
}
|
|
}
|
|
} |