| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161 |
- 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',
- renbaoming: 'People Registered',
- 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',
- quantity: 'Quantity',
- amount: 'Amount',
- RMB: 'RMB',
- back: 'Back',
- buy: 'Buy',
- success: 'Success',
- fail: 'Fail',
- tip: 'Tip',
- pleaseInputCommentContent: 'Please input comment content',
- commentSuccess: 'Comment Success',
- send: 'Send',
- pleaseInputTitle: 'Please input title',
- pleaseInputContent: 'Please input content',
- unCollect: 'Uncollect',
- collect: 'Collect',
- share: 'Share',
- notes: ' Notes',
- copyError: 'Copy Failed',
- copySuccess: 'Copy Success',
- signUpDeadline: 'Sign Up Deadline',
- publish: 'Publish',
- actualAmount: 'Actual Amount',
- goPay: 'Go Pay',
- cancelOrder: 'Cancel Order',
- applyInvoice: 'Apply Invoice',
- applyRefund: 'Apply Refund',
- reorder: 'Reorder',
- orderTime: 'Order Time',
- collected: 'Collected',
- cancelCollect: 'Cancel Collect',
- orderCreateTime: 'Order Create Time',
- viewDetails: 'View Details',
- publishWorkflow: 'Publish Workflow',
- agree: 'Agree',
- reject: 'Reject',
- viewHomepage: 'View Homepage',
- empty:'No data available',
- all: 'All',
- studyStage: 'Study Stage',
- courseCategory: 'Course Category',
- skillTag: 'Skill Tag',
- dictType: 'Type',
- dictTypeSecond: 'Second Type',
- go: 'Go ',
- platform: 'Platform',
- demandStatus: 'Demand Status',
- publishTime: 'Publish Time',
- startUsing: 'Start Using',
- total: 'Total',
- demandCount: 'Demand Count',
- downloadWorkflow: 'Download Workflow',
- },
- 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',
- recharge: 'Recharge',
- 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',
- demandStatusSignUping: 'Sign Uping',
- demandStatusEnded: 'Ended',
- },
- personalCenter:{
- personalCenter: 'Personal Center',
- phoneNumber: 'Phone Number',
- follow: 'Follow',
- editProfile: 'Edit Profile',
- openMembership: 'Open Membership',
- checkIn: 'Check In',
- myWallet: 'My Wallet',
- membershipInfo: 'Membership Info',
- myCollection: 'My Collection',
- myDemand: 'My Demand',
- myOrders: 'My Orders',
- myInvoice: 'My Invoice',
- myWorkflow: 'My Workflow',
- incomeDetails: 'Income Details',
- usageRecord: 'Usage Record',
- openMembershipDetails: 'Open Membership Details',
- publishDemandRecord: 'Publish Demand Record',
- myDemandRecord: 'My Demand Record',
- viewSignUpRecord: 'View Sign Up Record',
- endActivity: 'End Activity',
- cancelSignUp: 'Cancel Sign Up',
- allOrders: 'All Orders',
- daifukuan: 'Pending Payment',
- yiwancheng: 'Completed',
- yiquxiao: 'Cancelled',
- dingdanhao: 'Order Number',
- goumaishichang: 'Purchase Duration',
- youxiaoqi: 'Validity Period',
- zhifushijian: 'Payment Time',
- gongzuoliuliang: 'Workflow Quantity',
- baomiliang: 'Registration Record',
- ren: 'People',
- yue: 'Balance',
- shenqingtixian: 'Apply for Withdrawal',
- zhuanghuanmibi: 'Convert Mibit'
- }
- }
|