verpfuschter stand von codex
This commit is contained in:
43
resources/lang/en/auth.php
Normal file
43
resources/lang/en/auth.php
Normal 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',
|
||||
],
|
||||
];
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user