mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-29 18:13:47 +00:00
Refactor TicketNotificationBell to improve toast notifications for new tickets and replies. Update localization files to include new notification strings for user replies and enhance existing messages.
This commit is contained in:
@@ -33,6 +33,24 @@
|
||||
"info": "اطلاعات",
|
||||
"wheel": "چرخ شانس"
|
||||
},
|
||||
"notifications": {
|
||||
"ticketNotifications": "اعلانهای تیکت",
|
||||
"markAllRead": "خواندن همه",
|
||||
"noNotifications": "اعلانی وجود ندارد",
|
||||
"justNow": "همین الان",
|
||||
"minutesAgo": "{{count}} دقیقه پیش",
|
||||
"hoursAgo": "{{count}} ساعت پیش",
|
||||
"daysAgo": "{{count}} روز پیش",
|
||||
"viewAll": "مشاهده همه تیکتها",
|
||||
"newNotification": "اعلان جدید",
|
||||
"clickToView": "برای مشاهده کلیک کنید",
|
||||
"newTicket": "تیکت جدید: {{title}}",
|
||||
"newReply": "پاسخ جدید در تیکت: {{title}}",
|
||||
"newTicketTitle": "تیکت جدید",
|
||||
"newReplyTitle": "پاسخ جدید",
|
||||
"newUserReply": "کاربر در تیکت پاسخ داد: {{title}}",
|
||||
"newUserReplyTitle": "پاسخ کاربر"
|
||||
},
|
||||
"auth": {
|
||||
"login": "ورود",
|
||||
"register": "ثبت نام",
|
||||
|
||||
Reference in New Issue
Block a user