feature: version one notification feature implemented.

This commit is contained in:
2026-07-18 01:09:54 +03:30
parent 0740493384
commit 9f6ec193d2
40 changed files with 1679 additions and 224 deletions

View File

@@ -968,6 +968,30 @@
"monthNovember": "November",
"monthDecember": "December"
},
"notifications": {
"bellAria": "Notifications",
"unreadCount": "{count} unread notifications",
"dropdownTitle": "Notifications",
"viewAll": "View all",
"pageTitle": "Notifications",
"pageSubtitle": "Updates from cases, tasks, organizations, and staff.",
"loading": "Loading notifications…",
"empty": "No notifications yet.",
"loadMore": "Load more",
"markAllRead": "Mark all as read",
"errorLoad": "Could not load notifications.",
"errorMarkRead": "Could not update notification.",
"typeCaseSent": "New lab case received",
"typeClinicComment": "New clinic comment on a case",
"typeLabComment": "New lab comment on a case",
"typeLabCommentClinic": "New lab comment on your case",
"typeCaseImportant": "Case marked as important",
"typeTaskCompleted": "Lab task completed",
"typeTaskAssigned": "A task was assigned to you",
"typeConnectionRequest": "New organization connection request",
"typeStaffInvite": "Staff invitation created",
"typeUnknown": "Notification"
},
"errors": {
"GENERIC": "Something went wrong. Please try again.",
"NETWORK_ERROR": "Could not reach the server. Check your connection and try again.",

View File

@@ -969,6 +969,30 @@
"monthNovember": "نوامبر",
"monthDecember": "دسامبر"
},
"notifications": {
"bellAria": "اعلان‌ها",
"unreadCount": "{count} اعلان خوانده‌نشده",
"dropdownTitle": "اعلان‌ها",
"viewAll": "مشاهده همه",
"pageTitle": "اعلان‌ها",
"pageSubtitle": "به‌روزرسانی‌های پرونده‌ها، وظایف، سازمان‌ها و کارکنان.",
"loading": "در حال بارگذاری اعلان‌ها…",
"empty": "هنوز اعلانی نیست.",
"loadMore": "بیشتر",
"markAllRead": "علامت‌گذاری همه به‌عنوان خوانده‌شده",
"errorLoad": "بارگذاری اعلان‌ها ممکن نشد.",
"errorMarkRead": "به‌روزرسانی اعلان ممکن نشد.",
"typeCaseSent": "پرونده جدید در لابراتوار دریافت شد",
"typeClinicComment": "نظر جدید کلینیک روی پرونده",
"typeLabComment": "نظر جدید لابراتوار روی پرونده",
"typeLabCommentClinic": "نظر جدید لابراتوار روی پرونده شما",
"typeCaseImportant": "پرونده به‌عنوان مهم علامت خورد",
"typeTaskCompleted": "وظیفه لابراتوار تکمیل شد",
"typeTaskAssigned": "یک وظیفه به شما اختصاص داده شد",
"typeConnectionRequest": "درخواست اتصال سازمان جدید",
"typeStaffInvite": "دعوتنامه کارکنان ایجاد شد",
"typeUnknown": "اعلان"
},
"errors": {
"GENERIC": "مشکلی پیش آمد. لطفاً دوباره تلاش کنید.",
"NETWORK_ERROR": "اتصال به سرور برقرار نشد. اتصال اینترنت را بررسی کنید.",

View File

@@ -968,6 +968,30 @@
"monthNovember": "November",
"monthDecember": "December"
},
"notifications": {
"bellAria": "Meldingen",
"unreadCount": "{count} ongelezen meldingen",
"dropdownTitle": "Meldingen",
"viewAll": "Alles bekijken",
"pageTitle": "Meldingen",
"pageSubtitle": "Updates van cases, taken, organisaties en personeel.",
"loading": "Meldingen laden…",
"empty": "Nog geen meldingen.",
"loadMore": "Meer laden",
"markAllRead": "Alles als gelezen markeren",
"errorLoad": "Meldingen konden niet worden geladen.",
"errorMarkRead": "Melding kon niet worden bijgewerkt.",
"typeCaseSent": "Nieuwe labcase ontvangen",
"typeClinicComment": "Nieuwe kliniekreactie op een case",
"typeLabComment": "Nieuwe labreactie op een case",
"typeLabCommentClinic": "Nieuwe labreactie op uw case",
"typeCaseImportant": "Case gemarkeerd als belangrijk",
"typeTaskCompleted": "Labtaak voltooid",
"typeTaskAssigned": "Er is een taak aan u toegewezen",
"typeConnectionRequest": "Nieuw organisatieverzoek",
"typeStaffInvite": "Personeelsuitnodiging aangemaakt",
"typeUnknown": "Melding"
},
"errors": {
"GENERIC": "Er is iets misgegaan. Probeer het opnieuw.",
"NETWORK_ERROR": "Kan de server niet bereiken. Controleer uw verbinding.",