refactor: editor-file.vue -> upload, move, delete

This commit is contained in:
NGPixel
2017-06-07 19:56:18 -04:00
parent fe76708124
commit c38ba72b5b
3 changed files with 144 additions and 46 deletions

View File

@@ -10,6 +10,7 @@
"filedeleteaction": "Delete",
"filedeleteloading": "Deleting file...",
"filedeletedefault": "this file",
"filedeletesuccess": "File deleted successfully.",
"fileerror": "Unable to fetch updated listing.",
"filefolderempty": "This folder is empty.",
"fileinsert": "Insert Link to File",
@@ -17,11 +18,14 @@
"filemoveaction": "Move to...",
"filemoveerror": "Move error: {{err}}",
"filemoveloading": "Moving file...",
"filemovesuccess": "File moved successfully.",
"fileprocessing": "Processing...",
"filerenameaction": "Rename",
"filesuccess": "File link has been inserted.",
"filetitle": "Insert File",
"fileupload": "Upload File",
"fileuploaderror": "Upload Error: {{err}}",
"fileuploadsuccess": "File(s) uploaded successfully.",
"folders": "Folders",
"foldersloading": "Fetching folders list...",
"newfolder": "New Folder",
@@ -99,4 +103,4 @@
"placeholder": "Search...",
"results": "Search Results"
}
}
}