Client - add selects to sort users in administration
This commit is contained in:
@ -31,6 +31,23 @@
|
||||
"TABLE": {
|
||||
"ADD_ADMIN_RIGHTS": "Add admin rights",
|
||||
"REMOVE_ADMIN_RIGHTS": "Remove admin rights"
|
||||
},
|
||||
"SELECTS": {
|
||||
"ORDER_BY": {
|
||||
"LABEL": "order by",
|
||||
"admin": "admin status",
|
||||
"created_at": "registration date",
|
||||
"username": "username",
|
||||
"workouts_count": "workout count"
|
||||
},
|
||||
"ORDER": {
|
||||
"LABEL": "sort",
|
||||
"ASC": "ascending",
|
||||
"DESC": "descending"
|
||||
},
|
||||
"PER_PAGE": {
|
||||
"LABEL": "par page"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user