30 lines
1.0 KiB
JavaScript
30 lines
1.0 KiB
JavaScript
export default {
|
|
"methods": {
|
|
"sperrgutName": "Sperrgut",
|
|
"pickup": "Abholung in der Filiale"
|
|
},
|
|
"descriptions": {
|
|
"standard": "Standardversand",
|
|
"standardFree": "Standardversand - KOSTENLOS ab 100€ Warenwert!",
|
|
"notAvailable": "nicht auswählbar weil ein oder mehrere Artikel nur abgeholt werden können",
|
|
"bulky": "Für große und schwere Artikel",
|
|
"pickupOnly": "nur Abholung"
|
|
},
|
|
"prices": {
|
|
"free": "kostenlos",
|
|
"dhl": "5,90 €",
|
|
"sperrgut": "28,99 €"
|
|
},
|
|
"times": {
|
|
"cutting14Days": "Lieferzeit: 14 Tage",
|
|
"standard2to3Days": "Lieferzeit: 2-3 Tage",
|
|
"supplier7to9Days": "Lieferzeit: 7-9 Tage"
|
|
},
|
|
"selector": {
|
|
"title": "Versandart wählen",
|
|
"freeShippingInfo": "💡 Versandkostenfrei ab 100€ Warenwert!",
|
|
"remainingForFree": "Noch {{amount}}€ für kostenlosen Versand hinzufügen.",
|
|
"congratsFreeShipping": "🎉 Glückwunsch! Sie erhalten kostenlosen Versand!",
|
|
"cartQualifiesFree": "Ihr Warenkorb von {{amount}}€ qualifiziert sich für kostenlosen Versand."
|
|
}
|
|
};
|