Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
16 lines
720 B
TypeScript
16 lines
720 B
TypeScript
export default {
|
|
'billing.upsell.title': 'Billing is an Enterprise feature',
|
|
'billing.upsell.subtitle':
|
|
'Track spend, generate invoices, and enforce budgets across teams. Upgrade to ZStack AIOS Enterprise to manage billing.',
|
|
'billing.upsell.featuresTitle': 'What you get in Enterprise',
|
|
'billing.upsell.feature.usage':
|
|
'See cost breakdowns by organization, user, and model',
|
|
'billing.upsell.feature.invoices':
|
|
'Generate invoices and export billing reports',
|
|
'billing.upsell.feature.budgets':
|
|
'Set budgets and spending limits with alerts',
|
|
'billing.upsell.feature.chargeback':
|
|
'Attribute and charge back usage to teams and projects',
|
|
'billing.upsell.cta': 'Learn about Enterprise'
|
|
};
|