Add 'Chats' entry to user menu

This commit is contained in:
Wolfgang Huß 2024-01-24 12:18:01 +01:00
parent 73d66e261e
commit 6f4c6c2fd6
10 changed files with 42 additions and 0 deletions

View File

@ -92,6 +92,11 @@ export default {
path: '/groups', path: '/groups',
icon: 'users', icon: 'users',
}, },
{
name: this.$t('header.avatarMenu.chats'),
path: `/chat`,
icon: 'chat-bubble',
},
{ {
name: this.$t('notifications.pageLink'), name: this.$t('notifications.pageLink'),
path: '/notifications', path: '/notifications',

View File

@ -575,6 +575,7 @@
"button": { "button": {
"tooltip": "Mein Profil" "tooltip": "Mein Profil"
}, },
"chats": "Chats",
"groups": "Gruppen", "groups": "Gruppen",
"myProfile": "Mein Profil" "myProfile": "Mein Profil"
}, },

View File

@ -575,6 +575,7 @@
"button": { "button": {
"tooltip": "My profile" "tooltip": "My profile"
}, },
"chats": "Chats",
"groups": "Groups", "groups": "Groups",
"myProfile": "My profile" "myProfile": "My profile"
}, },

View File

@ -316,6 +316,11 @@
"hashtag-search": "Buscando a #{hashtag}", "hashtag-search": "Buscando a #{hashtag}",
"title": "Su burbuja de filtro" "title": "Su burbuja de filtro"
}, },
"header": {
"avatarMenu": {
"chats": "Chats"
}
},
"index": { "index": {
"change-filter-settings": "Cambie la configuración de sus filtros para obtener más resultados.", "change-filter-settings": "Cambie la configuración de sus filtros para obtener más resultados.",
"no-results": "No se han encontrado contribuciones." "no-results": "No se han encontrado contribuciones."

View File

@ -306,6 +306,11 @@
"hashtag-search": "Recherche de #{hashtag}", "hashtag-search": "Recherche de #{hashtag}",
"title": "Votre bulle de filtre" "title": "Votre bulle de filtre"
}, },
"header": {
"avatarMenu": {
"chats": "Chats"
}
},
"index": { "index": {
"change-filter-settings": "Modifiez les paramètres de filtrage pour obtenir plus de résultats.", "change-filter-settings": "Modifiez les paramètres de filtrage pour obtenir plus de résultats.",
"no-results": "Pas de contribution trouvée." "no-results": "Pas de contribution trouvée."

View File

@ -310,6 +310,11 @@
"hashtag-search": null, "hashtag-search": null,
"title": null "title": null
}, },
"header": {
"avatarMenu": {
"chats": "Chat"
}
},
"index": { "index": {
"change-filter-settings": null, "change-filter-settings": null,
"no-results": null "no-results": null

View File

@ -93,6 +93,11 @@
"membersCount": null, "membersCount": null,
"membersListTitle": null "membersListTitle": null
}, },
"header": {
"avatarMenu": {
"chats": "Chats"
}
},
"login": { "login": {
"email": "Uw E-mail", "email": "Uw E-mail",
"hello": "Hallo", "hello": "Hallo",

View File

@ -180,6 +180,11 @@
"hashtags-filter": { "hashtags-filter": {
"title": "Twoja bańka filtrująca" "title": "Twoja bańka filtrująca"
}, },
"header": {
"avatarMenu": {
"chats": "Czaty"
}
},
"login": { "login": {
"email": "Twój adres e-mail", "email": "Twój adres e-mail",
"forgotPassword": "Zapomniałeś hasła?", "forgotPassword": "Zapomniałeś hasła?",

View File

@ -348,6 +348,11 @@
"hashtag-search": "Procurando por #{hashtag}", "hashtag-search": "Procurando por #{hashtag}",
"title": "Sua bolha de filtro" "title": "Sua bolha de filtro"
}, },
"header": {
"avatarMenu": {
"chats": "Chats"
}
},
"index": { "index": {
"change-filter-settings": "Altere suas configurações de filtro para obter mais resultados.", "change-filter-settings": "Altere suas configurações de filtro para obter mais resultados.",
"no-results": "Nenhuma contribuição encontrada." "no-results": "Nenhuma contribuição encontrada."

View File

@ -327,6 +327,11 @@
"hashtag-search": "Поиск по #{hashtag}", "hashtag-search": "Поиск по #{hashtag}",
"title": "Ваш фильтр пузыря" "title": "Ваш фильтр пузыря"
}, },
"header": {
"avatarMenu": {
"chats": "Чаты"
}
},
"index": { "index": {
"change-filter-settings": "Измените настройки фильтра, чтобы получить больше результатов.", "change-filter-settings": "Измените настройки фильтра, чтобы получить больше результатов.",
"no-results": "Посты не найдены." "no-results": "Посты не найдены."