@ovh-ux/ng-ovh-payment-method
Version:
Get payment methods from different OVHcloud APIs
16 lines (13 loc) • 941 B
JavaScript
function ___$insertStyle(css) {
if (!css || typeof window === 'undefined') {
return;
}
const style = document.createElement('style');
style.setAttribute('type', 'text/css');
style.innerHTML = css;
document.head.appendChild(style);
return css;
}
var Messages_de_DE = {ovh_payment_method_register_sepa_information_modal_title:"Bankkonten im SEPA-Gebiet",ovh_payment_method_register_sepa_information_modal_confirm:"Verstanden",ovh_payment_method_register_sepa_information_modal_part_1:"Für die Einrichtung eines Lastschriftverfahrens benötigen Sie ein Bankkonto in einem Land des einheitlichen Euro-Zahlungsverkehrsraums, <strong>dem SEPA-Gebiet</strong>.",ovh_payment_method_register_sepa_information_modal_part_2:"Wenn Sie kein solches Konto haben, empfehlen wir Ihnen, ein anderes Zahlungsmittel zu wählen."};
export { Messages_de_DE as default };
//# sourceMappingURL=Messages_de_DE-6a7c1f2f.js.map