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