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',
|
icon: 'chat-bubble',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: this.$t('notifications.pageLink'),
|
name: this.$t('header.avatarMenu.notifications'),
|
||||||
path: '/notifications',
|
path: '/notifications',
|
||||||
icon: 'bell',
|
icon: 'bell',
|
||||||
},
|
},
|
||||||
|
|||||||
@ -577,7 +577,8 @@
|
|||||||
},
|
},
|
||||||
"chats": "Chats",
|
"chats": "Chats",
|
||||||
"groups": "Gruppen",
|
"groups": "Gruppen",
|
||||||
"myProfile": "Mein Profil"
|
"myProfile": "Mein Profil",
|
||||||
|
"notifications": "Benachrichtigungen"
|
||||||
},
|
},
|
||||||
"chat": {
|
"chat": {
|
||||||
"tooltip": "Meine Chats"
|
"tooltip": "Meine Chats"
|
||||||
|
|||||||
@ -577,7 +577,8 @@
|
|||||||
},
|
},
|
||||||
"chats": "Chats",
|
"chats": "Chats",
|
||||||
"groups": "Groups",
|
"groups": "Groups",
|
||||||
"myProfile": "My profile"
|
"myProfile": "My profile",
|
||||||
|
"notifications": "Notifications"
|
||||||
},
|
},
|
||||||
"chat": {
|
"chat": {
|
||||||
"tooltip": "My chats"
|
"tooltip": "My chats"
|
||||||
|
|||||||
@ -318,7 +318,8 @@
|
|||||||
},
|
},
|
||||||
"header": {
|
"header": {
|
||||||
"avatarMenu": {
|
"avatarMenu": {
|
||||||
"chats": "Chats"
|
"chats": "Chats",
|
||||||
|
"notifications": "Notificaciones"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"index": {
|
"index": {
|
||||||
|
|||||||
@ -308,7 +308,8 @@
|
|||||||
},
|
},
|
||||||
"header": {
|
"header": {
|
||||||
"avatarMenu": {
|
"avatarMenu": {
|
||||||
"chats": "Chats"
|
"chats": "Chats",
|
||||||
|
"notifications": "Notifications"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"index": {
|
"index": {
|
||||||
|
|||||||
@ -312,7 +312,8 @@
|
|||||||
},
|
},
|
||||||
"header": {
|
"header": {
|
||||||
"avatarMenu": {
|
"avatarMenu": {
|
||||||
"chats": "Chat"
|
"chats": "Chat",
|
||||||
|
"notifications": "Notifiche"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"index": {
|
"index": {
|
||||||
|
|||||||
@ -95,7 +95,8 @@
|
|||||||
},
|
},
|
||||||
"header": {
|
"header": {
|
||||||
"avatarMenu": {
|
"avatarMenu": {
|
||||||
"chats": "Chats"
|
"chats": "Chats",
|
||||||
|
"notifications": "Notificaties"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"login": {
|
"login": {
|
||||||
|
|||||||
@ -182,7 +182,8 @@
|
|||||||
},
|
},
|
||||||
"header": {
|
"header": {
|
||||||
"avatarMenu": {
|
"avatarMenu": {
|
||||||
"chats": "Czaty"
|
"chats": "Czaty",
|
||||||
|
"notifications": "Powiadomienia"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"login": {
|
"login": {
|
||||||
|
|||||||
@ -350,7 +350,8 @@
|
|||||||
},
|
},
|
||||||
"header": {
|
"header": {
|
||||||
"avatarMenu": {
|
"avatarMenu": {
|
||||||
"chats": "Chats"
|
"chats": "Chats",
|
||||||
|
"notifications": "Notificações"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"index": {
|
"index": {
|
||||||
|
|||||||
@ -329,7 +329,8 @@
|
|||||||
},
|
},
|
||||||
"header": {
|
"header": {
|
||||||
"avatarMenu": {
|
"avatarMenu": {
|
||||||
"chats": "Чаты"
|
"chats": "Чаты",
|
||||||
|
"notifications": "Уведомления"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"index": {
|
"index": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user