卖家控制台弹窗提示页面

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

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