卖家控制台弹窗提示页面

This commit is contained in:
X1627315083@163.com
2026-04-08 14:19:42 +08:00
parent fe93b375c4
commit 103028f98a
9 changed files with 300 additions and 1 deletions

View File

@@ -1770,5 +1770,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',
}
}