Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wiki-js
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
wiki-js
Commits
c38ba72b
Commit
c38ba72b
authored
Jun 07, 2017
by
NGPixel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactor: editor-file.vue -> upload, move, delete
parent
fe767081
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
app.js
client/js/app.js
+2
-0
editor-file.vue
client/js/components/editor-file.vue
+0
-0
browser.json
server/locales/en/browser.json
+5
-2
No files found.
client/js/app.js
View file @
c38ba72b
...
@@ -38,6 +38,7 @@ import join from 'lodash/join'
...
@@ -38,6 +38,7 @@ import join from 'lodash/join'
import
kebabCase
from
'lodash/kebabCase'
import
kebabCase
from
'lodash/kebabCase'
import
last
from
'lodash/last'
import
last
from
'lodash/last'
import
map
from
'lodash/map'
import
map
from
'lodash/map'
import
nth
from
'lodash/nth'
import
pullAt
from
'lodash/pullAt'
import
pullAt
from
'lodash/pullAt'
import
reject
from
'lodash/reject'
import
reject
from
'lodash/reject'
import
slice
from
'lodash/slice'
import
slice
from
'lodash/slice'
...
@@ -101,6 +102,7 @@ const _ = {
...
@@ -101,6 +102,7 @@ const _ = {
kebabCase
,
kebabCase
,
last
,
last
,
map
,
map
,
nth
,
pullAt
,
pullAt
,
reject
,
reject
,
slice
,
slice
,
...
...
client/js/components/editor-file.vue
View file @
c38ba72b
This diff is collapsed.
Click to expand it.
server/locales/en/browser.json
View file @
c38ba72b
...
@@ -10,6 +10,7 @@
...
@@ -10,6 +10,7 @@
"filedeleteaction"
:
"Delete"
,
"filedeleteaction"
:
"Delete"
,
"filedeleteloading"
:
"Deleting file..."
,
"filedeleteloading"
:
"Deleting file..."
,
"filedeletedefault"
:
"this file"
,
"filedeletedefault"
:
"this file"
,
"filedeletesuccess"
:
"File deleted successfully."
,
"fileerror"
:
"Unable to fetch updated listing."
,
"fileerror"
:
"Unable to fetch updated listing."
,
"filefolderempty"
:
"This folder is empty."
,
"filefolderempty"
:
"This folder is empty."
,
"fileinsert"
:
"Insert Link to File"
,
"fileinsert"
:
"Insert Link to File"
,
...
@@ -17,11 +18,14 @@
...
@@ -17,11 +18,14 @@
"filemoveaction"
:
"Move to..."
,
"filemoveaction"
:
"Move to..."
,
"filemoveerror"
:
"Move error: {{err}}"
,
"filemoveerror"
:
"Move error: {{err}}"
,
"filemoveloading"
:
"Moving file..."
,
"filemoveloading"
:
"Moving file..."
,
"filemovesuccess"
:
"File moved successfully."
,
"fileprocessing"
:
"Processing..."
,
"fileprocessing"
:
"Processing..."
,
"filerenameaction"
:
"Rename"
,
"filerenameaction"
:
"Rename"
,
"filesuccess"
:
"File link has been inserted."
,
"filesuccess"
:
"File link has been inserted."
,
"filetitle"
:
"Insert File"
,
"filetitle"
:
"Insert File"
,
"fileupload"
:
"Upload File"
,
"fileupload"
:
"Upload File"
,
"fileuploaderror"
:
"Upload Error: {{err}}"
,
"fileuploadsuccess"
:
"File(s) uploaded successfully."
,
"folders"
:
"Folders"
,
"folders"
:
"Folders"
,
"foldersloading"
:
"Fetching folders list..."
,
"foldersloading"
:
"Fetching folders list..."
,
"newfolder"
:
"New Folder"
,
"newfolder"
:
"New Folder"
,
...
@@ -99,4 +103,4 @@
...
@@ -99,4 +103,4 @@
"placeholder"
:
"Search..."
,
"placeholder"
:
"Search..."
,
"results"
:
"Search Results"
"results"
:
"Search Results"
}
}
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment