mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Change menu tool tip 'Show groups' to 'Groups' and rename identifier from 'group.button.tooltip' to 'header.groups.tooltip'
This commit is contained in:
parent
47305320d6
commit
c90d5b7edb
@ -6,7 +6,7 @@
|
|||||||
circle
|
circle
|
||||||
ghost
|
ghost
|
||||||
v-tooltip="{
|
v-tooltip="{
|
||||||
content: $t('group.button.tooltip'),
|
content: $t('header.groups.tooltip'),
|
||||||
placement: 'bottom-start',
|
placement: 'bottom-start',
|
||||||
}"
|
}"
|
||||||
/>
|
/>
|
||||||
|
|||||||
@ -481,9 +481,6 @@
|
|||||||
"addUserNoOptions": "Keine Nutzer gefunden!",
|
"addUserNoOptions": "Keine Nutzer gefunden!",
|
||||||
"addUserPlaceholder": "Nutzername",
|
"addUserPlaceholder": "Nutzername",
|
||||||
"allGroups": "Alle Gruppen",
|
"allGroups": "Alle Gruppen",
|
||||||
"button": {
|
|
||||||
"tooltip": "Gruppen anzeigen"
|
|
||||||
},
|
|
||||||
"categories": "Thema ::: Themen",
|
"categories": "Thema ::: Themen",
|
||||||
"categoriesTitle": "Themen der Gruppe",
|
"categoriesTitle": "Themen der Gruppe",
|
||||||
"changeMemberRole": "Die Rolle wurde auf „{role}“ geändert!",
|
"changeMemberRole": "Die Rolle wurde auf „{role}“ geändert!",
|
||||||
@ -583,6 +580,9 @@
|
|||||||
"chats": {
|
"chats": {
|
||||||
"tooltip": "Chats"
|
"tooltip": "Chats"
|
||||||
},
|
},
|
||||||
|
"groups": {
|
||||||
|
"tooltip": "Gruppen"
|
||||||
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"tooltip": "Banachrichtigungen"
|
"tooltip": "Banachrichtigungen"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -481,9 +481,6 @@
|
|||||||
"addUserNoOptions": "No users found!",
|
"addUserNoOptions": "No users found!",
|
||||||
"addUserPlaceholder": "User name",
|
"addUserPlaceholder": "User name",
|
||||||
"allGroups": "All Groups",
|
"allGroups": "All Groups",
|
||||||
"button": {
|
|
||||||
"tooltip": "Show groups"
|
|
||||||
},
|
|
||||||
"categories": "Topic ::: Topics",
|
"categories": "Topic ::: Topics",
|
||||||
"categoriesTitle": "Topics of the group",
|
"categoriesTitle": "Topics of the group",
|
||||||
"changeMemberRole": "The role has been changed to “{role}”!",
|
"changeMemberRole": "The role has been changed to “{role}”!",
|
||||||
@ -583,6 +580,9 @@
|
|||||||
"chats": {
|
"chats": {
|
||||||
"tooltip": "Chats"
|
"tooltip": "Chats"
|
||||||
},
|
},
|
||||||
|
"groups": {
|
||||||
|
"tooltip": "Groups"
|
||||||
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"tooltip": "Notifications"
|
"tooltip": "Notifications"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -319,11 +319,15 @@
|
|||||||
"header": {
|
"header": {
|
||||||
"avatarMenu": {
|
"avatarMenu": {
|
||||||
"chats": "Chats",
|
"chats": "Chats",
|
||||||
|
"groups": "Grupos",
|
||||||
"notifications": "Notificaciones"
|
"notifications": "Notificaciones"
|
||||||
},
|
},
|
||||||
"chats": {
|
"chats": {
|
||||||
"tooltip": "Chats"
|
"tooltip": "Chats"
|
||||||
},
|
},
|
||||||
|
"groups": {
|
||||||
|
"tooltip": "Grupos"
|
||||||
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"tooltip": "Notificaciones"
|
"tooltip": "Notificaciones"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -309,11 +309,15 @@
|
|||||||
"header": {
|
"header": {
|
||||||
"avatarMenu": {
|
"avatarMenu": {
|
||||||
"chats": "Chats",
|
"chats": "Chats",
|
||||||
|
"groups": "Groupes",
|
||||||
"notifications": "Notifications"
|
"notifications": "Notifications"
|
||||||
},
|
},
|
||||||
"chats": {
|
"chats": {
|
||||||
"tooltip": "Chats"
|
"tooltip": "Chats"
|
||||||
},
|
},
|
||||||
|
"groups": {
|
||||||
|
"tooltip": "Groupes"
|
||||||
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"tooltip": "Notifications"
|
"tooltip": "Notifications"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -313,11 +313,15 @@
|
|||||||
"header": {
|
"header": {
|
||||||
"avatarMenu": {
|
"avatarMenu": {
|
||||||
"chats": "Chat",
|
"chats": "Chat",
|
||||||
|
"groups": "Gruppi",
|
||||||
"notifications": "Notifiche"
|
"notifications": "Notifiche"
|
||||||
},
|
},
|
||||||
"chats": {
|
"chats": {
|
||||||
"tooltip": "Chat"
|
"tooltip": "Chat"
|
||||||
},
|
},
|
||||||
|
"groups": {
|
||||||
|
"tooltip": "Gruppi"
|
||||||
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"tooltip": "Notifiche"
|
"tooltip": "Notifiche"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -96,11 +96,15 @@
|
|||||||
"header": {
|
"header": {
|
||||||
"avatarMenu": {
|
"avatarMenu": {
|
||||||
"chats": "Chats",
|
"chats": "Chats",
|
||||||
|
"groups": "Groepen",
|
||||||
"notifications": "Notificaties"
|
"notifications": "Notificaties"
|
||||||
},
|
},
|
||||||
"chats": {
|
"chats": {
|
||||||
"tooltip": "Chats"
|
"tooltip": "Chats"
|
||||||
},
|
},
|
||||||
|
"groups": {
|
||||||
|
"tooltip": "Groepen"
|
||||||
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"tooltip": "Notificaties"
|
"tooltip": "Notificaties"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -183,11 +183,15 @@
|
|||||||
"header": {
|
"header": {
|
||||||
"avatarMenu": {
|
"avatarMenu": {
|
||||||
"chats": "Czaty",
|
"chats": "Czaty",
|
||||||
|
"groups": "Grupy",
|
||||||
"notifications": "Powiadomienia"
|
"notifications": "Powiadomienia"
|
||||||
},
|
},
|
||||||
"chats": {
|
"chats": {
|
||||||
"tooltip": "Czaty"
|
"tooltip": "Czaty"
|
||||||
},
|
},
|
||||||
|
"groups": {
|
||||||
|
"tooltip": "Grupy"
|
||||||
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"tooltip": "Powiadomienia"
|
"tooltip": "Powiadomienia"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -351,11 +351,15 @@
|
|||||||
"header": {
|
"header": {
|
||||||
"avatarMenu": {
|
"avatarMenu": {
|
||||||
"chats": "Chats",
|
"chats": "Chats",
|
||||||
|
"groups": "Grupos",
|
||||||
"notifications": "Notificações"
|
"notifications": "Notificações"
|
||||||
},
|
},
|
||||||
"chats": {
|
"chats": {
|
||||||
"tooltip": "Chats"
|
"tooltip": "Chats"
|
||||||
},
|
},
|
||||||
|
"groups": {
|
||||||
|
"tooltip": "Grupos"
|
||||||
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"tooltip": "Notificações"
|
"tooltip": "Notificações"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -330,11 +330,15 @@
|
|||||||
"header": {
|
"header": {
|
||||||
"avatarMenu": {
|
"avatarMenu": {
|
||||||
"chats": "Чаты",
|
"chats": "Чаты",
|
||||||
|
"groups": "Группы",
|
||||||
"notifications": "Уведомления"
|
"notifications": "Уведомления"
|
||||||
},
|
},
|
||||||
"chats": {
|
"chats": {
|
||||||
"tooltip": "Чаты"
|
"tooltip": "Чаты"
|
||||||
},
|
},
|
||||||
|
"groups": {
|
||||||
|
"tooltip": "Группы"
|
||||||
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"tooltip": "Уведомления"
|
"tooltip": "Уведомления"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user