Merge branch 'feature/CFE-1_implemention_of_history_in_call_widget' into 'develop'

CFE-1 complete programing part of call history of callwidget just need to work...

See merge request witel-front-end/crm-app!29
This commit is contained in:
AmirHossein Mahmoodi
2023-10-25 10:11:16 +00:00
16 changed files with 505 additions and 4 deletions

View File

@@ -250,5 +250,15 @@
"delete_tooltip": "حذف",
"update_tooltip": "ویرایش",
"update_expert": "ویرایش کارشناس"
},
"CallHistory": {
"category_name": "موضوع",
"subcategory_name": "زیر موضوع",
"operator": "اپراتور",
"date": "تاریخ",
"call_history_of": "تاریخچه تماس های",
"call_history_not_found": "تاریخچه ای برای تماس دریافتی یافت نشد",
"call_history_error_fetching": "خطا در دریافت تاریخچه تماس دریافتی",
"show_more": "نمایش موارد بیشتر"
}
}