81 lines
3.1 KiB
PHP
81 lines
3.1 KiB
PHP
<?php
|
|
|
|
return [
|
|
'cart' => [
|
|
'title' => 'Pending purchases',
|
|
'subtitle' => 'Activated once paid',
|
|
'added' => 'added :when',
|
|
'total' => 'Total',
|
|
'remove' => 'Remove',
|
|
'removed' => 'Removed from your pending purchases.',
|
|
'gone' => 'That entry is no longer pending.',
|
|
'keep' => 'Keep',
|
|
'remove_title' => 'Remove this entry?',
|
|
'remove_body' => '":item" will be taken out of your pending purchases. You can add it again at any time.',
|
|
'remove_confirm' => 'Remove',
|
|
'upgrade' => 'Change to the :plan plan',
|
|
'storage' => ':gb GB extra storage',
|
|
'traffic' => ':gb GB data transfer',
|
|
'plan' => ':plan plan',
|
|
],
|
|
'traffic_title' => 'Data transfer',
|
|
'traffic_body' => ':gb GB of extra volume for this month, :price.',
|
|
'traffic_used' => ':used of :quota used',
|
|
'traffic_cta' => 'Add :gb GB',
|
|
'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.'],
|
|
],
|
|
];
|