feat: implement notifications system with API endpoints for fetching and marking notifications as read
This commit is contained in:
@@ -28,7 +28,10 @@ const translations = {
|
||||
notifications: {
|
||||
title: "Powiadomienia",
|
||||
noNotifications: "Brak powiadomień",
|
||||
placeholder: "To jest miejsce na przyszłe powiadomienia"
|
||||
placeholder: "To jest miejsce na przyszłe powiadomienia",
|
||||
markAllRead: "Oznacz wszystkie jako przeczytane",
|
||||
loading: "Ładowanie...",
|
||||
justNow: "Przed chwilą"
|
||||
},
|
||||
|
||||
// Common UI elements
|
||||
|
||||
Reference in New Issue
Block a user