From cd07502128f6e5c63045cb8ab3ec875eadcc43c7 Mon Sep 17 00:00:00 2001 From: smanylov Date: Fri, 8 May 2026 15:37:25 +0700 Subject: [PATCH] add translate --- src/i18n/messages/en.json | 3 ++- src/i18n/messages/ru.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/i18n/messages/en.json b/src/i18n/messages/en.json index 084f4f2..0c98682 100644 --- a/src/i18n/messages/en.json +++ b/src/i18n/messages/en.json @@ -464,7 +464,8 @@ "please-enter-complaint-text-first": "Please enter complaint text first", "please-enter-template-name": "Please enter template name", "template-saved-successfully": "Template saved successfully", - "no-claims-complaints-found": "No complaints/claims found" + "no-claims-complaints-found": "No complaints/claims found", + "no-notifications": "No notifications" }, "Login-register-form": { "and": "and", diff --git a/src/i18n/messages/ru.json b/src/i18n/messages/ru.json index faaf302..a482173 100644 --- a/src/i18n/messages/ru.json +++ b/src/i18n/messages/ru.json @@ -464,7 +464,8 @@ "please-enter-complaint-text-first": "Пожалуйста, сначала введите текст жалобы", "please-enter-template-name": "Пожалуйста, введите название шаблона", "template-saved-successfully": "Шаблон успешно сохранен", - "no-claims-complaints-found": "Жалобы / претензии не найдены" + "no-claims-complaints-found": "Жалобы / претензии не найдены", + "no-notifications": "Нет уведомлений" }, "Login-register-form": { "and": "и",