mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
Change menu tool tip 'Show map' to 'Map' and rename identifier from 'map.button.tooltip' to 'header.map.tooltip'
This commit is contained in:
parent
c90d5b7edb
commit
3afa99e116
@ -6,7 +6,7 @@
|
||||
circle
|
||||
ghost
|
||||
v-tooltip="{
|
||||
content: $t('map.button.tooltip'),
|
||||
content: $t('header.map.tooltip'),
|
||||
placement: 'bottom-start',
|
||||
}"
|
||||
>
|
||||
|
||||
@ -583,6 +583,9 @@
|
||||
"groups": {
|
||||
"tooltip": "Gruppen"
|
||||
},
|
||||
"map": {
|
||||
"tooltip": "Landkarte"
|
||||
},
|
||||
"notifications": {
|
||||
"tooltip": "Banachrichtigungen"
|
||||
}
|
||||
@ -625,9 +628,6 @@
|
||||
},
|
||||
"map": {
|
||||
"alertMessage": "Es kann nicht auf die Karte zugegriffen werden: Der Mapbox-Token ist auf dem Server nicht gesetzt!",
|
||||
"button": {
|
||||
"tooltip": "Landkarte anzeigen"
|
||||
},
|
||||
"legend": {
|
||||
"event": "Veranstaltung",
|
||||
"group": "Gruppe",
|
||||
|
||||
@ -583,6 +583,9 @@
|
||||
"groups": {
|
||||
"tooltip": "Groups"
|
||||
},
|
||||
"map": {
|
||||
"tooltip": "Map"
|
||||
},
|
||||
"notifications": {
|
||||
"tooltip": "Notifications"
|
||||
}
|
||||
@ -625,9 +628,6 @@
|
||||
},
|
||||
"map": {
|
||||
"alertMessage": "The map cannot be accessed: The Mapbox token is not set on the server!",
|
||||
"button": {
|
||||
"tooltip": "Show map"
|
||||
},
|
||||
"legend": {
|
||||
"event": "Event",
|
||||
"group": "Group",
|
||||
|
||||
@ -328,6 +328,9 @@
|
||||
"groups": {
|
||||
"tooltip": "Grupos"
|
||||
},
|
||||
"map": {
|
||||
"tooltip": "Mapa"
|
||||
},
|
||||
"notifications": {
|
||||
"tooltip": "Notificaciones"
|
||||
}
|
||||
|
||||
@ -318,6 +318,9 @@
|
||||
"groups": {
|
||||
"tooltip": "Groupes"
|
||||
},
|
||||
"map": {
|
||||
"tooltip": "Carte"
|
||||
},
|
||||
"notifications": {
|
||||
"tooltip": "Notifications"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user