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

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

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

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

Loading…
Cancel
Save