fix: show build app limit in app creation modal (#16940)

This commit is contained in:
KVOJJJin
2025-03-28 15:39:21 +08:00
committed by GitHub
parent c7fcfc863d
commit 9feafb6dbd
9 changed files with 78 additions and 65 deletions

View File

@@ -170,8 +170,11 @@ const translation = {
fullSolution: 'Upgrade your plan to get more space.',
},
apps: {
fullTipLine1: 'Upgrade your plan to',
fullTipLine2: 'build more apps.',
fullTip1: 'Upgrade to create more apps',
fullTip1des: 'You\'ve reached the limit of build apps on this plan',
fullTip2: 'Plan limit reached',
fullTip2des: 'It is recommended to clean up inactive applications to free up usage, or contact us.',
contactUs: 'Contact us',
},
annotatedResponse: {
fullTipLine1: 'Upgrade your plan to',

View File

@@ -169,8 +169,11 @@ const translation = {
fullSolution: '升级您的套餐以获得更多空间。',
},
apps: {
fullTipLine1: '升级您的套餐以',
fullTipLine2: '构建更多的程序。',
fullTip1: '升级以创建更多应用',
fullTip1des: '您已达到此计划上构建应用的限制',
fullTip2: '计划限制已达到',
fullTip2des: '推荐您清理不活跃的应用或者联系我们',
contactUs: '联系我们',
},
annotatedResponse: {
fullTipLine1: '升级您的套餐以',