update 6 files

front
Reza_ashrafi 2 years ago
parent ac53fcbaba
commit a00871dcfd
  1. 2
      src/views/Product/Comment/Reply/index.js
  2. 2
      src/views/Product/Gallery/Modal/index.js
  3. 4
      src/views/Product/MaterialModal/index.js
  4. 2
      src/views/Products/List/index.js
  5. 2
      src/views/Products/Product/index.js
  6. 2
      src/views/Products/index.js

@ -16,7 +16,7 @@ const Replay = (props) => {
{window.innerWidth > 1000 ? (
<div className="reply d-flex flex-column justify-content-center">
<strong style={{ fontSize: fontSize.desktop.strong }}>
پاسخ مدیریت سایت")}{" "}
{window.t("پاسخ مدیریت سایت")}{" "}
</strong>
<p style={{ fontSize: fontSize.desktop.p }}>{props.data}</p>
</div>

@ -16,7 +16,7 @@ const Modal = (props) => {
<img
className="modal__exit"
src={exit}
alt="خروح"
alt={window.t("خروج")}
onClick={() => setModal(null)}
/>
<div className="modal__display">

@ -83,13 +83,13 @@ function SimpleModal(props) {
style={{ marginTop: 20, borderRadius: 6, padding: 8 }}
onClick={() => submitComment()}
>
ثبت")}{" "}
{window.t("ثبت")}{" "}
</button>
<button
style={{ marginTop: 20, borderRadius: 6, padding: 8 }}
onClick={() => cancle()}
>
انصراف")}
{window.t("انصراف")}
</button>
</div>
);

@ -53,7 +53,7 @@ class List extends React.Component {
align="center"
style={{ margin: "20px auto", color: "gray" }}
>
محصولی با این مشخصات یافت نشد")}{" "}
{window.t("محصولی با این مشخصات یافت نشد")}{" "}
</div>
)
) : (

@ -134,7 +134,7 @@ function Product(props) {
alt={product.name}
/>
<h1 style={{ fontSize: 15 }}>
{`${product.name} پایه ${grades[product.gradeId]}`}
{`${product.name} ${window.t("پایه")} ${grades[product.gradeId]}`}
</h1>
</Link>
<div className="d-flex" style={{ width: "100%" }}>

@ -131,7 +131,7 @@ class Products extends Component {
textAlign: "center",
}}
>
سبد خرید")}{" "}
{window.t("سبد خرید")}{" "}
</Link>
</div>
</div>

Loading…
Cancel
Save