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": "Уведомления",
"markAllAsRead": "Отметить все как прочитанные",
"empty": "Нет уведомлений",
"viewAll": "Все уведомления",
"new": "Новое уведомление",
"time": {
"justNow": "Только что",
"minutesAgo": "{n} мин назад",
"hoursAgo": "{n} ч назад",
"daysAgo": "{n} д назад"
}
}
}