en.js 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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. fabuxuqiu: 'Publish Demand',
  11. gongzuoliu: 'Workflow',
  12. gongzuoliu_trade: 'Workflow Trade',
  13. zaixianbaoming: 'Online Registration',
  14. mibi: 'Mibit',
  15. baomibi: 'Boom Mibit',
  16. day: 'Day',
  17. hour: 'Hour',
  18. lijixuexi: 'Learn Now',
  19. renkanguo: 'People Have Seen',
  20. qitakechengtuijian: 'Other Course Recommendations',
  21. kechengjieshao: 'Course Description',
  22. kechengmulu: 'Course Directory',
  23. pinglun: 'Comments',
  24. xuxibiji: 'Learning Notes',
  25. add: 'Add',
  26. edit: 'Edit',
  27. delete: 'Delete',
  28. genxinyu: 'Updated at',
  29. cancel: 'Cancel',
  30. confirm: 'Confirm',
  31. orderConfirmTip: 'Please pay within 30 minutes, or the order will be automatically cancelled',
  32. payWay: 'Pay Way',
  33. orderInfo: 'Order Info',
  34. payNow: 'Pay Now',
  35. },
  36. login: {
  37. smsLogin: 'SMS Login',
  38. passwordLogin: 'Password Login',
  39. resetPassword: 'Reset Password',
  40. placeholderPhoneOrEmail: 'Please input phone or email',
  41. placeholderCaptcha: 'Please input captcha',
  42. sendCaptcha: 'Send Captcha',
  43. otherLogin: 'Other Login',
  44. placeholderPassword: 'Please input password',
  45. placeholderNewPassword: 'Please input new password',
  46. placeholderConfirmPassword: 'Please confirm new password',
  47. forgetPassword: 'Forget Password',
  48. },
  49. // 添加路由标题翻译
  50. route: {
  51. home: 'Home',
  52. gongzuoliu_trade_add: 'Publish Workflow Demand',
  53. WorkflowDetail: 'Workflow Detail',
  54. learning_system: 'Learning System',
  55. orderConfirm: 'Order Confirm',
  56. mibiShop: 'Mibit Shop',
  57. courseDetail: 'Course Detail',
  58. myLearning: 'My Learning',
  59. myLearningCourseDetail: 'My Learning Course Detail'
  60. },
  61. workflowTrade: {
  62. signUpSuccess: 'Sign Up Success',
  63. signUpFailed: 'Sign Up Failed, please try again later',
  64. publishSuccess: 'Publish Success',
  65. }
  66. }