Files
webapp/i18n/locales/en/notifications.json
Ruslan Bakiev eb664c0387
Some checks failed
Build Docker Image / build (push) Failing after 47s
Add missing translations for LocationsContent, Notifications, KYCFormRussia, TopBar
2026-01-22 17:45:57 +07:00

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"
}
}
}