From 862f2ef5f56cd7f3e51f34fb22a8526dc96fee02 Mon Sep 17 00:00:00 2001 From: RustamRu Date: Sat, 16 Nov 2024 22:43:08 +0300 Subject: [PATCH] feat: add landing translation files (#18) --- locales/en.json | 17 +++++++++++++++++ locales/ru.json | 20 +++++++++++++++++--- 2 files changed, 34 insertions(+), 3 deletions(-) create mode 100644 locales/en.json diff --git a/locales/en.json b/locales/en.json new file mode 100644 index 0000000..42038fd --- /dev/null +++ b/locales/en.json @@ -0,0 +1,17 @@ +{ + "dry-wash.landing.benefits-section.description": "Discover the benefits of our car dry cleaning services", + "dry-wash.landing.benefits-section.heading": "Advantages of an eco-friendly car wash", + "dry-wash.landing.benefits-section.list.0": "Environmentally friendly products", + "dry-wash.landing.benefits-section.list.1": "Fast and efficient service", + "dry-wash.landing.benefits-section.list.2": "Convenient mobile access", + "dry-wash.landing.benefits-section.list.3": "Reliable and trustworthy", + "dry-wash.landing.footer.copyright": "\u00A9 {{currentYear}} DryMaster. All rights reserved", + "dry-wash.landing.footer.links.faq": "FAQ", + "dry-wash.landing.footer.links.privacy-policy": "Privacy policy", + "dry-wash.landing.footer.links.service-terms": "Terms of service", + "dry-wash.landing.hero-section.description": "Experience the ultimate convenience of a dry car wash, designed for a cleaner planet.", + "dry-wash.landing.hero-section.headline": "Revitalize Your Ride with Eco-Friendly Care!", + "dry-wash.landing.make-order-button": "Make order", + "dry-wash.landing.site-logo": "The logo of the \"Dry Master\" company", + "dry-wash.landing.social-proof-section.heading": "We are being chosen" +} diff --git a/locales/ru.json b/locales/ru.json index 6f5e671..1ba9b10 100644 --- a/locales/ru.json +++ b/locales/ru.json @@ -28,6 +28,20 @@ "dry-wash.arm.master.drawer.button.cancel": "Отменить", "dry-wash.arm.master.sideBar.title": " Сухой мастер", "dry-wash.arm.master.sideBar.title.master": "Мастера", - "dry-wash.arm.master.sideBar.title.orders": "Заказы" - -} + "dry-wash.arm.master.sideBar.title.orders": "Заказы", + "dry-wash.landing.benefits-section.description": "Откройте для себя преимущества наших услуг по химчистке автомобилей", + "dry-wash.landing.benefits-section.heading": "Преимущества экологичной автомойки", + "dry-wash.landing.benefits-section.list.0": "Экологически безопасные продукты", + "dry-wash.landing.benefits-section.list.1": "Быстрое и эффективное обслуживание", + "dry-wash.landing.benefits-section.list.2": "Удобный мобильный доступ", + "dry-wash.landing.benefits-section.list.3": "Надежный и заслуживающий доверия", + "dry-wash.landing.footer.copyright": "\u00A9 {{currentYear}} DryMaster. Все права защищены", + "dry-wash.landing.footer.links.faq": "FAQ", + "dry-wash.landing.footer.links.privacy-policy": "Политика конфиденциальности", + "dry-wash.landing.footer.links.service-terms": "Условия обслуживания", + "dry-wash.landing.hero-section.description": "Ощутите максимальное удобство сухой мойки автомобилей, созданной для того, чтобы планета стала чище", + "dry-wash.landing.hero-section.headline": "Оживите свою поездку с помощью экологически чистого ухода!", + "dry-wash.landing.make-order-button": "Сделать заказ", + "dry-wash.landing.site-logo": "Логотип компании \u00ABDry Master\u00BB", + "dry-wash.landing.social-proof-section.heading": "Нас выбирают" +} \ No newline at end of file