Abo Einmalprodukte und Bestätigung abschließen
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
parent
2bdc9ada3c
commit
2269ce031f
57 changed files with 3647 additions and 371 deletions
|
|
@ -66,10 +66,21 @@ return [
|
|||
'error_add_only_no_remove' => 'Removing products is not possible during the minimum duration period.',
|
||||
'confirm_add_title' => 'Confirm adding product',
|
||||
'confirm_add_title_normal' => 'Add product to subscription',
|
||||
'confirm_increase_title' => 'Increase subscription quantity',
|
||||
'confirm_add_warning' => 'During the minimum duration, added products cannot be removed again. Please check your selection carefully.',
|
||||
'confirm_add_warning_normal' => 'Do you really want to add this product to your subscription?',
|
||||
'confirm_add_info' => 'You are about to add this item to your active subscription. This changes your recurring payment amount.',
|
||||
'confirm_increase_info' => 'You are about to increase the quantity of this item in your active subscription. This changes your recurring payment amount.',
|
||||
'confirm_article_details' => 'Item details',
|
||||
'confirm_additional_costs' => 'Additional costs',
|
||||
'confirm_new_total' => 'New subscription total',
|
||||
'confirm_per_delivery' => 'per delivery',
|
||||
'confirm_legal_notice' => 'The change will take effect with the next delivery on :nextBillingDate. Our :agb and :withdrawal apply.',
|
||||
'confirm_terms_link' => 'terms and conditions',
|
||||
'confirm_withdrawal_link' => 'right of withdrawal',
|
||||
'confirm_next_delivery_unknown' => 'next delivery date',
|
||||
'confirm_add_cancel' => 'Cancel',
|
||||
'confirm_add_ok' => 'Yes, add product',
|
||||
'confirm_add_ok' => 'Update with payment obligation',
|
||||
'add_product' => 'Add product',
|
||||
'product_prices_career_level_info' => 'Product prices are displayed and calculated according to your career level <strong>:user_level_name</strong> minus <strong>:user_level_margin %</strong> margin.',
|
||||
'product_prices_career_level_cpay_info' => 'The product prices are displayed as customer retail prices. After the customer payment is completed, you will receive your commission according to your career level <strong>:user_level_name</strong> commission <strong>:user_level_margin %</strong>.',
|
||||
|
|
@ -82,6 +93,28 @@ return [
|
|||
'need_basis_product' => 'You must have at least one base product in your subscription. Please first add a new base product and then remove the old base product!',
|
||||
'abo_item_not_found' => 'Subscription item not found',
|
||||
'product_not_found' => 'Product not found',
|
||||
'onetime_window_closed' => 'The time window for adding one-time products is currently closed.',
|
||||
'onetime_product_not_allowed' => 'This product cannot be added as a one-time item.',
|
||||
'onetime_action_required' => 'No action was provided.',
|
||||
'onetime_action_invalid' => 'Invalid action.',
|
||||
'onetime_qty_required' => 'Please provide a valid quantity.',
|
||||
'onetime_card_hl' => 'Add one-time products to your next delivery',
|
||||
'onetime_card_info' => 'Add products from the regular assortment once to your next subscription delivery. This saves additional shipping costs and you receive everything in one parcel.',
|
||||
'onetime_important_hl' => 'Important:',
|
||||
'onetime_coverage_hint' => 'The additional amount will be conveniently charged together with your regular subscription amount on the next execution.',
|
||||
'onetime_reset_hint' => 'One-time products are added only to your next delivery and are automatically removed from the subscription afterwards.',
|
||||
'add_onetime_product' => 'Add one-time product',
|
||||
'onetime_subtotal' => 'Subtotal one-time products',
|
||||
'onetime_next_delivery_total' => 'Total amount of next delivery (subscription + one-time)',
|
||||
'onetime_legal_notice' => 'The added products will be shipped once on :nextBillingDate. Our :agb and :withdrawal apply.',
|
||||
'onetime_discard_changes' => 'Discard changes',
|
||||
'onetime_confirm_paid' => 'Update with payment obligation',
|
||||
'onetime_confirm_success' => 'The one-time products were successfully reserved for your next delivery.',
|
||||
'abo_subtotal' => 'Subtotal subscription products',
|
||||
'abo_next_delivery_total' => 'Total amount of next delivery',
|
||||
'onetime_empty' => 'No one-time products added yet.',
|
||||
'onetime_badge' => 'One-time',
|
||||
'combined_summary_hl' => 'Total of next delivery',
|
||||
'create_abo' => 'Create subscription',
|
||||
'info' => 'Info',
|
||||
'data' => 'Data',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue