fix: layout menues

This commit is contained in:
Sajad Mirjalili
2025-09-26 00:17:26 +03:30
parent d5531b2508
commit 7eb7192b05
9 changed files with 249 additions and 27 deletions

View File

@@ -133,5 +133,15 @@
"passwordChanged": "Password changed",
"passwordAdded": "Password added",
"error": "Password change failed"
},
"products": {
"menu": {
"title": "Harmony Product Family",
"getDemo": "Get Demo"
},
"harmonyClub": {
"title": "Harmony Club",
"description": "Encourage repeat purchases by sending discount codes and points to your customers."
}
}
}

View File

@@ -1,4 +1,7 @@
{
"header": {
"logout": "logout "
},
"side": {
"account": "Account",
"personalInfo": "Personal information",
@@ -10,4 +13,4 @@
"activeSessions": "Active sessions",
"setting": "Settings"
}
}
}

View File

@@ -134,5 +134,15 @@
"passwordChanged": "رمز عبور تعویض شد",
"passwordAdded": "رمز عبور اضافه شد",
"error": "تعویض رمز عبور با مشکل مواجه شد"
},
"products": {
"menu": {
"title": "خانواده محصولات هارمونی",
"getDemo": "دریافت دمو"
},
"harmonyClub": {
"title": "هارمونی کلاب",
"description": "با ارسال کد تخفیف و امتیاز به مشتریان کسب و کارتان آنها را به خرید مجدد ترغیب کنید"
}
}
}

View File

@@ -1,4 +1,7 @@
{
"header": {
"logout": "خروج از حساب کاربری"
},
"side": {
"account": "حساب کاربری",
"personalInfo": "اطلاعات شخصی",
@@ -10,4 +13,4 @@
"activeSessions": "نشست های فعال",
"setting": "تنظیمات"
}
}
}