55 lines
2.4 KiB
PHP
55 lines
2.4 KiB
PHP
<?php
|
|
|
|
return [
|
|
'site_title' => 'Website visibility',
|
|
'site_public' => 'Public',
|
|
'site_hidden' => 'Hidden',
|
|
'site_public_body' => 'Website and customer portal are reachable by anyone and indexed by search engines.',
|
|
'site_hidden_body' => 'Outside visitors only see a placeholder (status 503, noindex). Through the VPN and as a signed-in staff member you still see everything. The console stays reachable either way.',
|
|
'site_your_view' => 'Your address :ip —',
|
|
'site_via_vpn' => 'through the VPN, you always see the real site.',
|
|
'site_not_vpn' => 'not on the VPN. As a signed-in staff member you still see the real site.',
|
|
'site_hide' => 'Hide website',
|
|
'site_show' => 'Publish website',
|
|
'site_now_public' => 'The website is public again.',
|
|
'site_now_hidden' => 'The website is hidden now.',
|
|
'title' => 'Settings',
|
|
'subtitle' => 'Your operator account and team management.',
|
|
'save' => 'Save',
|
|
|
|
'account_title' => 'My account',
|
|
'name' => 'Name',
|
|
'email' => 'Email',
|
|
'twofa_hint' => 'Password & two-factor authentication follow in a separate security area.',
|
|
'account_saved' => 'Account updated.',
|
|
|
|
'staff_title' => 'Team & access',
|
|
'staff_sub' => 'Invite staff and set their role. Only the Owner can manage the team.',
|
|
'role' => 'Role',
|
|
'invite' => 'Invite',
|
|
'invite_hint' => 'The account is created; invitation/password delivery follows with the email integration.',
|
|
'staff_invited' => 'Staff member created.',
|
|
'temp_title' => 'Credentials (shown once)',
|
|
'temp_hint' => 'Share these securely with the staff member. A proper invitation link follows with the email integration.',
|
|
'temp_password' => 'Temporary password',
|
|
|
|
'col_person' => 'Person',
|
|
'col_actions' => 'Actions',
|
|
'you' => 'You',
|
|
'revoke' => 'Revoke access',
|
|
|
|
'role_owner' => 'Owner',
|
|
'role_admin' => 'Administrator',
|
|
'role_support' => 'Support',
|
|
'role_billing' => 'Billing',
|
|
'role_read-only' => 'Read-only',
|
|
|
|
'role_updated' => 'Role updated.',
|
|
'staff_revoked' => 'Access revoked.',
|
|
'not_self' => 'You cannot change your own role.',
|
|
'owner_only' => 'Only an Owner may grant or revoke the Owner role.',
|
|
'last_owner' => 'The last Owner cannot be changed or removed.',
|
|
'not_staff' => 'Only existing staff can be edited.',
|
|
'is_customer' => 'This email already belongs to a customer account.',
|
|
];
|