85 lines
3.5 KiB
PHP
85 lines
3.5 KiB
PHP
<?php
|
||
|
||
return [
|
||
'roles' => [
|
||
'customer' => [
|
||
'label' => 'Customer',
|
||
'description' => 'Access as a customer with your personal customer number.',
|
||
],
|
||
'broker' => [
|
||
'label' => 'Estate Agent',
|
||
'description' => 'Registration for estate agents with their own agent number.',
|
||
],
|
||
'manufacturer' => [
|
||
'label' => 'Manufacturer',
|
||
'description' => 'Access for manufacturers to manage products.',
|
||
],
|
||
'retailer' => [
|
||
'label' => 'Retailer',
|
||
'description' => 'Access for retailers to manage inventory and customers.',
|
||
],
|
||
],
|
||
|
||
'steps' => [
|
||
'code_entry' => [
|
||
'title' => 'Enter Code',
|
||
'description' => 'Scan the QR code, enter your registration code (e.g. M00100001 or K01102513) and verify it.',
|
||
],
|
||
'create_account' => [
|
||
'title' => 'Create Account',
|
||
'description' => 'After successful verification, create your account. Role: :role – this ensures your access is correctly assigned.',
|
||
],
|
||
'complete_onboarding' => [
|
||
'title' => 'Complete Onboarding',
|
||
'description' => 'You will be guided directly to the appropriate setup process and complete your profile in just a few minutes.',
|
||
],
|
||
],
|
||
|
||
'messages' => [
|
||
'code_unique' => 'Each code is unique and can only be redeemed once.',
|
||
'code_format' => 'Format: Letter + 4×2 digits, e.g. M 99 11 22 44',
|
||
'code_invalid' => 'This registration code is invalid or has already been used.',
|
||
'code_accepted' => 'Code accepted. Please register now.',
|
||
'code_problems' => 'Problems with the code? Contact your representative or support.',
|
||
],
|
||
|
||
'titles' => [
|
||
'registration' => 'Registration',
|
||
'access_for_role' => 'Access for :role',
|
||
'enter_code' => 'Enter Your Personal Code',
|
||
'how_it_works' => 'How Your Registration Works',
|
||
'how_it_works_description' => 'Three steps to access – with your personal registration code and the appropriate onboarding for :role.',
|
||
],
|
||
|
||
'actions' => [
|
||
'check_code' => 'Check Code & Continue',
|
||
'how_it_works' => 'how it works',
|
||
'start_now' => 'Start Now',
|
||
],
|
||
|
||
'thank_you' => [
|
||
'subtitle' => 'Registration Successful',
|
||
'title' => 'Thank You for Your Registration!',
|
||
'description' => 'Your account has been successfully created. To complete the registration, please verify your email address.',
|
||
|
||
'email_sent_title' => 'Verification Email Sent',
|
||
'email_sent_description' => 'We have sent an email with a verification link to :email. Please check your inbox.',
|
||
|
||
'next_steps_title' => 'Next Steps:',
|
||
|
||
'step1_title' => 'Open Your Email',
|
||
'step1_description' => 'Open your email inbox and look for our verification email.',
|
||
|
||
'step2_title' => 'Click Verification Link',
|
||
'step2_description' => 'Click on the verification link in the email to verify your email address.',
|
||
|
||
'step3_title' => 'Login and Complete Setup',
|
||
'step3_description' => 'After verification, you can log in and complete your profile in the setup wizard.',
|
||
|
||
'spam_check_title' => 'Important Note',
|
||
'spam_check_description' => 'If you did not receive an email, please check your spam folder.',
|
||
|
||
'already_verified' => 'Email already verified?',
|
||
'login_button' => 'Go to Login',
|
||
],
|
||
];
|