feat: implement locale-aware routing with [locale] dynamic segments
Some checks failed
Build and Deploy / build (push) Has been cancelled
Some checks failed
Build and Deploy / build (push) Has been cancelled
WARNING: This change breaks existing SEO URLs for Serbian locale. Changes: - Migrated from separate locale folders (src/app/en/, src/app/de/, etc.) to [locale] dynamic segments (src/app/[locale]/) - Serbian is now at /sr/ instead of / (root) - English at /en/, German at /de/, French at /fr/ - All components updated to generate locale-aware links - Root / now redirects to /sr (307 temporary redirect) SEO Impact: - Previously indexed Serbian URLs (/, /products, /about, /contact) will now return 404 or redirect to /sr/* URLs - This is a breaking change for SEO - Serbian pages should ideally remain at root (/) with only non-default locales getting prefix - Consider implementing 301 redirects from old URLs to maintain search engine rankings Technical Notes: - next-intl v4 with [locale] structure requires ALL locales to have the prefix (cannot have default locale at root) - Alternative approach would be separate folder structure per locale
This commit is contained in:
358
src/i18n/messages/de.json
Normal file
358
src/i18n/messages/de.json
Normal file
@@ -0,0 +1,358 @@
|
||||
{
|
||||
"Navigation": {
|
||||
"home": "Startseite",
|
||||
"products": "Produkte",
|
||||
"about": "Über uns",
|
||||
"contact": "Kontakt"
|
||||
},
|
||||
"Home": {
|
||||
"hero": {
|
||||
"title": "Premium Natürliche Öle",
|
||||
"subtitle": "Für Haar- und Hautpflege",
|
||||
"lovedBy": "Von 50.000+ Kunden weltweit geliebt",
|
||||
"transformHeadline": "Transformieren Sie Ihr Haar & Haut",
|
||||
"withNaturalOils": "mit 100% Natürlichen Ölen",
|
||||
"subtitleText": "Kaltgepresste, biologische Öle mit Liebe handgefertigt. Keine Zusatzstoffe, keine Konservierungsstoffe - nur die reinste Güte der Natur für Ihr tägliches Schönheitsritual.",
|
||||
"ctaButton": "Mein Haar & Haut transformieren",
|
||||
"learnStory": "Unsere Geschichte entdecken",
|
||||
"moneyBack": "30-Tage Geld-zurück",
|
||||
"freeShipping": "Kostenloser Versand über 3.000 RSD",
|
||||
"crueltyFree": "Tierversuchsfrei"
|
||||
},
|
||||
"collection": "Unsere Kollektion",
|
||||
"premiumOils": "Premium Natürliche Öle",
|
||||
"oilsDescription": "Kaltgepresste, reine und natürliche Öle für Ihre tägliche Schönheitsroutine",
|
||||
"viewAll": "Alle Produkte ansehen",
|
||||
"ourStory": "Unsere Geschichte",
|
||||
"handmadeWithLove": "Mit Liebe handgefertigt",
|
||||
"storyText1": "Jede Flasche ManoonOils wird mit Sorgfalt unter Verwendung traditioneller Methoden hergestellt, die von Generation zu Generation weitergegeben werden. Wir beziehen nur die feinsten biologischen Zutaten, um Ihnen Öle zu bringen, die Haar und Haut pflegen.",
|
||||
"storyText2": "Unser Engagement für Reinheit bedeutet keine Zusatzstoffe, keine Konservierungsstoffe - nur die Güte der Natur in ihrer potentesten Form.",
|
||||
"learnMore": "Mehr erfahren",
|
||||
"whyChooseUs": "Warum uns wählen",
|
||||
"manoonDifference": "Der Manoon Unterschied",
|
||||
"stayConnected": "Bleiben Sie verbunden",
|
||||
"joinCommunity": "Werden Sie Teil unserer Gemeinschaft",
|
||||
"newsletterText": "Abonnieren Sie, um exklusive Angebote, Schönheitstipps zu erhalten und als Erster über neue Produkte informiert zu werden.",
|
||||
"emailPlaceholder": "Geben Sie Ihre E-Mail ein",
|
||||
"subscribe": "Abonnieren"
|
||||
},
|
||||
"Benefits": {
|
||||
"natural": "100% Natürlich",
|
||||
"naturalDesc": "Reine, kaltgepresste Öle ohne Zusatzstoffe oder Konservierungsstoffe. Nur die Güte der Natur.",
|
||||
"handcrafted": "Handgefertigt",
|
||||
"handcraftedDesc": "Jede Charge wird sorgfältig von Hand zubereitet, um höchste Qualität zu gewährleisten.",
|
||||
"sustainable": "Nachhaltig",
|
||||
"sustainableDesc": "Ethnisch beschaffte Zutaten und umweltfreundliche Verpackungen für einen besseren Planeten."
|
||||
},
|
||||
"Products": {
|
||||
"collection": "Unsere Kollektion",
|
||||
"allProducts": "Alle Produkte",
|
||||
"productsCount": "{count} Produkte",
|
||||
"featured": "Empfohlen",
|
||||
"newest": "Neueste",
|
||||
"priceLow": "Preis: Aufsteigend",
|
||||
"priceHigh": "Preis: Absteigend",
|
||||
"noProducts": "Keine Produkte verfügbar",
|
||||
"checkBack": "Bitte schauen Sie später für neue Produkte vorbei."
|
||||
},
|
||||
"Product": {
|
||||
"addToCart": "In den Warenkorb",
|
||||
"outOfStock": "Nicht auf Lager",
|
||||
"details": "Details",
|
||||
"ingredients": "Zutaten",
|
||||
"usage": "Anwendung",
|
||||
"related": "Das könnte Ihnen auch gefallen",
|
||||
"notFound": "Produkt nicht gefunden",
|
||||
"notFoundDesc": "Das gesuchte Produkt existiert nicht oder wurde entfernt.",
|
||||
"browseProducts": "Produkte durchsuchen"
|
||||
},
|
||||
"Cart": {
|
||||
"title": "Ihr Warenkorb",
|
||||
"empty": "Ihr Warenkorb ist leer",
|
||||
"emptyDesc": "Es sieht so aus, als hätten Sie noch nichts in Ihren Warenkorb gelegt.",
|
||||
"continueShopping": "Weiter einkaufen",
|
||||
"checkout": "Zur Kasse",
|
||||
"subtotal": "Zwischensumme",
|
||||
"shipping": "Versand",
|
||||
"shippingCalc": "Wird an der Kasse berechnet",
|
||||
"total": "Gesamt",
|
||||
"freeShipping": "Kostenloser Versand bei Bestellungen über {amount}",
|
||||
"remove": "Entfernen",
|
||||
"processes": "Wird bearbeitet...",
|
||||
"cartEmpty": "Ihr Warenkorb ist leer"
|
||||
},
|
||||
"About": {
|
||||
"title": "Über uns",
|
||||
"subtitle": "Unsere Geschichte",
|
||||
"intro": "ManoonOils wurde aus einer Leidenschaft für natürliche Schönheit und dem Glauben geboren, dass die beste Hautpflege von der Natur selbst kommt.",
|
||||
"intro2": "Wir glauben an die Kraft natürlicher Inhaltsstoffe. Jedes Öl in unserer Kollektion wurde sorgfältig aufgrund seiner einzigartigen Eigenschaften und Vorteile ausgewählt. Von nährenden Ölen, die die Haarlebenskraft wiederherstellen, bis zu Seren, die die Haut verjüngen, stellen wir jedes Produkt mit Liebe und Liebe zum Detail her.",
|
||||
"naturalIngredients": "Natürliche Inhaltsstoffe",
|
||||
"naturalIngredientsDesc": "Wir verwenden nur die feinsten natürlichen Inhaltsstoffe, die ethisch und nachhaltig von vertrauenswürdigen Lieferanten weltweit beschafft werden.",
|
||||
"crueltyFree": "Tierversuchsfrei",
|
||||
"crueltyFreeDesc": "Unsere Produkte werden niemals an Tieren getestet. Wir glauben an Schönheit ohne Kompromisse.",
|
||||
"sustainablePackaging": "Nachhaltige Verpackung",
|
||||
"sustainablePackagingDesc": "Wir verwenden umweltfreundliche Verpackungsmaterialien und minimieren Abfall während unseres gesamten Produktionsprozesses.",
|
||||
"handcraftedQuality": "Handwerkliche Qualität",
|
||||
"handcraftedQualityDesc": "Jede Flasche wird in kleinen Chargen handgefertigt, um höchste Qualität und Frische zu gewährleisten.",
|
||||
"mission": "Unsere Mission",
|
||||
"missionQuote": "\"Hochwertige, natürliche Produkte anzubieten, die Ihre tägliche Schönheitsroutine verbessern.\"",
|
||||
"handmadeTitle": "Mit Liebe handgefertigt",
|
||||
"handmadeText1": "Jede Flasche ManoonOils wird mit Sorgfalt handgefertigt. Wir stellen unsere Produkte in kleinen Chargen her, um höchste Qualität und Frische zu gewährleisten. Wenn Sie ManoonOils verwenden, können Sie sicher sein, dass Sie etwas verwenden, das mit echter Sorgfalt und Fachwissen hergestellt wurde.",
|
||||
"handmadeText2": "Unsere Reise begann mit einer einfachen Frage: Wie können wir Produkte herstellen, die sowohl Haar als auch Haut wirklich pflegen? Heute innovieren wir weiter, während wir unserem Engagement für natürliche, effektive Schönheitslösungen treu bleiben."
|
||||
},
|
||||
"Contact": {
|
||||
"title": "Kontakt",
|
||||
"subtitle": "Kontakt aufnehmen",
|
||||
"getInTouch": "Kontakt aufnehmen",
|
||||
"getInTouchDesc": "Wir sind hier um zu helfen! Ob Sie Fragen zu unseren Produkten haben, Hilfe mit einer Bestellung benötigen oder einfach Hallo sagen möchten - wir würden uns freuen, von Ihnen zu hören.",
|
||||
"email": "E-Mail",
|
||||
"emailReply": "Wir antworten innerhalb von 24 Stunden",
|
||||
"shippingTitle": "Versand",
|
||||
"freeShipping": "Kostenloser Versand über 3.000 RSD",
|
||||
"deliveryTime": "Geliefert innerhalb von 2-5 Werktagen",
|
||||
"location": "Standort",
|
||||
"locationDesc": "Serbien",
|
||||
"worldwideShipping": "Versand weltweit",
|
||||
"name": "Name",
|
||||
"namePlaceholder": "Ihr Name",
|
||||
"emailField": "E-Mail",
|
||||
"emailPlaceholder": "ihre@email.com",
|
||||
"message": "Nachricht",
|
||||
"messagePlaceholder": "Wie können wir Ihnen helfen?",
|
||||
"sendMessage": "Nachricht senden",
|
||||
"thankYou": "Vielen Dank!",
|
||||
"thankYouDesc": "Ihre Nachricht wurde gesendet. Wir werden uns in Kürze bei Ihnen melden.",
|
||||
"faqTitle": "Häufig gestellte Fragen",
|
||||
"faq1q": "Wie lange dauert der Versand?",
|
||||
"faq1a": "Bestellungen werden in der Regel innerhalb von 2-5 Werktagen für Inlandsversand geliefert. Sie erhalten eine Tracking-Nummer, sobald Ihre Bestellung versandt wurde.",
|
||||
"faq2q": "Sind Ihre Produkte 100% natürlich?",
|
||||
"faq2a": "Ja! Alle unsere Öle sind 100% natürlich, kaltgepresst und frei von jeglichen Zusatzstoffen, Konservierungsstoffen oder künstlichen Duftstoffen.",
|
||||
"faq3q": "Wie ist Ihre Rückgaberichtlinie?",
|
||||
"faq3a": "Wir akzeptieren Rücksendungen innerhalb von 14 Tagen nach Lieferung für ungeöffnete Produkte. Bitte kontaktieren Sie uns, wenn Sie Probleme mit Ihrer Bestellung haben.",
|
||||
"faq4q": "Bieten Sie Großhandel an?",
|
||||
"faq4a": "Ja, wir bieten Großhandelspreise für Bulk-Bestellungen. Bitte kontaktieren Sie uns unter hello@manoonoils.com für mehr Informationen."
|
||||
},
|
||||
"Footer": {
|
||||
"quickLinks": "Schnelle Links",
|
||||
"customerService": "Kundenservice",
|
||||
"contact": "Kontakt",
|
||||
"shipping": "Versand",
|
||||
"returns": "Rückgabe",
|
||||
"faq": "FAQ",
|
||||
"followUs": "Folgen Sie uns",
|
||||
"newsletter": "Newsletter",
|
||||
"newsletterDesc": "Abonnieren Sie unseren Newsletter für exklusive Angebote und Updates.",
|
||||
"copyright": "Alle Rechte vorbehalten.",
|
||||
"allRights": "Alle Rechte vorbehalten.",
|
||||
"shop": "Shop",
|
||||
"allProducts": "Alle Produkte",
|
||||
"hairCare": "Haarpflege",
|
||||
"skinCare": "Hautpflege",
|
||||
"giftSets": "Geschenksets",
|
||||
"about": "Über uns",
|
||||
"ourStory": "Unsere Geschichte",
|
||||
"process": "Prozess",
|
||||
"sustainability": "Nachhaltigkeit",
|
||||
"help": "Hilfe",
|
||||
"contactUs": "Kontaktieren Sie uns",
|
||||
"brandDescription": "Premium natürliche Öle für Haar- und Hautpflege. Handgefertigt mit Liebe unter Verwendung traditioneller Methoden.",
|
||||
"weAccept": "Wir akzeptieren:"
|
||||
},
|
||||
"Common": {
|
||||
"loading": "Laden...",
|
||||
"error": "Ein Fehler ist aufgetreten",
|
||||
"tryAgain": "Erneut versuchen",
|
||||
"close": "Schließen",
|
||||
"back": "Zurück",
|
||||
"next": "Weiter",
|
||||
"previous": "Vorherige",
|
||||
"search": "Suchen",
|
||||
"noResults": "Keine Ergebnisse gefunden"
|
||||
},
|
||||
"Testimonials": {
|
||||
"title": "Was unsere Kunden sagen",
|
||||
"verified": "Verifizierter Kauf",
|
||||
"reviews": [
|
||||
{
|
||||
"name": "Sarah M.",
|
||||
"skinType": "Trockene, empfindliche Haut",
|
||||
"text": "Ich habe im Laufe der Jahre unzählige Öle ausprobiert, aber ManoonOils ist anders. Meine Haut hat sich noch nie so genährt und gesund angefühlt. Das Arganöl ist jetzt ein Grundnahrungsmittel in meiner Routine."
|
||||
},
|
||||
{
|
||||
"name": "James K.",
|
||||
"skinType": "Haarpflege-Enthusiast",
|
||||
"text": "Endlich ein Öl gefunden, das meinen Frizz wirklich bändigt, ohne mein Haar fettig zu machen. Das Jojobaöl wirkt auch bei meinem Bart Wunder. Sehr empfehlenswert!"
|
||||
},
|
||||
{
|
||||
"name": "Emma L.",
|
||||
"skinType": "Mischhaut",
|
||||
"text": "War zuerst skeptisch, aber nach 3 Wochen Hagebuttenöl hat sich meine Hauttextur dramatisch verbessert. Die Qualität ist unübertroffen."
|
||||
}
|
||||
]
|
||||
},
|
||||
"ProductReviews": {
|
||||
"customerReviews": "Kundenbewertungen",
|
||||
"whatCustomersSay": "Was Kunden sagen",
|
||||
"basedOnReviews": "Basierend auf 1000+ Bewertungen",
|
||||
"reviews": [
|
||||
{ "id": 1, "name": "Ana M.", "location": "Belgrad", "text": "Manoon Anti-Age Serum hat meine Haut in nur 2 Wochen transformiert!", "rating": 5 },
|
||||
{ "id": 2, "name": "Milica P.", "location": "Novi Sad", "text": "Das beste Tageserum, das ich je verwendet habe. Meine Falten sind sichtbar reduziert.", "rating": 5 },
|
||||
{ "id": 3, "name": "Jelena K.", "location": "Belgrad", "text": "Manoon Nachtserum ist pure Magie. Aufwachen mit strahlender Haut jeden Morgen.", "rating": 5 },
|
||||
{ "id": 4, "name": "Stefan R.", "location": "Subotica", "text": "Das Anti-Age Set ist jeden Dinar wert. Meine Frau und ich benutzen es beide.", "rating": 5 },
|
||||
{ "id": 5, "name": "Marija T.", "location": "Kragujevac", "text": "Endlich ein Serum gefunden, das wirklich funktioniert! Manoon hält seine Versprechen.", "rating": 5 }
|
||||
]
|
||||
},
|
||||
"TrustBadges": {
|
||||
"averageRating": "Durchschnittliche Bewertung",
|
||||
"basedOnReviews": "Basierend auf 1000+ Bewertungen",
|
||||
"happyCustomers": "Zufriedene Kunden",
|
||||
"worldwide": "Weltweit",
|
||||
"naturalIngredients": "Natürliche Inhaltsstoffe",
|
||||
"noAdditives": "Keine Zusatzstoffe",
|
||||
"freeShipping": "Kostenloser Versand",
|
||||
"ordersOver": "Bestellungen über 3.000 RSD"
|
||||
},
|
||||
"ProblemSection": {
|
||||
"title": "Das Problem",
|
||||
"subtitle": "Müde von Haar- & Hautprodukten, die nicht liefern?",
|
||||
"description": "Sie verdienen mehr als Produkte voller aggressiver Chemikalien und leerer Versprechen",
|
||||
"problems": [
|
||||
{
|
||||
"problem": "Trockenes, beschädigtes Haar",
|
||||
"description": "Produkte hinterlassen Ihr Haar brüchig, frizzig und brechend trotz teurer Behandlungen"
|
||||
},
|
||||
{
|
||||
"problem": "Verwirrende Inhaltsstoffe",
|
||||
"description": "Sie können nicht aussprechen, was in Ihrer Hautpflege ist. Parabene, Sulfate, synthetische Duftstoffe - gefährliche Toxine"
|
||||
},
|
||||
{
|
||||
"problem": "Keine echten Ergebnisse",
|
||||
"description": "Unzählige Produkte versprechen Wunder, aber liefern nur leere Versprechen und verschwendetes Geld"
|
||||
}
|
||||
]
|
||||
},
|
||||
"AsSeenIn": {
|
||||
"title": "Wie gesehen in"
|
||||
},
|
||||
"BeforeAfterGallery": {
|
||||
"realResults": "Echte Ergebnisse",
|
||||
"seeTransformation": "Sehen Sie die Transformation",
|
||||
"startTransformation": "Starten Sie Ihre Transformation",
|
||||
"before": "VORHER",
|
||||
"after": "NACHHER",
|
||||
"verified": "Verifiziert",
|
||||
"timeline": "Nach {weeks}"
|
||||
},
|
||||
"HowItWorks": {
|
||||
"title": "Einfacher Prozess",
|
||||
"subtitle": "Wie ManoonOils funktioniert",
|
||||
"startTransformation": "Starten Sie Ihre Transformation",
|
||||
"steps": [
|
||||
{
|
||||
"title": "Wählen Sie Ihr Öl",
|
||||
"description": "Wählen Sie aus unserer Kollektion von reinen, kaltgepressten Ölen, die für Ihre spezifischen Haar- und Hautbedürfnisse formuliert sind."
|
||||
},
|
||||
{
|
||||
"title": "Täglich anwenden",
|
||||
"description": "Massieren Sie einige Tropfen in feuchtes Haar oder Haut. Unsere Öle ziehen sofort ein - nie fettig, immer pflegend."
|
||||
},
|
||||
{
|
||||
"title": "Ergebnisse sehen",
|
||||
"description": "Erleben Sie Transformation in 4-6 Wochen. Glänzenderes Haar, strahlende Haut und Selbstvertrauen, das strahlt."
|
||||
}
|
||||
]
|
||||
},
|
||||
"Header": {
|
||||
"products": "Produkte",
|
||||
"about": "Über uns",
|
||||
"contact": "Kontakt",
|
||||
"cart": "Warenkorb",
|
||||
"account": "Konto",
|
||||
"openMenu": "Menü öffnen",
|
||||
"closeMenu": "Menü schließen",
|
||||
"openCart": "Warenkorb öffnen"
|
||||
},
|
||||
"ProductCard": {
|
||||
"noImage": "Kein Bild",
|
||||
"outOfStock": "Nicht auf Lager",
|
||||
"quickAdd": "Schnell hinzufügen",
|
||||
"contactForPrice": "Preis anfragen"
|
||||
},
|
||||
"ProductDetail": {
|
||||
"home": "Startseite",
|
||||
"outOfStock": "Nicht auf Lager",
|
||||
"size": "Größe",
|
||||
"qty": "Menge",
|
||||
"adding": "Wird hinzugefügt...",
|
||||
"transformHairSkin": "Mein Haar & Haut transformieren",
|
||||
"freeShipping": "Kostenloser Versand bei Bestellungen über 3.000 RSD",
|
||||
"guarantee": "30-Tage-Garantie",
|
||||
"secureCheckout": "Sicheres Bezahlen",
|
||||
"easyReturns": "Einfache Rückgabe",
|
||||
"benefits": "Vorteile",
|
||||
"description": "Beschreibung",
|
||||
"howToUse": "Anwendung",
|
||||
"howToUseText": "Eine kleine Menge auf saubere, feuchte Haut oder Haare auftragen. Sanft einmassieren, bis es eingezogen ist. Täglich für beste Ergebnisse verwenden.",
|
||||
"ingredients": "Inhaltsstoffe",
|
||||
"ingredientsText": "100% Reines Natürliches Öl. Keine Zusatzstoffe, Konservierungsstoffe oder künstliche Duftstoffe.",
|
||||
"youMayAlsoLike": "Das könnte Ihnen auch gefallen",
|
||||
"similarProducts": "Ähnliche Produkte",
|
||||
"stocksRunningOut": "Vorräte gehen zur Neige!",
|
||||
"urgency1": "Beeilen Sie sich! 500+ Artikel in den letzten 3 Tagen verkauft!",
|
||||
"urgency2": "In den Warenkörben von 2,5K Menschen - kaufen Sie, bevor es weg ist!",
|
||||
"urgency3": "7.562 Personen haben sich dieses Produkt in den letzten 24 Stunden angesehen!"
|
||||
},
|
||||
"Newsletter": {
|
||||
"stayConnected": "Bleiben Sie verbunden",
|
||||
"joinCommunity": "Werden Sie Teil unserer Gemeinschaft",
|
||||
"newsletterText": "Abonnieren Sie, um exklusive Angebote, Schönheitstipps zu erhalten und als Erster über neue Produkte informiert zu werden.",
|
||||
"emailPlaceholder": "Geben Sie Ihre E-Mail ein",
|
||||
"subscribe": "Abonnieren"
|
||||
},
|
||||
"ProductBenefits": {
|
||||
"whyChoose": "Warum dieses Produkt wählen",
|
||||
"manoonDifference": "Der Manoon Unterschied",
|
||||
"pureNatural": "Rein & Natürlich",
|
||||
"pureNaturalDesc": "100% natürliche Inhaltsstoffe ohne Zusatzstoffe oder Konservierungsstoffe",
|
||||
"crueltyFree": "Tierversuchsfrei",
|
||||
"crueltyFreeDesc": "Nie an Tieren getestet, ethisch beschaffte Inhaltsstoffe",
|
||||
"madeWithLove": "Mit Liebe hergestellt",
|
||||
"madeWithLoveDesc": "In kleinen Chargen handgefertigt für maximale Qualität",
|
||||
"visibleResults": "Sichtbare Ergebnisse",
|
||||
"visibleResultsDesc": "Erkennbare Verbesserungen in 4-6 Wochen"
|
||||
},
|
||||
"Checkout": {
|
||||
"checkout": "Kasse",
|
||||
"shippingAddress": "Lieferadresse",
|
||||
"firstName": "Vorname",
|
||||
"lastName": "Nachname",
|
||||
"streetAddress": "Straße und Nummer",
|
||||
"streetAddressOptional": "Wohnung, Suite, etc. (optional)",
|
||||
"city": "Stadt",
|
||||
"postalCode": "Postleitzahl",
|
||||
"phone": "Telefon",
|
||||
"billingAddressSame": "Rechnungsadresse gleich Lieferadresse",
|
||||
"billingAddress": "Rechnungsadresse",
|
||||
"paymentMethod": "Zahlungsmethode",
|
||||
"cashOnDelivery": "Nachnahme (COD)",
|
||||
"cashOnDeliveryDesc": "Bezahlen Sie, wenn Ihre Bestellung an Ihre Tür geliefert wird.",
|
||||
"processing": "Wird bearbeitet...",
|
||||
"completeOrder": "Bestellung abschließen - {total}",
|
||||
"orderSummary": "Bestellübersicht",
|
||||
"qty": "Menge",
|
||||
"subtotal": "Zwischensumme",
|
||||
"shipping": "Versand",
|
||||
"calculated": "Berechnet",
|
||||
"total": "Gesamt",
|
||||
"yourCartEmpty": "Ihr Warenkorb ist leer",
|
||||
"continueShopping": "Weiter einkaufen",
|
||||
"errorNoCheckout": "Keine aktive Kasse. Bitte versuchen Sie es erneut.",
|
||||
"errorOccurred": "Ein Fehler ist during des Checkouts aufgetreten.",
|
||||
"errorCreatingOrder": "Bestellung konnte nicht erstellt werden.",
|
||||
"orderConfirmed": "Bestellung bestätigt!",
|
||||
"thankYou": "Vielen Dank für Ihren Einkauf.",
|
||||
"orderNumber": "Bestellnummer",
|
||||
"confirmationEmail": "Sie erhalten in Kürze eine Bestätigungs-E-Mail. Wir werden Sie kontaktieren, um Nachnahme zu arrangieren.",
|
||||
"continueShoppingBtn": "Weiter einkaufen"
|
||||
}
|
||||
}
|
||||
@@ -45,6 +45,7 @@
|
||||
"sustainableDesc": "Ethically sourced ingredients and eco-friendly packaging for a better planet."
|
||||
},
|
||||
"Products": {
|
||||
"collection": "Our Collection",
|
||||
"allProducts": "All Products",
|
||||
"productsCount": "{count} products",
|
||||
"featured": "Featured",
|
||||
@@ -175,5 +176,251 @@
|
||||
"text": "Was skeptical at first but after 3 weeks of using the rosehip oil, my skin texture has improved dramatically. The quality is unmatched."
|
||||
}
|
||||
]
|
||||
},
|
||||
"ProductReviews": {
|
||||
"customerReviews": "Customer Reviews",
|
||||
"whatCustomersSay": "What Customers Say",
|
||||
"basedOnReviews": "Based on 1000+ reviews",
|
||||
"reviews": [
|
||||
{ "id": 1, "name": "Ana M.", "location": "Belgrade", "text": "Manoon Anti-age Serum transformed my skin in just 2 weeks!", "rating": 5 },
|
||||
{ "id": 2, "name": "Milica P.", "location": "Novi Sad", "text": "The best day serum I've ever used. My wrinkles are visibly reduced.", "rating": 5 },
|
||||
{ "id": 3, "name": "Jelena K.", "location": "Belgrade", "text": "Manoon night serum is pure magic. Wake up with glowing skin every morning.", "rating": 5 },
|
||||
{ "id": 4, "name": "Stefan R.", "location": "Subotica", "text": "The Anti-age Set is worth every dinar. My wife and I both use it.", "rating": 5 },
|
||||
{ "id": 5, "name": "Marija T.", "location": "Kragujevac", "text": "Finally found a serum that actually works! Manoon delivers on its promises.", "rating": 5 },
|
||||
{ "id": 6, "name": "Nikola V.", "location": "Niš", "text": "My fine lines are disappearing. This day serum is incredible.", "rating": 5 },
|
||||
{ "id": 7, "name": "Ivana L.", "location": "Belgrade", "text": "Manoon morning glow serum smells divine and works even better.", "rating": 5 },
|
||||
{ "id": 8, "name": "Dejan M.", "location": "Novi Sad", "text": "The night serum has transformed my skincare routine completely.", "rating": 5 },
|
||||
{ "id": 9, "name": "Sanja B.", "location": "Kragujevac", "text": "My skin looks 10 years younger after using Manoon for a month.", "rating": 5 },
|
||||
{ "id": 10, "name": "Marko J.", "location": "Subotica", "text": "The anti-age set makes a perfect gift. My mother loves it!", "rating": 5 },
|
||||
{ "id": 11, "name": "Petra D.", "location": "Niš", "text": "The texture of Manoon serum is so luxurious. Worth every penny.", "rating": 5 },
|
||||
{ "id": 12, "name": "Luka G.", "location": "Belgrade", "text": "Day serum absorbs instantly. No greasy feeling at all!", "rating": 5 },
|
||||
{ "id": 13, "name": "Maja S.", "location": "Novi Sad", "text": "My esthetician asked what I'm using. Manoon is now my secret!", "rating": 5 },
|
||||
{ "id": 14, "name": "Vladimir P.", "location": "Kragujevac", "text": "The night serum works while I sleep. Wake up to visibly smoother skin.", "rating": 5 },
|
||||
{ "id": 15, "name": "Katarina N.", "location": "Subotica", "text": "The Anti-age Set arrived beautifully packaged. Perfect for gifting.", "rating": 5 },
|
||||
{ "id": 16, "name": "Bojan R.", "location": "Niš", "text": "Been using Manoon for 3 months. My wrinkles are noticeably reduced.", "rating": 5 },
|
||||
{ "id": 17, "name": "Tamara F.", "location": "Belgrade", "text": "The day serum provides the perfect base under makeup.", "rating": 5 },
|
||||
{ "id": 18, "name": "Aleksandar K.", "location": "Novi Sad", "text": "Finally a Serbian brand that competes with luxury international brands!", "rating": 5 },
|
||||
{ "id": 19, "name": "Natalia M.", "location": "Kragujevac", "text": "My sensitive skin loves Manoon. No irritation at all.", "rating": 5 },
|
||||
{ "id": 20, "name": "Filip T.", "location": "Subotica", "text": "The anti-age serum is lightweight yet incredibly effective.", "rating": 5 },
|
||||
{ "id": 21, "name": "Andrea L.", "location": "Niš", "text": "Manoon night serum is my evening ritual. Skin looks amazing!", "rating": 5 },
|
||||
{ "id": 22, "name": "Ognjen P.", "location": "Belgrade", "text": "My friends keep asking what changed in my skincare routine.", "rating": 5 },
|
||||
{ "id": 23, "name": "Mila J.", "location": "Novi Sad", "text": "The Anti-age Set includes everything you need. Great value!", "rating": 5 },
|
||||
{ "id": 24, "name": "Dragan S.", "location": "Kragujevac", "text": "Even my husband noticed the difference. He now uses the day serum too!", "rating": 5 },
|
||||
{ "id": 25, "name": "Jovana V.", "location": "Subotica", "text": "The morning glow serum gives the most beautiful luminosity.", "rating": 5 },
|
||||
{ "id": 26, "name": "Stefan M.", "location": "Niš", "text": "Manoon products are now essential in my daily routine.", "rating": 5 },
|
||||
{ "id": 27, "name": "Ana R.", "location": "Belgrade", "text": "The night serum helped clear my complexion. Skin looks so healthy!", "rating": 5 },
|
||||
{ "id": 28, "name": "Nenad L.", "location": "Novi Sad", "text": "Anti-aging results visible within weeks. Highly recommend Manoon!", "rating": 5 },
|
||||
{ "id": 29, "name": "Sofija D.", "location": "Kragujevac", "text": "The texture is divine. Feels like a luxury spa treatment at home.", "rating": 5 },
|
||||
{ "id": 30, "name": "Velibor K.", "location": "Subotica", "text": "My crow's feet have diminished significantly. Thank you Manoon!", "rating": 5 },
|
||||
{ "id": 31, "name": "Irena M.", "location": "Niš", "text": "The Anti-age Set makes the perfect birthday gift for my mother.", "rating": 5 },
|
||||
{ "id": 32, "name": "Radoslav P.", "location": "Belgrade", "text": "Professional quality serum at an honest price. Serbian excellence!", "rating": 5 },
|
||||
{ "id": 33, "name": "Jelena B.", "location": "Novi Sad", "text": "My skin has never been this hydrated. Day serum is amazing!", "rating": 5 },
|
||||
{ "id": 34, "name": "Dimitrije S.", "location": "Kragujevac", "text": "The night serum is worth its weight in gold. Pure luxury!", "rating": 5 },
|
||||
{ "id": 35, "name": "Minela G.", "location": "Subotica", "text": "Manoon lives up to the hype. My skin looks refreshed and young.", "rating": 5 },
|
||||
{ "id": 36, "name": "Zoran T.", "location": "Niš", "text": "I've tried many serums. Manoon is by far the most effective.", "rating": 5 },
|
||||
{ "id": 37, "name": "Mirjana F.", "location": "Belgrade", "text": "The Anti-age Set transformed my mother's skincare routine completely.", "rating": 5 },
|
||||
{ "id": 38, "name": "Ivan J.", "location": "Novi Sad", "text": "Fast-acting serum with real results. I recommend Manoon to everyone.", "rating": 5 },
|
||||
{ "id": 39, "name": "Kristina P.", "location": "Kragujevac", "text": "The morning glow serum gives such a beautiful dewy finish.", "rating": 5 },
|
||||
{ "id": 40, "name": "Bratislav L.", "location": "Subotica", "text": "Noticeable results in just 2 weeks. This serum is the real deal!", "rating": 5 },
|
||||
{ "id": 41, "name": "Zorica M.", "location": "Niš", "text": "The night serum erased years from my face. Absolutely miraculous!", "rating": 5 },
|
||||
{ "id": 42, "name": "Patrik N.", "location": "Belgrade", "text": "Premium quality Serbian skincare that rivals international luxury brands.", "rating": 5 },
|
||||
{ "id": 43, "name": "Simona K.", "location": "Novi Sad", "text": "Manoon Anti-age Serum is the best investment in my skin ever.", "rating": 5 },
|
||||
{ "id": 44, "name": "Mladen D.", "location": "Kragujevac", "text": "The day serum absorbs in seconds. No waiting around!", "rating": 5 },
|
||||
{ "id": 45, "name": "Ljiljana R.", "location": "Subotica", "text": "Gifting the Anti-age Set to my sisters. They loved it!", "rating": 5 },
|
||||
{ "id": 46, "name": "Tomislav V.", "location": "Niš", "text": "My wrinkles are visibly reduced after using Manoon for a month.", "rating": 5 },
|
||||
{ "id": 47, "name": "Emilija S.", "location": "Belgrade", "text": "The night serum leaves my skin so soft and renewed every morning.", "rating": 5 },
|
||||
{ "id": 48, "name": "Andrija P.", "location": "Novi Sad", "text": "Manoon day serum is perfect under sunscreen. Essential duo!", "rating": 5 },
|
||||
{ "id": 49, "name": "Miona L.", "location": "Kragujevac", "text": "My skin looks radiant and youthful. Couldn't be happier with Manoon!", "rating": 5 },
|
||||
{ "id": 50, "name": "Slavko M.", "location": "Subotica", "text": "The Anti-age Set delivers visible results. True Serbian quality!", "rating": 5 }
|
||||
]
|
||||
},
|
||||
"TrustBadges": {
|
||||
"averageRating": "Average Rating",
|
||||
"basedOnReviews": "Based on 1000+ reviews",
|
||||
"happyCustomers": "Happy Customers",
|
||||
"worldwide": "Worldwide",
|
||||
"naturalIngredients": "Natural Ingredients",
|
||||
"noAdditives": "No additives",
|
||||
"freeShipping": "Free Shipping",
|
||||
"ordersOver": "Orders over 3,000 RSD"
|
||||
},
|
||||
"ProblemSection": {
|
||||
"title": "The Problem",
|
||||
"subtitle": "Tired of Hair & Skin Products That Don't Deliver?",
|
||||
"description": "You deserve better than products filled with harsh chemicals and empty promises",
|
||||
"problems": [
|
||||
{
|
||||
"problem": "Dry, Damaged Hair",
|
||||
"description": "Products leave your hair brittle, frizzy, and breaking despite expensive treatments"
|
||||
},
|
||||
{
|
||||
"problem": "Confusing Ingredients",
|
||||
"description": "Can't pronounce what's in your skincare. parabens, sulfates, synthetic fragrances—dangerous toxins"
|
||||
},
|
||||
{
|
||||
"problem": "No Real Results",
|
||||
"description": "Countless products promise miracles but deliver nothing but empty promises and wasted money"
|
||||
}
|
||||
]
|
||||
},
|
||||
"AsSeenIn": {
|
||||
"title": "As Featured In"
|
||||
},
|
||||
"BeforeAfterGallery": {
|
||||
"realResults": "Real Results",
|
||||
"seeTransformation": "See the Transformation",
|
||||
"startTransformation": "Start Your Transformation",
|
||||
"before": "BEFORE",
|
||||
"after": "AFTER",
|
||||
"verified": "Verified",
|
||||
"timeline": "After {weeks}"
|
||||
},
|
||||
"HowItWorks": {
|
||||
"title": "Simple Process",
|
||||
"subtitle": "How ManoonOils Works",
|
||||
"startTransformation": "Start Your Transformation",
|
||||
"steps": [
|
||||
{
|
||||
"title": "Choose Your Oil",
|
||||
"description": "Select from our collection of pure, cold-pressed oils formulated for your specific hair and skin needs."
|
||||
},
|
||||
{
|
||||
"title": "Apply Daily",
|
||||
"description": "Massage a few drops into damp hair or skin. Our oils absorb instantly—never greasy, always nourishing."
|
||||
},
|
||||
{
|
||||
"title": "See Results",
|
||||
"description": "Experience transformation in 4-6 weeks. Shinier hair, radiant skin, and confidence that glows."
|
||||
}
|
||||
]
|
||||
},
|
||||
"Header": {
|
||||
"products": "Products",
|
||||
"about": "About",
|
||||
"contact": "Contact",
|
||||
"cart": "Cart",
|
||||
"account": "Account",
|
||||
"openMenu": "Open menu",
|
||||
"closeMenu": "Close menu",
|
||||
"openCart": "Open cart"
|
||||
},
|
||||
"Footer": {
|
||||
"shop": "Shop",
|
||||
"allProducts": "All Products",
|
||||
"hairCare": "Hair Care",
|
||||
"skinCare": "Skin Care",
|
||||
"giftSets": "Gift Sets",
|
||||
"about": "About",
|
||||
"ourStory": "Our Story",
|
||||
"process": "Process",
|
||||
"sustainability": "Sustainability",
|
||||
"help": "Help",
|
||||
"faq": "FAQ",
|
||||
"shipping": "Shipping",
|
||||
"returns": "Returns",
|
||||
"contactUs": "Contact Us",
|
||||
"brandDescription": "Premium natural oils for hair and skin care. Handcrafted with love using traditional methods.",
|
||||
"weAccept": "We accept:",
|
||||
"allRights": "All rights reserved."
|
||||
},
|
||||
"ProductCard": {
|
||||
"noImage": "No image",
|
||||
"outOfStock": "Out of Stock",
|
||||
"quickAdd": "Quick Add",
|
||||
"contactForPrice": "Contact for price"
|
||||
},
|
||||
"ProductDetail": {
|
||||
"home": "Home",
|
||||
"outOfStock": "Out of Stock",
|
||||
"size": "Size",
|
||||
"qty": "Qty",
|
||||
"adding": "Adding...",
|
||||
"transformHairSkin": "Transform My Hair & Skin",
|
||||
"freeShipping": "Free shipping on orders over 3,000 RSD",
|
||||
"guarantee": "30-Day Guarantee",
|
||||
"secureCheckout": "Secure Checkout",
|
||||
"easyReturns": "Easy Returns",
|
||||
"benefits": "Benefits",
|
||||
"description": "Description",
|
||||
"howToUse": "How to Use",
|
||||
"howToUseText": "Apply a small amount to clean, damp hair or skin. Massage gently until absorbed. Use daily for best results.",
|
||||
"ingredients": "Ingredients",
|
||||
"ingredientsText": "100% Pure Natural Oil. No additives, preservatives, or artificial fragrances.",
|
||||
"youMayAlsoLike": "You May Also Like",
|
||||
"similarProducts": "Similar Products",
|
||||
"stocksRunningOut": "Stocks are running out!",
|
||||
"urgency1": "Hurry up! 500+ items sold in the last 3 days!",
|
||||
"urgency2": "In the carts of 2.5K people - buy before its gone!",
|
||||
"urgency3": "7,562 people viewed this product in the last 24 hours!"
|
||||
},
|
||||
"Newsletter": {
|
||||
"stayConnected": "Stay Connected",
|
||||
"joinCommunity": "Join Our Community",
|
||||
"newsletterText": "Subscribe to receive exclusive offers, beauty tips, and be the first to know about new products.",
|
||||
"emailPlaceholder": "Enter your email",
|
||||
"subscribe": "Subscribe"
|
||||
},
|
||||
"ProductBenefits": {
|
||||
"whyChoose": "Why Choose This Product",
|
||||
"manoonDifference": "The Manoon Difference",
|
||||
"pureNatural": "Pure & Natural",
|
||||
"pureNaturalDesc": "100% natural ingredients with no additives or preservatives",
|
||||
"crueltyFree": "Cruelty Free",
|
||||
"crueltyFreeDesc": "Never tested on animals, ethically sourced ingredients",
|
||||
"madeWithLove": "Made with Love",
|
||||
"madeWithLoveDesc": "Handcrafted in small batches for maximum quality",
|
||||
"visibleResults": "Visible Results",
|
||||
"visibleResultsDesc": "See noticeable improvements in 4-6 weeks"
|
||||
},
|
||||
"Cart": {
|
||||
"yourCart": "Your Cart",
|
||||
"closeCart": "Close cart",
|
||||
"dismiss": "Dismiss",
|
||||
"yourCartEmpty": "Your cart is empty",
|
||||
"looksLikeEmpty": "Looks like you haven't added anything to your cart yet.",
|
||||
"startShopping": "Start Shopping",
|
||||
"subtotal": "Subtotal",
|
||||
"shipping": "Shipping",
|
||||
"calculatedAtCheckout": "Calculated at checkout",
|
||||
"total": "Total",
|
||||
"freeShippingOver": "Free shipping on orders over {amount}",
|
||||
"processing": "Processing...",
|
||||
"checkout": "Checkout",
|
||||
"continueShopping": "Continue Shopping",
|
||||
"removeItem": "Remove item"
|
||||
},
|
||||
"Checkout": {
|
||||
"checkout": "Checkout",
|
||||
"shippingAddress": "Shipping Address",
|
||||
"firstName": "First Name",
|
||||
"lastName": "Last Name",
|
||||
"streetAddress": "Street Address",
|
||||
"streetAddressOptional": "Apartment, suite, etc. (optional)",
|
||||
"city": "City",
|
||||
"postalCode": "Postal Code",
|
||||
"phone": "Phone",
|
||||
"billingAddressSame": "Billing address same as shipping",
|
||||
"billingAddress": "Billing Address",
|
||||
"paymentMethod": "Payment Method",
|
||||
"cashOnDelivery": "Cash on Delivery (COD)",
|
||||
"cashOnDeliveryDesc": "Pay when your order is delivered to your door.",
|
||||
"processing": "Processing...",
|
||||
"completeOrder": "Complete Order - {total}",
|
||||
"orderSummary": "Order Summary",
|
||||
"qty": "Qty",
|
||||
"subtotal": "Subtotal",
|
||||
"shipping": "Shipping",
|
||||
"calculated": "Calculated",
|
||||
"total": "Total",
|
||||
"yourCartEmpty": "Your cart is empty",
|
||||
"continueShopping": "Continue Shopping",
|
||||
"errorNoCheckout": "No active checkout. Please try again.",
|
||||
"errorOccurred": "An error occurred during checkout.",
|
||||
"errorCreatingOrder": "Failed to create order.",
|
||||
"orderConfirmed": "Order Confirmed!",
|
||||
"thankYou": "Thank you for your purchase.",
|
||||
"orderNumber": "Order Number",
|
||||
"confirmationEmail": "You will receive a confirmation email shortly. We will contact you to arrange Cash on Delivery.",
|
||||
"continueShoppingBtn": "Continue Shopping"
|
||||
}
|
||||
}
|
||||
|
||||
358
src/i18n/messages/fr.json
Normal file
358
src/i18n/messages/fr.json
Normal file
@@ -0,0 +1,358 @@
|
||||
{
|
||||
"Navigation": {
|
||||
"home": "Accueil",
|
||||
"products": "Produits",
|
||||
"about": "À propos",
|
||||
"contact": "Contact"
|
||||
},
|
||||
"Home": {
|
||||
"hero": {
|
||||
"title": "Huiles Naturelles Premium",
|
||||
"subtitle": "Pour les soins capillaires et cutanés",
|
||||
"lovedBy": "Apprécié par 50 000+ clients dans le monde",
|
||||
"transformHeadline": "Transformez Vos Cheveux & Peau",
|
||||
"withNaturalOils": "avec des Huiles 100% Naturelles",
|
||||
"subtitleText": "Huiles biologiques cold-pressed, artisanales avec amour. Sans additifs, sans conservateurs - juste la pureté de la nature pour votre rituel beauté quotidien.",
|
||||
"ctaButton": "Transformer Mes Cheveux & Ma Peau",
|
||||
"learnStory": "Découvrir Notre Histoire",
|
||||
"moneyBack": "30 Jours Satisfait",
|
||||
"freeShipping": "Livraison Gratuite +3.000 RSD",
|
||||
"crueltyFree": "Cruelty Free"
|
||||
},
|
||||
"collection": "Notre Collection",
|
||||
"premiumOils": "Huiles Naturelles Premium",
|
||||
"oilsDescription": "Huiles cold-pressed, pures et naturelles pour votre routine beauté quotidienne",
|
||||
"viewAll": "Voir Tous Les Produits",
|
||||
"ourStory": "Notre Histoire",
|
||||
"handmadeWithLove": "Fait Main avec Amour",
|
||||
"storyText1": "Chaque flacon de ManoonOils est crafted avec soin en utilisant des méthodes traditionnelles transmises de génération en génération. Nous aprovisonnons uniquement les meilleurs ingrédients biologiques pour vous apporter des huiles qui nourrissent les cheveux et la peau.",
|
||||
"storyText2": "Notre engagement envers la pureté signifie aucun additif, aucun conservateur - juste la bonté de la nature dans sa forme la plus potente.",
|
||||
"learnMore": "En Savoir Plus",
|
||||
"whyChooseUs": "Pourquoi Nous Choisir",
|
||||
"manoonDifference": "La Différence Manoon",
|
||||
"stayConnected": "Restez Connectés",
|
||||
"joinCommunity": "Rejoignez Notre Communauté",
|
||||
"newsletterText": "Abonnez-vous pour recevoir des offres exclusives, des conseils beauté et être les premiers informés des nouveaux produits.",
|
||||
"emailPlaceholder": "Entrez votre email",
|
||||
"subscribe": "S'abonner"
|
||||
},
|
||||
"Benefits": {
|
||||
"natural": "100% Naturel",
|
||||
"naturalDesc": "Huiles pures cold-pressed sans additifs ni conservateurs. Juste la bonté de la nature.",
|
||||
"handcrafted": "Artisanal",
|
||||
"handcraftedDesc": "Chaque lot est soigneusement préparé à la main pour assurer la plus haute qualité.",
|
||||
"sustainable": "Durable",
|
||||
"sustainableDesc": "Ingrédients sourcés éthiquement et emballage écologique pour une meilleure planète."
|
||||
},
|
||||
"Products": {
|
||||
"collection": "Notre Collection",
|
||||
"allProducts": "Tous Les Produits",
|
||||
"productsCount": "{count} produits",
|
||||
"featured": "En Vedette",
|
||||
"newest": "Nouveautés",
|
||||
"priceLow": "Prix: Croissant",
|
||||
"priceHigh": "Prix: Décroissant",
|
||||
"noProducts": "Aucun produit disponible",
|
||||
"checkBack": "Veuillez vérifier plus tard pour les nouveaux arrivages."
|
||||
},
|
||||
"Product": {
|
||||
"addToCart": "Ajouter au Panier",
|
||||
"outOfStock": "Rupture de Stock",
|
||||
"details": "Détails",
|
||||
"ingredients": "Ingrédients",
|
||||
"usage": "Utilisation",
|
||||
"related": "Vous Aimerez Aussi",
|
||||
"notFound": "Produit non trouvé",
|
||||
"notFoundDesc": "Le produit que vous recherchez n'existe pas ou a été supprimé.",
|
||||
"browseProducts": "Parcourir les Produits"
|
||||
},
|
||||
"Cart": {
|
||||
"title": "Votre Panier",
|
||||
"empty": "Votre panier est vide",
|
||||
"emptyDesc": "Il semble que vous n'ayez pas encore ajouté d'articles à votre panier.",
|
||||
"continueShopping": "Continuer les Achats",
|
||||
"checkout": "Commander",
|
||||
"subtotal": "Sous-total",
|
||||
"shipping": "Livraison",
|
||||
"shippingCalc": "Calculé à la caisse",
|
||||
"total": "Total",
|
||||
"freeShipping": "Livraison gratuite sur les commandes de {amount}",
|
||||
"remove": "Supprimer",
|
||||
"processes": "En cours...",
|
||||
"cartEmpty": "Votre panier est vide"
|
||||
},
|
||||
"About": {
|
||||
"title": "À Propos",
|
||||
"subtitle": "Notre Histoire",
|
||||
"intro": "ManoonOils est né d'une passion pour la beauté naturelle et de la conviction que les meilleurs soins cutanés viennent de la nature elle-même.",
|
||||
"intro2": "Nous croyons au pouvoir des ingrédients naturels. Chaque huile de notre collection est soigneusement sélectionnée pour ses propriétés et bienfaits uniques. Des huiles nourrissantes qui restaurent la vitalité des cheveux aux sérums qui rajeunissent la peau, nous élaborons chaque produit avec amour et attention aux détails.",
|
||||
"naturalIngredients": "Ingrédients Naturels",
|
||||
"naturalIngredientsDesc": "Nous utilisons uniquement les meilleurs ingrédients naturels, sourcés de manière éthique et durable auprès de fournisseurs de confiance dans le monde entier.",
|
||||
"crueltyFree": "Cruelty Free",
|
||||
"crueltyFreeDesc": "Nos produits ne sont jamais testés sur les animaux. Nous croyons en la beauté sans compromis.",
|
||||
"sustainablePackaging": "Emballage Durable",
|
||||
"sustainablePackagingDesc": "Nous utilisons des matériaux d'emballage écologiques et minimisons les déchets tout au long de notre processus de production.",
|
||||
"handcraftedQuality": "Qualité Artisanale",
|
||||
"handcraftedQualityDesc": "Chaque flacon est fabriqué à la main en petites séries pour garantir la plus haute qualité et fraîcheur.",
|
||||
"mission": "Notre Mission",
|
||||
"missionQuote": "\"Fournir des produits premium de qualité, naturels qui améliorent votre routine beauté quotidienne.\"",
|
||||
"handmadeTitle": "Fait Main avec Amour",
|
||||
"handmadeText1": "Chaque flacon de ManoonOils est fabriqué à la main avec soin. Nous produisons nos produits en petites séries pour garantir la plus haute qualité et fraîcheur. Lorsque vous utilisez ManoonOils, vous pouvez être assuré d'utiliser quelque chose fabriqué avec un véritable souci et une expertise.",
|
||||
"handmadeText2": "Notre voyage a commencé par une question simple: comment pouvons-nous créer des produits qui truly nourrissent à la fois les cheveux et la peau? Aujourd'hui, nous continuons à innover tout en restant fidèles à notre engagement envers des solutions beauté naturelles et efficaces."
|
||||
},
|
||||
"Contact": {
|
||||
"title": "Contact",
|
||||
"subtitle": "Contactez-nous",
|
||||
"getInTouch": "Contactez-nous",
|
||||
"getInTouchDesc": "Nous sommes là pour aider! Que vous ayez des questions sur nos produits, besoin d'aide avec une commande, ou simplement souhaitiez dire bonjour, nous aimerions avoir de vos nouvelles.",
|
||||
"email": "Email",
|
||||
"emailReply": "Nous répondons dans les 24 heures",
|
||||
"shippingTitle": "Livraison",
|
||||
"freeShipping": "Livraison gratuite +3.000 RSD",
|
||||
"deliveryTime": "Livré dans 2-5 jours ouvrables",
|
||||
"location": "Localisation",
|
||||
"locationDesc": "Serbie",
|
||||
"worldwideShipping": "Livraison dans le monde entier",
|
||||
"name": "Nom",
|
||||
"namePlaceholder": "Votre nom",
|
||||
"emailField": "Email",
|
||||
"emailPlaceholder": "votre@email.com",
|
||||
"message": "Message",
|
||||
"messagePlaceholder": "Comment pouvons-nous vous aider?",
|
||||
"sendMessage": "Envoyer le message",
|
||||
"thankYou": "Merci!",
|
||||
"thankYouDesc": "Votre message a été envoyé. Nous vous répondrons bientôt.",
|
||||
"faqTitle": "Questions Fréquemment Posées",
|
||||
"faq1q": "Combien de temps dure la livraison?",
|
||||
"faq1a": "Les commandes sont généralement livrées sous 2-5 jours ouvrables pour la livraison nationale. Vous recevrez un numéro de suivi dès que votre commande sera expédiée.",
|
||||
"faq2q": "Vos produits sont-ils 100% naturels?",
|
||||
"faq2a": "Oui! Toutes nos huiles sont 100% naturelles, cold-pressed et exemptes de tout additif, conservateur ou parfum artificiel.",
|
||||
"faq3q": "Quelle est votre politique de retour?",
|
||||
"faq3a": "Nous acceptons les retours dans les 14 jours suivant la livraison pour les produits non ouverts. Veuillez nous contacter si vous avez des problèmes avec votre commande.",
|
||||
"faq4q": "Offrez-vous des ventes en gros?",
|
||||
"faq4a": "Oui, nous offrons des prix de gros pour les commandes en grande quantité. Veuillez nous contacter à hello@manoonoils.com pour plus d'informations."
|
||||
},
|
||||
"Footer": {
|
||||
"quickLinks": "Liens Rapides",
|
||||
"customerService": "Service Client",
|
||||
"contact": "Contact",
|
||||
"shipping": "Livraison",
|
||||
"returns": "Retours",
|
||||
"faq": "FAQ",
|
||||
"followUs": "Suivez-nous",
|
||||
"newsletter": "Newsletter",
|
||||
"newsletterDesc": "Abonnez-vous à notre newsletter pour des offres exclusives et des mises à jour.",
|
||||
"copyright": "Tous droits réservés.",
|
||||
"allRights": "Tous droits réservés.",
|
||||
"shop": "Boutique",
|
||||
"allProducts": "Tous Les Produits",
|
||||
"hairCare": "Soins Capillaires",
|
||||
"skinCare": "Soins Cutanés",
|
||||
"giftSets": "Coffrets Cadeaux",
|
||||
"about": "À Propos",
|
||||
"ourStory": "Notre Histoire",
|
||||
"process": "Processus",
|
||||
"sustainability": "Durabilité",
|
||||
"help": "Aide",
|
||||
"contactUs": "Contactez-nous",
|
||||
"brandDescription": "Huiles naturelles premium pour les soins capillaires et cutanés. Fait main avec amour en utilisant des méthodes traditionnelles.",
|
||||
"weAccept": "Nous acceptons:"
|
||||
},
|
||||
"Common": {
|
||||
"loading": "Chargement...",
|
||||
"error": "Une erreur est survenue",
|
||||
"tryAgain": "Réessayer",
|
||||
"close": "Fermer",
|
||||
"back": "Retour",
|
||||
"next": "Suivant",
|
||||
"previous": "Précédent",
|
||||
"search": "Rechercher",
|
||||
"noResults": "Aucun résultat trouvé"
|
||||
},
|
||||
"Testimonials": {
|
||||
"title": "Ce que disent nos clients",
|
||||
"verified": "Achat vérifié",
|
||||
"reviews": [
|
||||
{
|
||||
"name": "Sarah M.",
|
||||
"skinType": "Peau sèche et sensible",
|
||||
"text": "J'ai essayé d'innombrables huiles au fil des ans, mais ManoonOils est différent. Ma peau n'a jamais été aussi nourrie et en bonne santé. L'huile d'argan est maintenant un élément essentiels de ma routine."
|
||||
},
|
||||
{
|
||||
"name": "James K.",
|
||||
"skinType": "Passionné de soins capillaires",
|
||||
"text": "Enfin trouvé une huile qui rassemble vraiment mes frisottis sans rendre mes cheveux gras. L'huile de jojoba fait des merveilles pour ma barbe aussi. Je recommande vivement!"
|
||||
},
|
||||
{
|
||||
"name": "Emma L.",
|
||||
"skinType": "Peau mixte",
|
||||
"text": "J'étais sceptique au début mais après 3 semaines d'utilisation de l'huile de rose musquée, la texture de ma peau s'est améliorée dramatiquement. La qualité est incomparable."
|
||||
}
|
||||
]
|
||||
},
|
||||
"ProductReviews": {
|
||||
"customerReviews": "Avis Clients",
|
||||
"whatCustomersSay": "Ce Que Disent Les Clients",
|
||||
"basedOnReviews": "Basé sur 1000+ avis",
|
||||
"reviews": [
|
||||
{ "id": 1, "name": "Ana M.", "location": "Belgrade", "text": "Le Sérum Anti-âge Manoon a transformé ma peau en seulement 2 semaines!", "rating": 5 },
|
||||
{ "id": 2, "name": "Milica P.", "location": "Novi Sad", "text": "Le meilleur sérum de jour que j'aie jamais utilisé. Mes rides sont visiblement réduites.", "rating": 5 },
|
||||
{ "id": 3, "name": "Jelena K.", "location": "Belgrade", "text": "Le sérum de nuit Manoon est de la magie pure. Réveillez-vous avec une peau qui rayonne chaque matin.", "rating": 5 },
|
||||
{ "id": 4, "name": "Stefan R.", "location": "Subotica", "text": "Le Set Anti-âge vaut chaque dinar. Ma femme et moi l'utilisons tous les deux.", "rating": 5 },
|
||||
{ "id": 5, "name": "Marija T.", "location": "Kragujevac", "text": "J'ai enfin trouvé un sérum qui fonctionne vraiment! Manoon tient ses promesses.", "rating": 5 }
|
||||
]
|
||||
},
|
||||
"TrustBadges": {
|
||||
"averageRating": "Note Moyenne",
|
||||
"basedOnReviews": "Basé sur 1000+ avis",
|
||||
"happyCustomers": "Clients Satisfaits",
|
||||
"worldwide": "Dans le Monde Entier",
|
||||
"naturalIngredients": "Ingrédients Naturels",
|
||||
"noAdditives": "Sans Additifs",
|
||||
"freeShipping": "Livraison Gratuite",
|
||||
"ordersOver": "Commandes +3.000 RSD"
|
||||
},
|
||||
"ProblemSection": {
|
||||
"title": "Le Problème",
|
||||
"subtitle": "Fatigué des Produits Capillaires & Cutanés Qui Ne Delivrent Pas?",
|
||||
"description": "Vous méritez mieux que des produits remplis de produits chimiques agressifs et de promesses vides",
|
||||
"problems": [
|
||||
{
|
||||
"problem": "Cheveux Secs et Endommagés",
|
||||
"description": "Les produits laissent vos cheveux cassants, crépus et se cassent malgré des traitements coûteux"
|
||||
},
|
||||
{
|
||||
"problem": "Ingrédients Déroutants",
|
||||
"description": "Vous ne pouvez pas prononcer ce qu'il y a dans vos soins cutanés. Parabènes, sulfates, parfums synthétiques - toxines dangereuses"
|
||||
},
|
||||
{
|
||||
"problem": "Aucun Vrai Résultat",
|
||||
"description": "D'innombrables produits promettent des miracles mais ne livrent que des promesses vides et de l'argent gaspillé"
|
||||
}
|
||||
]
|
||||
},
|
||||
"AsSeenIn": {
|
||||
"title": "Comme Vus Dans"
|
||||
},
|
||||
"BeforeAfterGallery": {
|
||||
"realResults": "Résultats Réels",
|
||||
"seeTransformation": "Voir la Transformation",
|
||||
"startTransformation": "Commencez Votre Transformation",
|
||||
"before": "AVANT",
|
||||
"after": "APRÈS",
|
||||
"verified": "Vérifié",
|
||||
"timeline": "Après {weeks}"
|
||||
},
|
||||
"HowItWorks": {
|
||||
"title": "Processus Simple",
|
||||
"subtitle": "Comment ManoonOils Fonctionne",
|
||||
"startTransformation": "Commencez Votre Transformation",
|
||||
"steps": [
|
||||
{
|
||||
"title": "Choisissez Votre Huile",
|
||||
"description": "Sélectionnez parmi notre collection d'huiles pures cold-pressed formulées pour vos besoins spécifiques en cheveux et peau."
|
||||
},
|
||||
{
|
||||
"title": "Appliquez Quotidiennement",
|
||||
"description": "Massez quelques gouttes dans des cheveux ou une peau humides. Nos huiles s'absorbent instantanément - jamais grasses, toujours nourrissantes."
|
||||
},
|
||||
{
|
||||
"title": "Voyez les Résultats",
|
||||
"description": "Vivez la transformation en 4-6 semaines. Cheveux plus brillants, peau radieuse et confiance qui rayonne."
|
||||
}
|
||||
]
|
||||
},
|
||||
"Header": {
|
||||
"products": "Produits",
|
||||
"about": "À Propos",
|
||||
"contact": "Contact",
|
||||
"cart": "Panier",
|
||||
"account": "Compte",
|
||||
"openMenu": "Ouvrir le menu",
|
||||
"closeMenu": "Fermer le menu",
|
||||
"openCart": "Ouvrir le panier"
|
||||
},
|
||||
"ProductCard": {
|
||||
"noImage": "Pas d'image",
|
||||
"outOfStock": "Rupture de Stock",
|
||||
"quickAdd": "Ajout Rapide",
|
||||
"contactForPrice": "Contacter pour le prix"
|
||||
},
|
||||
"ProductDetail": {
|
||||
"home": "Accueil",
|
||||
"outOfStock": "Rupture de Stock",
|
||||
"size": "Taille",
|
||||
"qty": "Qté",
|
||||
"adding": "Ajout en cours...",
|
||||
"transformHairSkin": "Transformer Mes Cheveux & Ma Peau",
|
||||
"freeShipping": "Livraison gratuite sur les commandes de +3.000 RSD",
|
||||
"guarantee": "Garantie 30 Jours",
|
||||
"secureCheckout": "Paiement Sécurisé",
|
||||
"easyReturns": "Retours Faciles",
|
||||
"benefits": "Bienfaits",
|
||||
"description": "Description",
|
||||
"howToUse": "Comment Utiliser",
|
||||
"howToUseText": "Appliquez une petite quantité sur des cheveux ou une peau propres et humides. Massez doucement jusqu'à absorption. Utilisez quotidiennement pour de meilleurs résultats.",
|
||||
"ingredients": "Ingrédients",
|
||||
"ingredientsText": "100% Huile Naturelle Pure. Aucun additif, conservateur ou parfum artificiel.",
|
||||
"youMayAlsoLike": "Vous Aimerez Aussi",
|
||||
"similarProducts": "Produits Similaires",
|
||||
"stocksRunningOut": "Les stocks s'épuisent!",
|
||||
"urgency1": "Dépêchez-vous! 500+ articles vendus ces 3 derniers jours!",
|
||||
"urgency2": "Dans les paniers de 2,5K personnes - achetez avant qu'il ne disparaisse!",
|
||||
"urgency3": "7 562 personnes ont vu ce produit ces dernières 24 heures!"
|
||||
},
|
||||
"Newsletter": {
|
||||
"stayConnected": "Restez Connectés",
|
||||
"joinCommunity": "Rejoignez Notre Communauté",
|
||||
"newsletterText": "Abonnez-vous pour recevoir des offres exclusives, des conseils beauté et être les premiers informés des nouveaux produits.",
|
||||
"emailPlaceholder": "Entrez votre email",
|
||||
"subscribe": "S'abonner"
|
||||
},
|
||||
"ProductBenefits": {
|
||||
"whyChoose": "Pourquoi Choisir Ce Produit",
|
||||
"manoonDifference": "La Différence Manoon",
|
||||
"pureNatural": "Pur & Naturel",
|
||||
"pureNaturalDesc": "Ingrédients 100% naturels sans additifs ni conservateurs",
|
||||
"crueltyFree": "Cruelty Free",
|
||||
"crueltyFreeDesc": "Jamais testé sur les animaux, ingrédients sourcés éthiquement",
|
||||
"madeWithLove": "Fait avec Amour",
|
||||
"madeWithLoveDesc": "Fabriqué à la main en petites séries pour une qualité maximale",
|
||||
"visibleResults": "Résultats Visibles",
|
||||
"visibleResultsDesc": "Des améliorations perceptibles en 4-6 semaines"
|
||||
},
|
||||
"Checkout": {
|
||||
"checkout": "Commande",
|
||||
"shippingAddress": "Adresse de Livraison",
|
||||
"firstName": "Prénom",
|
||||
"lastName": "Nom",
|
||||
"streetAddress": "Rue et Numéro",
|
||||
"streetAddressOptional": "Appartement, suite, etc. (optionnel)",
|
||||
"city": "Ville",
|
||||
"postalCode": "Code Postal",
|
||||
"phone": "Téléphone",
|
||||
"billingAddressSame": "L'adresse de facturation est la même que l'adresse de livraison",
|
||||
"billingAddress": "Adresse de Facturation",
|
||||
"paymentMethod": "Mode de Paiement",
|
||||
"cashOnDelivery": "Contre-remboursement (COD)",
|
||||
"cashOnDeliveryDesc": "Payez lorsque votre commande est livrée à votre porte.",
|
||||
"processing": "En cours...",
|
||||
"completeOrder": "Finaliser la Commande - {total}",
|
||||
"orderSummary": "Résumé de la Commande",
|
||||
"qty": "Qté",
|
||||
"subtotal": "Sous-total",
|
||||
"shipping": "Livraison",
|
||||
"calculated": "Calculé",
|
||||
"total": "Total",
|
||||
"yourCartEmpty": "Votre panier est vide",
|
||||
"continueShopping": "Continuer les Achats",
|
||||
"errorNoCheckout": "Pas de paiement actif. Veuillez réessayer.",
|
||||
"errorOccurred": "Une erreur s'est produite lors du paiement.",
|
||||
"errorCreatingOrder": "Échec de la création de la commande.",
|
||||
"orderConfirmed": "Commande Confirmée!",
|
||||
"thankYou": "Merci pour votre achat.",
|
||||
"orderNumber": "Numéro de Commande",
|
||||
"confirmationEmail": "Vous recevrez bientôt un email de confirmation. Nous vous contacterons pour organiser le paiement contre-remboursement.",
|
||||
"continueShoppingBtn": "Continuer les Achats"
|
||||
}
|
||||
}
|
||||
@@ -45,6 +45,7 @@
|
||||
"sustainableDesc": "Etički nabavljeni sastojci i ekološka ambalaža za bolju planetu."
|
||||
},
|
||||
"Products": {
|
||||
"collection": "Naša kolekcija",
|
||||
"allProducts": "Svi proizvodi",
|
||||
"productsCount": "{count} proizvoda",
|
||||
"featured": "Istaknuto",
|
||||
@@ -175,5 +176,251 @@
|
||||
"text": "U početku sam bila skeptična, ali nakon 3 nedelje korišćenja ulja od šipka, tekstura moje kože se drastično poboljšala. Kvalitet je neuporediv."
|
||||
}
|
||||
]
|
||||
},
|
||||
"ProductReviews": {
|
||||
"customerReviews": "Ocene kupaca",
|
||||
"whatCustomersSay": "Šta kupci kažu",
|
||||
"basedOnReviews": "Na osnovu 1000+ recenzija",
|
||||
"reviews": [
|
||||
{ "id": 1, "name": "Ana M.", "location": "Beograd", "text": "Manoon Anti-age Serum je transformisao moju kožu za samo 2 nedelje!", "rating": 5 },
|
||||
{ "id": 2, "name": "Milica P.", "location": "Novi Sad", "text": "Najbolji dnevni serum koji sam ikada koristila. Moje bore su vidno smanjene.", "rating": 5 },
|
||||
{ "id": 3, "name": "Jelena K.", "location": "Beograd", "text": "Manoon noćni serum je čista magija. Probudite se sa blistavom kožom svako jutro.", "rating": 5 },
|
||||
{ "id": 4, "name": "Stefan R.", "location": "Subotica", "text": "Anti-age set vredi svaki dinar. Moja supruga i ja ga oboje koristimo.", "rating": 5 },
|
||||
{ "id": 5, "name": "Marija T.", "location": "Kragujevac", "text": "Konačno sam pronašla serum koji zaista deluje! Manoon ispunjava obećanja.", "rating": 5 },
|
||||
{ "id": 6, "name": "Nikola V.", "location": "Niš", "text": "Moje fine linije nestaju. Ovaj dnevni serum je neverovatan.", "rating": 5 },
|
||||
{ "id": 7, "name": "Ivana L.", "location": "Beograd", "text": "Manoon jutarnji serum miriše božanstveno i još bolje deluje.", "rating": 5 },
|
||||
{ "id": 8, "name": "Dejan M.", "location": "Novi Sad", "text": "Noćni serum je potpuno transformisao moju rutinu nege kože.", "rating": 5 },
|
||||
{ "id": 9, "name": "Sanja B.", "location": "Kragujevac", "text": "Moja koža izgleda 10 godina mlađe nakon mesec dana korišćenja Manoon-a.", "rating": 5 },
|
||||
{ "id": 10, "name": "Marko J.", "location": "Subotica", "text": "Anti-age set je savršen poklon. Moja majka ga obožava!", "rating": 5 },
|
||||
{ "id": 11, "name": "Petra D.", "location": "Niš", "text": "Tekstura Manoon seruma je toliko luksuzna. Vredi svaki dinar.", "rating": 5 },
|
||||
{ "id": 12, "name": "Luka G.", "location": "Beograd", "text": "Dnevni serum se upija momentalno. Nikakav masni osećaj!", "rating": 5 },
|
||||
{ "id": 13, "name": "Maja S.", "location": "Novi Sad", "text": "Moj kozmetičar je pitao šta koristim. Manoon je sada moja tajna!", "rating": 5 },
|
||||
{ "id": 14, "name": "Vladimir P.", "location": "Kragujevac", "text": "Noćni serum deluje dok spavam. Probudite se sa vidljivo glatkom kožom.", "rating": 5 },
|
||||
{ "id": 15, "name": "Katarina N.", "location": "Subotica", "text": "Anti-age set je stigao lepo upakovan. Savršen za poklone.", "rating": 5 },
|
||||
{ "id": 16, "name": "Bojan R.", "location": "Niš", "text": "Koristim Manoon 3 meseca. Moje bore su primetno smanjene.", "rating": 5 },
|
||||
{ "id": 17, "name": "Tamara F.", "location": "Beograd", "text": "Dnevni serum pruža savršenu bazu ispod šminke.", "rating": 5 },
|
||||
{ "id": 18, "name": "Aleksandar K.", "location": "Novi Sad", "text": "Konačno srpski brend koji se takmiči sa luksuznim međunarodnim brendovima!", "rating": 5 },
|
||||
{ "id": 19, "name": "Natalia M.", "location": "Kragujevac", "text": "Moja osetljiva koža obožava Manoon. Bez ikakve iritacije.", "rating": 5 },
|
||||
{ "id": 20, "name": "Filip T.", "location": "Subotica", "text": "Anti-age serum je lagan, a opet neverovatno efektan.", "rating": 5 },
|
||||
{ "id": 21, "name": "Andrea L.", "location": "Niš", "text": "Manoon noćni serum je moja večernja rutina. Koža izgleda neverovatno!", "rating": 5 },
|
||||
{ "id": 22, "name": "Ognjen P.", "location": "Beograd", "text": "Prijatelji neprestano pitaju šta sam promenio u rutini nege kože.", "rating": 5 },
|
||||
{ "id": 23, "name": "Mila J.", "location": "Novi Sad", "text": "Anti-age set sadrži sve što vam treba. Odlična vrednost!", "rating": 5 },
|
||||
{ "id": 24, "name": "Dragan S.", "location": "Kragujevac", "text": "Čak je i moj muž primetio razliku. Sada i on koristi dnevni serum!", "rating": 5 },
|
||||
{ "id": 25, "name": "Jovana V.", "location": "Subotica", "text": "Jutarnji serum za sjaj daje najlepšu luminoznost.", "rating": 5 },
|
||||
{ "id": 26, "name": "Stefan M.", "location": "Niš", "text": "Manoon proizvodi su sada neophodni u mojoj dnevnoj rutini.", "rating": 5 },
|
||||
{ "id": 27, "name": "Ana R.", "location": "Beograd", "text": "Noćni serum je pomogao da se pročisti ten. Koža izgleda tako zdravo!", "rating": 5 },
|
||||
{ "id": 28, "name": "Nenad L.", "location": "Novi Sad", "text": "Anti-aging rezultati vidljivi za par nedelja. Toplo preporučujem Manoon!", "rating": 5 },
|
||||
{ "id": 29, "name": "Sofija D.", "location": "Kragujevac", "text": "Tekstura je božanstvena. Oseća se kao luksuzni spa tretman kod kuće.", "rating": 5 },
|
||||
{ "id": 30, "name": "Velibor K.", "location": "Subotica", "text": "Moje bore oko očiju su se značajno smanjile. Hvala Manoon!", "rating": 5 },
|
||||
{ "id": 31, "name": "Irena M.", "location": "Niš", "text": "Anti-age set je savršen poklon za rođendan moje majke.", "rating": 5 },
|
||||
{ "id": 32, "name": "Radoslav P.", "location": "Beograd", "text": "Profesionalni kvalitet seruma po poštenoj ceni. Srpska izvrsnost!", "rating": 5 },
|
||||
{ "id": 33, "name": "Jelena B.", "location": "Novi Sad", "text": "Moja koža nikad nije bila ovako hidrirana. Dnevni serum je neverovatan!", "rating": 5 },
|
||||
{ "id": 34, "name": "Dimitrije S.", "location": "Kragujevac", "text": "Noćni serum vredi svog zlata. Čista luksuz!", "rating": 5 },
|
||||
{ "id": 35, "name": "Minela G.", "location": "Subotica", "text": "Manoon ispunjava očekivanja. Moja koža izgleda osveženo i mlado.", "rating": 5 },
|
||||
{ "id": 36, "name": "Zoran T.", "location": "Niš", "text": "Isprobao sam mnoge serume. Manoon je daleko najefektivniji.", "rating": 5 },
|
||||
{ "id": 37, "name": "Mirjana F.", "location": "Beograd", "text": "Anti-age set je potpuno transformisao rutinu nege kože moje majke.", "rating": 5 },
|
||||
{ "id": 38, "name": "Ivan J.", "location": "Novi Sad", "text": "Brzo delujući serum sa stvarnim rezultatima. Preporučujem Manoon svima.", "rating": 5 },
|
||||
{ "id": 39, "name": "Kristina P.", "location": "Kragujevac", "text": "Jutarnji serum za sjaj daje tako lep deve sjaj.", "rating": 5 },
|
||||
{ "id": 40, "name": "Bratislav L.", "location": "Subotica", "text": "Primetni rezultati za samo 2 nedelje. Ovaj serum je prava stvar!", "rating": 5 },
|
||||
{ "id": 41, "name": "Zorica M.", "location": "Niš", "text": "Noćni serum je izbrisao godine sa mog lica. Apsolutno čudesno!", "rating": 5 },
|
||||
{ "id": 42, "name": "Patrik N.", "location": "Beograd", "text": "Premium kvalitet srpske kozmetike koja se takmiči sa međunarodnim luksuznim brendovima.", "rating": 5 },
|
||||
{ "id": 43, "name": "Simona K.", "location": "Novi Sad", "text": "Manoon Anti-age Serum je najbolja investicija u moju kožu ikada.", "rating": 5 },
|
||||
{ "id": 44, "name": "Mladen D.", "location": "Kragujevac", "text": "Dnevni serum se upije za sekundu. Nema čekanja!", "rating": 5 },
|
||||
{ "id": 45, "name": "Ljiljana R.", "location": "Subotica", "text": "Poklanjam Anti-age set sestrama. Obožale su ga!", "rating": 5 },
|
||||
{ "id": 46, "name": "Tomislav V.", "location": "Niš", "text": "Moje bore su vidno smanjene nakon mesec dana korišćenja Manoon-a.", "rating": 5 },
|
||||
{ "id": 47, "name": "Emilija S.", "location": "Beograd", "text": "Noćni serum ostavlja moju kožu tako mekom i obnovljenom svako jutro.", "rating": 5 },
|
||||
{ "id": 48, "name": "Andrija P.", "location": "Novi Sad", "text": "Manoon dnevni serum je savršen ispod sunscreena. Neophodna kombinacija!", "rating": 5 },
|
||||
{ "id": 49, "name": "Miona L.", "location": "Kragujevac", "text": "Moja koža izgleda zračno i mlado. Ne mogu biti srećnija sa Manoon-om!", "rating": 5 },
|
||||
{ "id": 50, "name": "Slavko M.", "location": "Subotica", "text": "Anti-age set daje vidljive rezultate. Prava srpska kvaliteta!", "rating": 5 }
|
||||
]
|
||||
},
|
||||
"TrustBadges": {
|
||||
"averageRating": "Prosečna ocena",
|
||||
"basedOnReviews": "Na osnovu 1000+ recenzija",
|
||||
"happyCustomers": "Srećni kupci",
|
||||
"worldwide": "Širom sveta",
|
||||
"naturalIngredients": "Prirodni sastojci",
|
||||
"noAdditives": "Bez aditiva",
|
||||
"freeShipping": "Besplatna dostava",
|
||||
"ordersOver": "Porudžbine preko 3.000 RSD"
|
||||
},
|
||||
"ProblemSection": {
|
||||
"title": "Problem",
|
||||
"subtitle": "Zamareni proizvodima za kosu i kožu koji ne ispunjavaju obećanja?",
|
||||
"description": "Zaslužujete više od proizvoda punih grubih hemikalija i praznih obećanja",
|
||||
"problems": [
|
||||
{
|
||||
"problem": "Suva, oštećena kosa",
|
||||
"description": "Proizvodi ostavljaju vašu kosu krhkom, frizirajućom i lomljivom uprkos skupim tretmanima"
|
||||
},
|
||||
{
|
||||
"problem": "Zbunjeni sastojci",
|
||||
"description": "Ne možete izgovoriti šta je u vašoj nezi kože. Parabeni, sulfati, sintetički mirisi—opasni toksini"
|
||||
},
|
||||
{
|
||||
"problem": "Bez stvarnih rezultata",
|
||||
"description": "Bezbroj proizvoda obećava čuda ali isporučuju samo prazna obećanja i utrošen novac"
|
||||
}
|
||||
]
|
||||
},
|
||||
"AsSeenIn": {
|
||||
"title": "Kao što je viđeno u"
|
||||
},
|
||||
"BeforeAfterGallery": {
|
||||
"realResults": "Stvarni rezultati",
|
||||
"seeTransformation": "Pogledajte transformaciju",
|
||||
"startTransformation": "Započnite vašu transformaciju",
|
||||
"before": "PRE",
|
||||
"after": "POSLE",
|
||||
"verified": "Potvrđeno",
|
||||
"timeline": "Nakon {weeks}"
|
||||
},
|
||||
"HowItWorks": {
|
||||
"title": "Jednostavan proces",
|
||||
"subtitle": "Kako ManoonOils funkcioniše",
|
||||
"startTransformation": "Započnite vašu transformaciju",
|
||||
"steps": [
|
||||
{
|
||||
"title": "Izaberite vaše ulje",
|
||||
"description": "Izaberite iz naše kolekcije čistih, hladno ceđenih ulja formulisanih za vaše specifične potrebe kose i kože."
|
||||
},
|
||||
{
|
||||
"title": "Nanesite svakodnevno",
|
||||
"description": "Umasirajte nekoliko kapi u vlažnu kosu ili kožu. Naša ulja se momentalno upijaju—nikada masna, uvek negujuća."
|
||||
},
|
||||
{
|
||||
"title": "Vidite rezultate",
|
||||
"description": "Doživite transformaciju za 4-6 nedelja. Sjajnija kosa, zračna koža i samopouzdanje koje sija."
|
||||
}
|
||||
]
|
||||
},
|
||||
"Header": {
|
||||
"products": "Proizvodi",
|
||||
"about": "O nama",
|
||||
"contact": "Kontakt",
|
||||
"cart": "Korpa",
|
||||
"account": "Nalog",
|
||||
"openMenu": "Otvori meni",
|
||||
"closeMenu": "Zatvori meni",
|
||||
"openCart": "Otvori korpu"
|
||||
},
|
||||
"Footer": {
|
||||
"shop": "Prodavnica",
|
||||
"allProducts": "Svi proizvodi",
|
||||
"hairCare": "Nega kose",
|
||||
"skinCare": "Nega kože",
|
||||
"giftSets": "Poklon setovi",
|
||||
"about": "O nama",
|
||||
"ourStory": "Naša priča",
|
||||
"process": "Proces",
|
||||
"sustainability": "Održivost",
|
||||
"help": "Pomoć",
|
||||
"faq": "Česta pitanja",
|
||||
"shipping": "Dostava",
|
||||
"returns": "Povrat",
|
||||
"contactUs": "Kontaktirajte nas",
|
||||
"brandDescription": "Premium prirodna ulja za negu kose i kože. Ručno pravljena sa ljubavlju, korišćenjem tradicionalnih metoda.",
|
||||
"weAccept": "Prihvatamo:",
|
||||
"allRights": "Sva prava zadržana."
|
||||
},
|
||||
"ProductCard": {
|
||||
"noImage": "Nema slike",
|
||||
"outOfStock": "Nema na stanju",
|
||||
"quickAdd": "Brzo dodavanje",
|
||||
"contactForPrice": "Kontaktirajte za cenu"
|
||||
},
|
||||
"ProductDetail": {
|
||||
"home": "Početna",
|
||||
"outOfStock": "Nema na stanju",
|
||||
"size": "Veličina",
|
||||
"qty": "Kol",
|
||||
"adding": "Dodavanje...",
|
||||
"transformHairSkin": "Transformiši kosu i kožu",
|
||||
"freeShipping": "Besplatna dostava za porudžbine preko 3.000 RSD",
|
||||
"guarantee": "30-dnevna garancija",
|
||||
"secureCheckout": "Sigurno plaćanje",
|
||||
"easyReturns": "Lak povrat",
|
||||
"benefits": "Prednosti",
|
||||
"description": "Opis",
|
||||
"howToUse": "Kako koristiti",
|
||||
"howToUseText": "Nanesite malu količinu na čistu, vlažnu kosu ili kožu. Nežno masirajte dok se ne upije. Koristite svakodnevno za najbolje rezultate.",
|
||||
"ingredients": "Sastojci",
|
||||
"ingredientsText": "100% čisto prirodno ulje. Bez dodataka, konzervansa ili veštačkih mirisa.",
|
||||
"youMayAlsoLike": "Možda će vam se svideti",
|
||||
"similarProducts": "Slični proizvodi",
|
||||
"stocksRunningOut": "Zalihe se smanjuju!",
|
||||
"urgency1": "Požuri! 500+ proizvoda prodato u poslednja 3 dana!",
|
||||
"urgency2": "U korpama 2.5K ljudi - kupi pre nego što nestane!",
|
||||
"urgency3": "7.562 osobe su pogledale ovaj proizvod u poslednja 24 sata!"
|
||||
},
|
||||
"Newsletter": {
|
||||
"stayConnected": "Ostanite povezani",
|
||||
"joinCommunity": "Pridružite se našoj zajednici",
|
||||
"newsletterText": "Pretplatite se da biste primali ekskluzivne ponude, savete za negu i budite prvi koji ćete saznati za nove proizvode.",
|
||||
"emailPlaceholder": "Unesite vaš email",
|
||||
"subscribe": "Pretplatite se"
|
||||
},
|
||||
"ProductBenefits": {
|
||||
"whyChoose": "Zašto odabrati ovaj proizvod",
|
||||
"manoonDifference": "Manoon razlika",
|
||||
"pureNatural": "Čisto i prirodno",
|
||||
"pureNaturalDesc": "100% prirodni sastojci bez aditiva ili konzervansa",
|
||||
"crueltyFree": "Bez okrutnosti",
|
||||
"crueltyFreeDesc": "Nikada testirano na životinjama, etički nabavljeni sastojci",
|
||||
"madeWithLove": "Napravljeno sa ljubavlju",
|
||||
"madeWithLoveDesc": "Ručno pravljeno u malim serijama za maksimalni kvalitet",
|
||||
"visibleResults": "Vidljivi rezultati",
|
||||
"visibleResultsDesc": "Primetna poboljšanja za 4-6 nedelja"
|
||||
},
|
||||
"Cart": {
|
||||
"yourCart": "Vaša korpa",
|
||||
"closeCart": "Zatvori korpu",
|
||||
"dismiss": "Odbaci",
|
||||
"yourCartEmpty": "Vaša korpa je prazna",
|
||||
"looksLikeEmpty": "Izgleda da još uvek niste dodali ništa u korpu.",
|
||||
"startShopping": "Započni kupovinu",
|
||||
"subtotal": "Ukupno",
|
||||
"shipping": "Dostava",
|
||||
"calculatedAtCheckout": "Racunato pri kupovini",
|
||||
"total": "Ukupno",
|
||||
"freeShippingOver": "Besplatna dostava za porudžbine preko {amount}",
|
||||
"processing": "Obrađivanje...",
|
||||
"checkout": "Kupovina",
|
||||
"continueShopping": "Nastavi kupovinu",
|
||||
"removeItem": "Ukloni proizvod"
|
||||
},
|
||||
"Checkout": {
|
||||
"checkout": "Kupovina",
|
||||
"shippingAddress": "Adresa za dostavu",
|
||||
"firstName": "Ime",
|
||||
"lastName": "Prezime",
|
||||
"streetAddress": "Ulica i broj",
|
||||
"streetAddressOptional": "Stan, apartman, itd. (opciono)",
|
||||
"city": "Grad",
|
||||
"postalCode": "Poštanski broj",
|
||||
"phone": "Telefon",
|
||||
"billingAddressSame": "Adresa za naplatu je ista kao adresa za dostavu",
|
||||
"billingAddress": "Adresa za naplatu",
|
||||
"paymentMethod": "Način plaćanja",
|
||||
"cashOnDelivery": "Pouzećem (COD)",
|
||||
"cashOnDeliveryDesc": "Platite kada vam narudžbina bude isporučena na vrata.",
|
||||
"processing": "Obrađivanje...",
|
||||
"completeOrder": "Završi narudžbinu - {total}",
|
||||
"orderSummary": "Pregled narudžbine",
|
||||
"qty": "Kol",
|
||||
"subtotal": "Ukupno",
|
||||
"shipping": "Dostava",
|
||||
"calculated": "Po obračunu",
|
||||
"total": "Ukupno",
|
||||
"yourCartEmpty": "Vaša korpa je prazna",
|
||||
"continueShopping": "Nastavi kupovinu",
|
||||
"errorNoCheckout": "Nema aktivne korpe. Molimo pokušajte ponovo.",
|
||||
"errorOccurred": "Došlo je do greške prilikom kupovine.",
|
||||
"errorCreatingOrder": "Neuspešno kreiranje narudžbine.",
|
||||
"orderConfirmed": "Narudžbina potvrđena!",
|
||||
"thankYou": "Hvala vam na kupovini!",
|
||||
"orderNumber": "Broj narudžbine",
|
||||
"confirmationEmail": "Uскoro ćete primiti email potvrde. Kontaktiraćemo vas da dogovorimo pouzećem plaćanje.",
|
||||
"continueShoppingBtn": "Nastavi kupovinu"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user