12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- export default {
- okText: 'OK',
- closeText: 'Close',
- cancelText: 'Cancel',
- loadingText: 'Loading...',
- saveText: 'Save',
- delText: 'Delete',
- resetText: 'Reset',
- searchText: 'Search',
- queryText: 'Search',
- inputText: 'Please enter',
- chooseText: 'Please choose',
- redo: 'Refresh',
- back: 'Back',
- light: 'Light',
- dark: 'Dark',
- // noun
- on: 'On',
- off: 'Off',
- yes: 'Yes',
- no: 'No',
- started: 'Started',
- stopped: 'Stopped',
- action: 'Action',
- createTime: 'Create Time',
- updateTime: 'Update Time',
- deleteTime: 'Delete Time',
- successful: 'Successful',
- failed: 'Failed',
- sort: 'Sort',
- status: 'Status',
- remark: 'Remark',
- displayName: 'Display Name',
- title: 'Title',
- name: 'Name',
- description: 'Description',
- nonSelected: 'Please select',
- all: 'All',
- beginDate: 'Begin',
- endDate: 'End',
- key: 'Key',
- value: 'Value',
- source: 'Source',
- expiredAt: 'Expired Time',
- qrcode: 'QR code',
- // action
- start: 'Start',
- stop: 'Stop',
- edit: 'Edit',
- delete: 'Delete',
- submit: 'Submit',
- // notification
- deleteConfirm: 'Confirm the deletion?',
- operateSuccess: 'Successful operation',
- operateFailed: 'The operation failed',
- updateSuccess: 'Update successfully',
- updateFailed: 'Update failed',
- createSuccess: 'Create successfully',
- createFailed: 'Create failed',
- deleteSuccess: 'Delete successfully',
- deleteFailed: 'Delete failed',
- getInfoSuccess: 'Get information Successfully',
- getInfoFailed: 'Get information Failed',
- changeStatusSuccess: 'Change status successfully',
- changeStatusFailed: 'Change status failed',
- targetNotExist: 'Target does not exist',
- notAllowDelete: 'Disallow deletion of this object',
- notAllowDeleteAdminData: "Disallow deletion of administrator's data",
- notAllowChangeStatus: 'Disallow modification of status',
- notAllowSameAsParentId: 'The parent ID cannot be the same as its own ID',
- wrongFormat: 'Wrong format',
- required: 'Required',
- viewLog: 'View logs',
- };
|