diff --git a/src/components/Footer/index.js b/src/components/Footer/index.js index b45c99a..7ba1272 100644 --- a/src/components/Footer/index.js +++ b/src/components/Footer/index.js @@ -81,16 +81,15 @@ const FooterDesign1 = ({ color, bg, items, hasHeader }) => { dangerouslySetInnerHTML={{ __html: enamad, }} - className="w-28 p-2 rounded-md bg-gray-300 mx-6" + className="w-28 p-2 rounded-md bg-gray-300 mx-6" > ) : ( )} - @@ -110,65 +109,65 @@ export default FooterDesign1; FooterDesign1.defaultProps = { items: [ { - name: `${window.t("لینک‌های اصلی")}`, + name: window.t("لینک‌های اصلی"), links: [ { - name: `${window.t("فروشگاه")}`, + name: window.t("فروشگاه"), link: "/products", }, { - name: `${window.t("درباره‌ما")}`, + name: window.t("درباره‌ما"), link: "/about-us", }, { - name: `${window.t("پرسش‌های متداول")}`, + name: window.t("پرسش‌های متداول"), link: "/faq", }, ], }, { - name: `${window.t("خدمات مشتریان")}`, + name: window.t("خدمات مشتریان"), links: [ { - name: `${window.t("شرایط و ضوابط استفاده")}`, + name: window.t("شرایط و ضوابط استفاده"), link: "#", }, { - name: `${window.t("راهنمای خرید")}`, + name: window.t("راهنمای خرید"), link: "#", }, { - name: `${window.t("همکاری تجاری")}`, + name: window.t("همکاری تجاری"), link: "#", }, ], }, { - name: `${window.t("کاربری")}`, + name: window.t("کاربری"), links: [ { - name: `${window.t("حساب کاربری")}`, + name: window.t("حساب کاربری"), link: "#", }, { - name: `${window.t("سبد خرید")}`, + name: window.t("سبد خرید"), link: "/cart", }, { - name: `${window.t("داشبورد کاربری")}`, + name: window.t("داشبورد کاربری"), link: "/dashboard", }, ], }, { - name: `${window.t("رضایت مشتریان")}`, + name: window.t("رضایت مشتریان"), links: [ { - name: `${window.t("رسیدگی به شکایات")}`, + name: window.t("رسیدگی به شکایات"), link: "/contact-us", }, { - name: `${window.t("پیگیری سفارشات")}`, + name: window.t("پیگیری سفارشات"), link: "/orders", }, ], diff --git a/src/components/ProductDescription/index.js b/src/components/ProductDescription/index.js index a0f420a..6dbf562 100644 --- a/src/components/ProductDescription/index.js +++ b/src/components/ProductDescription/index.js @@ -63,22 +63,21 @@ ProductDescription.defaultProps = { navTitles: [ { id: 0, - title: "", - title: `${window.t("مشخصات")}`, + title: window.t("مشخصات"), isActive: true, name: "moshakhasat", }, { id: 1, - title: `${window.t("نقد و بررسی")}`, + title: window.t("نقد و بررسی"), isActive: false, name: "review", }, { id: 2, - title: `${window.t("برسش و باسخ")}`, + title: window.t("برسش و باسخ"), isActive: false, }, @@ -88,35 +87,35 @@ ProductDescription.defaultProps = { name: "moshakhasat", items: [ { - title: `${window.t("نوع تعداد وزن کتاب")}`, - description: `${window.t("۱ کیلوگرم")}`, + title: window.t("نوع تعداد وزن کتاب"), + description: window.t("۱ کیلوگرم"), }, { - title: `${window.t("نوع تعداد صفحات")}`, - description: `${window.t("400 صفحه")}`, + title: window.t("نوع تعداد صفحات"), + description: window.t("400 صفحه"), }, { - title: `${window.t("نوع کاغذ")}`, - description: `${window.t("گلاسه")}`, + title: window.t("نوع کاغذ"), + description: window.t("گلاسه"), }, { - title: `${window.t("شماره شابک")}`, - description: `${window.t("1225548218000005818765")}`, + title: window.t("شماره شابک"), + description: window.t("1225548218000005818765"), }, { - title: `${window.t("انتشارات")}`, - description: `${window.t("رزمندگان")}`, + title: window.t("انتشارات"), + description: window.t("رزمندگان"), }, { - title: `${window.t("نویسنده و یا معلف")}`, - description: `${window.t("یک نویسنده گمنام")}`, + title: window.t("نویسنده و یا معلف"), + description: window.t("یک نویسنده گمنام"), }, { - title: `${window.t("قطع")}`, - description: `${window.t("خشتی")}`, + title: window.t("قطع"), + description: window.t("خشتی"), }, { - title: `${window.t("سال انتشار")}`, + title: window.t("سال انتشار"), description: "1399", }, ], @@ -125,7 +124,7 @@ ProductDescription.defaultProps = { name: "review", items: [ { - description: `${window.t("لورم ایبسوم")}`, + description: window.t("لورم ایبسوم"), }, ], }, diff --git a/src/components/ProductStatusCard/index.js b/src/components/ProductStatusCard/index.js index 3d1d732..0c2de95 100644 --- a/src/components/ProductStatusCard/index.js +++ b/src/components/ProductStatusCard/index.js @@ -45,10 +45,7 @@ const ProductStatusCard = ({
-
- {" "} - {"فروشنده" + " " + seller.name} -
+
{"فروشنده" + " " + seller.name}
{"رضایت مشتریان" + " " + "%" + seller.rate * 20}
@@ -81,18 +78,20 @@ const ProductStatusCard = ({

{separate(price)} - تومان + + {window.t("تومان")} +

{offerPrice && (

- با خرید این کالا + {window.t("با خرید این کالا")} {" " + separate(price - offerPrice) + " " + "${`window.t(تومان)`}"} - صرفه جویی کنید + {window.t("صرفه جویی کنید")}

)}