From 509144abb603500ad6fdca3a974d1680838255af Mon Sep 17 00:00:00 2001 From: Nikita Konev Date: Wed, 1 Nov 2023 07:28:21 +0400 Subject: [PATCH] *_not_found messages --- frontend/src/ChatList.vue | 3 +++ frontend/src/MessageList.vue | 4 ++++ frontend/src/UserList.vue | 4 +++- frontend/src/locale/en.js | 5 ++++- frontend/src/locale/ru.js | 7 +++++-- 5 files changed, 19 insertions(+), 4 deletions(-) diff --git a/frontend/src/ChatList.vue b/frontend/src/ChatList.vue index e3b2d1dbe..7a8ed7c95 100644 --- a/frontend/src/ChatList.vue +++ b/frontend/src/ChatList.vue @@ -52,6 +52,9 @@ +
+ +
- +
diff --git a/frontend/src/locale/en.js b/frontend/src/locale/en.js index 218b09460..cea504058 100644 --- a/frontend/src/locale/en.js +++ b/frontend/src/locale/en.js @@ -225,5 +225,8 @@ export default { request_resend_confirmation_email_text: "Didn't get a email ? You can ", message_edit_audio: "Add an audio", add_media_audio_by_link: "Add an audio by link", - file_download: "Download the file" + file_download: "Download the file", + chats_not_found: "Chats not found", + users_not_found: "Users not found", + messages_not_found: "Messages not found" } diff --git a/frontend/src/locale/ru.js b/frontend/src/locale/ru.js index 7178db893..e028a07e1 100644 --- a/frontend/src/locale/ru.js +++ b/frontend/src/locale/ru.js @@ -150,7 +150,7 @@ export default { search_in_messages: "Поиск по сообщениям", video_is_not_shown: "Если вы не видите видео участника a) попробуйте перезагрузить вкладку b) используйте Firefox >= 115", link: "Ссылка", - participants_not_found: "Пользователи не найдены", + participants_not_found: "Участники не найдены", search_by_participants: "Поиск по участникам", search_by_files: "Поиск по файлам", reply: "Ответить", @@ -225,5 +225,8 @@ export default { request_resend_confirmation_email_text: "Не получили письмо ? Вы можете ", message_edit_audio: "Добавить аудио", add_media_audio_by_link: "Добавить аудио по ссылке", - file_download: "Скачать файл" + file_download: "Скачать файл", + chats_not_found: "Чаты не найдены", + users_not_found: "Пользователи не найдены", + messages_not_found: "Сообщения не найдены" }