update ar.js, en.js, src/views/Auth/Profile/index.js and NavbarDrawer.js

front
amir hosein gorji 2 years ago
parent f9594a8109
commit ded3106345
  1. 2
      public/ar.js
  2. 2
      public/en.js
  3. 2
      src/views/Auth/Profile/index.js
  4. 2
      src/views/Home/Navbar/Mobile/NavbarDrawer/NavbarDrawer.js

@ -283,6 +283,7 @@ const ar = {
"لغو شد": "ألغيت",
"هستید.": "أنت.",
"عکس ها": "صور",
"کدملی / اتباع": "رقم الاتباع",
لینکها: "الروابط",
چهارم: "الرابع",
ادامه: "استمرار",
@ -339,4 +340,5 @@ const ar = {
ثبت: "سجل",
حذف: "حذف",
فلش: "السهام",
نام: "اسم",
};

@ -298,6 +298,7 @@ const en = {
استان: "State",
کاربر: "User",
وبلاگ: "weblog",
"کدملی / اتباع": "national ID / passport No.",
تومان: "Toman",
تعداد: "Number",
محصول: "the product",
@ -342,4 +343,5 @@ const en = {
دهم: "Tenth",
عکس: "Picture",
ثبت: "Record",
نام: "name",
};

@ -452,7 +452,7 @@ class Profile extends Component {
/>
<Input
name="nationalId"
label="کدملی / اتباع"
label={window.t("کدملی / اتباع")}
parent={this}
align="left"
defaultValue={profile}

@ -231,7 +231,7 @@ class NavbarDrawer extends Component {
<AddCircleOutlineRoundedIcon
style={{ fontSize: 30, color: "#777", margin: "0px 8px" }}
/>
<div>{window.t("اضافه کردن کاربر ")}</div>
<div>{window.t("اضافه کردن کاربر")}</div>
{/* {item.message && <div class="badge">{item.message}</div>} */}
</div>
</Link>

Loading…
Cancel
Save