king
2020-04-02 1e7aa4f0ff5e13c4a99ba511bb357a4cc63aa0c1
src/locales/en-US/login.js
@@ -1,9 +1,13 @@
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'
  'login.copyright': 'Copyrights by',
  'login.sync.cloud': '同步云端应用'
}