minor on locales
This commit is contained in:
parent
eefc0bb2df
commit
7522e811fa
3 changed files with 5 additions and 5 deletions
|
@ -28,7 +28,7 @@ v-card
|
||||||
v-combobox(ref='geocodedAddress' v-if="settings.allow_geolocation && place.name !== 'online' || (!settings.allow_event_only_online && place.name === 'online')"
|
v-combobox(ref='geocodedAddress' v-if="settings.allow_geolocation && place.name !== 'online' || (!settings.allow_event_only_online && place.name === 'online')"
|
||||||
:prepend-icon='mdiMapSearch'
|
:prepend-icon='mdiMapSearch'
|
||||||
@input.native='searchAddress'
|
@input.native='searchAddress'
|
||||||
:label="$t('common.address')"
|
:label="$t('common.search_address')"
|
||||||
:value='place.geocodedAddress'
|
:value='place.geocodedAddress'
|
||||||
item-text='address'
|
item-text='address'
|
||||||
persistent-hint hide-no-data clearable no-filter
|
persistent-hint hide-no-data clearable no-filter
|
||||||
|
|
|
@ -30,7 +30,7 @@ v-container
|
||||||
:disabled="!(settings.allow_geolocation && place.name !== 'online')"
|
:disabled="!(settings.allow_geolocation && place.name !== 'online')"
|
||||||
:prepend-icon='mdiMapSearch'
|
:prepend-icon='mdiMapSearch'
|
||||||
@input.native='searchAddress'
|
@input.native='searchAddress'
|
||||||
:label="$t('admin.search_address')"
|
:label="$t('common.search_address')"
|
||||||
:value='place.latitude && place.longitude && place.geocodedAddress'
|
:value='place.latitude && place.longitude && place.geocodedAddress'
|
||||||
persistent-hint hide-no-data clearable no-filter
|
persistent-hint hide-no-data clearable no-filter
|
||||||
:loading='loading'
|
:loading='loading'
|
||||||
|
|
|
@ -100,7 +100,8 @@
|
||||||
"admin_actions": "Admin actions",
|
"admin_actions": "Admin actions",
|
||||||
"recurring_event_actions": "Recurring event actions",
|
"recurring_event_actions": "Recurring event actions",
|
||||||
"latitude": "Latitude",
|
"latitude": "Latitude",
|
||||||
"longitude": "Longitude"
|
"longitude": "Longitude",
|
||||||
|
"search_address": "Search address"
|
||||||
},
|
},
|
||||||
"login": {
|
"login": {
|
||||||
"description": "By logging in you can publish new events.",
|
"description": "By logging in you can publish new events.",
|
||||||
|
@ -313,8 +314,7 @@
|
||||||
"tilelayer_test_error": "The tilelayer service is not reachable at {service_name}",
|
"tilelayer_test_error": "The tilelayer service is not reachable at {service_name}",
|
||||||
"geolocation": "Geolocation",
|
"geolocation": "Geolocation",
|
||||||
"allow_event_only_online": "Allow event only online",
|
"allow_event_only_online": "Allow event only online",
|
||||||
"allow_event_also_online": "Allow event also online",
|
"allow_event_also_online": "Allow event also online"
|
||||||
"search_address": "Search address"
|
|
||||||
},
|
},
|
||||||
"auth": {
|
"auth": {
|
||||||
"not_confirmed": "Not confirmed yet…",
|
"not_confirmed": "Not confirmed yet…",
|
||||||
|
|
Loading…
Reference in a new issue