generator-hcy-system
Version:
hcy system layout and pages
10 lines (9 loc) • 495 B
text/typescript
export default {
'pages.login.usernameRequired': 'Please input your username!',
'pages.login.passwordRequired': 'Please input your password!',
'pages.login.inputUsername': 'Please enter the user name',
'pages.login.inputpassword': 'Please enter your login password',
'pages.login.captchaRequired': 'Please input verification code!',
'pages.login.forgotPassword': 'Forgot Password ?',
'pages.login.inputCode': 'Please enter the verification code on the right',
};