基于vue3.0和element-plus的组件库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
768 B

2 years ago
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';
}