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

@ -36,19 +36,10 @@
},
"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"
}
}
}

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"
}
}
}

View File

@ -36,19 +36,10 @@
},
"SELECTS": {
"ORDER_BY": {
"LABEL": "trier par ",
"admin": "status administrateur",
"created_at": "date d'inscription",
"username": "nom d'utilisateur",
"workouts_count": "nombre de séances"
},
"ORDER": {
"LABEL": "tri",
"ASC": "ascendant",
"DESC": "descendant"
},
"PER_PAGE": {
"LABEL": "par page"
}
}
}

View File

@ -2,5 +2,18 @@
"CONFIRMATION": "Confirmation",
"DAY": "jour | jours",
"HOME": "Accueil",
"HERE": "ici"
"HERE": "ici",
"SELECTS": {
"ORDER_BY": {
"LABEL": "trier par "
},
"ORDER": {
"LABEL": "tri",
"ASC": "ascendant",
"DESC": "descendant"
},
"PER_PAGE": {
"LABEL": "par page"
}
}
}