10.April 2026

This commit is contained in:
Kevin Adametz 2026-04-10 17:15:27 +02:00
parent a00c42e770
commit f58c709945
208 changed files with 19280 additions and 2914 deletions

View file

@ -16,6 +16,7 @@ return [
'abo_order_info_check_2' => 'The first delivery and billing takes place on the day the subscription is set up. After that, shipping is automatically carried out on the selected delivery day of the following month.',
'abo_order_info_check_3' => 'PayPal and credit card are available as payment methods. <strong>The subscription has a minimum duration of :abo-min-duration months.</strong> After that, it can be paused, changed or canceled at any time.',
'abo_order_info_checkbox' => 'Yes, I have understood the subscription terms!',
'abo_order_info_checkbox_required' => 'Please confirm the subscription terms to continue.',
'abo_infos' => 'Subscription info',
'abo_delivery_infos' => 'Subscription delivery information',
'abo_start_date' => 'Start date of the subscription',
@ -99,9 +100,23 @@ return [
'change_my_data_empty' => 'You have not yet stored a billing and delivery address, without this you cannot create a subscription, please create it.',
'abo_error_basis_product' => 'Error: Please select at least one base product.',
'error_abo_interval_in_the_past' => 'The subscription has not been executed this month yet. Changing to a past day would skip the current month.',
'warning_next_date_soon' => 'Note: The next subscription execution is in :days days (:date).',
'warning_next_date_soon_select' => 'Note: The next subscription execution is in :placeholder_days days (:placeholder_date).',
'warning_next_date_info' => 'The next subscription execution is in :days days on :date.',
'info_next_execution_select' => 'Next execution: in :placeholder_days days on :placeholder_date.',
'error_change_locked' => 'Changes are no longer possible. The next execution is in :days days. Changes must be made at least 10 days in advance.',
'error_abo_interval_too_soon' => 'The selected delivery day is only :days days away. Please choose a delivery day at least 10 days in the future.',
'error_cancel_locked' => 'Cancellation is no longer possible. The next execution is in :days days. Cancellations must be made at least 3 days in advance.',
'error_pause_locked' => 'The subscription can no longer be paused. The next execution is in :days days. Pausing must be done at least 3 days in advance.',
'cancel_abo' => 'Cancel subscription',
'confirm_cancel' => 'Do you really want to cancel the subscription?',
'back' => 'back',
'team_subscriptions' => 'Team subscriptions',
'team_customer_abos' => 'Team Customer Subscriptions',
'chart_monthly_abos' => 'Subscriptions per month',
'chart_active_abos' => 'Active subscriptions',
'chart_abos_label' => 'subscriptions',
'abo_count' => 'Number of subscriptions',
'customer_privacy_info' => 'For privacy reasons, no personal customer data is displayed.',
'every_month_on' => 'monthly on :day.',
];