trasnlsater

This commit is contained in:
sebseb7
2025-07-16 09:45:11 +02:00
parent 08c04909e0
commit 3e3e676ded
21 changed files with 183 additions and 103 deletions

View File

@@ -12,6 +12,21 @@ export default {
"openCart": "Warenkorb öffnen",
"availableFrom": "Ab {{date}}",
"backToOrder": "← Zurück zur Bestellung",
"summary": {
"title": "Bestellübersicht",
"goodsNet": "Waren (netto):",
"shippingNet": "Versandkosten (netto):",
"totalGoods": "Gesamtsumme Waren:",
"shippingCosts": "Versandkosten:",
"total": "Gesamtsumme:",
"totalWeight": "Gesamtgewicht: {{weight}} kg",
"freeFrom100": "(kostenlos ab 100€)",
"free": "kostenlos"
},
"itemCount": {
"singular": "Produkt",
"plural": "Produkte"
},
"sync": {
"title": "Warenkorb-Synchronisierung",
"description": "Sie haben einen gespeicherten Warenkorb in ihrem Account. Bitte wählen Sie, wie Sie verfahren möchten:",

View File

@@ -23,5 +23,12 @@ export default {
"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."
}
};

View File

@@ -28,5 +28,11 @@ export default {
},
"removeFiltersToSee": "Entferne Filter um Produkte zu sehen",
"outOfStock": "Out of Stock",
"fromXProducts": "ab {{count}} Produkten"
"fromXProducts": "ab {{count}} Produkten",
"discount": {
"from3Products": "ab 3 Produkten",
"from5Products": "ab 5 Produkten",
"from7Products": "ab 7 Produkten",
"moreProductsMoreSavings": "Je mehr Produkte du auswählst, desto mehr sparst du!"
}
};