Client - refactoring users admin selects
This commit is contained in:
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user