mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
add actionButtons for mobile multiSelecting, refactoring sortingAndPreview icon
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user