mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
Add 'Chats' entry to user menu
This commit is contained in:
parent
73d66e261e
commit
6f4c6c2fd6
@ -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',
|
||||
|
||||
@ -575,6 +575,7 @@
|
||||
"button": {
|
||||
"tooltip": "Mein Profil"
|
||||
},
|
||||
"chats": "Chats",
|
||||
"groups": "Gruppen",
|
||||
"myProfile": "Mein Profil"
|
||||
},
|
||||
|
||||
@ -575,6 +575,7 @@
|
||||
"button": {
|
||||
"tooltip": "My profile"
|
||||
},
|
||||
"chats": "Chats",
|
||||
"groups": "Groups",
|
||||
"myProfile": "My profile"
|
||||
},
|
||||
|
||||
@ -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."
|
||||
|
||||
@ -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."
|
||||
|
||||
@ -310,6 +310,11 @@
|
||||
"hashtag-search": null,
|
||||
"title": null
|
||||
},
|
||||
"header": {
|
||||
"avatarMenu": {
|
||||
"chats": "Chat"
|
||||
}
|
||||
},
|
||||
"index": {
|
||||
"change-filter-settings": null,
|
||||
"no-results": null
|
||||
|
||||
@ -93,6 +93,11 @@
|
||||
"membersCount": null,
|
||||
"membersListTitle": null
|
||||
},
|
||||
"header": {
|
||||
"avatarMenu": {
|
||||
"chats": "Chats"
|
||||
}
|
||||
},
|
||||
"login": {
|
||||
"email": "Uw E-mail",
|
||||
"hello": "Hallo",
|
||||
|
||||
@ -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?",
|
||||
|
||||
@ -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."
|
||||
|
||||
@ -327,6 +327,11 @@
|
||||
"hashtag-search": "Поиск по #{hashtag}",
|
||||
"title": "Ваш фильтр пузыря"
|
||||
},
|
||||
"header": {
|
||||
"avatarMenu": {
|
||||
"chats": "Чаты"
|
||||
}
|
||||
},
|
||||
"index": {
|
||||
"change-filter-settings": "Измените настройки фильтра, чтобы получить больше результатов.",
|
||||
"no-results": "Посты не найдены."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user