Change geometry labels to location
This commit is contained in:
parent
68cc6955f6
commit
5f5c5c84f7
@ -194,7 +194,7 @@ export default {
|
|||||||
// for now this field is hidden, since it's implementation is mia.
|
// for now this field is hidden, since it's implementation is mia.
|
||||||
.map(kind => {
|
.map(kind => {
|
||||||
return { kind, label: this.$t('fieldKinds.' + kind + '.label') }
|
return { kind, label: this.$t('fieldKinds.' + kind + '.label') }
|
||||||
}).sort((a, b) => a.label.localeCompare(b.text))
|
}).sort((a, b) => a.label.localeCompare(b.label))
|
||||||
},
|
},
|
||||||
|
|
||||||
exists () {
|
exists () {
|
||||||
|
|||||||
@ -760,8 +760,8 @@ nylas:
|
|||||||
mailbox: Mailbox
|
mailbox: Mailbox
|
||||||
|
|
||||||
geometry:
|
geometry:
|
||||||
label: Geometry
|
label: Map
|
||||||
viewLabel: Geometry
|
viewLabel: Map
|
||||||
feedLabel: Configure Sources
|
feedLabel: Configure Sources
|
||||||
source:
|
source:
|
||||||
label: Source
|
label: Source
|
||||||
@ -779,10 +779,10 @@ geometry:
|
|||||||
optionLabel: Records
|
optionLabel: Records
|
||||||
prefilterLabel: Prefilter sources
|
prefilterLabel: Prefilter sources
|
||||||
colorLabel: Marker color
|
colorLabel: Marker color
|
||||||
geometryFieldLabel: Geometry field*
|
geometryFieldLabel: Location field*
|
||||||
titleLabel: Title
|
titleLabel: Title
|
||||||
titlePlaceholder: Title
|
titlePlaceholder: Title
|
||||||
geometryFieldPlaceholder: Geometry field
|
geometryFieldPlaceholder: Location field
|
||||||
displayMarker: Display marker
|
displayMarker: Display marker
|
||||||
displayPolygon: Display polygon
|
displayPolygon: Display polygon
|
||||||
centerLabel: Center
|
centerLabel: Center
|
||||||
|
|||||||
@ -157,7 +157,7 @@ kind:
|
|||||||
label: User roles
|
label: User roles
|
||||||
placeholder: Filter by user roles
|
placeholder: Filter by user roles
|
||||||
geometry:
|
geometry:
|
||||||
label: Geometry
|
label: Location
|
||||||
latitude: Latitude
|
latitude: Latitude
|
||||||
longitude: Longitude
|
longitude: Longitude
|
||||||
clickToPlaceMarker: Click to place/remove a marker
|
clickToPlaceMarker: Click to place/remove a marker
|
||||||
|
|||||||
@ -146,7 +146,7 @@ fieldKinds:
|
|||||||
User:
|
User:
|
||||||
label: User selector
|
label: User selector
|
||||||
Geometry:
|
Geometry:
|
||||||
label: Geometry
|
label: Location
|
||||||
field:
|
field:
|
||||||
selectAll: Select all
|
selectAll: Select all
|
||||||
tooltip:
|
tooltip:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user