28 lines
1.2 KiB
PHP
28 lines
1.2 KiB
PHP
<?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' => 'Mon–Fri, 8am–6pm',
|
||
'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.',
|
||
];
|