zh-tw.ts 787 B

12345678910111213141516171819202122232425262728
  1. // 定义内容
  2. export default {
  3. label: {
  4. one1: '用戶名登入',
  5. two2: '手機號登入',
  6. },
  7. link: {
  8. one3: '協力廠商登入',
  9. two4: '友情連結',
  10. },
  11. account: {
  12. accountPlaceholder1: '用戶名admin或不輸均為common',
  13. accountPlaceholder2: '密碼:123456',
  14. accountPlaceholder3: '請輸入驗證碼',
  15. accountBtnText: '登入',
  16. },
  17. mobile: {
  18. placeholder1: '請輸入手機號',
  19. placeholder2: '請輸入驗證碼',
  20. codeText: '獲取驗證碼',
  21. btnText: '登入',
  22. msgText: '* 溫馨提示:建議使用穀歌、Microsoft Edge,版本79.0.1072.62及以上瀏覽器,360瀏覽器請使用極速模式',
  23. },
  24. scan: {
  25. text: '打開手機掃一掃,快速登錄/注册',
  26. },
  27. signInText: '歡迎回來!',
  28. }