|
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' |
5 | 4 | import views from './views' |
6 | 5 |
|
7 | 6 | export default { |
8 | 7 | lang: 'English', |
9 | 8 | layout, |
10 | | - common, |
11 | 9 | views, |
12 | 10 | components, |
13 | 11 | 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 | + }, |
14 | 51 |
|
15 | 52 | } |
0 commit comments