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": "Caricamento prodotto...", // Produkt wird geladen...
"notFound": "Prodotto non trovato", // Produkt nicht gefunden
"notFoundDescription": "Il prodotto che stai cercando non esiste o è stato rimosso.", // Das gesuchte Produkt existiert nicht oder wurde entfernt.
"backToHome": "Torna alla pagina principale", // Zurück zur Startseite
"error": "Errore", // Fehler
"articleNumber": "Numero articolo", // Artikelnummer
"manufacturer": "Produttore", // Hersteller
"inclVat": "incl. {{vat}}% IVA", // inkl. {{vat}}% MwSt.
"priceUnit": "{{price}}/{{unit}}", // {{price}}/{{unit}}
"new": "Nuovo", // Neu
"weeks": "settimane", // Wochen
"arriving": "Arrivo:", // Ankunft:
"inclVatFooter": "incl. {{vat}}% IVA,*", // inkl. {{vat}}% MwSt.,*
"availability": "Disponibilità", // Verfügbarkeit
"inStock": "in magazzino", // auf Lager
"comingSoon": "In arrivo", // Bald verfügbar
"deliveryTime": "Tempi di consegna", // Lieferzeit
"inclShort": "incl.", // inkl.
"vatShort": "IVA", // MwSt.
"countDisplay": {
"noProducts": "0 prodotti", // 0 Produkte
"oneProduct": "1 prodotto", // 1 Produkt
"multipleProducts": "{{count}} prodotti", // {{count}} Produkte
"filteredProducts": "{{filtered}} di {{total}} prodotti", // {{filtered}} von {{total}} Produkten
"filteredOneProduct": "{{filtered}} di 1 prodotto", // {{filtered}} von 1 Produkt
"xOfYProducts": "{{x}} di {{y}} prodotti" // {{x}} von {{y}} Produkten
},
"removeFiltersToSee": "Rimuovi i filtri per vedere i prodotti", // Entferne Filter um Produkte zu sehen
"outOfStock": "Esaurito", // Out of Stock
"fromXProducts": "da {{count}} prodotti" // ab {{count}} Produkten
};