chore: fix tests

This commit is contained in:
Yohan Boniface 2024-03-08 18:17:20 +01:00
parent 56e6b20087
commit 8524cc785f
113 changed files with 737 additions and 171 deletions

View file

@ -17,19 +17,19 @@ input:-moz-placeholder, :-moz-placeholder {
color: #a5a5a5; color: #a5a5a5;
} }
#umap-ui-container textarea { #umap-panel textarea {
height: 100px; height: 100px;
margin-bottom: 14px; margin-bottom: 14px;
} }
#umap-ui-container select { #umap-panel select {
margin-bottom: 10px; margin-bottom: 10px;
} }
#umap-ui-container.warning .button { #umap-panel.warning .button {
background-color: #c60f13; background-color: #c60f13;
border: 1px solid #7f0a0c; border: 1px solid #7f0a0c;
} }
#umap-ui-container.warning .button:hover { #umap-panel.warning .button:hover {
background-color: #970b0e; background-color: #970b0e;
} }
@ -194,7 +194,7 @@ h2.tabs a:hover {
color: #efefef; color: #efefef;
text-decoration: underline; text-decoration: underline;
} }
body.content #umap-ui-container { body.content #umap-panel {
background-color: #fff; background-color: #fff;
} }

View file

@ -105,6 +105,7 @@ export default class Browser {
DomEvent.on(toggle, 'click', toggleList) DomEvent.on(toggle, 'click', toggleList)
datalayer.renderToolbox(headline) datalayer.renderToolbox(headline)
const name = DomUtil.create('span', 'datalayer-name', headline) const name = DomUtil.create('span', 'datalayer-name', headline)
name.textContent = datalayer.options.name
DomEvent.on(name, 'click', toggleList) DomEvent.on(name, 'click', toggleList)
container.innerHTML = '' container.innerHTML = ''
datalayer.eachFeature((feature) => this.addFeature(feature, container)) datalayer.eachFeature((feature) => this.addFeature(feature, container))
@ -112,7 +113,9 @@ export default class Browser {
let total = datalayer.count(), let total = datalayer.count(),
current = container.querySelectorAll('li').length, current = container.querySelectorAll('li').length,
count = total == current ? total : `${current}/${total}` count = total == current ? total : `${current}/${total}`
name.textContent = `${datalayer.options.name} (${count})` const counter = DomUtil.create('span', 'datalayer-counter', headline)
counter.textContent = `(${count})`
counter.title = translate(`Features in this layer: ${count}`)
} }
onFormChange() { onFormChange() {
@ -167,10 +170,23 @@ export default class Browser {
this.map.eachBrowsableDataLayer((datalayer) => { this.map.eachBrowsableDataLayer((datalayer) => {
this.addDataLayer(datalayer, dataContainer) this.addDataLayer(datalayer, dataContainer)
}) })
L.DomUtil.createButton(
'show-on-edit block add-datalayer button',
container,
L._('Add a layer'),
this.newDataLayer,
this
)
// After datalayers have been added. // After datalayers have been added.
const orderable = new Orderable(dataContainer, L.bind(this.onReorder, this)) const orderable = new Orderable(dataContainer, L.bind(this.onReorder, this))
} }
newDataLayer () {
const datalayer = this.map.createDataLayer({})
datalayer.edit()
}
onReorder(src, dst, initialIndex, finalIndex) { onReorder(src, dst, initialIndex, finalIndex) {
const layer = this.map.datalayers[src.dataset.id], const layer = this.map.datalayers[src.dataset.id],
other = this.map.datalayers[dst.dataset.id], other = this.map.datalayers[dst.dataset.id],

View file

@ -501,7 +501,7 @@ U.DataLayersControl = L.Control.Button.extend({
options: { options: {
position: 'topright', position: 'topright',
className: 'umap-control-browse', className: 'umap-control-browse',
title: L._('Show datalayers'), title: L._('See layers'),
}, },
onClick: function () { onClick: function () {

View file

@ -230,7 +230,7 @@ const locale = {
"Save this location as new feature": "Save this location as new feature", "Save this location as new feature": "Save this location as new feature",
"Search location": "Search location", "Search location": "Search location",
"See all": "ሁሉንም ተመልከት", "See all": "ሁሉንም ተመልከት",
"See data layers": "See data layers", "See layers": "See layers",
"See full screen": "ሙሉውን ስክሪን ተመልከት", "See full screen": "ሙሉውን ስክሪን ተመልከት",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"Shape properties": "Shape properties", "Shape properties": "Shape properties",

View file

@ -335,7 +335,7 @@
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See all": "ሁሉንም ተመልከት", "See all": "ሁሉንም ተመልከት",
"See data layers": "See data layers", "See layers": "See layers",
"See full screen": "ሙሉውን ስክሪን ተመልከት", "See full screen": "ሙሉውን ስክሪን ተመልከት",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Select data": "Select data", "Select data": "Select data",

View file

@ -230,7 +230,7 @@ const locale = {
"Save this location as new feature": "Save this location as new feature", "Save this location as new feature": "Save this location as new feature",
"Search location": "Search location", "Search location": "Search location",
"See all": "See all", "See all": "See all",
"See data layers": "See data layers", "See layers": "See layers",
"See full screen": "See full screen", "See full screen": "See full screen",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"Shape properties": "Shape properties", "Shape properties": "Shape properties",

View file

@ -335,7 +335,7 @@
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See all": "See all", "See all": "See all",
"See data layers": "See data layers", "See layers": "See layers",
"See full screen": "See full screen", "See full screen": "See full screen",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Select data": "Select data", "Select data": "Select data",

View file

@ -230,7 +230,7 @@ const locale = {
"Save this location as new feature": "Save this location as new feature", "Save this location as new feature": "Save this location as new feature",
"Search location": "Search location", "Search location": "Search location",
"See all": "See all", "See all": "See all",
"See data layers": "See data layers", "See layers": "See layers",
"See full screen": "See full screen", "See full screen": "See full screen",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"Shape properties": "Shape properties", "Shape properties": "Shape properties",

View file

@ -335,7 +335,7 @@
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See all": "See all", "See all": "See all",
"See data layers": "See data layers", "See layers": "See layers",
"See full screen": "See full screen", "See full screen": "See full screen",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Select data": "Select data", "Select data": "Select data",

View file

@ -230,7 +230,7 @@ const locale = {
"Save this location as new feature": "Save this location as new feature", "Save this location as new feature": "Save this location as new feature",
"Search location": "Search location", "Search location": "Search location",
"See all": "See all", "See all": "See all",
"See data layers": "See data layers", "See layers": "See layers",
"See full screen": "Виж на цял екран", "See full screen": "Виж на цял екран",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"Shape properties": "Shape properties", "Shape properties": "Shape properties",

View file

@ -335,7 +335,7 @@
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See all": "See all", "See all": "See all",
"See data layers": "See data layers", "See layers": "See layers",
"See full screen": "Виж на цял екран", "See full screen": "Виж на цял екран",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Select data": "Select data", "Select data": "Select data",

View file

@ -230,7 +230,7 @@ const locale = {
"Save this location as new feature": "Enrollañ al lec'h-mañ evel un elfenn nevez", "Save this location as new feature": "Enrollañ al lec'h-mañ evel un elfenn nevez",
"Search location": "Klask ul lec'h", "Search location": "Klask ul lec'h",
"See all": "Gwelet pep tra", "See all": "Gwelet pep tra",
"See data layers": "Diskouez ar gwiskadoù", "See layers": "Diskouez ar gwiskadoù",
"See full screen": "Gwelet e skramm a-bezh", "See full screen": "Gwelet e skramm a-bezh",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Diweredekaat evit kuzhat ar gwiskad-mañ ouzh an diaporama, ar merdeer roadennoù...", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Diweredekaat evit kuzhat ar gwiskad-mañ ouzh an diaporama, ar merdeer roadennoù...",
"Shape properties": "Perzhioù ar furm", "Shape properties": "Perzhioù ar furm",

View file

@ -335,7 +335,7 @@
"Secret edit link copied to clipboard!": "Liamm aozañ kuzh eilet er golver!", "Secret edit link copied to clipboard!": "Liamm aozañ kuzh eilet er golver!",
"Secret edit link:": "Liamm aozañ kuzh:", "Secret edit link:": "Liamm aozañ kuzh:",
"See all": "Gwelet pep tra", "See all": "Gwelet pep tra",
"See data layers": "Diskouez ar gwiskadoù", "See layers": "Diskouez ar gwiskadoù",
"See full screen": "Gwelet e skramm a-bezh", "See full screen": "Gwelet e skramm a-bezh",
"See on OpenStreetMap": "Gwelet war OpenStreetMap", "See on OpenStreetMap": "Gwelet war OpenStreetMap",
"Select data": "Diuzañ ar roadennoù", "Select data": "Diuzañ ar roadennoù",

View file

@ -230,7 +230,7 @@ const locale = {
"Save this location as new feature": "Save this location as new feature", "Save this location as new feature": "Save this location as new feature",
"Search location": "Search location", "Search location": "Search location",
"See all": "See all", "See all": "See all",
"See data layers": "Mostra les capes de dades", "See layers": "Mostra les capes de dades",
"See full screen": "Mostra-ho a pantalla completa", "See full screen": "Mostra-ho a pantalla completa",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"Shape properties": "Shape properties", "Shape properties": "Shape properties",

View file

@ -335,7 +335,7 @@
"Secret edit link copied to clipboard!": "L'enllaç secret s'ha copiat al porta-retalls!", "Secret edit link copied to clipboard!": "L'enllaç secret s'ha copiat al porta-retalls!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See all": "See all", "See all": "See all",
"See data layers": "Mostra les capes de dades", "See layers": "Mostra les capes de dades",
"See full screen": "Mostra-ho a pantalla completa", "See full screen": "Mostra-ho a pantalla completa",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Select data": "Select data", "Select data": "Select data",

View file

@ -230,7 +230,7 @@ const locale = {
"Save this location as new feature": "Uložit tuto pozici jako nový objekt", "Save this location as new feature": "Uložit tuto pozici jako nový objekt",
"Search location": "Vyhledat místo na mapě", "Search location": "Vyhledat místo na mapě",
"See all": "Zobraz vše", "See all": "Zobraz vše",
"See data layers": "Zobrazit datové vrstvy", "See layers": "Zobrazit datové vrstvy",
"See full screen": "Na celou obrazovku", "See full screen": "Na celou obrazovku",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Nastavte na false pro ukrytí této vrstvy z prezentace, prohlížeče dat, vyskakovací navigace...", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Nastavte na false pro ukrytí této vrstvy z prezentace, prohlížeče dat, vyskakovací navigace...",
"Shape properties": "Vlastností tvaru", "Shape properties": "Vlastností tvaru",

View file

@ -335,7 +335,7 @@
"Secret edit link copied to clipboard!": "Tajný odkaz na úpravy do schránky!", "Secret edit link copied to clipboard!": "Tajný odkaz na úpravy do schránky!",
"Secret edit link:": "Tajný odkaz na úpravy:", "Secret edit link:": "Tajný odkaz na úpravy:",
"See all": "Zobraz vše", "See all": "Zobraz vše",
"See data layers": "Zobrazit datové vrstvy", "See layers": "Zobrazit datové vrstvy",
"See full screen": "Na celou obrazovku", "See full screen": "Na celou obrazovku",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Select data": "Select data", "Select data": "Select data",

View file

@ -230,7 +230,7 @@ const locale = {
"Save this location as new feature": "Gem denne placering som et nyt objekt", "Save this location as new feature": "Gem denne placering som et nyt objekt",
"Search location": "Søg efter placering", "Search location": "Søg efter placering",
"See all": "Se alle", "See all": "Se alle",
"See data layers": "Se datalag", "See layers": "Se datalag",
"See full screen": "Se i fuld skærm", "See full screen": "Se i fuld skærm",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Sæt den til false, for at skjule dette lag fra slideshowet, databrowseren, popupnavigeringen…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Sæt den til false, for at skjule dette lag fra slideshowet, databrowseren, popupnavigeringen…",
"Shape properties": "Figuregenskaber", "Shape properties": "Figuregenskaber",

View file

@ -335,7 +335,7 @@
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See all": "Se alle", "See all": "Se alle",
"See data layers": "Se datalag", "See layers": "Se datalag",
"See full screen": "Se i fuld skærm", "See full screen": "Se i fuld skærm",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Select data": "Select data", "Select data": "Select data",

View file

@ -230,7 +230,7 @@ const locale = {
"Save this location as new feature": "Diesen Ort als neues Element speichern", "Save this location as new feature": "Diesen Ort als neues Element speichern",
"Search location": "Ort suchen", "Search location": "Ort suchen",
"See all": "Alle anzeigen", "See all": "Alle anzeigen",
"See data layers": "Datenebenen ansehen", "See layers": "Datenebenen ansehen",
"See full screen": "Vollbildanzeige", "See full screen": "Vollbildanzeige",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Setze es auf Nein, um diese Ebene in der Diashow, im Datenbrowser, in der Popup-Navigation,... auszublenden.", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Setze es auf Nein, um diese Ebene in der Diashow, im Datenbrowser, in der Popup-Navigation,... auszublenden.",
"Shape properties": "Formeigenschaften", "Shape properties": "Formeigenschaften",

View file

@ -335,7 +335,7 @@
"Secret edit link copied to clipboard!": "Geheimer Link zum Bearbeiten der Karte in die Zwischenablage kopiert!", "Secret edit link copied to clipboard!": "Geheimer Link zum Bearbeiten der Karte in die Zwischenablage kopiert!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See all": "Alle anzeigen", "See all": "Alle anzeigen",
"See data layers": "Datenebenen ansehen", "See layers": "Datenebenen ansehen",
"See full screen": "Vollbildanzeige", "See full screen": "Vollbildanzeige",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Select data": "Wähle Daten aus", "Select data": "Wähle Daten aus",

View file

@ -230,7 +230,7 @@ const locale = {
"Save this location as new feature": "Αποθήκευση αυτής της τοποθεσίας ως νέο στοιχείο", "Save this location as new feature": "Αποθήκευση αυτής της τοποθεσίας ως νέο στοιχείο",
"Search location": "Αναζήτηση τοποθεσίας", "Search location": "Αναζήτηση τοποθεσίας",
"See all": "Εμφάνιση όλων", "See all": "Εμφάνιση όλων",
"See data layers": "Εμφάνιση επιπέδων δεδομένων", "See layers": "Εμφάνιση επιπέδων δεδομένων",
"See full screen": "Εμφάνιση πλήρους οθόνης", "See full screen": "Εμφάνιση πλήρους οθόνης",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Απενεργοποίηση εάν επιθυμείτε την απόκρυψη του επιπέδου κατά την προβολή των διαφανειών, την περιήγηση δεδομένων, την αναδυόμενη πλοήγηση...", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Απενεργοποίηση εάν επιθυμείτε την απόκρυψη του επιπέδου κατά την προβολή των διαφανειών, την περιήγηση δεδομένων, την αναδυόμενη πλοήγηση...",
"Shape properties": "Ιδιότητες σχήματος", "Shape properties": "Ιδιότητες σχήματος",

View file

@ -335,7 +335,7 @@
"Secret edit link copied to clipboard!": "Ο μυστικός σύνδεσμος επεξεργασίας αντιγράφηκε στο πρόχειρο!", "Secret edit link copied to clipboard!": "Ο μυστικός σύνδεσμος επεξεργασίας αντιγράφηκε στο πρόχειρο!",
"Secret edit link:": "Μυστικός σύνδεσμος επεξεργασίας:", "Secret edit link:": "Μυστικός σύνδεσμος επεξεργασίας:",
"See all": "Εμφάνιση όλων", "See all": "Εμφάνιση όλων",
"See data layers": "Εμφάνιση επιπέδων δεδομένων", "See layers": "Εμφάνιση επιπέδων δεδομένων",
"See full screen": "Εμφάνιση πλήρους οθόνης", "See full screen": "Εμφάνιση πλήρους οθόνης",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Select data": "Επιλογή δεδομένων", "Select data": "Επιλογή δεδομένων",

View file

@ -230,7 +230,7 @@ const locale = {
"Save this location as new feature": "Save this location as new feature", "Save this location as new feature": "Save this location as new feature",
"Search location": "Search location", "Search location": "Search location",
"See all": "See all", "See all": "See all",
"See data layers": "See data layers", "See layers": "See layers",
"See full screen": "See full screen", "See full screen": "See full screen",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"Shape properties": "Shape properties", "Shape properties": "Shape properties",

View file

@ -335,7 +335,7 @@
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See all": "See all", "See all": "See all",
"See data layers": "See data layers", "See layers": "See layers",
"See full screen": "See full screen", "See full screen": "See full screen",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Select data": "Select data", "Select data": "Select data",

View file

@ -335,7 +335,7 @@
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See all": "See all", "See all": "See all",
"See data layers": "See data layers", "See layers": "See layers",
"See full screen": "See full screen", "See full screen": "See full screen",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Select data": "Select data", "Select data": "Select data",

View file

@ -230,7 +230,7 @@ const locale = {
"Save this location as new feature": "Guardar esta ubicación como nuevo elemento", "Save this location as new feature": "Guardar esta ubicación como nuevo elemento",
"Search location": "Buscar ubicación", "Search location": "Buscar ubicación",
"See all": "Ver todo", "See all": "Ver todo",
"See data layers": "Ver capas de datos", "See layers": "Ver capas de datos",
"See full screen": "Ver pantalla completa", "See full screen": "Ver pantalla completa",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Establecer en falso para ocultar esta capa de la presentación de diapositivas, el navegador de datos, la navegación emergente...", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Establecer en falso para ocultar esta capa de la presentación de diapositivas, el navegador de datos, la navegación emergente...",
"Shape properties": "Propiedades de la figura", "Shape properties": "Propiedades de la figura",

View file

@ -335,7 +335,7 @@
"Secret edit link copied to clipboard!": "Enlace de edición secreto copiado en el portapapeles", "Secret edit link copied to clipboard!": "Enlace de edición secreto copiado en el portapapeles",
"Secret edit link:": "Enlace secreto de edición:", "Secret edit link:": "Enlace secreto de edición:",
"See all": "Ver todo", "See all": "Ver todo",
"See data layers": "Ver capas de datos", "See layers": "Ver capas de datos",
"See full screen": "Ver pantalla completa", "See full screen": "Ver pantalla completa",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Select data": "Select data", "Select data": "Select data",

View file

@ -230,7 +230,7 @@ const locale = {
"Save this location as new feature": "Salvesta see asukoht uue elemendina", "Save this location as new feature": "Salvesta see asukoht uue elemendina",
"Search location": "Asukoha otsing", "Search location": "Asukoha otsing",
"See all": "Näita kõiki", "See all": "Näita kõiki",
"See data layers": "Näita andmekihte", "See layers": "Näita andmekihte",
"See full screen": "Täisekraanvaade", "See full screen": "Täisekraanvaade",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"Shape properties": "Kujundi omadused", "Shape properties": "Kujundi omadused",

View file

@ -335,7 +335,7 @@
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See all": "Näita kõiki", "See all": "Näita kõiki",
"See data layers": "Näita andmekihte", "See layers": "Näita andmekihte",
"See full screen": "Täisekraanvaade", "See full screen": "Täisekraanvaade",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Select data": "Select data", "Select data": "Select data",

View file

@ -250,7 +250,7 @@ const locale = {
"Search location": "Search location", "Search location": "Search location",
"Secret edit link is:<br>{link}": "Secret edit link is:<br>{link}", "Secret edit link is:<br>{link}": "Secret edit link is:<br>{link}",
"See all": "See all", "See all": "See all",
"See data layers": "See data layers", "See layers": "See layers",
"See full screen": "See full screen", "See full screen": "See full screen",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"Shape properties": "Shape properties", "Shape properties": "Shape properties",

View file

@ -335,7 +335,7 @@
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See all": "See all", "See all": "See all",
"See data layers": "See data layers", "See layers": "See layers",
"See full screen": "See full screen", "See full screen": "See full screen",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Select data": "Select data", "Select data": "Select data",

View file

@ -230,7 +230,7 @@ const locale = {
"Save this location as new feature": "این مکان را به عنوان ویژگی جدید ذخیره کنید", "Save this location as new feature": "این مکان را به عنوان ویژگی جدید ذخیره کنید",
"Search location": "مکان را جستجو کنید", "Search location": "مکان را جستجو کنید",
"See all": "همه را ببین", "See all": "همه را ببین",
"See data layers": "لایه های داده را مشاهده کنید", "See layers": "لایه های داده را مشاهده کنید",
"See full screen": "تمام صفحه را مشاهده کنید", "See full screen": "تمام صفحه را مشاهده کنید",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "آن را روی غلط/false تنظیم کنید تا این لایه از نمایش اسلاید، مرورگر داده، ناوبری بازشو پنهان شود…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "آن را روی غلط/false تنظیم کنید تا این لایه از نمایش اسلاید، مرورگر داده، ناوبری بازشو پنهان شود…",
"Shape properties": "ویژگی های شکل", "Shape properties": "ویژگی های شکل",

View file

@ -335,7 +335,7 @@
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See all": "همه را ببین", "See all": "همه را ببین",
"See data layers": "لایه های داده را مشاهده کنید", "See layers": "لایه های داده را مشاهده کنید",
"See full screen": "تمام صفحه را مشاهده کنید", "See full screen": "تمام صفحه را مشاهده کنید",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Select data": "داده‌ها را انتخاب کنید", "Select data": "داده‌ها را انتخاب کنید",

View file

@ -230,7 +230,7 @@ const locale = {
"Save this location as new feature": "Save this location as new feature", "Save this location as new feature": "Save this location as new feature",
"Search location": "Search location", "Search location": "Search location",
"See all": "Näytä kaikki", "See all": "Näytä kaikki",
"See data layers": "See data layers", "See layers": "See layers",
"See full screen": "Katso koko näytöllä", "See full screen": "Katso koko näytöllä",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"Shape properties": "Piirteen ominaisuudet", "Shape properties": "Piirteen ominaisuudet",

View file

@ -335,7 +335,7 @@
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See all": "Näytä kaikki", "See all": "Näytä kaikki",
"See data layers": "See data layers", "See layers": "See layers",
"See full screen": "Katso koko näytöllä", "See full screen": "Katso koko näytöllä",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Select data": "Select data", "Select data": "Select data",

View file

@ -230,7 +230,7 @@ const locale = {
"Save this location as new feature": "Enregistrer ce lieu comme élément de la carte", "Save this location as new feature": "Enregistrer ce lieu comme élément de la carte",
"Search location": "Chercher un lieu", "Search location": "Chercher un lieu",
"See all": "Tout voir", "See all": "Tout voir",
"See data layers": "Voir les calques", "See layers": "Voir les calques",
"See full screen": "Voir en plein écran", "See full screen": "Voir en plein écran",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Désactiver pour masquer ce calque du diaporama, du navigateur de données…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Désactiver pour masquer ce calque du diaporama, du navigateur de données…",
"Shape properties": "Propriétés de la forme", "Shape properties": "Propriétés de la forme",

View file

@ -335,7 +335,7 @@
"Secret edit link copied to clipboard!": "Lien d'édition secret copié dans le presse-papier!", "Secret edit link copied to clipboard!": "Lien d'édition secret copié dans le presse-papier!",
"Secret edit link:": "Lien d'édition secret :", "Secret edit link:": "Lien d'édition secret :",
"See all": "Tout voir", "See all": "Tout voir",
"See data layers": "Voir les calques", "See layers": "Voir les calques",
"See full screen": "Voir en plein écran", "See full screen": "Voir en plein écran",
"See on OpenStreetMap": "Voir sur OpenStreetMap", "See on OpenStreetMap": "Voir sur OpenStreetMap",
"Select data": "Sélectionner les données", "Select data": "Sélectionner les données",

View file

@ -230,7 +230,7 @@ const locale = {
"Save this location as new feature": "Gardar esta ubicación coma novo elemento", "Save this location as new feature": "Gardar esta ubicación coma novo elemento",
"Search location": "Procurar localización", "Search location": "Procurar localización",
"See all": "Ollar todo", "See all": "Ollar todo",
"See data layers": "Ollar capas de datos", "See layers": "Ollar capas de datos",
"See full screen": "Ollar pantalla completa", "See full screen": "Ollar pantalla completa",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Axústeo a falso para agochar esta capa da presentación ('slideshow'), o navegador de datos, a navegación da xanela emerxente...", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Axústeo a falso para agochar esta capa da presentación ('slideshow'), o navegador de datos, a navegación da xanela emerxente...",
"Shape properties": "Propiedades da forma", "Shape properties": "Propiedades da forma",

View file

@ -335,7 +335,7 @@
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See all": "Ollar todo", "See all": "Ollar todo",
"See data layers": "Ollar capas de datos", "See layers": "Ollar capas de datos",
"See full screen": "Ollar pantalla completa", "See full screen": "Ollar pantalla completa",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Select data": "Select data", "Select data": "Select data",

View file

@ -230,7 +230,7 @@ const locale = {
"Save this location as new feature": "לשמור את המיקום הזה כתכונה חדשה", "Save this location as new feature": "לשמור את המיקום הזה כתכונה חדשה",
"Search location": "חיפוש מיקום", "Search location": "חיפוש מיקום",
"See all": "להציג הכול", "See all": "להציג הכול",
"See data layers": "להציג שכבות נתונים", "See layers": "להציג שכבות נתונים",
"See full screen": "הצגת מסך מלא", "See full screen": "הצגת מסך מלא",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "יש להגדיר לשקר כדי להסתיר את השכבה הזאת מהמצגת, דפדפן הנתונים, הניווט המוקפץ…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "יש להגדיר לשקר כדי להסתיר את השכבה הזאת מהמצגת, דפדפן הנתונים, הניווט המוקפץ…",
"Shape properties": "מאפייני צורה", "Shape properties": "מאפייני צורה",

View file

@ -335,7 +335,7 @@
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See all": "להציג הכול", "See all": "להציג הכול",
"See data layers": "להציג שכבות נתונים", "See layers": "להציג שכבות נתונים",
"See full screen": "הצגת מסך מלא", "See full screen": "הצגת מסך מלא",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Select data": "Select data", "Select data": "Select data",

View file

@ -230,7 +230,7 @@ const locale = {
"Save this location as new feature": "Save this location as new feature", "Save this location as new feature": "Save this location as new feature",
"Search location": "Search location", "Search location": "Search location",
"See all": "See all", "See all": "See all",
"See data layers": "Prikaži unesene podatke", "See layers": "Prikaži unesene podatke",
"See full screen": "See full screen", "See full screen": "See full screen",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"Shape properties": "Shape properties", "Shape properties": "Shape properties",

View file

@ -335,7 +335,7 @@
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See all": "See all", "See all": "See all",
"See data layers": "Prikaži unesene podatke", "See layers": "Prikaži unesene podatke",
"See full screen": "See full screen", "See full screen": "See full screen",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Select data": "Select data", "Select data": "Select data",

View file

@ -230,7 +230,7 @@ const locale = {
"Save this location as new feature": "E hely mentése új objektumként", "Save this location as new feature": "E hely mentése új objektumként",
"Search location": "Hely keresése", "Search location": "Hely keresése",
"See all": "Összes megtekintése", "See all": "Összes megtekintése",
"See data layers": "Adatrétegek megtekintése", "See layers": "Adatrétegek megtekintése",
"See full screen": "Teljes képernyős nézet megtekintése", "See full screen": "Teljes képernyős nézet megtekintése",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Állítsa hamisra, hogy elrejtse ezt a réteget a diavetítésből, az adatböngészőből, az előugró navigációból stb.", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Állítsa hamisra, hogy elrejtse ezt a réteget a diavetítésből, az adatböngészőből, az előugró navigációból stb.",
"Shape properties": "Alakzat tulajdonságai", "Shape properties": "Alakzat tulajdonságai",

View file

@ -335,7 +335,7 @@
"Secret edit link copied to clipboard!": "Titkos szerkesztési link a vágólapra másolva.", "Secret edit link copied to clipboard!": "Titkos szerkesztési link a vágólapra másolva.",
"Secret edit link:": "Titkos szerkesztési link:", "Secret edit link:": "Titkos szerkesztési link:",
"See all": "Összes megtekintése", "See all": "Összes megtekintése",
"See data layers": "Adatrétegek megtekintése", "See layers": "Adatrétegek megtekintése",
"See full screen": "Teljes képernyős nézet megtekintése", "See full screen": "Teljes képernyős nézet megtekintése",
"See on OpenStreetMap": "Megtekintés az OpenStreetMapen", "See on OpenStreetMap": "Megtekintés az OpenStreetMapen",
"Select data": "Select data", "Select data": "Select data",

View file

@ -230,7 +230,7 @@ const locale = {
"Save this location as new feature": "Save this location as new feature", "Save this location as new feature": "Save this location as new feature",
"Search location": "Search location", "Search location": "Search location",
"See all": "See all", "See all": "See all",
"See data layers": "See data layers", "See layers": "See layers",
"See full screen": "See full screen", "See full screen": "See full screen",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"Shape properties": "Shape properties", "Shape properties": "Shape properties",

View file

@ -335,7 +335,7 @@
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See all": "See all", "See all": "See all",
"See data layers": "See data layers", "See layers": "See layers",
"See full screen": "See full screen", "See full screen": "See full screen",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Select data": "Select data", "Select data": "Select data",

View file

@ -230,7 +230,7 @@ const locale = {
"Save this location as new feature": "Vista þessa staðsetningu sem nýja fitju", "Save this location as new feature": "Vista þessa staðsetningu sem nýja fitju",
"Search location": "Leita að staðsetningu", "Search location": "Leita að staðsetningu",
"See all": "Sjá allt", "See all": "Sjá allt",
"See data layers": "Skoða gagnalög", "See layers": "Skoða gagnalög",
"See full screen": "Fylla skjáinn", "See full screen": "Fylla skjáinn",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Settu þetta sem ósatt til að fela þetta lag úr skyggnusýningu, gagnavafranum, sprettleiðsögn…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Settu þetta sem ósatt til að fela þetta lag úr skyggnusýningu, gagnavafranum, sprettleiðsögn…",
"Shape properties": "Eiginleikar lögunar", "Shape properties": "Eiginleikar lögunar",

View file

@ -335,7 +335,7 @@
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See all": "Sjá allt", "See all": "Sjá allt",
"See data layers": "Skoða gagnalög", "See layers": "Skoða gagnalög",
"See full screen": "Fylla skjáinn", "See full screen": "Fylla skjáinn",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Select data": "Select data", "Select data": "Select data",

View file

@ -230,7 +230,7 @@ const locale = {
"Save this location as new feature": "Salva questa posizione come nuovo oggetto", "Save this location as new feature": "Salva questa posizione come nuovo oggetto",
"Search location": "Cerca un luogo", "Search location": "Cerca un luogo",
"See all": "Vedi tutto", "See all": "Vedi tutto",
"See data layers": "Vedi i layer di dati", "See layers": "Vedi i layer di dati",
"See full screen": "Visualizza a schermo intero", "See full screen": "Visualizza a schermo intero",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Impostalo su false per nascondere questo layer dalla presentazione, dal browser dati, dalla navigazione popup...", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Impostalo su false per nascondere questo layer dalla presentazione, dal browser dati, dalla navigazione popup...",
"Shape properties": "Proprietà della geometria", "Shape properties": "Proprietà della geometria",

View file

@ -335,7 +335,7 @@
"Secret edit link copied to clipboard!": "Link della modifica segreta copiato in memoria!", "Secret edit link copied to clipboard!": "Link della modifica segreta copiato in memoria!",
"Secret edit link:": "Link segreto per editare:", "Secret edit link:": "Link segreto per editare:",
"See all": "Vedi tutto", "See all": "Vedi tutto",
"See data layers": "Vedi i layer di dati", "See layers": "Vedi i layer di dati",
"See full screen": "Visualizza a schermo intero", "See full screen": "Visualizza a schermo intero",
"See on OpenStreetMap": "Vedi su OpenStreetMap", "See on OpenStreetMap": "Vedi su OpenStreetMap",
"Select data": "Seleziona i dati", "Select data": "Seleziona i dati",

View file

@ -230,7 +230,7 @@ const locale = {
"Save this location as new feature": "この場所を新しい地物として保存", "Save this location as new feature": "この場所を新しい地物として保存",
"Search location": "地名で検索", "Search location": "地名で検索",
"See all": "すべて表示", "See all": "すべて表示",
"See data layers": "データレイヤを見る", "See layers": "データレイヤを見る",
"See full screen": "フルスクリーン表示", "See full screen": "フルスクリーン表示",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"Shape properties": "シェイプ表示プロパティ", "Shape properties": "シェイプ表示プロパティ",

View file

@ -335,7 +335,7 @@
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See all": "すべて表示", "See all": "すべて表示",
"See data layers": "データレイヤを見る", "See layers": "データレイヤを見る",
"See full screen": "フルスクリーン表示", "See full screen": "フルスクリーン表示",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Select data": "Select data", "Select data": "Select data",

View file

@ -230,7 +230,7 @@ const locale = {
"Save this location as new feature": "Save this location as new feature", "Save this location as new feature": "Save this location as new feature",
"Search location": "Search location", "Search location": "Search location",
"See all": "See all", "See all": "See all",
"See data layers": "See data layers", "See layers": "See layers",
"See full screen": "See full screen", "See full screen": "See full screen",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"Shape properties": "Shape properties", "Shape properties": "Shape properties",

View file

@ -335,7 +335,7 @@
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See all": "See all", "See all": "See all",
"See data layers": "See data layers", "See layers": "See layers",
"See full screen": "See full screen", "See full screen": "See full screen",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Select data": "Select data", "Select data": "Select data",

View file

@ -230,7 +230,7 @@ const locale = {
"Save this location as new feature": "Save this location as new feature", "Save this location as new feature": "Save this location as new feature",
"Search location": "Search location", "Search location": "Search location",
"See all": "Išsaugoti viską", "See all": "Išsaugoti viską",
"See data layers": "See data layers", "See layers": "See layers",
"See full screen": "Peržiūrėti per visą ekraną", "See full screen": "Peržiūrėti per visą ekraną",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"Shape properties": "Shape properties", "Shape properties": "Shape properties",

View file

@ -335,7 +335,7 @@
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See all": "Išsaugoti viską", "See all": "Išsaugoti viską",
"See data layers": "See data layers", "See layers": "See layers",
"See full screen": "Peržiūrėti per visą ekraną", "See full screen": "Peržiūrėti per visą ekraną",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Select data": "Select data", "Select data": "Select data",

View file

@ -230,7 +230,7 @@ const locale = {
"Save this location as new feature": "Simpan kedudukan ini sebagai sifat baharu", "Save this location as new feature": "Simpan kedudukan ini sebagai sifat baharu",
"Search location": "Kedudukan carian", "Search location": "Kedudukan carian",
"See all": "Lihat semua", "See all": "Lihat semua",
"See data layers": "Lihat lapisan data", "See layers": "Lihat lapisan data",
"See full screen": "Lihat skrin penuh", "See full screen": "Lihat skrin penuh",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Tetapkan ke 'false' untuk menyembunyikan lapisan ini daripada persembahan slaid, pelayar data, navigasi timbul…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Tetapkan ke 'false' untuk menyembunyikan lapisan ini daripada persembahan slaid, pelayar data, navigasi timbul…",
"Shape properties": "Ciri-ciri bentuk", "Shape properties": "Ciri-ciri bentuk",

View file

@ -335,7 +335,7 @@
"Secret edit link copied to clipboard!": "Pautan suntingan rahsia telah disalin ke papan keratan!", "Secret edit link copied to clipboard!": "Pautan suntingan rahsia telah disalin ke papan keratan!",
"Secret edit link:": "Pautan suntingan rahsia:", "Secret edit link:": "Pautan suntingan rahsia:",
"See all": "Lihat semua", "See all": "Lihat semua",
"See data layers": "Lihat lapisan data", "See layers": "Lihat lapisan data",
"See full screen": "Lihat skrin penuh", "See full screen": "Lihat skrin penuh",
"See on OpenStreetMap": "Lihat di OpenStreetMap", "See on OpenStreetMap": "Lihat di OpenStreetMap",
"Select data": "Pilih data", "Select data": "Pilih data",

View file

@ -230,7 +230,7 @@ const locale = {
"Save this location as new feature": "Sla deze locatie op als nieuw object", "Save this location as new feature": "Sla deze locatie op als nieuw object",
"Search location": "Zoek locatie", "Search location": "Zoek locatie",
"See all": "Toon alles", "See all": "Toon alles",
"See data layers": "Bekijk datalagen", "See layers": "Bekijk datalagen",
"See full screen": "Op volledig scherm weergeven", "See full screen": "Op volledig scherm weergeven",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Zet op onwaar ('false') om deze laag te verbergen in de slideshow, data verkenner, popup navigatie, ...", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Zet op onwaar ('false') om deze laag te verbergen in de slideshow, data verkenner, popup navigatie, ...",
"Shape properties": "Eigenschappen van de vorm", "Shape properties": "Eigenschappen van de vorm",

View file

@ -335,7 +335,7 @@
"Secret edit link copied to clipboard!": "Geheime editeer-link is gekopieerd naar het klembord!", "Secret edit link copied to clipboard!": "Geheime editeer-link is gekopieerd naar het klembord!",
"Secret edit link:": "Geheime editeer-link", "Secret edit link:": "Geheime editeer-link",
"See all": "Toon alles", "See all": "Toon alles",
"See data layers": "Bekijk datalagen", "See layers": "Bekijk datalagen",
"See full screen": "Op volledig scherm weergeven", "See full screen": "Op volledig scherm weergeven",
"See on OpenStreetMap": "Bekijk op OpenStreetMap", "See on OpenStreetMap": "Bekijk op OpenStreetMap",
"Select data": "Select data", "Select data": "Select data",

View file

@ -230,7 +230,7 @@ const locale = {
"Save this location as new feature": "Save this location as new feature", "Save this location as new feature": "Save this location as new feature",
"Search location": "Search location", "Search location": "Search location",
"See all": "See all", "See all": "See all",
"See data layers": "See data layers", "See layers": "See layers",
"See full screen": "See full screen", "See full screen": "See full screen",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"Shape properties": "Shape properties", "Shape properties": "Shape properties",

View file

@ -335,7 +335,7 @@
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See all": "See all", "See all": "See all",
"See data layers": "See data layers", "See layers": "See layers",
"See full screen": "See full screen", "See full screen": "See full screen",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Select data": "Select data", "Select data": "Select data",

View file

@ -230,7 +230,7 @@ const locale = {
"Save this location as new feature": "Zapisz to miejsce jako nowy obiekt", "Save this location as new feature": "Zapisz to miejsce jako nowy obiekt",
"Search location": "Znajdź miejsce", "Search location": "Znajdź miejsce",
"See all": "Pokaż wszystko", "See all": "Pokaż wszystko",
"See data layers": "Zobacz wszystkie warstwy danych", "See layers": "Zobacz wszystkie warstwy danych",
"See full screen": "Pełny ekran", "See full screen": "Pełny ekran",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Ustaw „OFF”, żeby ukryć tę warstwę z pokazu slajdów, przeglądarki danych i okienek nawigacji.", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Ustaw „OFF”, żeby ukryć tę warstwę z pokazu slajdów, przeglądarki danych i okienek nawigacji.",
"Shape properties": "Właściwości kształtu", "Shape properties": "Właściwości kształtu",

View file

@ -335,7 +335,7 @@
"Secret edit link copied to clipboard!": "Tajny odnośnik do edycji skopiowany do schowka!", "Secret edit link copied to clipboard!": "Tajny odnośnik do edycji skopiowany do schowka!",
"Secret edit link:": "Sekretny odnośnik edycji:", "Secret edit link:": "Sekretny odnośnik edycji:",
"See all": "Pokaż wszystko", "See all": "Pokaż wszystko",
"See data layers": "Zobacz wszystkie warstwy danych", "See layers": "Zobacz wszystkie warstwy danych",
"See full screen": "Pełny ekran", "See full screen": "Pełny ekran",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Select data": "Select data", "Select data": "Select data",

View file

@ -335,7 +335,7 @@
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See all": "See all", "See all": "See all",
"See data layers": "See data layers", "See layers": "See layers",
"See full screen": "See full screen", "See full screen": "See full screen",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Select data": "Select data", "Select data": "Select data",

View file

@ -230,7 +230,7 @@ const locale = {
"Save this location as new feature": "Gravar esta localização como novo elemento", "Save this location as new feature": "Gravar esta localização como novo elemento",
"Search location": "Procurar localização", "Search location": "Procurar localização",
"See all": "Ver tudo", "See all": "Ver tudo",
"See data layers": "Ver camadas de dados", "See layers": "Ver camadas de dados",
"See full screen": "Ver em ecrã total", "See full screen": "Ver em ecrã total",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Defina como falso para ocultar esta camada da apresentação de slides, o navegador de dados e da navegação do popup…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Defina como falso para ocultar esta camada da apresentação de slides, o navegador de dados e da navegação do popup…",
"Shape properties": "Propriedades de formas geométricas", "Shape properties": "Propriedades de formas geométricas",

View file

@ -335,7 +335,7 @@
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See all": "Ver tudo", "See all": "Ver tudo",
"See data layers": "Ver camadas de dados", "See layers": "Ver camadas de dados",
"See full screen": "Ver em ecrã total", "See full screen": "Ver em ecrã total",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Select data": "Select data", "Select data": "Select data",

View file

@ -230,7 +230,7 @@ const locale = {
"Save this location as new feature": "Gravar esta localização como novo elemento", "Save this location as new feature": "Gravar esta localização como novo elemento",
"Search location": "Procurar localização", "Search location": "Procurar localização",
"See all": "Ver tudo", "See all": "Ver tudo",
"See data layers": "Ver camadas de dados", "See layers": "Ver camadas de dados",
"See full screen": "Ver em ecrã total", "See full screen": "Ver em ecrã total",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Defina como falso para ocultar esta camada da apresentação de slides, o navegador de dados e da navegação do popup…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Defina como falso para ocultar esta camada da apresentação de slides, o navegador de dados e da navegação do popup…",
"Shape properties": "Propriedades de formas geométricas", "Shape properties": "Propriedades de formas geométricas",

View file

@ -335,7 +335,7 @@
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See all": "Ver tudo", "See all": "Ver tudo",
"See data layers": "Ver camadas de dados", "See layers": "Ver camadas de dados",
"See full screen": "Ver em ecrã total", "See full screen": "Ver em ecrã total",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Select data": "Select data", "Select data": "Select data",

View file

@ -230,7 +230,7 @@ const locale = {
"Save this location as new feature": "Gravar esta localização como novo elemento", "Save this location as new feature": "Gravar esta localização como novo elemento",
"Search location": "Procurar localização", "Search location": "Procurar localização",
"See all": "Ver tudo", "See all": "Ver tudo",
"See data layers": "Ver camadas de dados", "See layers": "Ver camadas de dados",
"See full screen": "Ver em ecrã total", "See full screen": "Ver em ecrã total",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Defina como falso para ocultar esta camada da apresentação de slides, o navegador de dados e da navegação do popup…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Defina como falso para ocultar esta camada da apresentação de slides, o navegador de dados e da navegação do popup…",
"Shape properties": "Propriedades de formas geométricas", "Shape properties": "Propriedades de formas geométricas",

View file

@ -335,7 +335,7 @@
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See all": "Ver tudo", "See all": "Ver tudo",
"See data layers": "Ver camadas de dados", "See layers": "Ver camadas de dados",
"See full screen": "Ver em ecrã total", "See full screen": "Ver em ecrã total",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Select data": "Select data", "Select data": "Select data",

View file

@ -230,7 +230,7 @@ const locale = {
"Save this location as new feature": "Save this location as new feature", "Save this location as new feature": "Save this location as new feature",
"Search location": "Căutați locația", "Search location": "Căutați locația",
"See all": "See all", "See all": "See all",
"See data layers": "See data layers", "See layers": "See layers",
"See full screen": "See full screen", "See full screen": "See full screen",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"Shape properties": "Shape properties", "Shape properties": "Shape properties",

View file

@ -335,7 +335,7 @@
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See all": "See all", "See all": "See all",
"See data layers": "See data layers", "See layers": "See layers",
"See full screen": "See full screen", "See full screen": "See full screen",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Select data": "Select data", "Select data": "Select data",

View file

@ -230,7 +230,7 @@ const locale = {
"Save this location as new feature": "Сохранить это местоположение как новый объект", "Save this location as new feature": "Сохранить это местоположение как новый объект",
"Search location": "Поиск местоположения", "Search location": "Поиск местоположения",
"See all": "Посмотреть все", "See all": "Посмотреть все",
"See data layers": "Посмотреть слои данных", "See layers": "Посмотреть слои данных",
"See full screen": "Смотреть в полноэкранном режиме", "See full screen": "Смотреть в полноэкранном режиме",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Сбросьте, чтобы скрыть слой из слайдшоу, просмотра данных и всплывающей навигации...", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Сбросьте, чтобы скрыть слой из слайдшоу, просмотра данных и всплывающей навигации...",
"Shape properties": "Свойства фигуры", "Shape properties": "Свойства фигуры",

View file

@ -335,7 +335,7 @@
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See all": "Посмотреть все", "See all": "Посмотреть все",
"See data layers": "Посмотреть слои данных", "See layers": "Посмотреть слои данных",
"See full screen": "Смотреть в полноэкранном режиме", "See full screen": "Смотреть в полноэкранном режиме",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Select data": "Select data", "Select data": "Select data",

View file

@ -244,7 +244,7 @@ const locale = {
"Search a place name": "Search a place name", "Search a place name": "Search a place name",
"Search location": "Search location", "Search location": "Search location",
"See all": "See all", "See all": "See all",
"See data layers": "See data layers", "See layers": "See layers",
"See full screen": "See full screen", "See full screen": "See full screen",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"Shape properties": "Shape properties", "Shape properties": "Shape properties",

View file

@ -244,7 +244,7 @@
"Search a place name": "Search a place name", "Search a place name": "Search a place name",
"Search location": "Search location", "Search location": "Search location",
"See all": "See all", "See all": "See all",
"See data layers": "See data layers", "See layers": "See layers",
"See full screen": "See full screen", "See full screen": "See full screen",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"Shape properties": "Shape properties", "Shape properties": "Shape properties",

View file

@ -230,7 +230,7 @@ const locale = {
"Save this location as new feature": "Uložiť túto polohu ako nový objekt", "Save this location as new feature": "Uložiť túto polohu ako nový objekt",
"Search location": "Vyhľadať polohu", "Search location": "Vyhľadať polohu",
"See all": "Zobraziť všetko", "See all": "Zobraziť všetko",
"See data layers": "See data layers", "See layers": "See layers",
"See full screen": "Na celú obrazovku", "See full screen": "Na celú obrazovku",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"Shape properties": "Vlastnosti tvaru", "Shape properties": "Vlastnosti tvaru",

View file

@ -335,7 +335,7 @@
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See all": "Zobraziť všetko", "See all": "Zobraziť všetko",
"See data layers": "See data layers", "See layers": "See layers",
"See full screen": "Na celú obrazovku", "See full screen": "Na celú obrazovku",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Select data": "Select data", "Select data": "Select data",

View file

@ -230,7 +230,7 @@ const locale = {
"Save this location as new feature": "Shrani mesto kot nov predmet", "Save this location as new feature": "Shrani mesto kot nov predmet",
"Search location": "Preišči mesto", "Search location": "Preišči mesto",
"See all": "Pokaži vse", "See all": "Pokaži vse",
"See data layers": "See data layers", "See layers": "See layers",
"See full screen": "Pokaži v celozaslonskem načinu", "See full screen": "Pokaži v celozaslonskem načinu",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Neizbrana možnost skrije plast med predstavitvijo, v pregledovalniku podatkov, ...", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Neizbrana možnost skrije plast med predstavitvijo, v pregledovalniku podatkov, ...",
"Shape properties": "Lastnosti oblike", "Shape properties": "Lastnosti oblike",

View file

@ -335,7 +335,7 @@
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See all": "Pokaži vse", "See all": "Pokaži vse",
"See data layers": "See data layers", "See layers": "See layers",
"See full screen": "Pokaži v celozaslonskem načinu", "See full screen": "Pokaži v celozaslonskem načinu",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Select data": "Select data", "Select data": "Select data",

View file

@ -230,7 +230,7 @@ const locale = {
"Save this location as new feature": "Сачувај локацију као нови елемент", "Save this location as new feature": "Сачувај локацију као нови елемент",
"Search location": "Претражи локацију", "Search location": "Претражи локацију",
"See all": "Види све", "See all": "Види све",
"See data layers": "Прикажи унесене податке", "See layers": "Прикажи унесене податке",
"See full screen": "Увећана слика", "See full screen": "Увећана слика",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"Shape properties": "Својства облика", "Shape properties": "Својства облика",

View file

@ -335,7 +335,7 @@
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See all": "Види све", "See all": "Види све",
"See data layers": "Прикажи унесене податке", "See layers": "Прикажи унесене податке",
"See full screen": "Увећана слика", "See full screen": "Увећана слика",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Select data": "Select data", "Select data": "Select data",

View file

@ -230,7 +230,7 @@ const locale = {
"Save this location as new feature": "Spara denna plats som nytt kartobjekt", "Save this location as new feature": "Spara denna plats som nytt kartobjekt",
"Search location": "Sök plats", "Search location": "Sök plats",
"See all": "Se alla", "See all": "Se alla",
"See data layers": "Visa datalager", "See layers": "Visa datalager",
"See full screen": "Öppna i fullskärm", "See full screen": "Öppna i fullskärm",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Slå av för att dölja lagret från bilspelsvisning, databläddrare, popup-navigering etc", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Slå av för att dölja lagret från bilspelsvisning, databläddrare, popup-navigering etc",
"Shape properties": "Formategenskaper", "Shape properties": "Formategenskaper",

View file

@ -335,7 +335,7 @@
"Secret edit link copied to clipboard!": "Hemlig redigeringslänk kopierad till klippbordet", "Secret edit link copied to clipboard!": "Hemlig redigeringslänk kopierad till klippbordet",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See all": "Se alla", "See all": "Se alla",
"See data layers": "Visa datalager", "See layers": "Visa datalager",
"See full screen": "Öppna i fullskärm", "See full screen": "Öppna i fullskärm",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Select data": "Select data", "Select data": "Select data",

View file

@ -230,7 +230,7 @@ const locale = {
"Save this location as new feature": "Save this location as new feature", "Save this location as new feature": "Save this location as new feature",
"Search location": "Search location", "Search location": "Search location",
"See all": "See all", "See all": "See all",
"See data layers": "See data layers", "See layers": "See layers",
"See full screen": "See full screen", "See full screen": "See full screen",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"Shape properties": "Shape properties", "Shape properties": "Shape properties",

View file

@ -335,7 +335,7 @@
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See all": "See all", "See all": "See all",
"See data layers": "See data layers", "See layers": "See layers",
"See full screen": "See full screen", "See full screen": "See full screen",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Select data": "Select data", "Select data": "Select data",

View file

@ -230,7 +230,7 @@ const locale = {
"Save this location as new feature": "Bu konumu yeni özellik olarak kaydet", "Save this location as new feature": "Bu konumu yeni özellik olarak kaydet",
"Search location": "Konum ara", "Search location": "Konum ara",
"See all": "Hepsini gör", "See all": "Hepsini gör",
"See data layers": "Veri katmanlarını gör", "See layers": "Veri katmanlarını gör",
"See full screen": "Tam ekranda gör", "See full screen": "Tam ekranda gör",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Bu katmanı slayt gösterisinden, veri tarayıcısından, pop-up gezinmeden gizlemek için yanlış olarak ayarlayın ...", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Bu katmanı slayt gösterisinden, veri tarayıcısından, pop-up gezinmeden gizlemek için yanlış olarak ayarlayın ...",
"Shape properties": "Şekil özellikleri", "Shape properties": "Şekil özellikleri",

View file

@ -335,7 +335,7 @@
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See all": "Hepsini gör", "See all": "Hepsini gör",
"See data layers": "Veri katmanlarını gör", "See layers": "Veri katmanlarını gör",
"See full screen": "Tam ekranda gör", "See full screen": "Tam ekranda gör",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Select data": "Select data", "Select data": "Select data",

View file

@ -230,7 +230,7 @@ const locale = {
"Save this location as new feature": "Зберегти місце розташування як новий об’єкт", "Save this location as new feature": "Зберегти місце розташування як новий об’єкт",
"Search location": "Пошук місця", "Search location": "Пошук місця",
"See all": "Переглянути усе", "See all": "Переглянути усе",
"See data layers": "Подивитися шари даних", "See layers": "Подивитися шари даних",
"See full screen": "Дивитися в повноекранному режимі", "See full screen": "Дивитися в повноекранному режимі",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Встановіть false, щоб приховати шар в слайдшоу, в перегляді даних та навігації…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Встановіть false, щоб приховати шар в слайдшоу, в перегляді даних та навігації…",
"Shape properties": "Параметри полігона", "Shape properties": "Параметри полігона",

View file

@ -335,7 +335,7 @@
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See all": "Переглянути усе", "See all": "Переглянути усе",
"See data layers": "Подивитися шари даних", "See layers": "Подивитися шари даних",
"See full screen": "Дивитися в повноекранному режимі", "See full screen": "Дивитися в повноекранному режимі",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Select data": "Select data", "Select data": "Select data",

View file

@ -230,7 +230,7 @@ const locale = {
"Save this location as new feature": "Save this location as new feature", "Save this location as new feature": "Save this location as new feature",
"Search location": "Search location", "Search location": "Search location",
"See all": "See all", "See all": "See all",
"See data layers": "See data layers", "See layers": "See layers",
"See full screen": "See full screen", "See full screen": "See full screen",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"Shape properties": "Shape properties", "Shape properties": "Shape properties",

View file

@ -335,7 +335,7 @@
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See all": "See all", "See all": "See all",
"See data layers": "See data layers", "See layers": "See layers",
"See full screen": "See full screen", "See full screen": "See full screen",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Select data": "Select data", "Select data": "Select data",

View file

@ -335,7 +335,7 @@
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See all": "See all", "See all": "See all",
"See data layers": "See data layers", "See layers": "See layers",
"See full screen": "See full screen", "See full screen": "See full screen",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Select data": "Select data", "Select data": "Select data",

View file

@ -230,7 +230,7 @@ const locale = {
"Save this location as new feature": "Save this location as new feature", "Save this location as new feature": "Save this location as new feature",
"Search location": "Search location", "Search location": "Search location",
"See all": "查看全部", "See all": "查看全部",
"See data layers": "See data layers", "See layers": "See layers",
"See full screen": "全屏", "See full screen": "全屏",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"Shape properties": "Shape properties", "Shape properties": "Shape properties",

View file

@ -335,7 +335,7 @@
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See all": "查看全部", "See all": "查看全部",
"See data layers": "See data layers", "See layers": "See layers",
"See full screen": "全屏", "See full screen": "全屏",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Select data": "Select data", "Select data": "Select data",

View file

@ -335,7 +335,7 @@
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See all": "See all", "See all": "See all",
"See data layers": "See data layers", "See layers": "See layers",
"See full screen": "See full screen", "See full screen": "See full screen",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Select data": "Select data", "Select data": "Select data",

View file

@ -335,7 +335,7 @@
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See all": "See all", "See all": "See all",
"See data layers": "See data layers", "See layers": "See layers",
"See full screen": "See full screen", "See full screen": "See full screen",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Select data": "Select data", "Select data": "Select data",

Some files were not shown because too many files have changed in this diff Show more