Files
reactShop/src/i18n/locales/en/product.js
2025-07-16 10:37:13 +02:00

48 lines
2.6 KiB
JavaScript

export default {
"loading": "Loading product...", // Produkt wird geladen...
"notFound": "Product not found", // Produkt nicht gefunden
"notFoundDescription": "The product you are looking for does not exist or has been removed.", // Das gesuchte Produkt existiert nicht oder wurde entfernt.
"backToHome": "Back to homepage", // Zurück zur Startseite
"error": "Error", // Fehler
"articleNumber": "Article number", // Artikelnummer
"manufacturer": "Manufacturer", // Hersteller
"inclVat": "incl. {{vat}}% VAT", // inkl. {{vat}}% MwSt.
"priceUnit": "{{price}}/{{unit}}", // {{price}}/{{unit}}
"new": "New", // Neu
"weeks": "weeks", // Wochen
"arriving": "Arrival:", // Ankunft:
"inclVatFooter": "incl. {{vat}}% VAT,*", // inkl. {{vat}}% MwSt.,*
"availability": "Availability", // Verfügbarkeit
"inStock": "in stock", // auf Lager
"comingSoon": "Coming soon", // Bald verfügbar
"deliveryTime": "Delivery time", // Lieferzeit
"inclShort": "incl.", // inkl.
"vatShort": "VAT", // MwSt.
"weight": "Weight: {{weight}} kg", // Gewicht: {{weight}} kg
"youSave": "You save: {{amount}}", // Sie sparen: {{amount}}
"cheaperThanIndividual": "Cheaper than buying individually", // Günstiger als Einzelkauf
"pickupPrice": "Pickup price: €19.90 per cutting.", // Abholpreis: 19,90 € pro Steckling.
"consistsOf": "Consists of:", // Bestehend aus:
"loadingComponentDetails": "{{index}}. Loading component details...", // {{index}}. Lädt Komponent-Details...
"individualPriceTotal": "Total individual price:", // Einzelpreis gesamt:
"setPrice": "Set price:", // Set-Preis:
"yourSavings": "Your savings:", // Ihre Ersparnis:
"countDisplay": {
"noProducts": "0 products", // 0 Produkte
"oneProduct": "1 product", // 1 Produkt
"multipleProducts": "{{count}} products", // {{count}} Produkte
"filteredProducts": "{{filtered}} of {{total}} products", // {{filtered}} von {{total}} Produkten
"filteredOneProduct": "{{filtered}} of 1 product", // {{filtered}} von 1 Produkt
"xOfYProducts": "{{x}} of {{y}} products" // {{x}} von {{y}} Produkten
},
"removeFiltersToSee": "Remove filters to see products", // Entferne Filter um Produkte zu sehen
"outOfStock": "Out of stock", // Out of Stock
"fromXProducts": "from {{count}} products", // ab {{count}} Produkten
"discount": {
"from3Products": "from 3 products", // ab 3 Produkten
"from5Products": "from 5 products", // ab 5 Produkten
"from7Products": "from 7 products", // ab 7 Produkten
"moreProductsMoreSavings": "The more products you select, the more you save!" // Je mehr Produkte du auswählst, desto mehr sparst du!
}
};