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

42 lines
1.6 KiB
JavaScript

export default {
"loadingDescription": "Produktbeschreibung wird geladen...",
"backToHome": "Zurück zur Startseite",
"articleNumber": "Artikelnummer",
"manufacturer": "Hersteller",
"inclVat": "inkl. {{vat}}% MwSt.",
"inclVatSimple": "inkl. MwSt.",
"new": "Neu",
"weeks": "Wochen",
"inclVatFooter": "inkl. {{vat}}% MwSt.,*",
"inStock": "auf Lager",
"comingSoon": "Bald verfügbar",
"inclShort": "inkl.",
"vatShort": "MwSt.",
"weight": "Gewicht: {{weight}} kg",
"youSave": "Sie sparen: {{amount}}",
"cheaperThanIndividual": "Günstiger als Einzelkauf",
"pickupPrice": "Abholpreis: 19,90 € pro Steckling.",
"gpsrSafetyInfo": "GPSR Informationen zur Produktsicherheit:",
"consistsOf": "Bestehend aus:",
"loadingComponentDetails": "{{index}}. Lädt Komponent-Details...",
"loadingProduct": "Produkt wird geladen...",
"individualPriceTotal": "Einzelpreis gesamt:",
"setPrice": "Set-Preis:",
"yourSavings": "Ihre Ersparnis:",
"similarProducts": "Ähnliche Produkte",
"countDisplay": {
"noProducts": "0 Produkte",
"oneProduct": "1 Produkt",
"multipleProducts": "{{count}} Produkte",
"filteredProducts": "{{filtered}} von {{total}} Produkten",
"filteredOneProduct": "{{filtered}} von 1 Produkt"
},
"removeFiltersToSee": "Entferne Filter um Produkte zu sehen",
"outOfStock": "Out of Stock",
"discount": {
"from3Products": "ab 3 Produkten",
"from5Products": "ab 5 Produkten",
"from7Products": "ab 7 Produkten",
"moreProductsMoreSavings": "Je mehr Produkte du auswählst, desto mehr sparst du!"
}
};