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": "Ładowanie produktu...", // Produkt wird geladen...
"notFound": "Produkt nie znaleziony", // Produkt nicht gefunden
"notFoundDescription": "Produkt, którego szukasz, nie istnieje lub został usunięty.", // Das gesuchte Produkt existiert nicht oder wurde entfernt.
"backToHome": "Powrót do strony głównej", // Zurück zur Startseite
"error": "Błąd", // Fehler
"articleNumber": "Numer artykułu", // Artikelnummer
"manufacturer": "Producent", // Hersteller
"inclVat": "w tym {{vat}}% VAT", // inkl. {{vat}}% MwSt.
"priceUnit": "{{price}}/{{unit}}", // {{price}}/{{unit}}
"new": "Nowy", // Neu
"weeks": "tygodnie", // Wochen
"arriving": "Przyjazd:", // Ankunft:
"inclVatFooter": "w tym {{vat}}% VAT,*", // inkl. {{vat}}% MwSt.,*
"availability": "Dostępność", // Verfügbarkeit
"inStock": "na stanie", // auf Lager
"comingSoon": "Wkrótce dostępne", // Bald verfügbar
"deliveryTime": "Czas dostawy", // Lieferzeit
"inclShort": "w tym", // inkl.
"vatShort": "VAT", // MwSt.
"countDisplay": {
"noProducts": "0 produktów", // 0 Produkte
"oneProduct": "1 produkt", // 1 Produkt
"multipleProducts": "{{count}} produktów", // {{count}} Produkte
"filteredProducts": "{{filtered}} z {{total}} produktów", // {{filtered}} von {{total}} Produkten
"filteredOneProduct": "{{filtered}} z 1 produktu", // {{filtered}} von 1 Produkt
"xOfYProducts": "{{x}} z {{y}} produktów" // {{x}} von {{y}} Produkten
},
"removeFiltersToSee": "Usuń filtry, aby zobaczyć produkty", // Entferne Filter um Produkte zu sehen
"outOfStock": "Brak na stanie", // Out of Stock
"fromXProducts": "od {{count}} produktów" // ab {{count}} Produkten
};