mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Split locales entry 'notifications.pageLink' by adding a 'header.avatarMenu.notifications' entry to have them seperated
This commit is contained in:
parent
6f4c6c2fd6
commit
4090a8b6b3
@ -98,7 +98,7 @@ export default {
|
||||
icon: 'chat-bubble',
|
||||
},
|
||||
{
|
||||
name: this.$t('notifications.pageLink'),
|
||||
name: this.$t('header.avatarMenu.notifications'),
|
||||
path: '/notifications',
|
||||
icon: 'bell',
|
||||
},
|
||||
|
||||
@ -577,7 +577,8 @@
|
||||
},
|
||||
"chats": "Chats",
|
||||
"groups": "Gruppen",
|
||||
"myProfile": "Mein Profil"
|
||||
"myProfile": "Mein Profil",
|
||||
"notifications": "Benachrichtigungen"
|
||||
},
|
||||
"chat": {
|
||||
"tooltip": "Meine Chats"
|
||||
|
||||
@ -577,7 +577,8 @@
|
||||
},
|
||||
"chats": "Chats",
|
||||
"groups": "Groups",
|
||||
"myProfile": "My profile"
|
||||
"myProfile": "My profile",
|
||||
"notifications": "Notifications"
|
||||
},
|
||||
"chat": {
|
||||
"tooltip": "My chats"
|
||||
|
||||
@ -318,7 +318,8 @@
|
||||
},
|
||||
"header": {
|
||||
"avatarMenu": {
|
||||
"chats": "Chats"
|
||||
"chats": "Chats",
|
||||
"notifications": "Notificaciones"
|
||||
}
|
||||
},
|
||||
"index": {
|
||||
|
||||
@ -308,7 +308,8 @@
|
||||
},
|
||||
"header": {
|
||||
"avatarMenu": {
|
||||
"chats": "Chats"
|
||||
"chats": "Chats",
|
||||
"notifications": "Notifications"
|
||||
}
|
||||
},
|
||||
"index": {
|
||||
|
||||
@ -312,7 +312,8 @@
|
||||
},
|
||||
"header": {
|
||||
"avatarMenu": {
|
||||
"chats": "Chat"
|
||||
"chats": "Chat",
|
||||
"notifications": "Notifiche"
|
||||
}
|
||||
},
|
||||
"index": {
|
||||
|
||||
@ -95,7 +95,8 @@
|
||||
},
|
||||
"header": {
|
||||
"avatarMenu": {
|
||||
"chats": "Chats"
|
||||
"chats": "Chats",
|
||||
"notifications": "Notificaties"
|
||||
}
|
||||
},
|
||||
"login": {
|
||||
|
||||
@ -182,7 +182,8 @@
|
||||
},
|
||||
"header": {
|
||||
"avatarMenu": {
|
||||
"chats": "Czaty"
|
||||
"chats": "Czaty",
|
||||
"notifications": "Powiadomienia"
|
||||
}
|
||||
},
|
||||
"login": {
|
||||
|
||||
@ -350,7 +350,8 @@
|
||||
},
|
||||
"header": {
|
||||
"avatarMenu": {
|
||||
"chats": "Chats"
|
||||
"chats": "Chats",
|
||||
"notifications": "Notificações"
|
||||
}
|
||||
},
|
||||
"index": {
|
||||
|
||||
@ -329,7 +329,8 @@
|
||||
},
|
||||
"header": {
|
||||
"avatarMenu": {
|
||||
"chats": "Чаты"
|
||||
"chats": "Чаты",
|
||||
"notifications": "Уведомления"
|
||||
}
|
||||
},
|
||||
"index": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user