57 lines
2.5 KiB
PHP
57 lines
2.5 KiB
PHP
<?php
|
|
|
|
return [
|
|
'title' => 'Settings',
|
|
'subtitle' => 'Manage your company details, branding and package.',
|
|
'save' => 'Save',
|
|
|
|
'company_title' => 'Company details',
|
|
'company_name' => 'Company name',
|
|
'contact_name' => 'Contact person',
|
|
'phone' => 'Phone',
|
|
'vat_id' => 'VAT ID',
|
|
'billing_address' => 'Billing address',
|
|
'profile_saved' => 'Company details saved.',
|
|
|
|
'branding_title' => 'Branding',
|
|
'branding_sub' => 'Your logo and colors are applied to your cloud during provisioning. If left empty we use the CluPilot defaults.',
|
|
'brand_display_name' => 'Display name',
|
|
'brand_primary' => 'Primary color',
|
|
'brand_accent' => 'Accent color',
|
|
'brand_logo' => 'Logo',
|
|
'brand_logo_hint' => 'PNG or WebP, max 2 MB. Transparent background recommended.',
|
|
'brand_logo_remove' => 'Remove logo',
|
|
'brand_default' => 'Default',
|
|
'brand_using_default' => 'Currently using the CluPilot defaults.',
|
|
'branding_saved' => 'Branding saved.',
|
|
|
|
'package_title' => 'Package',
|
|
'package_active' => 'Active package: :plan.',
|
|
'no_package' => 'No active package.',
|
|
'cancel_cta' => 'Cancel package',
|
|
'cancel_scheduled_title' => 'Cancellation scheduled',
|
|
'cancel_scheduled_body' => 'Your package ends on :date. You will then receive your data export.',
|
|
|
|
'cancel_title' => 'Cancel package?',
|
|
'cancel_body' => 'Your package will be cancelled at the end of the billing period.',
|
|
'cancel_point_term' => 'Effective at the end of the term — everything stays available until then.',
|
|
'cancel_point_export' => 'At the end of the term you receive a full data export.',
|
|
'cancel_point_irreversible' => 'Once confirmed, the cancellation is binding.',
|
|
'cancel_confirm_label' => 'Type “:name” to confirm:',
|
|
'cancel_confirm' => 'Cancel for good',
|
|
'cancel_mismatch' => 'That does not match your cloud address.',
|
|
'keep' => 'Keep',
|
|
|
|
'close_account_title' => 'Close account',
|
|
'close_account_sub' => 'Permanently close your CluPilot account.',
|
|
'close_cta' => 'Close account',
|
|
'close_title' => 'Close account permanently?',
|
|
'close_body' => 'Your access will end. Invoices are retained as legally required.',
|
|
'close_confirm_label' => 'Type “:word” to confirm:',
|
|
'close_confirm' => 'Close account',
|
|
'close_keyword' => 'DELETE',
|
|
'close_mismatch' => 'Please type the confirmation word correctly.',
|
|
'close_blocked_title' => 'Not possible yet',
|
|
'close_blocked' => 'Please cancel your active package before closing the account.',
|
|
];
|