translate

This commit is contained in:
sebseb7
2025-07-16 09:21:40 +02:00
parent 510907b48a
commit 08c04909e0
466 changed files with 7185 additions and 5018 deletions

View File

@@ -0,0 +1,32 @@
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 home page", // 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.
"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
};