Files
certd/packages/ui/certd-client/src/locales/langs/zh-CN/vip.ts
T

25 lines
500 B
TypeScript
Raw Normal View History

2025-06-25 20:09:29 +02:00
export default {
comm: {
name: "{vipLabel}已开通",
title: "到期时间:{expire}",
nav: "{vipLabel}",
},
plus: {
name: "商业版功能",
title: "升级商业版,获取商业授权",
},
free: {
comm: {
name: "商业版功能",
title: "升级商业版,获取商业授权",
},
button: {
name: "专业版功能",
title: "升级专业版,享受更多VIP特权",
},
nav: {
name: "基础版",
title: "升级专业版,享受更多VIP特权",
},
}
}