60 lines
2.2 KiB
PHP
60 lines
2.2 KiB
PHP
<?php
|
|
|
|
return [
|
|
'title' => 'Plan & add-ons',
|
|
'subtitle' => 'Your current plan, upgrades, extra storage and add-ons.',
|
|
'current_plan' => 'Current plan',
|
|
'per_month' => 'per month',
|
|
'month_short' => 'mo',
|
|
'storage' => 'Storage',
|
|
'seats' => 'Users',
|
|
'seats_count' => 'up to :count users',
|
|
'performance' => 'Performance',
|
|
'status' => 'Status',
|
|
'status_active' => 'Active',
|
|
|
|
'perf' => [
|
|
'standard' => 'Standard',
|
|
'enhanced' => 'Enhanced',
|
|
'high' => 'High',
|
|
'dedicated' => 'Dedicated',
|
|
],
|
|
|
|
'feature' => [
|
|
'managed_updates' => 'Managed updates',
|
|
'daily_backups' => 'Daily backups',
|
|
'monitoring' => 'Round-the-clock monitoring',
|
|
'subdomain' => 'Own CluPilot subdomain',
|
|
'custom_domain' => 'Custom domain',
|
|
'office' => 'Office integration (Collabora)',
|
|
'branding' => 'Custom branding',
|
|
'priority_support' => 'Priority support',
|
|
'premium_sla' => 'Premium SLA',
|
|
'extended_retention' => 'Longer backup retention',
|
|
'audit_log' => 'Audit log',
|
|
'onboarding' => 'Onboarding assistance',
|
|
],
|
|
'pending_note' => ':count purchase pending — activated after payment.',
|
|
'upgrade_title' => 'Upgrade',
|
|
'upgrade_cta' => 'Upgrade',
|
|
'storage_title' => 'Extra storage',
|
|
'storage_body' => 'Expandable anytime — +:gb GB for :price per month, cancel monthly.',
|
|
'storage_cta' => 'Add :gb GB',
|
|
'addon_cta' => 'Add',
|
|
'purchased' => 'Purchase noted — we activate it after payment.',
|
|
'mock_note' => 'Payment & fulfillment follow once the payment provider is connected.',
|
|
|
|
'plan' => [
|
|
'start' => 'Start',
|
|
'team' => 'Team',
|
|
'business' => 'Business',
|
|
'enterprise' => 'Enterprise',
|
|
],
|
|
|
|
'addon' => [
|
|
'extra_backups' => ['name' => 'Daily off-site backups', 'desc' => 'Additional encrypted backups at a second location.'],
|
|
'priority_support' => ['name' => 'Priority support', 'desc' => 'Priority handling, response time under 1 hour.'],
|
|
'collabora_pro' => ['name' => 'Collabora Online Pro', 'desc' => 'Advanced office features and more concurrent editors.'],
|
|
],
|
|
];
|