king
2021-07-28 6cc278a2ffb418d1172ed84cf3b0b554b090cc8b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
export default {
  'login.auth.tip': 'The system is not authorized, please contact the administrator.',
  'login.ok': 'OK',
  'login.cancel': 'Cancel',
  'login.username': 'Username',
  'login.username.empty': 'Please input your username!',
  'login.phone': 'Mobile phone no',
  'login.phone.empty': 'Please enter your cell phone number!',
  'login.vercode': 'Verification code',
  'login.vercode.empty': 'Please enter your verification code!',
  'login.vercode.query': 'Get verify code',
  'login.vercode.queryagain': 'Obtain again after @s',
  'login.password': 'Password',
  'login.password.empty': 'Please input your Password!',
  'login.remember': 'Remember me',
  'login.submit': 'Log in',
  'login.copyright': 'Copyrights by',
  'login.sync.cloud': 'Synchronous cloud application'
}