|
1 | 1 | import en from 'element-plus/es/locale/lang/en' |
2 | 2 | import components from './components' |
3 | 3 | import layout from './layout' |
| 4 | +import common from './common' |
4 | 5 | import views from './views' |
5 | 6 |
|
6 | 7 | export default { |
7 | 8 | lang: 'English', |
8 | 9 | layout, |
| 10 | + common, |
9 | 11 | views, |
10 | 12 | components, |
11 | 13 | en, |
12 | | - common: { |
13 | | - create: 'Create', |
14 | | - createSuccess: 'Create Success', |
15 | | - copy: 'Copy', |
16 | | - copySuccess: 'Copy Success', |
17 | | - copyError: 'Copy Failed', |
18 | | - save: 'Save', |
19 | | - saveSuccess: 'Save Success', |
20 | | - delete: 'Delete', |
21 | | - deleteSuccess: 'Successfully deleted', |
22 | | - setting: 'Setting', |
23 | | - settingSuccess: 'Setting Successful', |
24 | | - submit: 'Submit', |
25 | | - submitSuccess: 'Submitted successfully', |
26 | | - edit: 'Edit', |
27 | | - editSuccess: 'Edit Successful', |
28 | | - cancel: 'Cancel', |
29 | | - confirm: 'Confirm', |
30 | | - tip: 'Prompt', |
31 | | - add: 'Add', |
32 | | - refresh: 'Refresh', |
33 | | - search: 'Search', |
34 | | - clear: 'Clear', |
35 | | - professional: 'Purchase the Professional Edition', |
36 | | - status: 'Status', |
37 | | - createDate: 'Create date', |
38 | | - operation: 'Operation', |
39 | | - document: 'Documentation', |
40 | | - character: 'characters', |
41 | | - export: 'Export', |
42 | | - exportSuccess: 'Export successful', |
43 | | - unavailable: '(Unavailable)', |
44 | | - public: 'Public', |
45 | | - private: 'Private', |
46 | | - paramSetting: 'Parameter Settings', |
47 | | - creator: 'Creator', |
48 | | - debug: 'Debug', |
49 | | - modify: 'Modify', |
50 | | - }, |
51 | 14 |
|
52 | 15 | } |
0 commit comments