update 5 files

front
Reza_ashrafi 2 years ago
parent af1005e5f0
commit 0eb01cd96b
  1. 3
      public/ar1.json
  2. 4
      src/views/AR/BreadCrumb/index.js
  3. 4
      src/views/Auth/Login/Timer/index.js
  4. 4
      src/views/Auth/Profile/Document/index.js
  5. 12
      src/views/Auth/Profile/index.js

@ -299,5 +299,6 @@
"قبل": "قبل", "قبل": "قبل",
"بعد": "التالي", "بعد": "التالي",
"متن": "نص", "متن": "نص",
"شو": "تبين" "شو": "تبين",
"ذخیره": "متجر"
} }

@ -21,7 +21,7 @@ export default function ActiveLastBreadcrumb(props) {
}} }}
to={"/"} to={"/"}
> >
صفحه اصلی")}{" "} {window.t("صفحه اصلی")}{" "}
</Link> </Link>
<Link <Link
style={{ style={{
@ -31,7 +31,7 @@ export default function ActiveLastBreadcrumb(props) {
}} }}
to={"/ar"} to={"/ar"}
> >
واقعیت افزوده")}{" "} {window.t("واقعیت افزوده")}{" "}
</Link> </Link>
</Breadcrumbs> </Breadcrumbs>
); );

@ -78,7 +78,7 @@ export default class Timer extends Component {
fontFamily: "numeralLight", fontFamily: "numeralLight",
}} }}
> >
زمان باقیمانده تا انقضای کد: {window.t("زمان باقیمانده تا انقضای کد:")}
</div> </div>
<div style={{ fontSize: fontSize.desktop.div }}> <div style={{ fontSize: fontSize.desktop.div }}>
{this.state.time.s} {this.state.time.s}
@ -98,7 +98,7 @@ export default class Timer extends Component {
fontSize: fontSize.mobile.div, fontSize: fontSize.mobile.div,
}} }}
> >
زمان باقیمانده تا انقضای کد")}{" "} {window.t("زمان باقیمانده تا انقضای کد:")}{" "}
</div> </div>
<div <div
style={{ style={{

@ -30,7 +30,7 @@ export default function Document(props) {
} }
/> />
<span style={{ fontSize: fontSize.mobile.span }}> <span style={{ fontSize: fontSize.mobile.span }}>
گواهی تدریس خود را آپلود کنید. {window.t("گواهی تدریس خود را آپلود کنید.")}
</span> </span>
</> </>
) : ( ) : (
@ -77,7 +77,7 @@ export default function Document(props) {
margin: "auto", margin: "auto",
}} }}
> >
گواهی تدریس خود را آپلود کنید. {window.t("گواهی تدریس خود را آپلود کنید.")}
</span> </span>
</> </>
) : ( ) : (

@ -185,10 +185,10 @@ class Profile extends Component {
<div className="auth-profile d-flex justify-content-center"> <div className="auth-profile d-flex justify-content-center">
<div className="auth-profile__box d-flex flex-column p-4"> <div className="auth-profile__box d-flex flex-column p-4">
<h1 style={{ fontSize: fontSize.desktop.h1 }}> <h1 style={{ fontSize: fontSize.desktop.h1 }}>
حساب کاربری")} {window.t("حساب کاربری")}
</h1> </h1>
<p style={{ fontSize: fontSize.desktop.p }}> <p style={{ fontSize: fontSize.desktop.p }}>
لطفا مشخصات خود را به صورت کامل نمایید. {window.t("لطفا مشخصات خود را به صورت کامل نمایید.")}
</p> </p>
<div <div
className="auth-profile__box--form d-flex" className="auth-profile__box--form d-flex"
@ -383,7 +383,9 @@ class Profile extends Component {
/> />
</div> </div>
<div className="auth-profile__box--form__footer d-flex justify-content-center"> <div className="auth-profile__box--form__footer d-flex justify-content-center">
<button onClick={() => this.onSubmit()}>ذخیره")}</button> <button onClick={() => this.onSubmit()}>
{window.t("ذخیره")}
</button>
</div> </div>
</div> </div>
</div> </div>
@ -562,7 +564,9 @@ class Profile extends Component {
defaultValue={profile} defaultValue={profile}
/> />
<div className="mobile-auth-profile__footer d-flex justify-content-center"> <div className="mobile-auth-profile__footer d-flex justify-content-center">
<button onClick={() => this.onSubmit()}>ذخیره")}</button>{" "} <button onClick={() => this.onSubmit()}>
{window.t("ذخیره")}
</button>{" "}
</div> </div>
</div> </div>
</> </>

Loading…
Cancel
Save