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',
icon: 'users',
},
{
name: this.$t('header.avatarMenu.chats'),
path: `/chat`,
icon: 'chat-bubble',
},
{
name: this.$t('notifications.pageLink'),
path: '/notifications',

View File

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

View File

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

View File

@ -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."

View File

@ -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."

View File

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

View File

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

View File

@ -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?",

View File

@ -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."

View File

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