Files
reactShop/src/i18n/locales/el/product.js
2025-07-16 09:21:40 +02:00

33 lines
2.0 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export default {
"loading": "Φόρτωση προϊόντος...", // Produkt wird geladen...
"notFound": "Το προϊόν δεν βρέθηκε", // Produkt nicht gefunden
"notFoundDescription": "Το προϊόν που αναζητάτε δεν υπάρχει ή έχει αφαιρεθεί.", // Das gesuchte Produkt existiert nicht oder wurde entfernt.
"backToHome": "Επιστροφή στην αρχική σελίδα", // Zurück zur Startseite
"error": "Σφάλμα", // Fehler
"articleNumber": "Αριθμός άρθρου", // Artikelnummer
"manufacturer": "Κατασκευαστής", // Hersteller
"inclVat": "συμπ. {{vat}}% ΦΠΑ", // inkl. {{vat}}% MwSt.
"priceUnit": "{{price}}/{{unit}}", // {{price}}/{{unit}}
"new": "Νέο", // Neu
"weeks": "εβδομάδες", // Wochen
"arriving": "Άφιξη:", // Ankunft:
"inclVatFooter": "συμπ. {{vat}}% ΦΠΑ,*", // inkl. {{vat}}% MwSt.,*
"availability": "Διαθεσιμότητα", // Verfügbarkeit
"inStock": "σε απόθεμα", // auf Lager
"comingSoon": "Έρχεται σύντομα", // Bald verfügbar
"deliveryTime": "Χρόνος παράδοσης", // Lieferzeit
"inclShort": "συμπ.", // inkl.
"vatShort": "ΦΠΑ", // MwSt.
"countDisplay": {
"noProducts": "0 προϊόντα", // 0 Produkte
"oneProduct": "1 προϊόν", // 1 Produkt
"multipleProducts": "{{count}} προϊόντα", // {{count}} Produkte
"filteredProducts": "{{filtered}} από {{total}} προϊόντα", // {{filtered}} von {{total}} Produkten
"filteredOneProduct": "{{filtered}} από 1 προϊόν", // {{filtered}} von 1 Produkt
"xOfYProducts": "{{x}} από {{y}} προϊόντα" // {{x}} von {{y}} Produkten
},
"removeFiltersToSee": "Αφαιρέστε τα φίλτρα για να δείτε τα προϊόντα", // Entferne Filter um Produkte zu sehen
"outOfStock": "Εξαντλημένο", // Out of Stock
"fromXProducts": "από {{count}} προϊόντα" // ab {{count}} Produkten
};