en.js 1019 B

12345678910111213141516171819202122232425262728293031323334353637
  1. export default {
  2. common: {
  3. home: 'Home',
  4. title: 'Boom Ai',
  5. logout: 'Logout',
  6. login: 'Login',
  7. qingshuruyaosousuodegongzuoliu: 'Please input the workflow to search',
  8. shousuo: 'Search',
  9. chuangjiangongzuoliu: 'Create Workflow',
  10. gongzuoliu: 'Workflow',
  11. gongzuoliu_trade: 'Workflow Trade',
  12. },
  13. login: {
  14. smsLogin: 'SMS Login',
  15. passwordLogin: 'Password Login',
  16. resetPassword: 'Reset Password',
  17. placeholderPhoneOrEmail: 'Please input phone or email',
  18. placeholderCaptcha: 'Please input captcha',
  19. sendCaptcha: 'Send Captcha',
  20. otherLogin: 'Other Login',
  21. placeholderPassword: 'Please input password',
  22. placeholderNewPassword: 'Please input new password',
  23. placeholderConfirmPassword: 'Please confirm new password',
  24. forgetPassword: 'Forget Password',
  25. },
  26. // 添加路由标题翻译
  27. route: {
  28. home: 'Home',
  29. courseDetail: 'Course Detail',
  30. myLearning: 'My Learning',
  31. myLearningCourseDetail: 'My Learning Course Detail'
  32. }
  33. }