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": "Učitavanje proizvoda...", // Produkt wird geladen...
"notFound": "Proizvod nije pronađen", // Produkt nicht gefunden
"notFoundDescription": "Proizvod koji tražite ne postoji ili je uklonjen.", // Das gesuchte Produkt existiert nicht oder wurde entfernt.
"backToHome": "Natrag na početnu stranicu", // Zurück zur Startseite
"error": "Greška", // Fehler
"articleNumber": "Broj artikla", // Artikelnummer
"manufacturer": "Proizvođač", // Hersteller
"inclVat": "uključujući {{vat}}% PDV-a", // inkl. {{vat}}% MwSt.
"priceUnit": "{{price}}/{{unit}}", // {{price}}/{{unit}}
"new": "Novo", // Neu
"weeks": "tjedana", // Wochen
"arriving": "Dolazak:", // Ankunft:
"inclVatFooter": "uključujući {{vat}}% PDV-a,*", // inkl. {{vat}}% MwSt.,*
"availability": "Dostupnost", // Verfügbarkeit
"inStock": "na skladištu", // auf Lager
"comingSoon": "Uskoro dostupno", // Bald verfügbar
"deliveryTime": "Vrijeme isporuke", // Lieferzeit
"inclShort": "uklj.", // inkl.
"vatShort": "PDV", // MwSt.
"countDisplay": {
"noProducts": "0 proizvoda", // 0 Produkte
"oneProduct": "1 proizvod", // 1 Produkt
"multipleProducts": "{{count}} proizvoda", // {{count}} Produkte
"filteredProducts": "{{filtered}} od {{total}} proizvoda", // {{filtered}} von {{total}} Produkten
"filteredOneProduct": "{{filtered}} od 1 proizvoda", // {{filtered}} von 1 Produkt
"xOfYProducts": "{{x}} od {{y}} proizvoda" // {{x}} von {{y}} Produkten
},
"removeFiltersToSee": "Uklonite filtere da vidite proizvode", // Entferne Filter um Produkte zu sehen
"outOfStock": "Nema na skladištu", // Out of Stock
"fromXProducts": "od {{count}} proizvoda" // ab {{count}} Produkten
};