Reza_ashrafi 3 years ago
commit 65e7e9cfc4
  1. 2
      public/ar.js
  2. 2
      public/en.js
  3. 2
      src/views/Auth/Profile/index.js
  4. 12
      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", استان: "State",
کاربر: "User", کاربر: "User",
وبلاگ: "weblog", وبلاگ: "weblog",
"کدملی / اتباع": "national ID / passport No.",
تومان: "Toman", تومان: "Toman",
تعداد: "Number", تعداد: "Number",
محصول: "the product", محصول: "the product",
@ -342,4 +343,5 @@ const en = {
دهم: "Tenth", دهم: "Tenth",
عکس: "Picture", عکس: "Picture",
ثبت: "Record", ثبت: "Record",
نام: "name",
}; };

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

@ -64,9 +64,9 @@ class NavbarDrawer extends Component {
message: "", message: "",
}, },
{ {
name: "بلاگ", name: window.t("وبلاگ"),
link: "/blogs", link: "/blogs",
icon: <img src={mobileBlog} alt="بلاگ" />, icon: <img src={mobileBlog} alt={window.t("وبلاگ")} />,
toast: "", toast: "",
message: "", message: "",
}, },
@ -116,16 +116,16 @@ class NavbarDrawer extends Component {
message: "", message: "",
}, },
{ {
name: "بلاگ", name: window.t("وبلاگ"),
link: "/blogs", link: "/blogs",
icon: <img src={mobileBlog} alt="بلاگ" />, icon: <img src={mobileBlog} alt={window.t("وبلاگ")} />,
toast: "", toast: "",
message: "", message: "",
}, },
{ {
name: window.t("دانوینیها"), name: window.t("دانوینی ها"),
link: "/", link: "/",
icon: <img src={mobileProfile} alt={window.t("دانوینیها")} />, icon: <img src={mobileProfile} alt={window.t("دانوینی ها")} />,
toast: window.t("به زودی این بخش فعال می شود"), toast: window.t("به زودی این بخش فعال می شود"),
message: "به زودی", message: "به زودی",
}, },

Loading…
Cancel
Save