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.
31 lines
768 B
31 lines
768 B
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'; |
|
}
|
|
|