| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- export default {
- common: {
- home: 'Home',
- title: 'Boom Ai',
- logout: 'Logout',
- login: 'Login',
- qingshuruyaosousuodegongzuoliu: 'Please input the workflow to search',
- shousuo: 'Search',
- chuangjiangongzuoliu: 'Create Workflow',
- fabuxuqiu: 'Publish Demand',
- gongzuoliu: 'Workflow',
- gongzuoliu_trade: 'Workflow Trade',
- zaixianbaoming: 'Online Registration',
- mibi: 'Mibit',
- baomibi: 'Boom Mibit',
- day: 'Day',
- hour: 'Hour',
- lijixuexi: 'Learn Now',
- renkanguo: 'People Have Seen',
- qitakechengtuijian: 'Other Course Recommendations',
- kechengjieshao: 'Course Description',
- kechengmulu: 'Course Directory',
- pinglun: 'Comments',
- xuxibiji: 'Learning Notes',
- add: 'Add',
- edit: 'Edit',
- delete: 'Delete',
- genxinyu: 'Updated at',
- cancel: 'Cancel',
- confirm: 'Confirm',
- orderConfirmTip: 'Please pay within 30 minutes, or the order will be automatically cancelled',
- payWay: 'Pay Way',
- orderInfo: 'Order Info',
- payNow: 'Pay Now',
- },
- login: {
- smsLogin: 'SMS Login',
- passwordLogin: 'Password Login',
- resetPassword: 'Reset Password',
- placeholderPhoneOrEmail: 'Please input phone or email',
- placeholderCaptcha: 'Please input captcha',
- sendCaptcha: 'Send Captcha',
- otherLogin: 'Other Login',
- placeholderPassword: 'Please input password',
- placeholderNewPassword: 'Please input new password',
- placeholderConfirmPassword: 'Please confirm new password',
- forgetPassword: 'Forget Password',
- },
- // 添加路由标题翻译
- route: {
- home: 'Home',
- gongzuoliu_trade_add: 'Publish Workflow Demand',
- WorkflowDetail: 'Workflow Detail',
- learning_system: 'Learning System',
- orderConfirm: 'Order Confirm',
- mibiShop: 'Mibit Shop',
-
- courseDetail: 'Course Detail',
- myLearning: 'My Learning',
- myLearningCourseDetail: 'My Learning Course Detail'
- },
- workflowTrade: {
- signUpSuccess: 'Sign Up Success',
- signUpFailed: 'Sign Up Failed, please try again later',
- publishSuccess: 'Publish Success',
- }
- }
|