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