-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0938a52
commit d3947cf
Showing
6 changed files
with
79 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,6 @@ | |
node_modules | ||
public | ||
src | ||
!src/styles/main.scss | ||
!src/styles/main.scss | ||
assets | ||
server |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,13 @@ | ||
export default { | ||
'grapesjs-pages': { | ||
new: 'New Page +', | ||
placeholder: 'Page name', | ||
templates: { | ||
all: 'All', | ||
templates: 'Templates', | ||
search: 'Search for sites by name or id', | ||
open: 'Open', | ||
new: 'Enter new page name', | ||
create: 'Create', | ||
help: 'Select a template, enter project name, then click create. If no template is selected a blank project will be created.', | ||
info: 'Site Info', | ||
updated: 'Last Updated', | ||
pages: 'Pages', | ||
created: 'Created At', | ||
size: 'Size', | ||
actions: 'Actions', | ||
titles: { | ||
open: 'Select to open site', | ||
info: 'Click to sort by site name', | ||
updated: 'Click to sort by last update date', | ||
pages: 'Click to sort by number of pages', | ||
created: 'Click to sort by site creation date', | ||
size: 'Click to sort by site size', | ||
actions: 'Click to sort by site name', | ||
delete: 'Delete', | ||
edit: 'Edit' | ||
} | ||
}, | ||
settings: { | ||
save: 'Save', | ||
generate: 'Generate', | ||
help: 'Enter url, or generate thumbnail.', | ||
labels: { | ||
name: 'Name', | ||
thumbnail: 'Thumbnail', | ||
description: 'Description', | ||
template: 'Template' | ||
}, | ||
placeholders: { | ||
name: 'Name...', | ||
thumbnail: 'Thumbnail...', | ||
description: 'Description...' | ||
} | ||
} | ||
projects: 'My projects', | ||
templates: 'Templates', | ||
'save-template': 'Save template', | ||
'load-template': 'Load templates', | ||
'template-settings': 'Template settings', | ||
loading: 'Loading...', | ||
select: 'Select', | ||
'enter-template-name': 'Enter template name:', | ||
'no-records': 'No projects found. Projects will appear here once you add them.' | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters