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.
|
||||
.map(kind => {
|
||||
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 () {
|
||||
|
||||
@ -760,8 +760,8 @@ nylas:
|
||||
mailbox: Mailbox
|
||||
|
||||
geometry:
|
||||
label: Geometry
|
||||
viewLabel: Geometry
|
||||
label: Map
|
||||
viewLabel: Map
|
||||
feedLabel: Configure Sources
|
||||
source:
|
||||
label: Source
|
||||
@ -779,10 +779,10 @@ geometry:
|
||||
optionLabel: Records
|
||||
prefilterLabel: Prefilter sources
|
||||
colorLabel: Marker color
|
||||
geometryFieldLabel: Geometry field*
|
||||
geometryFieldLabel: Location field*
|
||||
titleLabel: Title
|
||||
titlePlaceholder: Title
|
||||
geometryFieldPlaceholder: Geometry field
|
||||
geometryFieldPlaceholder: Location field
|
||||
displayMarker: Display marker
|
||||
displayPolygon: Display polygon
|
||||
centerLabel: Center
|
||||
|
||||
@ -157,7 +157,7 @@ kind:
|
||||
label: User roles
|
||||
placeholder: Filter by user roles
|
||||
geometry:
|
||||
label: Geometry
|
||||
label: Location
|
||||
latitude: Latitude
|
||||
longitude: Longitude
|
||||
clickToPlaceMarker: Click to place/remove a marker
|
||||
|
||||
@ -146,7 +146,7 @@ fieldKinds:
|
||||
User:
|
||||
label: User selector
|
||||
Geometry:
|
||||
label: Geometry
|
||||
label: Location
|
||||
field:
|
||||
selectAll: Select all
|
||||
tooltip:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user