CluPilotCloud/lang/en/billing.php

37 lines
1.4 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',
'cores' => 'vCPU',
'ram' => 'RAM',
'status' => 'Status',
'status_active' => 'Active',
'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.'],
],
];