src/frontend/messages/de/paymentfrontend.php
<?php
return [
'stripe_header_title' => 'Bezahlung',
'stripe_item_list_title' => 'Details',
'stripe_items_total' => 'Total',
'stripe_card_info' => 'Mit Kredit- oder Debitkarte bezahlen',
'stripe_button_abort' => 'Abbrechen',
'stripe_button_pay' => 'Bezahlen',
];