CluPilotCloud/lang/en/support.php

28 lines
1.2 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?php
return [
'title' => 'Support',
'subtitle' => 'We are here for you — personal and fast.',
'new' => 'New request',
'new_toast' => 'Support form is only indicated in this prototype.',
'contact_hours' => 'Availability',
'contact_hours_val' => 'MonFri, 8am6pm',
'contact_email' => 'Email',
'contact_sla' => 'Response time',
'contact_sla_val' => 'Team plan · within 4 hrs',
'tickets' => 'Your requests',
'status_open' => 'Open',
'status_progress' => 'In progress',
'status_closed' => 'Resolved',
'ticket_migration' => 'Data import from Dropbox',
'ticket_training' => 'Training session for the office',
'ticket_smtp' => 'Set up email delivery',
'faq' => 'Frequently asked questions',
'faq_q1' => 'How do I restore a backup?',
'faq_a1' => 'Under “Backups”, pick the point in time and click “Restore”. We confirm the restore within one hour.',
'faq_q2' => 'Can I add more users?',
'faq_a2' => 'Yes, any time under “Users” up to your plan limit. Add extra seats with one click.',
'faq_q3' => 'Where is my data stored?',
'faq_a3' => 'Exclusively in the EU, at the Falkenstein data center — encrypted and GDPR-compliant.',
];