diff --git a/webapp/components/AvatarMenu/AvatarMenu.vue b/webapp/components/AvatarMenu/AvatarMenu.vue index 977996092..d82d08734 100644 --- a/webapp/components/AvatarMenu/AvatarMenu.vue +++ b/webapp/components/AvatarMenu/AvatarMenu.vue @@ -92,6 +92,11 @@ export default { path: '/groups', icon: 'users', }, + { + name: this.$t('header.avatarMenu.chats'), + path: `/chat`, + icon: 'chat-bubble', + }, { name: this.$t('notifications.pageLink'), path: '/notifications', diff --git a/webapp/locales/de.json b/webapp/locales/de.json index 6a3f6545a..6eb2e53af 100644 --- a/webapp/locales/de.json +++ b/webapp/locales/de.json @@ -575,6 +575,7 @@ "button": { "tooltip": "Mein Profil" }, + "chats": "Chats", "groups": "Gruppen", "myProfile": "Mein Profil" }, diff --git a/webapp/locales/en.json b/webapp/locales/en.json index d8d1e6d46..a6e3db2df 100644 --- a/webapp/locales/en.json +++ b/webapp/locales/en.json @@ -575,6 +575,7 @@ "button": { "tooltip": "My profile" }, + "chats": "Chats", "groups": "Groups", "myProfile": "My profile" }, diff --git a/webapp/locales/es.json b/webapp/locales/es.json index 80f0197e2..aeb4a02de 100644 --- a/webapp/locales/es.json +++ b/webapp/locales/es.json @@ -316,6 +316,11 @@ "hashtag-search": "Buscando a #{hashtag}", "title": "Su burbuja de filtro" }, + "header": { + "avatarMenu": { + "chats": "Chats" + } + }, "index": { "change-filter-settings": "Cambie la configuración de sus filtros para obtener más resultados.", "no-results": "No se han encontrado contribuciones." diff --git a/webapp/locales/fr.json b/webapp/locales/fr.json index 9d0a72336..b5034202c 100644 --- a/webapp/locales/fr.json +++ b/webapp/locales/fr.json @@ -306,6 +306,11 @@ "hashtag-search": "Recherche de #{hashtag}", "title": "Votre bulle de filtre" }, + "header": { + "avatarMenu": { + "chats": "Chats" + } + }, "index": { "change-filter-settings": "Modifiez les paramètres de filtrage pour obtenir plus de résultats.", "no-results": "Pas de contribution trouvée." diff --git a/webapp/locales/it.json b/webapp/locales/it.json index ac31b6877..2ce343660 100644 --- a/webapp/locales/it.json +++ b/webapp/locales/it.json @@ -310,6 +310,11 @@ "hashtag-search": null, "title": null }, + "header": { + "avatarMenu": { + "chats": "Chat" + } + }, "index": { "change-filter-settings": null, "no-results": null diff --git a/webapp/locales/nl.json b/webapp/locales/nl.json index 364adbac3..cfd18d524 100644 --- a/webapp/locales/nl.json +++ b/webapp/locales/nl.json @@ -93,6 +93,11 @@ "membersCount": null, "membersListTitle": null }, + "header": { + "avatarMenu": { + "chats": "Chats" + } + }, "login": { "email": "Uw E-mail", "hello": "Hallo", diff --git a/webapp/locales/pl.json b/webapp/locales/pl.json index 3c0ccb0b7..7c75e1d2c 100644 --- a/webapp/locales/pl.json +++ b/webapp/locales/pl.json @@ -180,6 +180,11 @@ "hashtags-filter": { "title": "Twoja bańka filtrująca" }, + "header": { + "avatarMenu": { + "chats": "Czaty" + } + }, "login": { "email": "Twój adres e-mail", "forgotPassword": "Zapomniałeś hasła?", diff --git a/webapp/locales/pt.json b/webapp/locales/pt.json index 661a3e10c..703c7ec2a 100644 --- a/webapp/locales/pt.json +++ b/webapp/locales/pt.json @@ -348,6 +348,11 @@ "hashtag-search": "Procurando por #{hashtag}", "title": "Sua bolha de filtro" }, + "header": { + "avatarMenu": { + "chats": "Chats" + } + }, "index": { "change-filter-settings": "Altere suas configurações de filtro para obter mais resultados.", "no-results": "Nenhuma contribuição encontrada." diff --git a/webapp/locales/ru.json b/webapp/locales/ru.json index 3ed1f2ba0..b97f22d2d 100644 --- a/webapp/locales/ru.json +++ b/webapp/locales/ru.json @@ -327,6 +327,11 @@ "hashtag-search": "Поиск по #{hashtag}", "title": "Ваш фильтр пузыря" }, + "header": { + "avatarMenu": { + "chats": "Чаты" + } + }, "index": { "change-filter-settings": "Измените настройки фильтра, чтобы получить больше результатов.", "no-results": "Посты не найдены."