feature: version one notification feature implemented.
This commit is contained in:
@@ -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.",
|
||||
|
||||
@@ -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": "اتصال به سرور برقرار نشد. اتصال اینترنت را بررسی کنید.",
|
||||
|
||||
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user