reinit whereinputadvanced in /add , and init only/also online mechanism, various fixes: admin edit place; bug in nominatim display_name when place in certain nominatim_class, init refactor geocoding related code in services/geocoding/provider; init MapEdit component
This commit is contained in:
@@ -98,7 +98,9 @@
|
||||
"about": "About",
|
||||
"content": "Content",
|
||||
"admin_actions": "Admin actions",
|
||||
"recurring_event_actions": "Recurring event actions"
|
||||
"recurring_event_actions": "Recurring event actions",
|
||||
"latitude": "Latitude",
|
||||
"longitude": "Longitude"
|
||||
},
|
||||
"login": {
|
||||
"description": "By logging in you can publish new events.",
|
||||
@@ -178,7 +180,21 @@
|
||||
"alt_text_description": "Description for people with visual impairments",
|
||||
"choose_focal_point": "Choose the focal point",
|
||||
"remove_media_confirmation": "Do you confirm the image removal?",
|
||||
"download_flyer": "Download flyer"
|
||||
"download_flyer": "Download flyer",
|
||||
"where_advanced_options": "Place - Advanced options",
|
||||
"where_advanced_options_description": "Define here additional place properties to the event",
|
||||
"online_event_only": "Online event",
|
||||
"event_only_online_label": "Event only online",
|
||||
"online_event_only_help": "For online-only event, the default place name 'online' is applied",
|
||||
"online_event_too": "Partecipate remotely",
|
||||
"online_event_label": "Online locations",
|
||||
"online_event_urls": "Online locations",
|
||||
"online_event_fallback_urls": "Fallback links",
|
||||
"additional_online_locations": "Additional online locations",
|
||||
"additional_online_locations_help": "Online locations, for instance a url to a videconference room",
|
||||
"address_geocoded_disclaimer": "Didn't you found the address or housenumber you are looking for? The <a target=\"_blank\" href=\"https://www.openstreetmap.org/\">OpenStreetMap</a> project is open to contributions. If you have Android, we recommend <a target=\"_blank\" href=\"https://f-droid.org/en/packages/de.westnordost.streetcomplete/\">StreetComplete</a> ",
|
||||
"address_overwrite": "Overwrite Address",
|
||||
"address_overwrite_help": "Overwrite the geocoded address, for instance to add missing housenumber or a floor information"
|
||||
},
|
||||
"admin": {
|
||||
"place_description": "If you have gotten the place or address wrong, you can change it.<br/>All current and past events associated with this place will change address.",
|
||||
@@ -294,7 +310,10 @@
|
||||
"tilelayer_test_button": "Test tilelayer",
|
||||
"tilelayer_test_success": "The tilelayer service at {service_name} is working",
|
||||
"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_also_online": "Allow event also online",
|
||||
"search_address": "Search address"
|
||||
},
|
||||
"auth": {
|
||||
"not_confirmed": "Not confirmed yet…",
|
||||
@@ -327,7 +346,9 @@
|
||||
},
|
||||
"validators": {
|
||||
"required": "{fieldName} is required",
|
||||
"email": "Insert a valid email"
|
||||
"email": "Insert a valid email",
|
||||
"latitude": "Insert a valid latitude (-90 < latitude < 90)",
|
||||
"longitude": "Insert a valid latitude (-180 < latitude < 180)"
|
||||
},
|
||||
"about": "\n <p><a href='https://gancio.org'>Gancio</a> is a shared agenda for local communities.</p>\n ",
|
||||
"oauth": {
|
||||
|
||||
Reference in New Issue
Block a user