export default class English { title = 'XXX System'; language = 'Language'; confirm = 'Confirm'; cancel = 'Cancel'; pleaseEnter = 'Please enter '; notBeNull = 'There cannot be empty'; pleaseSelect = 'Please select'; changePwd = 'Change password'; pwd = 'Password'; oldPwd = 'Old password'; newPwd = 'New password'; rePwd = 'Repeat password'; plsRePwd = 'Please enter the new password again'; rePwdError = 'The password is entered twice inconsistently'; logout = 'Logout'; fullScreen = 'Toggle full screen'; changeStyle = 'Switch themes'; default = 'Default'; light = 'Lignt'; dark = 'Dark'; color = 'Color'; size = 'Size'; normal = 'Normal'; small = 'Small'; large = 'Large'; connect = 'Desperately connected'; }