Add missing translations for LocationsContent, Notifications, KYCFormRussia, TopBar
Some checks failed
Build Docker Image / build (push) Failing after 47s

This commit is contained in:
Ruslan Bakiev
2026-01-22 17:45:57 +07:00
parent ba49a8d24f
commit eb664c0387
12 changed files with 158 additions and 43 deletions

View File

@@ -0,0 +1,15 @@
{
"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"
}
}
}