add filter by countrycodes, and allow to change geolocation providers

This commit is contained in:
sedum
2022-12-02 11:25:43 +01:00
parent 4d9030e8fb
commit c096a616ba
10 changed files with 1210 additions and 16 deletions

View File

@@ -268,7 +268,20 @@
"blocked": "Blocked",
"domain": "Domain",
"known_users": "Known users",
"created_at": "Created at"
"created_at": "Created at",
"show_geolocation_setup": "Geolocation and map settings",
"geolocation_description": "<b>Define a provider for geocoding service</b>. Currently, among those listed in the <a href=\"https://wiki.openstreetmap.org/wiki/Nominatim#Alternatives_.2F_Third-party_providers\">wiki of OpenStreetMap</a>, there is support for software <b>Nominatim</b> and <b>Photon</b>.<br>You can use one of the related official demos by copying the link in the 'Geocoding provider' field:<ul><li>https://nominatim.openstreetmap.org/ <a href=\"https://operations.osmfoundation.org/policies/nominatim/\"> [TermsofService]</a></li><li>https://photon.komoot.io/api/ <a href=\"https://photon.komoot.io/\"> [TermsofService]</a></li></ul><b>Define a provider for map layers.</b><br>You can find a list of them here: <a href=\"https://leaflet-extras.github.io/leaflet-providers/preview/\">https://leaflet-extras.github.io/leaflet-providers/preview/</a>",
"geocoding_provider": "Geocoding provider",
"geocoding_provider_help": "The default provider is Nominatim",
"geocoding_countrycodes": "Country codes",
"geocoding_countrycodes_help": "Allows you to set a filter to searches based on area codes",
"geocoding_test_button": "Test geocoding",
"geocoding_test_success": "The service {service_name} is available",
"tilelayer_provider": "Tilelayer provider",
"tilelayer_provider_help": "The default provider is OpenStreetMap",
"tilelayer_provider_attribution": "Attribution",
"tilelayer_test_button": "Test tilelayer",
"tilelayer_test_success": "The service {service_name} is available"
},
"auth": {
"not_confirmed": "Not confirmed yet…",

View File

@@ -257,7 +257,20 @@
"header_image": "Immagine di intestazione",
"hide_thumbs": "Nascondi immaginine",
"hide_calendar": "Nascondi calendario",
"default_images": "Immagini preimpostate"
"default_images": "Immagini preimpostate",
"show_geolocation_setup": "Impostazioni geolocalizzazione e mappa",
"geolocation_description": "<b>Definisci un fornitore per il servizio di georeferenziazione (geocodifica)</b>. Al momento, tra quelli elencati nella <a href=\"https://wiki.openstreetmap.org/wiki/Nominatim#Alternatives_.2F_Third-party_providers\">wiki di OpenStreetMap</a>, è presente il supporto per i software <b>Nominatim</b> e <b>Photon</b>.<br>Puoi utilizzare una delle relative demo ufficiali copiandone il link nel campo 'Fornitore georeferenziazione':<ul><li>https://nominatim.openstreetmap.org/ <a href=\"https://operations.osmfoundation.org/policies/nominatim/\"> [TermsofService]</a></li><li>https://photon.komoot.io/api/ <a href=\"https://photon.komoot.io/\"> [TermsofService]</a></li></ul><b>Definisci un fornitore di layers per la mappa.</b><br>Qui puoi trovarne una lista: <a href=\"https://leaflet-extras.github.io/leaflet-providers/preview/\">https://leaflet-extras.github.io/leaflet-providers/preview/</a>",
"geocoding_provider": "Fornitore georeferenziazione",
"geocoding_provider_help": "Il fornitore di default è Nominatim",
"geocoding_countrycodes": "Codici territoriali",
"geocoding_countrycodes_help": "Permette di impostare un filtro alle ricerche basato su codici territori nazionali",
"geocoding_test_button": "Test geocoding",
"geocoding_test_success": "Il servizio {service_name} è raggiungibile",
"tilelayer_provider": "Fornitore tilelayer",
"tilelayer_provider_help": "Il fornitore di default è OpenStreetMap",
"tilelayer_provider_attribution": "Attribuzione",
"tilelayer_test_button": "Test tilelayer",
"tilelayer_test_success": "Il servizio {service_name} è raggiungibile"
},
"auth": {
"not_confirmed": "Non ancora confermato…",