Files
webapp/i18n/locales/ru/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
469 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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