Files
reactShop/src/i18n/locales/de/delivery.js
sebseb7 e1a545e4a8 i18n
2026-03-25 10:58:55 +01:00

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."
}
};