-
Notifications
You must be signed in to change notification settings - Fork 149
/
Copy pathen.js
79 lines (78 loc) · 3.27 KB
/
en.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
exports.enLang = {
newProject: 'New Project',
intro: 'Efficient, excellent set of front-end solutions',
docOffline: 'Document',
iviewVersion: 'Document version',
newVersion: 'Discover the new version',
download: 'Download',
updatedContent: 'Updated content',
checkingUpdates: 'Checking for updates',
checkUpdate: 'Check for updates',
isLatestVersion: "It's the latest version",
ok: "ok",
creating: 'Creating',
createDone: 'CreateDone',
creatingError: 'CreatingError',
moreConf: 'More configuration',
version: 'version',
pretreatment: '',
multilingual: 'i18n',
basedOn: 'Based on',
stateManagement: 'State',
charts: 'Charts',
others: 'Others',
copy: 'Copy',
html2canvas: 'HTML to picture',
rasterizeHtml: 'HTML to picture',
showMoreConf: 'Show more configuration',
projectName: 'Name',
versionUpercase: 'Version',
projectNamePlaceholder: "English only widthout spaces",
versionPlaceholder: "Enter version like '1.0.0'",
projectIntro: "Introduction",
projectIntroPlaceholder: 'Enter project introduction',
link: 'link',
gitLinkPlaceholder: 'Enter the link to the project',
createProject: 'Create Project',
reset: 'Reset',
create: 'Create',
basicConfFile: 'basic config file',
devConfFile: 'development environment config file',
proConfFile: 'production environment config file',
routerConfFile: 'router config file',
multilingualConfFile: 'i18n config file',
routerMountRootComponent: 'router mount the root component',
indexTemplate: 'index template',
index: 'index',
indexComponent: 'index component',
mainFile: 'main file',
confFile: 'config file',
toolsetFile: 'toolset File',
centralEventBusFile: 'Central event bus file',
ignoreFile: 'Ignore File',
furtherConf: 'Further Config',
openDirectory: 'Open Dir',
hasSaveAt: 'has saved all the config files in the specified',
directory: 'directory',
whatToDoNext: 'Follow the procedure below to start the project. For some custom content, you can further configure.',
installSomeToolsFirst: 'Please install the Node.js,npm and webpack globally first.',
installDependencies: 'Install Dependencies',
startService: 'Start Service(Development environment)',
openWebsiteLeftText: 'Use',
openWebsiteRightText: 'to access the website, after the service starts.',
compileAndPackage: 'Compile and Package(Development environment)',
config: 'Configure',
axiosLeftText: 'uses',
axiosMiddleText: "to complete Ajax request, and it's packaged in the",
axiosRightText: ', click on the file to modify the specific configuration.',
modifyHtmlTemplate: 'Modify HTML template',
modifyIndexLeftText: 'You can change the entry html, after modifying the file ',
modifyIndexRightText: ' and recompiling use webpack.',
multiLanguageConfLeftText: 'has written multi-language configuration in the file ',
multiLanguageConfMiddleText: 'it default support Chinese and English, you can configure it in the file',
multiLanguageConfRightText: '.',
useESLint: 'Use ESLint to detect whether the code conforms to the specification',
backHome: 'Home',
selectDir: 'Select the directory where to save the project',
about: 'About',
}