hideCcsImportButtonHint:'When enabled, the "Import to CCS" button will be hidden on the API Keys page'
hideCcsImportButtonHint:'When enabled, the "Import to CCS" button will be hidden on the API Keys page'
},
},
purchase:{
title:'Purchase Page',
description:'Show a "Purchase Subscription" entry in the sidebar and open the configured URL in an iframe',
enabled:'Show Purchase Entry',
enabledHint:'Only shown in standard mode (not simple mode)',
url:'Purchase URL',
urlPlaceholder:'https://example.com/purchase',
urlHint:'Must be an absolute http(s) URL',
iframeWarning:
'⚠️ iframe note: Some websites block embedding via X-Frame-Options or CSP (frame-ancestors). If the page is blank, provide an "Open in new tab" alternative.'
},
smtp:{
smtp:{
title:'SMTP Settings',
title:'SMTP Settings',
description:'Configure email sending for verification codes',
description:'Configure email sending for verification codes',
...
@@ -3039,6 +3051,18 @@ export default {
...
@@ -3039,6 +3051,18 @@ export default {
retry:'Retry'
retry:'Retry'
},
},
// Purchase Subscription Page
purchase:{
title:'Purchase Subscription',
description:'Purchase a subscription via the embedded page',
openInNewTab:'Open in new tab',
notEnabledTitle:'Feature not enabled',
notEnabledDesc:'The administrator has not enabled the purchase page. Please contact admin.',
notConfiguredTitle:'Purchase URL not configured',
notConfiguredDesc:
'The administrator enabled the entry but has not configured a purchase URL. Please contact admin.'