CluPilotCloud/lang/en/billing.php

110 lines
4.5 KiB
PHP

<?php
return [
// Smaller plans are listed even when they cannot be taken, with the reason
// in the customer's own numbers.
'downgrade' => 'Smaller package',
'downgrade_hint' => 'You can move down at any time, as long as what you hold fits the smaller package.',
'downgrade_to' => 'Move to :plan',
'downgrade_blocked' => 'Not possible right now',
'downgrade_blocker' => [
'seats' => 'You have :current users, this package allows :limit. Remove access under "Users".',
'storage' => 'You are using :current, this package offers :limit. Delete data or empty the trash.',
],
'per_month' => 'net per month',
'net_reverse_charge' => 'net — reverse charge',
'net_per_month' => 'net per month',
'granted_plan' => 'Provided',
'net_once' => 'net, one-off',
'net_hint' => 'net, plus :percent % VAT',
'cart' => [
'reverse_charge' => 'Reverse charge — VAT payable by the recipient',
'net' => 'net',
'per_month' => 'per month',
'once' => 'one-off',
'subtotal_net' => 'Subtotal net',
'vat' => 'plus :percent % VAT',
'total_gross' => 'Total gross',
'recurring_note' => 'Of which :amount gross recurs monthly.',
'plan_replaced' => 'The plan change you had pending was replaced — only one can be open at a time.',
'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',
'total_with_addons' => 'Total incl. modules: :total',
'addon_packs' => ':count packs',
'addon_booked' => 'Booked — price fixed',
'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.'],
],
];