Client - refactoring users admin selects

This commit is contained in:
Sam
2021-11-02 14:19:37 +01:00
parent 6c6a024ad6
commit 05b22e6f72
6 changed files with 43 additions and 30 deletions

View File

@ -2,5 +2,18 @@
"CONFIRMATION": "Confirmation",
"DAY": "day | days",
"HOME": "Home",
"HERE": "here"
"HERE": "here",
"SELECTS": {
"ORDER_BY": {
"LABEL": "order by"
},
"ORDER": {
"LABEL": "sort",
"ASC": "ascending",
"DESC": "descending"
},
"PER_PAGE": {
"LABEL": "par page"
}
}
}