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