translate
This commit is contained in:
32
src/i18n/locales/pl/product.js
Normal file
32
src/i18n/locales/pl/product.js
Normal 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
|
||||
};
|
||||
Reference in New Issue
Block a user