16 lines
344 B
JSON
16 lines
344 B
JSON
{
|
|
"notifications": {
|
|
"title": "Notifications",
|
|
"markAllAsRead": "Mark all as read",
|
|
"empty": "No notifications",
|
|
"viewAll": "All notifications",
|
|
"new": "New notification",
|
|
"time": {
|
|
"justNow": "Just now",
|
|
"minutesAgo": "{n} min ago",
|
|
"hoursAgo": "{n} h ago",
|
|
"daysAgo": "{n} d ago"
|
|
}
|
|
}
|
|
}
|