minor on locales

This commit is contained in:
sedum 2023-02-19 23:31:12 +01:00
parent eefc0bb2df
commit 7522e811fa
3 changed files with 5 additions and 5 deletions

View file

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

View file

@ -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'

View file

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