verpfuschter stand von codex

This commit is contained in:
Codex Agent
2025-10-04 16:38:42 +02:00
parent c87cfb2c10
commit bc6a75961a
23 changed files with 2588 additions and 92 deletions

View File

@@ -11,8 +11,15 @@ return [
'password' => 'Passwort',
'remember' => 'Angemeldet bleiben',
'submit' => 'Anmelden',
'generic_error' => 'Anmeldung fehlgeschlagen. Bitte versuche es erneut.',
],
'already_authenticated' => 'Bereits angemeldet',
'logged_in_as' => 'Du bist angemeldet als :email.',
'skip_to_payment' => 'Weiter zur Zahlung',
'verify_notice' => 'Bitte bestätige deine E-Mail-Adresse, um fortzufahren.',
'user' => 'aktueller Nutzer',
'register' => [
'title' => 'Registrieren',
'name' => 'Vollständiger Name',
@@ -26,10 +33,11 @@ return [
'phone' => 'Telefonnummer',
'privacy_consent' => 'Ich stimme der Datenschutzerklärung zu und akzeptiere die Verarbeitung meiner persönlichen Daten.',
'submit' => 'Registrieren',
'generic_error' => 'Registrierung fehlgeschlagen. Bitte versuche es erneut.',
],
'verification' => [
'notice' => 'Bitte bestätigen Sie Ihre E-Mail-Adresse.',
'resend' => 'E-Mail erneut senden',
],
];
];

View File

@@ -51,6 +51,24 @@ return [
'feature_custom_branding' => 'Benutzerdefiniertes Branding',
'feature_advanced_reporting' => 'Erweiterte Berichterstattung',
],
'payment' => [
'wizard_title' => 'Kauf-Wizard',
'title' => 'Zahlung',
'price_label' => 'Preis',
'free' => 'Kostenlos',
'continue' => 'Weiter',
'back' => 'Zurück',
'total_due' => 'Gesamtbetrag',
'success_stripe' => 'Stripe-Zahlung erfolgreich.',
'success_paypal' => 'PayPal-Zahlung erfolgreich.',
'free_assigned' => 'Kostenloses Paket wurde zugewiesen.',
'processing_free' => 'Paket wird freigeschaltet ...',
'processing_paypal' => 'PayPal-Zahlung wird verarbeitet ...',
'paypal_hint' => 'Der Betrag von {{amount}} wird bei PayPal angezeigt.',
'paypal_missing_key' => 'PayPal ist derzeit nicht konfiguriert.',
'paypal_sdk_failed' => 'PayPal-SDK konnte nicht geladen werden.',
'authenticated_notice' => 'Angemeldet als {{email}}. Zahlungsmethode auswählen.',
],
'nav' => [
'home' => 'Startseite',
'how_it_works' => 'So funktioniert\'s',
@@ -139,6 +157,10 @@ return [
'complete_purchase' => 'Kauf abschließen',
'login_to_continue' => 'Melden Sie sich an, um fortzufahren.',
'loading' => 'Laden...',
'message' => 'Danke! Paket :package ist bereit.',
'free_assigned' => 'Kostenloses Paket wurde aktiviert.',
'paid_assigned' => 'Zahlung erfolgreich verarbeitet.',
'go_to_dashboard' => 'Zum Dashboard',
],
'register' => [
'free' => 'Kostenlos',

View File

@@ -0,0 +1,43 @@
<?php
return [
'failed' => 'These credentials do not match our records.',
'password' => 'The provided password is incorrect.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
'login' => [
'title' => 'Log in',
'username_or_email' => 'Username or email',
'password' => 'Password',
'remember' => 'Remember me',
'submit' => 'Log in',
'generic_error' => 'Login failed. Please try again.',
],
'already_authenticated' => 'Already signed in',
'logged_in_as' => 'You are signed in as :email.',
'skip_to_payment' => 'Continue to payment',
'verify_notice' => 'Please verify your email address to continue.',
'user' => 'current user',
'register' => [
'title' => 'Register',
'name' => 'Full name',
'username' => 'Username',
'email' => 'Email address',
'password' => 'Password',
'password_confirmation' => 'Confirm password',
'first_name' => 'First name',
'last_name' => 'Last name',
'address' => 'Address',
'phone' => 'Phone number',
'privacy_consent' => 'I agree to the privacy policy and consent to the processing of my personal data.',
'submit' => 'Sign up',
'generic_error' => 'Registration failed. Please try again.',
],
'verification' => [
'notice' => 'Please verify your email address.',
'resend' => 'Resend email',
],
];

View File

@@ -51,6 +51,24 @@ return [
'feature_custom_branding' => 'Custom Branding',
'feature_advanced_reporting' => 'Advanced Reporting',
],
'payment' => [
'wizard_title' => 'Purchase Wizard',
'title' => 'Payment',
'price_label' => 'Price',
'free' => 'Free',
'continue' => 'Continue',
'back' => 'Back',
'total_due' => 'Total due',
'success_stripe' => 'Stripe payment successful.',
'success_paypal' => 'PayPal payment successful.',
'free_assigned' => 'Free package has been assigned.',
'processing_free' => 'Assigning free package ...',
'processing_paypal' => 'Processing PayPal payment ...',
'paypal_hint' => 'The amount of {{amount}} will be shown in PayPal.',
'paypal_missing_key' => 'PayPal is not configured right now.',
'paypal_sdk_failed' => 'Failed to load the PayPal SDK.',
'authenticated_notice' => 'Signed in as {{email}}. Choose your payment method.',
],
'nav' => [
'home' => 'Home',
'how_it_works' => 'How it works',
@@ -133,12 +151,16 @@ return [
],
'success' => [
'title' => 'Success',
'verify_email' => 'Verify Email',
'check_email' => 'Check your email for the verification link.',
'redirecting' => 'Redirecting to admin area...',
'complete_purchase' => 'Complete Purchase',
'login_to_continue' => 'Log in to continue.',
'verify_email' => 'Verify email',
'check_email' => 'Check your inbox for the verification link.',
'redirecting' => 'Redirecting to the admin area...',
'complete_purchase' => 'Complete purchase',
'login_to_continue' => 'Please sign in to continue.',
'loading' => 'Loading...',
'message' => 'Thank you! Package :package is ready.',
'free_assigned' => 'Free package has been activated.',
'paid_assigned' => 'Payment processed successfully.',
'go_to_dashboard' => 'Go to dashboard',
],
'register' => [
'free' => 'Free',