23-01-2026
This commit is contained in:
parent
07959c0ba2
commit
854ce02bf6
166 changed files with 32909 additions and 1262 deletions
85
resources/lang/de/registration.php
Normal file
85
resources/lang/de/registration.php
Normal file
|
|
@ -0,0 +1,85 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'roles' => [
|
||||
'customer' => [
|
||||
'label' => 'Kunde',
|
||||
'description' => 'Zugang als Kunde mit Ihrer persönlichen Kundennummer.',
|
||||
],
|
||||
'broker' => [
|
||||
'label' => 'Makler',
|
||||
'description' => 'Registrierung für Makler mit eigener Makler-Nummer.',
|
||||
],
|
||||
'manufacturer' => [
|
||||
'label' => 'Hersteller',
|
||||
'description' => 'Zugang für Hersteller, um Produkte zu pflegen.',
|
||||
],
|
||||
'retailer' => [
|
||||
'label' => 'Händler',
|
||||
'description' => 'Zugang für Händler, um Sortiment und Kunden zu verwalten.',
|
||||
],
|
||||
],
|
||||
|
||||
'steps' => [
|
||||
'code_entry' => [
|
||||
'title' => 'Code eingeben',
|
||||
'description' => 'Scannen Sie den QR-Code, geben Sie Ihren Registrierungscode ein (z.B. M00100001 oder K01102513) und lassen Sie ihn prüfen.',
|
||||
],
|
||||
'create_account' => [
|
||||
'title' => 'Konto erstellen',
|
||||
'description' => 'Nach erfolgreicher Prüfung legen Sie Ihr Konto an. Rolle: :role – damit wird Ihr Zugang korrekt zugeordnet.',
|
||||
],
|
||||
'complete_onboarding' => [
|
||||
'title' => 'Onboarding abschließen',
|
||||
'description' => 'Sie werden direkt in den passenden Setup-Prozess geleitet und schließen Ihr Profil in wenigen Minuten ab.',
|
||||
],
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'code_unique' => 'Jeder Code ist einzigartig und kann nur einmalig eingelöst werden.',
|
||||
'code_format' => 'Format: Buchstabe + 4×2 Ziffern, z.B. M 99 11 22 44',
|
||||
'code_invalid' => 'Dieser Registrierungscode ist ungültig oder wurde bereits verwendet.',
|
||||
'code_accepted' => 'Code akzeptiert. Bitte registrieren Sie sich jetzt.',
|
||||
'code_problems' => 'Probleme mit dem Code? Wenden Sie sich an Ihren Ansprechpartner oder den Support.',
|
||||
],
|
||||
|
||||
'titles' => [
|
||||
'registration' => 'Registrierung',
|
||||
'access_for_role' => 'Zugang für :role',
|
||||
'enter_code' => 'Geben Sie Ihren persönlichen Code ein',
|
||||
'how_it_works' => 'So läuft Ihre Registrierung ab',
|
||||
'how_it_works_description' => 'Drei Schritte bis zum Zugang – mit Ihrem persönlichen Registrierungscode und dem passenden Onboarding für :role.',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
'check_code' => 'Code prüfen & weiter',
|
||||
'how_it_works' => 'so gehts',
|
||||
'start_now' => 'Jetzt starten',
|
||||
],
|
||||
|
||||
'thank_you' => [
|
||||
'subtitle' => 'Registrierung erfolgreich',
|
||||
'title' => 'Vielen Dank für Ihre Registrierung!',
|
||||
'description' => 'Ihr Konto wurde erfolgreich erstellt. Um die Registrierung abzuschließen, bestätigen Sie bitte Ihre E-Mail-Adresse.',
|
||||
|
||||
'email_sent_title' => 'Bestätigungs-E-Mail wurde versendet',
|
||||
'email_sent_description' => 'Wir haben eine E-Mail mit einem Bestätigungslink an :email gesendet. Bitte überprüfen Sie Ihr Postfach.',
|
||||
|
||||
'next_steps_title' => 'So geht es weiter:',
|
||||
|
||||
'step1_title' => 'E-Mail-Postfach öffnen',
|
||||
'step1_description' => 'Öffnen Sie Ihr E-Mail-Postfach und suchen Sie nach unserer Bestätigungsmail.',
|
||||
|
||||
'step2_title' => 'Bestätigungslink klicken',
|
||||
'step2_description' => 'Klicken Sie auf den Bestätigungslink in der E-Mail, um Ihre E-Mail-Adresse zu verifizieren.',
|
||||
|
||||
'step3_title' => 'Anmelden und Setup abschließen',
|
||||
'step3_description' => 'Nach der Bestätigung können Sie sich anmelden und Ihr Profil im Setup-Wizard vervollständigen.',
|
||||
|
||||
'spam_check_title' => 'Wichtiger Hinweis',
|
||||
'spam_check_description' => 'Falls Sie keine E-Mail erhalten haben, überprüfen Sie bitte auch Ihren Spam-Ordner.',
|
||||
|
||||
'already_verified' => 'E-Mail bereits bestätigt?',
|
||||
'login_button' => 'Zum Login',
|
||||
],
|
||||
];
|
||||
10
resources/lang/de/roles.php
Normal file
10
resources/lang/de/roles.php
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'broker' => 'Makler',
|
||||
'retailer' => 'Händler',
|
||||
'manufacturer' => 'Hersteller',
|
||||
'customer' => 'Kunde',
|
||||
'Sprache' => 'Sprache',
|
||||
'role' => 'Rolle',
|
||||
];
|
||||
85
resources/lang/en/registration.php
Normal file
85
resources/lang/en/registration.php
Normal file
|
|
@ -0,0 +1,85 @@
|
|||
<?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',
|
||||
],
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue