Browse Source
* feat: add Indonesian translation * feat: add Indonesian translation * style: format code using Prettier * feat: add English translation for Login screenpull/7588/head
committed by
GitHub
5 changed files with 127 additions and 23 deletions
@ -0,0 +1,24 @@ |
|||
export default { |
|||
'pages.layouts.userLayout.title': |
|||
'Ant Design is the most influential web design specification in Xihu district', |
|||
'pages.login.accountLogin.tab': 'Account Login', |
|||
'pages.login.accountLogin.errorMessage': 'Incorrect username/password(admin/ant.design)', |
|||
'pages.login.username.placeholder': 'Username: admin or user', |
|||
'pages.login.username.required': 'Please input your username!', |
|||
'pages.login.password.placeholder': 'Password: ant.design', |
|||
'pages.login.password.required': 'Please input your password!', |
|||
'pages.login.phoneLogin.tab': 'Phone Login', |
|||
'pages.login.phoneLogin.errorMessage': 'Verification Code Error', |
|||
'pages.login.phoneNumber.placeholder': 'Phone Number', |
|||
'pages.login.phoneNumber.required': 'Please input your phone number!', |
|||
'pages.login.phoneNumber.invalid': 'Phone number is invalid!', |
|||
'pages.login.captcha.placeholder': 'Verification Code', |
|||
'pages.login.captcha.required': 'Please input verification code!', |
|||
'pages.login.phoneLogin.getVerificationCode': 'Get Code', |
|||
'pages.getCaptchaSecondText': 'sec(s)', |
|||
'pages.login.rememberMe': 'Remember me', |
|||
'pages.login.forgotPassword': 'Forgot Password ?', |
|||
'pages.login.submit': 'Submit', |
|||
'pages.login.loginWith': 'Login with :', |
|||
'pages.login.registerAccount': 'Register Account', |
|||
}; |
|||
Loading…
Reference in new issue