CluPilotCloud/lang/en/plans.php

88 lines
3.4 KiB
PHP

<?php
return [
'title' => 'Plans',
'subtitle' => 'What you sell, at what price, and from when. Existing customers always keep their contract.',
'empty' => 'No plans yet.',
'plan' => 'Plan',
'tier' => 'Rank',
'tier_hint' => 'Decides whether a change is an upgrade — not the price.',
'status' => 'Status',
'actions' => 'Actions',
'live_version' => 'On sale',
'no_live_version' => 'no version live',
'next_from' => 'v:version from :date',
'drafts' => '{1} :count draft|[2,*] :count drafts',
'manage_versions' => 'Versions (:count)',
'on_sale' => 'On sale',
'nothing_available' => 'Nothing available',
'withdrawn_badge' => 'Withdrawn',
'now_selling' => 'Plan is on sale again.',
'withdrawn' => 'Plan withdrawn from sale. Existing customers keep their contract.',
'new_title' => 'New plan',
'new_body' => 'Creates the plan line only. What it can do and costs is decided by its versions.',
'key' => 'Key',
'key_hint' => 'Permanent. Orders and contracts refer to it.',
'name' => 'Display name',
'create' => 'Create plan',
'created' => 'Plan created.',
'back' => 'Back to plans',
'versions_subtitle' => 'A version is immutable from publication — customers are contracted to it.',
'family_withdrawn_note' => 'This plan is withdrawn from sale. While the switch is off nobody can buy it, whichever version would otherwise be running. Existing customers keep their contract.',
'version' => 'Version :n',
'no_versions' => 'No version yet. Draft one on the right.',
'badge_live' => 'On sale',
'badge_scheduled' => 'Scheduled',
'badge_closed' => 'Closed',
'badge_withdrawn' => 'Withdrawn',
'badge_draft' => 'Draft',
'window' => ':from to :until',
'open_ended' => 'further notice',
'draft_hint' => 'Nothing promised yet — freely editable.',
'publish' => 'Publish',
'publish_warning' => 'From publication, this version\'s capabilities and price are final. Changing them afterwards needs a new version.',
'publish_confirm' => 'Publish for good',
'published' => 'Version :version published.',
'available_from' => 'On sale from',
'available_until' => 'On sale until',
'available_until_hint' => 'Leave empty for open-ended.',
'close_now' => 'Stop selling',
'closed' => 'Version :version is no longer sold.',
'cancel' => 'Cancel',
'discard' => 'Discard',
'discard_title' => 'Discard draft v:version of :plan?',
'discard_body' => 'A draft was never promised to anyone and can be deleted without consequence.',
'discard_confirm' => 'Discard draft',
'discard_too_late' => 'That version has since been published and stays.',
'draft_title' => 'New version',
'draft_body' => 'Prefilled from the latest version — for "same plan, new price", one field is enough.',
'draft_create' => 'Create draft',
'draft_created' => 'Draft v:version created.',
'infra' => 'Infrastructure',
'pricing' => 'Prices',
'features' => 'Included features',
'cents_hint' => 'In cents, net.',
'disk_hint' => 'At least as large as the storage quota.',
'net' => 'net',
'term_monthly' => 'Monthly',
'term_yearly' => 'Yearly',
'f_storage' => 'Storage',
'f_traffic' => 'Traffic',
'f_seats' => 'Users',
'f_performance' => 'Performance class',
'f_ram' => 'RAM',
'f_cores' => 'vCPU',
'f_disk' => 'Disk',
'f_template' => 'Template (VMID)',
];