Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
16 lines
802 B
TypeScript
16 lines
802 B
TypeScript
export default {
|
|
'organizations.upsell.title': 'Organizations are an Enterprise feature',
|
|
'organizations.upsell.subtitle':
|
|
'Multi-tenancy lets you isolate users, resources, and quotas across teams. Upgrade to ZStack AIOS Enterprise to manage organizations.',
|
|
'organizations.upsell.featuresTitle': 'What you get in Enterprise',
|
|
'organizations.upsell.feature.orgs':
|
|
'Create organizations to group users and isolate workloads',
|
|
'organizations.upsell.feature.members':
|
|
'Manage members and roles per organization',
|
|
'organizations.upsell.feature.quotas':
|
|
'Set resource and token quotas per organization',
|
|
'organizations.upsell.feature.isolation':
|
|
'Scope API keys, model deployments, and resources per organization',
|
|
'organizations.upsell.cta': 'Learn about Enterprise'
|
|
};
|