Change menu tool tip 'Show map' to 'Map' and rename identifier from 'map.button.tooltip' to 'header.map.tooltip'

This commit is contained in:
Wolfgang Huß 2024-01-24 14:55:02 +01:00
parent c90d5b7edb
commit 3afa99e116
5 changed files with 13 additions and 7 deletions

View File

@ -6,7 +6,7 @@
circle
ghost
v-tooltip="{
content: $t('map.button.tooltip'),
content: $t('header.map.tooltip'),
placement: 'bottom-start',
}"
>

View File

@ -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",

View File

@ -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",

View File

@ -328,6 +328,9 @@
"groups": {
"tooltip": "Grupos"
},
"map": {
"tooltip": "Mapa"
},
"notifications": {
"tooltip": "Notificaciones"
}

View File

@ -318,6 +318,9 @@
"groups": {
"tooltip": "Groupes"
},
"map": {
"tooltip": "Carte"
},
"notifications": {
"tooltip": "Notifications"
}