Merge branch 'dev_vite' of http://18.167.251.121:10003/aidlab/aida_front into dev_vite

This commit is contained in:
李志鹏
2026-04-08 15:19:23 +08:00
9 changed files with 300 additions and 1 deletions

View File

@@ -1721,5 +1721,19 @@ export default {
IncorrectEmailFormat: '请输入正确的邮箱格式',
CompleteVerificationCode: '请输入完整的验证码',
PleaseEnterYourAccountNumberOrPassword: '请输入您的账号或密码'
}
},
SellerToolTip: {
title: '如何上架你的设计',
titleInfo: '按照以下4个步骤将你的设计发布到市场。',
step1Title: '选择系列',
step1Info: '选择你要上架的设计系列。',
step2Title: '选择草图',
step2Info: '挑选你要上架的草图,可同时选择多个。',
step3Title: '编辑草图详情',
step3Info: '详情信息已从AiDA自动填充请检查并补充任何缺失的信息。',
step4Title: '上架发布',
step4Info: '发布后,你的设计将立即在市场上线。',
showAgain: '不再提示',
GetStarted: '开始体验',
}
}

View File

@@ -1772,5 +1772,19 @@ export default {
IncorrectEmailFormat: 'The email format is incorrect',
CompleteVerificationCode: 'Please enter the complete verification code.',
PleaseEnterYourAccountNumberOrPassword: 'Please enter your account number or password'
},
SellerToolTip: {
title: 'How to List your Design',
titleInfo: 'Follow these 4 steps to publish your design to the marketplace.',
step1Title: 'Select Collection',
step1Info: 'Choose the design collection you want to list from.',
step2Title: 'Select Sketch',
step2Info: 'Pick the sketch you want to list. You can select multiple at a time.',
step3Title: 'Edit Sketch Details',
step3Info: 'Details are pre-filled from AiDA. Review and complete any missing information.',
step4Title: 'Listing Live',
step4Info: 'Publish and your design goes live on the marketplace.',
showAgain: 'Dont show me again',
GetStarted: 'Get Started',
}
}