| 12345678910111213141516171819202122232425262728293031323334353637 |
- export default {
- common: {
- home: 'Home',
- title: 'Boom Ai',
- logout: 'Logout',
- login: 'Login',
- qingshuruyaosousuodegongzuoliu: 'Please input the workflow to search',
- shousuo: 'Search',
- chuangjiangongzuoliu: 'Create Workflow',
- gongzuoliu: 'Workflow',
- gongzuoliu_trade: 'Workflow Trade',
- },
- 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',
-
- courseDetail: 'Course Detail',
- myLearning: 'My Learning',
- myLearningCourseDetail: 'My Learning Course Detail'
- }
- }
|