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