king
2020-03-12 1dfd49b103e721f9bb63fd4d472b6fcc225d94a1
1
2
3
4
5
6
7
8
9
10
11
12
export default {
  'login.auth.tip': 'The system is not authorized, please contact the administrator.',
  'login.auth.ok': 'OK',
  'login.auth.cancel': 'Cancel',
  'login.username': 'Username',
  'login.username.empty': 'Please input your username!',
  'login.password': 'Password',
  'login.password.empty': 'Please input your Password!',
  'login.remember': 'Remember me',
  'login.submit': 'Log in',
  'login.copyright': 'Copyrights by'
}