add actionButtons for mobile multiSelecting, refactoring sortingAndPreview icon

This commit is contained in:
Milos Holba
2020-12-21 11:23:18 +01:00
parent 07086c7550
commit 299292a817
10 changed files with 279 additions and 176 deletions

View File

@@ -282,6 +282,11 @@
"select": "Select",
"no_options": "No Options Available"
},
"mobile_selecting": {
"select_all": "Select All",
"deselect_all": "Deselect All",
"done": "Done"
},
"preview_sorting": {
"grid_view": "Grid View",
"list_view": "List View",

View File

@@ -284,6 +284,11 @@
"select": "Select",
"no_options": "No Options Available"
},
"mobile_selecting": {
"select_all": "Select All",
"deselect_all": "Deselect All",
"done": "Done"
},
"preview_sorting": {
"grid_view": "Grid View",
"list_view": "List View",

View File

@@ -284,6 +284,11 @@
"select": "Výber",
"no_options": "Nie sú k dispozícii žiadne možnosti"
},
"mobile_selecting": {
"select_all": "Vybrať všetko",
"deselect_all": "Odznačiť všetko",
"done": "Hotovo"
},
"preview_sorting": {
"grid_view": "Mriežka",
"list_view": "List",