en.js 489 B

123456789101112131415161718
  1. // 定义内容
  2. export default {
  3. login: {
  4. placeholder1: 'The user name admin or not is test',
  5. placeholder2: 'Password: 123456',
  6. placeholder3: 'Please enter the verification code',
  7. btnText: 'Sign in',
  8. link: {
  9. one1: 'Third party login',
  10. one2: 'Links',
  11. },
  12. signInText: 'welcome back!',
  13. copyright: {
  14. one5: 'Copyright: Shenzhen XXX Software Technology Co., Ltd',
  15. two6: 'Copyright: Shenzhen XXX software technology Guangdong ICP preparation no.05010000',
  16. },
  17. },
  18. };