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 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
|
circle
|
||||||
ghost
|
ghost
|
||||||
v-tooltip="{
|
v-tooltip="{
|
||||||
content: $t('map.button.tooltip'),
|
content: $t('header.map.tooltip'),
|
||||||
placement: 'bottom-start',
|
placement: 'bottom-start',
|
||||||
}"
|
}"
|
||||||
>
|
>
|
||||||
|
|||||||
@ -583,6 +583,9 @@
|
|||||||
"groups": {
|
"groups": {
|
||||||
"tooltip": "Gruppen"
|
"tooltip": "Gruppen"
|
||||||
},
|
},
|
||||||
|
"map": {
|
||||||
|
"tooltip": "Landkarte"
|
||||||
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"tooltip": "Banachrichtigungen"
|
"tooltip": "Banachrichtigungen"
|
||||||
}
|
}
|
||||||
@ -625,9 +628,6 @@
|
|||||||
},
|
},
|
||||||
"map": {
|
"map": {
|
||||||
"alertMessage": "Es kann nicht auf die Karte zugegriffen werden: Der Mapbox-Token ist auf dem Server nicht gesetzt!",
|
"alertMessage": "Es kann nicht auf die Karte zugegriffen werden: Der Mapbox-Token ist auf dem Server nicht gesetzt!",
|
||||||
"button": {
|
|
||||||
"tooltip": "Landkarte anzeigen"
|
|
||||||
},
|
|
||||||
"legend": {
|
"legend": {
|
||||||
"event": "Veranstaltung",
|
"event": "Veranstaltung",
|
||||||
"group": "Gruppe",
|
"group": "Gruppe",
|
||||||
|
|||||||
@ -583,6 +583,9 @@
|
|||||||
"groups": {
|
"groups": {
|
||||||
"tooltip": "Groups"
|
"tooltip": "Groups"
|
||||||
},
|
},
|
||||||
|
"map": {
|
||||||
|
"tooltip": "Map"
|
||||||
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"tooltip": "Notifications"
|
"tooltip": "Notifications"
|
||||||
}
|
}
|
||||||
@ -625,9 +628,6 @@
|
|||||||
},
|
},
|
||||||
"map": {
|
"map": {
|
||||||
"alertMessage": "The map cannot be accessed: The Mapbox token is not set on the server!",
|
"alertMessage": "The map cannot be accessed: The Mapbox token is not set on the server!",
|
||||||
"button": {
|
|
||||||
"tooltip": "Show map"
|
|
||||||
},
|
|
||||||
"legend": {
|
"legend": {
|
||||||
"event": "Event",
|
"event": "Event",
|
||||||
"group": "Group",
|
"group": "Group",
|
||||||
|
|||||||
@ -328,6 +328,9 @@
|
|||||||
"groups": {
|
"groups": {
|
||||||
"tooltip": "Grupos"
|
"tooltip": "Grupos"
|
||||||
},
|
},
|
||||||
|
"map": {
|
||||||
|
"tooltip": "Mapa"
|
||||||
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"tooltip": "Notificaciones"
|
"tooltip": "Notificaciones"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -318,6 +318,9 @@
|
|||||||
"groups": {
|
"groups": {
|
||||||
"tooltip": "Groupes"
|
"tooltip": "Groupes"
|
||||||
},
|
},
|
||||||
|
"map": {
|
||||||
|
"tooltip": "Carte"
|
||||||
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"tooltip": "Notifications"
|
"tooltip": "Notifications"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user