mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Add event to map legend
This commit is contained in:
parent
f89f821dc4
commit
7fa970ad1a
@ -595,9 +595,16 @@
|
||||
"button": {
|
||||
"tooltip": "Landkarte anzeigen"
|
||||
},
|
||||
"markerTypes": {
|
||||
"legend": {
|
||||
"event": "Veranstaltung",
|
||||
"group": "Gruppe",
|
||||
"theUser": "deine Position",
|
||||
"theUser": "Meine Position",
|
||||
"user": "Nutzer"
|
||||
},
|
||||
"markerTypes": {
|
||||
"event": "Veranstaltung",
|
||||
"group": "Gruppe",
|
||||
"theUser": "meine Position",
|
||||
"user": "Nutzer"
|
||||
},
|
||||
"pageTitle": "Landkarte",
|
||||
@ -710,11 +717,6 @@
|
||||
"title": "Benachrichtigungen",
|
||||
"user": "Nutzer"
|
||||
},
|
||||
"position": {
|
||||
"group": "Gruppe",
|
||||
"my": "Meine Position",
|
||||
"user": "Nutzer"
|
||||
},
|
||||
"post": {
|
||||
"comment": {
|
||||
"reply": "Antworten",
|
||||
|
||||
@ -595,9 +595,16 @@
|
||||
"button": {
|
||||
"tooltip": "Show map"
|
||||
},
|
||||
"legend": {
|
||||
"event": "Event",
|
||||
"group": "Group",
|
||||
"theUser": "My position",
|
||||
"user": "User"
|
||||
},
|
||||
"markerTypes": {
|
||||
"event": "event",
|
||||
"group": "group",
|
||||
"theUser": "your position",
|
||||
"theUser": "my position",
|
||||
"user": "user"
|
||||
},
|
||||
"pageTitle": "Map",
|
||||
@ -710,11 +717,6 @@
|
||||
"title": "Notifications",
|
||||
"user": "User"
|
||||
},
|
||||
"position": {
|
||||
"group": "Group",
|
||||
"my": "My position",
|
||||
"user": "User"
|
||||
},
|
||||
"post": {
|
||||
"comment": {
|
||||
"reply": "Reply",
|
||||
|
||||
@ -6,15 +6,32 @@
|
||||
<small>
|
||||
<div>
|
||||
<img
|
||||
alt="my position"
|
||||
:alt="$t('map.legend.theUser')"
|
||||
src="/img/mapbox/marker-icons/mapbox-marker-icon-orange.svg"
|
||||
width="15"
|
||||
/>
|
||||
{{ $t('position.my') }}
|
||||
<img alt="user" src="/img/mapbox/marker-icons/mapbox-marker-icon-green.svg" width="15" />
|
||||
{{ $t('position.user') }}
|
||||
<img alt="group" src="/img/mapbox/marker-icons/mapbox-marker-icon-blue.svg" width="15" />
|
||||
{{ $t('position.group') }}
|
||||
{{ $t('map.legend.theUser') }}
|
||||
|
||||
<img
|
||||
:alt="$t('map.legend.user')"
|
||||
src="/img/mapbox/marker-icons/mapbox-marker-icon-green.svg"
|
||||
width="15"
|
||||
/>
|
||||
{{ $t('map.legend.user') }}
|
||||
|
||||
<img
|
||||
:alt="$t('map.legend.group')"
|
||||
src="/img/mapbox/marker-icons/mapbox-marker-icon-blue.svg"
|
||||
width="15"
|
||||
/>
|
||||
{{ $t('map.legend.group') }}
|
||||
|
||||
<img
|
||||
:alt="$t('map.legend.event')"
|
||||
src="/img/mapbox/marker-icons/mapbox-marker-icon-purple.svg"
|
||||
width="15"
|
||||
/>
|
||||
{{ $t('map.legend.event') }}
|
||||
</div>
|
||||
</small>
|
||||
</ds-space>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user