verpfuschter stand von codex
This commit is contained in:
@@ -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