33 lines
1.4 KiB
PHP
33 lines
1.4 KiB
PHP
<?php
|
||
|
||
return [
|
||
'eyebrow' => 'Console',
|
||
'title' => 'Setup',
|
||
'subtitle' => 'What is configured once and then holds. These pages used to sit among the daily work in the sidebar — equally important, and nowhere near as often needed.',
|
||
|
||
'group' => [
|
||
'delivery' => 'Delivery',
|
||
'offer' => 'Offering',
|
||
'access' => 'Access',
|
||
'house' => 'The installation',
|
||
],
|
||
'group_hint' => [
|
||
'delivery' => 'What this house writes with, and what it writes from.',
|
||
'offer' => 'What is sold — families, versions, prices.',
|
||
'access' => 'Who may come in, and what this house speaks to outside.',
|
||
'house' => 'The state of the installation itself.',
|
||
],
|
||
|
||
'tile' => [
|
||
'mail' => 'The server, the mailboxes, and which kind of mail leaves from which.',
|
||
'templates' => 'The texts this house sends.',
|
||
'mail_preview' => 'Look at a mail before a customer does.',
|
||
'plans' => 'The catalogue: plan families, versions, prices and add-ons.',
|
||
'roles' => 'Who may open the console, and what they may do in it.',
|
||
'settings' => 'Your own account, two-factor, and this installation’s version.',
|
||
'integrations' => 'Stripe, DNS, monitoring — and the file underneath all of it.',
|
||
'readiness' => 'Every check this installation knows about itself.',
|
||
'dpa' => 'The data processing agreement that applies to the whole installation.',
|
||
],
|
||
];
|