mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
Change menu tooltip 'My notifications' to 'Notifications' and rename identifier from 'notifications.headerMenuButton.tooltip' to 'header.notifications.tooltip'
This commit is contained in:
parent
51e663e0a6
commit
47305320d6
@ -9,7 +9,7 @@
|
||||
ghost
|
||||
circle
|
||||
v-tooltip="{
|
||||
content: $t('notifications.headerMenuButton.tooltip'),
|
||||
content: $t('header.notifications.tooltip'),
|
||||
placement: 'bottom-start',
|
||||
}"
|
||||
/>
|
||||
@ -20,7 +20,7 @@
|
||||
ghost
|
||||
circle
|
||||
v-tooltip="{
|
||||
content: $t('notifications.headerMenuButton.tooltip'),
|
||||
content: $t('header.notifications.tooltip'),
|
||||
placement: 'bottom-start',
|
||||
}"
|
||||
@click="toggleMenu"
|
||||
|
||||
@ -582,6 +582,9 @@
|
||||
},
|
||||
"chats": {
|
||||
"tooltip": "Chats"
|
||||
},
|
||||
"notifications": {
|
||||
"tooltip": "Banachrichtigungen"
|
||||
}
|
||||
},
|
||||
"index": {
|
||||
@ -728,9 +731,6 @@
|
||||
"unread": "Ungelesen"
|
||||
},
|
||||
"group": "Beschreibung",
|
||||
"headerMenuButton": {
|
||||
"tooltip": "Meine Banachrichtigungen"
|
||||
},
|
||||
"markAllAsRead": "Markiere alle als gelesen",
|
||||
"pageLink": "Alle Benachrichtigungen",
|
||||
"post": "Beitrag oder Gruppe",
|
||||
|
||||
@ -582,6 +582,9 @@
|
||||
},
|
||||
"chats": {
|
||||
"tooltip": "Chats"
|
||||
},
|
||||
"notifications": {
|
||||
"tooltip": "Notifications"
|
||||
}
|
||||
},
|
||||
"index": {
|
||||
@ -728,9 +731,6 @@
|
||||
"unread": "Unread"
|
||||
},
|
||||
"group": "Description",
|
||||
"headerMenuButton": {
|
||||
"tooltip": "My notifications"
|
||||
},
|
||||
"markAllAsRead": "Mark all as read",
|
||||
"pageLink": "All notifications",
|
||||
"post": "Post or Group",
|
||||
|
||||
@ -323,6 +323,9 @@
|
||||
},
|
||||
"chats": {
|
||||
"tooltip": "Chats"
|
||||
},
|
||||
"notifications": {
|
||||
"tooltip": "Notificaciones"
|
||||
}
|
||||
},
|
||||
"index": {
|
||||
|
||||
@ -313,6 +313,9 @@
|
||||
},
|
||||
"chats": {
|
||||
"tooltip": "Chats"
|
||||
},
|
||||
"notifications": {
|
||||
"tooltip": "Notifications"
|
||||
}
|
||||
},
|
||||
"index": {
|
||||
@ -416,9 +419,6 @@
|
||||
"unread": "Non lu"
|
||||
},
|
||||
"group": "Description",
|
||||
"headerMenuButton": {
|
||||
"tooltip": "Mes notifications"
|
||||
},
|
||||
"markAllAsRead": "Tout marquer comme lu",
|
||||
"pageLink": "Toutes les notifications",
|
||||
"post": "Post",
|
||||
|
||||
@ -317,6 +317,9 @@
|
||||
},
|
||||
"chats": {
|
||||
"tooltip": "Chat"
|
||||
},
|
||||
"notifications": {
|
||||
"tooltip": "Notifiche"
|
||||
}
|
||||
},
|
||||
"index": {
|
||||
|
||||
@ -100,6 +100,9 @@
|
||||
},
|
||||
"chats": {
|
||||
"tooltip": "Chats"
|
||||
},
|
||||
"notifications": {
|
||||
"tooltip": "Notificaties"
|
||||
}
|
||||
},
|
||||
"login": {
|
||||
|
||||
@ -187,6 +187,9 @@
|
||||
},
|
||||
"chats": {
|
||||
"tooltip": "Czaty"
|
||||
},
|
||||
"notifications": {
|
||||
"tooltip": "Powiadomienia"
|
||||
}
|
||||
},
|
||||
"login": {
|
||||
|
||||
@ -355,6 +355,9 @@
|
||||
},
|
||||
"chats": {
|
||||
"tooltip": "Chats"
|
||||
},
|
||||
"notifications": {
|
||||
"tooltip": "Notificações"
|
||||
}
|
||||
},
|
||||
"index": {
|
||||
|
||||
@ -334,6 +334,9 @@
|
||||
},
|
||||
"chats": {
|
||||
"tooltip": "Чаты"
|
||||
},
|
||||
"notifications": {
|
||||
"tooltip": "Уведомления"
|
||||
}
|
||||
},
|
||||
"index": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user