mirror of
https://github.com/certd/certd.git
synced 2026-05-18 14:27:36 +08:00
25 lines
509 B
TypeScript
25 lines
509 B
TypeScript
|
|
export default {
|
||
|
|
comm: {
|
||
|
|
name: "{vipLabel} Activated",
|
||
|
|
title: "Expires on: {expire}",
|
||
|
|
nav: "{vipLabel}",
|
||
|
|
},
|
||
|
|
plus: {
|
||
|
|
name: "Pro Features",
|
||
|
|
title: "Upgrade to Pro for commercial license",
|
||
|
|
},
|
||
|
|
free: {
|
||
|
|
comm: {
|
||
|
|
name: "Pro Features",
|
||
|
|
title: "Upgrade to Pro for commercial license",
|
||
|
|
},
|
||
|
|
button: {
|
||
|
|
name: "Advanced Features",
|
||
|
|
title: "Upgrade to Advanced for more VIP privileges",
|
||
|
|
},
|
||
|
|
nav: {
|
||
|
|
name: "Basic Version",
|
||
|
|
title: "Upgrade to Advanced for more VIP privileges",
|
||
|
|
},
|
||
|
|
},
|
||
|
|
}
|