chore: fix tests
This commit is contained in:
parent
56e6b20087
commit
8524cc785f
113 changed files with 737 additions and 171 deletions
|
@ -17,19 +17,19 @@ input:-moz-placeholder, :-moz-placeholder {
|
|||
color: #a5a5a5;
|
||||
}
|
||||
|
||||
#umap-ui-container textarea {
|
||||
#umap-panel textarea {
|
||||
height: 100px;
|
||||
margin-bottom: 14px;
|
||||
}
|
||||
#umap-ui-container select {
|
||||
#umap-panel select {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
#umap-ui-container.warning .button {
|
||||
#umap-panel.warning .button {
|
||||
background-color: #c60f13;
|
||||
border: 1px solid #7f0a0c;
|
||||
}
|
||||
#umap-ui-container.warning .button:hover {
|
||||
#umap-panel.warning .button:hover {
|
||||
background-color: #970b0e;
|
||||
}
|
||||
|
||||
|
@ -194,7 +194,7 @@ h2.tabs a:hover {
|
|||
color: #efefef;
|
||||
text-decoration: underline;
|
||||
}
|
||||
body.content #umap-ui-container {
|
||||
body.content #umap-panel {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
|
|
|
@ -105,6 +105,7 @@ export default class Browser {
|
|||
DomEvent.on(toggle, 'click', toggleList)
|
||||
datalayer.renderToolbox(headline)
|
||||
const name = DomUtil.create('span', 'datalayer-name', headline)
|
||||
name.textContent = datalayer.options.name
|
||||
DomEvent.on(name, 'click', toggleList)
|
||||
container.innerHTML = ''
|
||||
datalayer.eachFeature((feature) => this.addFeature(feature, container))
|
||||
|
@ -112,7 +113,9 @@ export default class Browser {
|
|||
let total = datalayer.count(),
|
||||
current = container.querySelectorAll('li').length,
|
||||
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() {
|
||||
|
@ -167,10 +170,23 @@ export default class Browser {
|
|||
this.map.eachBrowsableDataLayer((datalayer) => {
|
||||
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.
|
||||
const orderable = new Orderable(dataContainer, L.bind(this.onReorder, this))
|
||||
}
|
||||
|
||||
newDataLayer () {
|
||||
const datalayer = this.map.createDataLayer({})
|
||||
datalayer.edit()
|
||||
}
|
||||
|
||||
|
||||
onReorder(src, dst, initialIndex, finalIndex) {
|
||||
const layer = this.map.datalayers[src.dataset.id],
|
||||
other = this.map.datalayers[dst.dataset.id],
|
||||
|
|
|
@ -501,7 +501,7 @@ U.DataLayersControl = L.Control.Button.extend({
|
|||
options: {
|
||||
position: 'topright',
|
||||
className: 'umap-control-browse',
|
||||
title: L._('Show datalayers'),
|
||||
title: L._('See layers'),
|
||||
},
|
||||
|
||||
onClick: function () {
|
||||
|
|
|
@ -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 data layers": "See data layers",
|
||||
"See layers": "See layers",
|
||||
"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",
|
||||
|
|
|
@ -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 data layers": "See data layers",
|
||||
"See layers": "See layers",
|
||||
"See full screen": "ሙሉውን ስክሪን ተመልከት",
|
||||
"See on OpenStreetMap": "See on OpenStreetMap",
|
||||
"Select data": "Select data",
|
||||
|
|
|
@ -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 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…",
|
||||
"Shape properties": "Shape properties",
|
||||
|
|
|
@ -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 data layers",
|
||||
"See layers": "See layers",
|
||||
"See full screen": "See full screen",
|
||||
"See on OpenStreetMap": "See on OpenStreetMap",
|
||||
"Select data": "Select data",
|
||||
|
|
|
@ -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 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…",
|
||||
"Shape properties": "Shape properties",
|
||||
|
|
|
@ -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 data layers",
|
||||
"See layers": "See layers",
|
||||
"See full screen": "See full screen",
|
||||
"See on OpenStreetMap": "See on OpenStreetMap",
|
||||
"Select data": "Select data",
|
||||
|
|
|
@ -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 data layers",
|
||||
"See layers": "See layers",
|
||||
"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",
|
||||
|
|
|
@ -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 data layers",
|
||||
"See layers": "See layers",
|
||||
"See full screen": "Виж на цял екран",
|
||||
"See on OpenStreetMap": "See on OpenStreetMap",
|
||||
"Select data": "Select data",
|
||||
|
|
|
@ -230,7 +230,7 @@ const locale = {
|
|||
"Save this location as new feature": "Enrollañ al lec'h-mañ evel un elfenn nevez",
|
||||
"Search location": "Klask ul lec'h",
|
||||
"See all": "Gwelet pep tra",
|
||||
"See data layers": "Diskouez ar gwiskadoù",
|
||||
"See layers": "Diskouez ar gwiskadoù",
|
||||
"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ù...",
|
||||
"Shape properties": "Perzhioù ar furm",
|
||||
|
|
|
@ -335,7 +335,7 @@
|
|||
"Secret edit link copied to clipboard!": "Liamm aozañ kuzh eilet er golver!",
|
||||
"Secret edit link:": "Liamm aozañ kuzh:",
|
||||
"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 on OpenStreetMap": "Gwelet war OpenStreetMap",
|
||||
"Select data": "Diuzañ ar roadennoù",
|
||||
|
|
|
@ -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": "Mostra les capes de dades",
|
||||
"See layers": "Mostra les capes de dades",
|
||||
"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…",
|
||||
"Shape properties": "Shape properties",
|
||||
|
|
|
@ -335,7 +335,7 @@
|
|||
"Secret edit link copied to clipboard!": "L'enllaç secret s'ha copiat al porta-retalls!",
|
||||
"Secret edit link:": "Secret edit link:",
|
||||
"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 on OpenStreetMap": "See on OpenStreetMap",
|
||||
"Select data": "Select data",
|
||||
|
|
|
@ -230,7 +230,7 @@ const locale = {
|
|||
"Save this location as new feature": "Uložit tuto pozici jako nový objekt",
|
||||
"Search location": "Vyhledat místo na mapě",
|
||||
"See all": "Zobraz vše",
|
||||
"See data layers": "Zobrazit datové vrstvy",
|
||||
"See layers": "Zobrazit datové vrstvy",
|
||||
"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...",
|
||||
"Shape properties": "Vlastností tvaru",
|
||||
|
|
|
@ -335,7 +335,7 @@
|
|||
"Secret edit link copied to clipboard!": "Tajný odkaz na úpravy do schránky!",
|
||||
"Secret edit link:": "Tajný odkaz na úpravy:",
|
||||
"See all": "Zobraz vše",
|
||||
"See data layers": "Zobrazit datové vrstvy",
|
||||
"See layers": "Zobrazit datové vrstvy",
|
||||
"See full screen": "Na celou obrazovku",
|
||||
"See on OpenStreetMap": "See on OpenStreetMap",
|
||||
"Select data": "Select data",
|
||||
|
|
|
@ -230,7 +230,7 @@ const locale = {
|
|||
"Save this location as new feature": "Gem denne placering som et nyt objekt",
|
||||
"Search location": "Søg efter placering",
|
||||
"See all": "Se alle",
|
||||
"See data layers": "Se datalag",
|
||||
"See layers": "Se datalag",
|
||||
"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…",
|
||||
"Shape properties": "Figuregenskaber",
|
||||
|
|
|
@ -335,7 +335,7 @@
|
|||
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
|
||||
"Secret edit link:": "Secret edit link:",
|
||||
"See all": "Se alle",
|
||||
"See data layers": "Se datalag",
|
||||
"See layers": "Se datalag",
|
||||
"See full screen": "Se i fuld skærm",
|
||||
"See on OpenStreetMap": "See on OpenStreetMap",
|
||||
"Select data": "Select data",
|
||||
|
|
|
@ -230,7 +230,7 @@ const locale = {
|
|||
"Save this location as new feature": "Diesen Ort als neues Element speichern",
|
||||
"Search location": "Ort suchen",
|
||||
"See all": "Alle anzeigen",
|
||||
"See data layers": "Datenebenen ansehen",
|
||||
"See layers": "Datenebenen ansehen",
|
||||
"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.",
|
||||
"Shape properties": "Formeigenschaften",
|
||||
|
|
|
@ -335,7 +335,7 @@
|
|||
"Secret edit link copied to clipboard!": "Geheimer Link zum Bearbeiten der Karte in die Zwischenablage kopiert!",
|
||||
"Secret edit link:": "Secret edit link:",
|
||||
"See all": "Alle anzeigen",
|
||||
"See data layers": "Datenebenen ansehen",
|
||||
"See layers": "Datenebenen ansehen",
|
||||
"See full screen": "Vollbildanzeige",
|
||||
"See on OpenStreetMap": "See on OpenStreetMap",
|
||||
"Select data": "Wähle Daten aus",
|
||||
|
|
|
@ -230,7 +230,7 @@ const locale = {
|
|||
"Save this location as new feature": "Αποθήκευση αυτής της τοποθεσίας ως νέο στοιχείο",
|
||||
"Search location": "Αναζήτηση τοποθεσίας",
|
||||
"See all": "Εμφάνιση όλων",
|
||||
"See data layers": "Εμφάνιση επιπέδων δεδομένων",
|
||||
"See layers": "Εμφάνιση επιπέδων δεδομένων",
|
||||
"See full screen": "Εμφάνιση πλήρους οθόνης",
|
||||
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Απενεργοποίηση εάν επιθυμείτε την απόκρυψη του επιπέδου κατά την προβολή των διαφανειών, την περιήγηση δεδομένων, την αναδυόμενη πλοήγηση...",
|
||||
"Shape properties": "Ιδιότητες σχήματος",
|
||||
|
|
|
@ -335,7 +335,7 @@
|
|||
"Secret edit link copied to clipboard!": "Ο μυστικός σύνδεσμος επεξεργασίας αντιγράφηκε στο πρόχειρο!",
|
||||
"Secret edit link:": "Μυστικός σύνδεσμος επεξεργασίας:",
|
||||
"See all": "Εμφάνιση όλων",
|
||||
"See data layers": "Εμφάνιση επιπέδων δεδομένων",
|
||||
"See layers": "Εμφάνιση επιπέδων δεδομένων",
|
||||
"See full screen": "Εμφάνιση πλήρους οθόνης",
|
||||
"See on OpenStreetMap": "See on OpenStreetMap",
|
||||
"Select data": "Επιλογή δεδομένων",
|
||||
|
|
|
@ -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 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…",
|
||||
"Shape properties": "Shape properties",
|
||||
|
|
|
@ -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 data layers",
|
||||
"See layers": "See layers",
|
||||
"See full screen": "See full screen",
|
||||
"See on OpenStreetMap": "See on OpenStreetMap",
|
||||
"Select data": "Select data",
|
||||
|
|
|
@ -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 data layers",
|
||||
"See layers": "See layers",
|
||||
"See full screen": "See full screen",
|
||||
"See on OpenStreetMap": "See on OpenStreetMap",
|
||||
"Select data": "Select data",
|
||||
|
|
|
@ -230,7 +230,7 @@ const locale = {
|
|||
"Save this location as new feature": "Guardar esta ubicación como nuevo elemento",
|
||||
"Search location": "Buscar ubicación",
|
||||
"See all": "Ver todo",
|
||||
"See data layers": "Ver capas de datos",
|
||||
"See layers": "Ver capas de datos",
|
||||
"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...",
|
||||
"Shape properties": "Propiedades de la figura",
|
||||
|
|
|
@ -335,7 +335,7 @@
|
|||
"Secret edit link copied to clipboard!": "Enlace de edición secreto copiado en el portapapeles",
|
||||
"Secret edit link:": "Enlace secreto de edición:",
|
||||
"See all": "Ver todo",
|
||||
"See data layers": "Ver capas de datos",
|
||||
"See layers": "Ver capas de datos",
|
||||
"See full screen": "Ver pantalla completa",
|
||||
"See on OpenStreetMap": "See on OpenStreetMap",
|
||||
"Select data": "Select data",
|
||||
|
|
|
@ -230,7 +230,7 @@ const locale = {
|
|||
"Save this location as new feature": "Salvesta see asukoht uue elemendina",
|
||||
"Search location": "Asukoha otsing",
|
||||
"See all": "Näita kõiki",
|
||||
"See data layers": "Näita andmekihte",
|
||||
"See layers": "Näita andmekihte",
|
||||
"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…",
|
||||
"Shape properties": "Kujundi omadused",
|
||||
|
|
|
@ -335,7 +335,7 @@
|
|||
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
|
||||
"Secret edit link:": "Secret edit link:",
|
||||
"See all": "Näita kõiki",
|
||||
"See data layers": "Näita andmekihte",
|
||||
"See layers": "Näita andmekihte",
|
||||
"See full screen": "Täisekraanvaade",
|
||||
"See on OpenStreetMap": "See on OpenStreetMap",
|
||||
"Select data": "Select data",
|
||||
|
|
|
@ -250,7 +250,7 @@ const locale = {
|
|||
"Search location": "Search location",
|
||||
"Secret edit link is:<br>{link}": "Secret edit link is:<br>{link}",
|
||||
"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…",
|
||||
"Shape properties": "Shape properties",
|
||||
|
|
|
@ -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 data layers",
|
||||
"See layers": "See layers",
|
||||
"See full screen": "See full screen",
|
||||
"See on OpenStreetMap": "See on OpenStreetMap",
|
||||
"Select data": "Select data",
|
||||
|
|
|
@ -230,7 +230,7 @@ const locale = {
|
|||
"Save this location as new feature": "این مکان را به عنوان ویژگی جدید ذخیره کنید",
|
||||
"Search location": "مکان را جستجو کنید",
|
||||
"See all": "همه را ببین",
|
||||
"See data layers": "لایه های داده را مشاهده کنید",
|
||||
"See layers": "لایه های داده را مشاهده کنید",
|
||||
"See full screen": "تمام صفحه را مشاهده کنید",
|
||||
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "آن را روی غلط/false تنظیم کنید تا این لایه از نمایش اسلاید، مرورگر داده، ناوبری بازشو پنهان شود…",
|
||||
"Shape properties": "ویژگی های شکل",
|
||||
|
|
|
@ -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 data layers": "لایه های داده را مشاهده کنید",
|
||||
"See layers": "لایه های داده را مشاهده کنید",
|
||||
"See full screen": "تمام صفحه را مشاهده کنید",
|
||||
"See on OpenStreetMap": "See on OpenStreetMap",
|
||||
"Select data": "دادهها را انتخاب کنید",
|
||||
|
|
|
@ -230,7 +230,7 @@ const locale = {
|
|||
"Save this location as new feature": "Save this location as new feature",
|
||||
"Search location": "Search location",
|
||||
"See all": "Näytä kaikki",
|
||||
"See data layers": "See data layers",
|
||||
"See layers": "See layers",
|
||||
"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…",
|
||||
"Shape properties": "Piirteen ominaisuudet",
|
||||
|
|
|
@ -335,7 +335,7 @@
|
|||
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
|
||||
"Secret edit link:": "Secret edit link:",
|
||||
"See all": "Näytä kaikki",
|
||||
"See data layers": "See data layers",
|
||||
"See layers": "See layers",
|
||||
"See full screen": "Katso koko näytöllä",
|
||||
"See on OpenStreetMap": "See on OpenStreetMap",
|
||||
"Select data": "Select data",
|
||||
|
|
|
@ -230,7 +230,7 @@ const locale = {
|
|||
"Save this location as new feature": "Enregistrer ce lieu comme élément de la carte",
|
||||
"Search location": "Chercher un lieu",
|
||||
"See all": "Tout voir",
|
||||
"See data layers": "Voir les calques",
|
||||
"See layers": "Voir les calques",
|
||||
"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…",
|
||||
"Shape properties": "Propriétés de la forme",
|
||||
|
|
|
@ -335,7 +335,7 @@
|
|||
"Secret edit link copied to clipboard!": "Lien d'édition secret copié dans le presse-papier!",
|
||||
"Secret edit link:": "Lien d'édition secret :",
|
||||
"See all": "Tout voir",
|
||||
"See data layers": "Voir les calques",
|
||||
"See layers": "Voir les calques",
|
||||
"See full screen": "Voir en plein écran",
|
||||
"See on OpenStreetMap": "Voir sur OpenStreetMap",
|
||||
"Select data": "Sélectionner les données",
|
||||
|
|
|
@ -230,7 +230,7 @@ const locale = {
|
|||
"Save this location as new feature": "Gardar esta ubicación coma novo elemento",
|
||||
"Search location": "Procurar localización",
|
||||
"See all": "Ollar todo",
|
||||
"See data layers": "Ollar capas de datos",
|
||||
"See layers": "Ollar capas de datos",
|
||||
"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...",
|
||||
"Shape properties": "Propiedades da forma",
|
||||
|
|
|
@ -335,7 +335,7 @@
|
|||
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
|
||||
"Secret edit link:": "Secret edit link:",
|
||||
"See all": "Ollar todo",
|
||||
"See data layers": "Ollar capas de datos",
|
||||
"See layers": "Ollar capas de datos",
|
||||
"See full screen": "Ollar pantalla completa",
|
||||
"See on OpenStreetMap": "See on OpenStreetMap",
|
||||
"Select data": "Select data",
|
||||
|
|
|
@ -230,7 +230,7 @@ const locale = {
|
|||
"Save this location as new feature": "לשמור את המיקום הזה כתכונה חדשה",
|
||||
"Search location": "חיפוש מיקום",
|
||||
"See all": "להציג הכול",
|
||||
"See data layers": "להציג שכבות נתונים",
|
||||
"See layers": "להציג שכבות נתונים",
|
||||
"See full screen": "הצגת מסך מלא",
|
||||
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "יש להגדיר לשקר כדי להסתיר את השכבה הזאת מהמצגת, דפדפן הנתונים, הניווט המוקפץ…",
|
||||
"Shape properties": "מאפייני צורה",
|
||||
|
|
|
@ -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 data layers": "להציג שכבות נתונים",
|
||||
"See layers": "להציג שכבות נתונים",
|
||||
"See full screen": "הצגת מסך מלא",
|
||||
"See on OpenStreetMap": "See on OpenStreetMap",
|
||||
"Select data": "Select data",
|
||||
|
|
|
@ -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": "Prikaži unesene podatke",
|
||||
"See layers": "Prikaži unesene podatke",
|
||||
"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",
|
||||
|
|
|
@ -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": "Prikaži unesene podatke",
|
||||
"See layers": "Prikaži unesene podatke",
|
||||
"See full screen": "See full screen",
|
||||
"See on OpenStreetMap": "See on OpenStreetMap",
|
||||
"Select data": "Select data",
|
||||
|
|
|
@ -230,7 +230,7 @@ const locale = {
|
|||
"Save this location as new feature": "E hely mentése új objektumként",
|
||||
"Search location": "Hely keresé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",
|
||||
"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",
|
||||
|
|
|
@ -335,7 +335,7 @@
|
|||
"Secret edit link copied to clipboard!": "Titkos szerkesztési link a vágólapra másolva.",
|
||||
"Secret edit link:": "Titkos szerkesztési link:",
|
||||
"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 on OpenStreetMap": "Megtekintés az OpenStreetMapen",
|
||||
"Select data": "Select data",
|
||||
|
|
|
@ -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 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…",
|
||||
"Shape properties": "Shape properties",
|
||||
|
|
|
@ -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 data layers",
|
||||
"See layers": "See layers",
|
||||
"See full screen": "See full screen",
|
||||
"See on OpenStreetMap": "See on OpenStreetMap",
|
||||
"Select data": "Select data",
|
||||
|
|
|
@ -230,7 +230,7 @@ const locale = {
|
|||
"Save this location as new feature": "Vista þessa staðsetningu sem nýja fitju",
|
||||
"Search location": "Leita að staðsetningu",
|
||||
"See all": "Sjá allt",
|
||||
"See data layers": "Skoða gagnalög",
|
||||
"See layers": "Skoða gagnalög",
|
||||
"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…",
|
||||
"Shape properties": "Eiginleikar lögunar",
|
||||
|
|
|
@ -335,7 +335,7 @@
|
|||
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
|
||||
"Secret edit link:": "Secret edit link:",
|
||||
"See all": "Sjá allt",
|
||||
"See data layers": "Skoða gagnalög",
|
||||
"See layers": "Skoða gagnalög",
|
||||
"See full screen": "Fylla skjáinn",
|
||||
"See on OpenStreetMap": "See on OpenStreetMap",
|
||||
"Select data": "Select data",
|
||||
|
|
|
@ -230,7 +230,7 @@ const locale = {
|
|||
"Save this location as new feature": "Salva questa posizione come nuovo oggetto",
|
||||
"Search location": "Cerca un luogo",
|
||||
"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",
|
||||
"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",
|
||||
|
|
|
@ -335,7 +335,7 @@
|
|||
"Secret edit link copied to clipboard!": "Link della modifica segreta copiato in memoria!",
|
||||
"Secret edit link:": "Link segreto per editare:",
|
||||
"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 on OpenStreetMap": "Vedi su OpenStreetMap",
|
||||
"Select data": "Seleziona i dati",
|
||||
|
|
|
@ -230,7 +230,7 @@ const locale = {
|
|||
"Save this location as new feature": "この場所を新しい地物として保存",
|
||||
"Search location": "地名で検索",
|
||||
"See all": "すべて表示",
|
||||
"See data layers": "データレイヤを見る",
|
||||
"See layers": "データレイヤを見る",
|
||||
"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": "シェイプ表示プロパティ",
|
||||
|
|
|
@ -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 data layers": "データレイヤを見る",
|
||||
"See layers": "データレイヤを見る",
|
||||
"See full screen": "フルスクリーン表示",
|
||||
"See on OpenStreetMap": "See on OpenStreetMap",
|
||||
"Select data": "Select data",
|
||||
|
|
|
@ -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 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…",
|
||||
"Shape properties": "Shape properties",
|
||||
|
|
|
@ -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 data layers",
|
||||
"See layers": "See layers",
|
||||
"See full screen": "See full screen",
|
||||
"See on OpenStreetMap": "See on OpenStreetMap",
|
||||
"Select data": "Select data",
|
||||
|
|
|
@ -230,7 +230,7 @@ const locale = {
|
|||
"Save this location as new feature": "Save this location as new feature",
|
||||
"Search location": "Search location",
|
||||
"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ą",
|
||||
"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",
|
||||
|
|
|
@ -335,7 +335,7 @@
|
|||
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
|
||||
"Secret edit link:": "Secret edit link:",
|
||||
"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 on OpenStreetMap": "See on OpenStreetMap",
|
||||
"Select data": "Select data",
|
||||
|
|
|
@ -230,7 +230,7 @@ const locale = {
|
|||
"Save this location as new feature": "Simpan kedudukan ini sebagai sifat baharu",
|
||||
"Search location": "Kedudukan carian",
|
||||
"See all": "Lihat semua",
|
||||
"See data layers": "Lihat lapisan data",
|
||||
"See layers": "Lihat lapisan data",
|
||||
"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…",
|
||||
"Shape properties": "Ciri-ciri bentuk",
|
||||
|
|
|
@ -335,7 +335,7 @@
|
|||
"Secret edit link copied to clipboard!": "Pautan suntingan rahsia telah disalin ke papan keratan!",
|
||||
"Secret edit link:": "Pautan suntingan rahsia:",
|
||||
"See all": "Lihat semua",
|
||||
"See data layers": "Lihat lapisan data",
|
||||
"See layers": "Lihat lapisan data",
|
||||
"See full screen": "Lihat skrin penuh",
|
||||
"See on OpenStreetMap": "Lihat di OpenStreetMap",
|
||||
"Select data": "Pilih data",
|
||||
|
|
|
@ -230,7 +230,7 @@ const locale = {
|
|||
"Save this location as new feature": "Sla deze locatie op als nieuw object",
|
||||
"Search location": "Zoek locatie",
|
||||
"See all": "Toon alles",
|
||||
"See data layers": "Bekijk datalagen",
|
||||
"See layers": "Bekijk datalagen",
|
||||
"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, ...",
|
||||
"Shape properties": "Eigenschappen van de vorm",
|
||||
|
|
|
@ -335,7 +335,7 @@
|
|||
"Secret edit link copied to clipboard!": "Geheime editeer-link is gekopieerd naar het klembord!",
|
||||
"Secret edit link:": "Geheime editeer-link",
|
||||
"See all": "Toon alles",
|
||||
"See data layers": "Bekijk datalagen",
|
||||
"See layers": "Bekijk datalagen",
|
||||
"See full screen": "Op volledig scherm weergeven",
|
||||
"See on OpenStreetMap": "Bekijk op OpenStreetMap",
|
||||
"Select data": "Select data",
|
||||
|
|
|
@ -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 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…",
|
||||
"Shape properties": "Shape properties",
|
||||
|
|
|
@ -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 data layers",
|
||||
"See layers": "See layers",
|
||||
"See full screen": "See full screen",
|
||||
"See on OpenStreetMap": "See on OpenStreetMap",
|
||||
"Select data": "Select data",
|
||||
|
|
|
@ -230,7 +230,7 @@ const locale = {
|
|||
"Save this location as new feature": "Zapisz to miejsce jako nowy obiekt",
|
||||
"Search location": "Znajdź miejsce",
|
||||
"See all": "Pokaż wszystko",
|
||||
"See data layers": "Zobacz wszystkie warstwy danych",
|
||||
"See layers": "Zobacz wszystkie warstwy danych",
|
||||
"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.",
|
||||
"Shape properties": "Właściwości kształtu",
|
||||
|
|
|
@ -335,7 +335,7 @@
|
|||
"Secret edit link copied to clipboard!": "Tajny odnośnik do edycji skopiowany do schowka!",
|
||||
"Secret edit link:": "Sekretny odnośnik edycji:",
|
||||
"See all": "Pokaż wszystko",
|
||||
"See data layers": "Zobacz wszystkie warstwy danych",
|
||||
"See layers": "Zobacz wszystkie warstwy danych",
|
||||
"See full screen": "Pełny ekran",
|
||||
"See on OpenStreetMap": "See on OpenStreetMap",
|
||||
"Select data": "Select data",
|
||||
|
|
|
@ -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 data layers",
|
||||
"See layers": "See layers",
|
||||
"See full screen": "See full screen",
|
||||
"See on OpenStreetMap": "See on OpenStreetMap",
|
||||
"Select data": "Select data",
|
||||
|
|
|
@ -230,7 +230,7 @@ const locale = {
|
|||
"Save this location as new feature": "Gravar esta localização como novo elemento",
|
||||
"Search location": "Procurar localização",
|
||||
"See all": "Ver tudo",
|
||||
"See data layers": "Ver camadas de dados",
|
||||
"See layers": "Ver camadas de dados",
|
||||
"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…",
|
||||
"Shape properties": "Propriedades de formas geométricas",
|
||||
|
|
|
@ -335,7 +335,7 @@
|
|||
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
|
||||
"Secret edit link:": "Secret edit link:",
|
||||
"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 on OpenStreetMap": "See on OpenStreetMap",
|
||||
"Select data": "Select data",
|
||||
|
|
|
@ -230,7 +230,7 @@ const locale = {
|
|||
"Save this location as new feature": "Gravar esta localização como novo elemento",
|
||||
"Search location": "Procurar localização",
|
||||
"See all": "Ver tudo",
|
||||
"See data layers": "Ver camadas de dados",
|
||||
"See layers": "Ver camadas de dados",
|
||||
"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…",
|
||||
"Shape properties": "Propriedades de formas geométricas",
|
||||
|
|
|
@ -335,7 +335,7 @@
|
|||
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
|
||||
"Secret edit link:": "Secret edit link:",
|
||||
"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 on OpenStreetMap": "See on OpenStreetMap",
|
||||
"Select data": "Select data",
|
||||
|
|
|
@ -230,7 +230,7 @@ const locale = {
|
|||
"Save this location as new feature": "Gravar esta localização como novo elemento",
|
||||
"Search location": "Procurar localização",
|
||||
"See all": "Ver tudo",
|
||||
"See data layers": "Ver camadas de dados",
|
||||
"See layers": "Ver camadas de dados",
|
||||
"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…",
|
||||
"Shape properties": "Propriedades de formas geométricas",
|
||||
|
|
|
@ -335,7 +335,7 @@
|
|||
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
|
||||
"Secret edit link:": "Secret edit link:",
|
||||
"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 on OpenStreetMap": "See on OpenStreetMap",
|
||||
"Select data": "Select data",
|
||||
|
|
|
@ -230,7 +230,7 @@ const locale = {
|
|||
"Save this location as new feature": "Save this location as new feature",
|
||||
"Search location": "Căutați locația",
|
||||
"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…",
|
||||
"Shape properties": "Shape properties",
|
||||
|
|
|
@ -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 data layers",
|
||||
"See layers": "See layers",
|
||||
"See full screen": "See full screen",
|
||||
"See on OpenStreetMap": "See on OpenStreetMap",
|
||||
"Select data": "Select data",
|
||||
|
|
|
@ -230,7 +230,7 @@ const locale = {
|
|||
"Save this location as new feature": "Сохранить это местоположение как новый объект",
|
||||
"Search location": "Поиск местоположения",
|
||||
"See all": "Посмотреть все",
|
||||
"See data layers": "Посмотреть слои данных",
|
||||
"See layers": "Посмотреть слои данных",
|
||||
"See full screen": "Смотреть в полноэкранном режиме",
|
||||
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Сбросьте, чтобы скрыть слой из слайдшоу, просмотра данных и всплывающей навигации...",
|
||||
"Shape properties": "Свойства фигуры",
|
||||
|
|
|
@ -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 data layers": "Посмотреть слои данных",
|
||||
"See layers": "Посмотреть слои данных",
|
||||
"See full screen": "Смотреть в полноэкранном режиме",
|
||||
"See on OpenStreetMap": "See on OpenStreetMap",
|
||||
"Select data": "Select data",
|
||||
|
|
|
@ -244,7 +244,7 @@ const locale = {
|
|||
"Search a place name": "Search a place name",
|
||||
"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…",
|
||||
"Shape properties": "Shape properties",
|
||||
|
|
|
@ -244,7 +244,7 @@
|
|||
"Search a place name": "Search a place name",
|
||||
"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…",
|
||||
"Shape properties": "Shape properties",
|
||||
|
|
|
@ -230,7 +230,7 @@ const locale = {
|
|||
"Save this location as new feature": "Uložiť túto polohu ako nový objekt",
|
||||
"Search location": "Vyhľadať polohu",
|
||||
"See all": "Zobraziť všetko",
|
||||
"See data layers": "See data layers",
|
||||
"See layers": "See layers",
|
||||
"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…",
|
||||
"Shape properties": "Vlastnosti tvaru",
|
||||
|
|
|
@ -335,7 +335,7 @@
|
|||
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
|
||||
"Secret edit link:": "Secret edit link:",
|
||||
"See all": "Zobraziť všetko",
|
||||
"See data layers": "See data layers",
|
||||
"See layers": "See layers",
|
||||
"See full screen": "Na celú obrazovku",
|
||||
"See on OpenStreetMap": "See on OpenStreetMap",
|
||||
"Select data": "Select data",
|
||||
|
|
|
@ -230,7 +230,7 @@ const locale = {
|
|||
"Save this location as new feature": "Shrani mesto kot nov predmet",
|
||||
"Search location": "Preišči mesto",
|
||||
"See all": "Pokaži vse",
|
||||
"See data layers": "See data layers",
|
||||
"See layers": "See layers",
|
||||
"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, ...",
|
||||
"Shape properties": "Lastnosti oblike",
|
||||
|
|
|
@ -335,7 +335,7 @@
|
|||
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
|
||||
"Secret edit link:": "Secret edit link:",
|
||||
"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 on OpenStreetMap": "See on OpenStreetMap",
|
||||
"Select data": "Select data",
|
||||
|
|
|
@ -230,7 +230,7 @@ const locale = {
|
|||
"Save this location as new feature": "Сачувај локацију као нови елемент",
|
||||
"Search location": "Претражи локацију",
|
||||
"See all": "Види све",
|
||||
"See data layers": "Прикажи унесене податке",
|
||||
"See layers": "Прикажи унесене податке",
|
||||
"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": "Својства облика",
|
||||
|
|
|
@ -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 data layers": "Прикажи унесене податке",
|
||||
"See layers": "Прикажи унесене податке",
|
||||
"See full screen": "Увећана слика",
|
||||
"See on OpenStreetMap": "See on OpenStreetMap",
|
||||
"Select data": "Select data",
|
||||
|
|
|
@ -230,7 +230,7 @@ const locale = {
|
|||
"Save this location as new feature": "Spara denna plats som nytt kartobjekt",
|
||||
"Search location": "Sök plats",
|
||||
"See all": "Se alla",
|
||||
"See data layers": "Visa datalager",
|
||||
"See layers": "Visa datalager",
|
||||
"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",
|
||||
"Shape properties": "Formategenskaper",
|
||||
|
|
|
@ -335,7 +335,7 @@
|
|||
"Secret edit link copied to clipboard!": "Hemlig redigeringslänk kopierad till klippbordet",
|
||||
"Secret edit link:": "Secret edit link:",
|
||||
"See all": "Se alla",
|
||||
"See data layers": "Visa datalager",
|
||||
"See layers": "Visa datalager",
|
||||
"See full screen": "Öppna i fullskärm",
|
||||
"See on OpenStreetMap": "See on OpenStreetMap",
|
||||
"Select data": "Select data",
|
||||
|
|
|
@ -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 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…",
|
||||
"Shape properties": "Shape properties",
|
||||
|
|
|
@ -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 data layers",
|
||||
"See layers": "See layers",
|
||||
"See full screen": "See full screen",
|
||||
"See on OpenStreetMap": "See on OpenStreetMap",
|
||||
"Select data": "Select data",
|
||||
|
|
|
@ -230,7 +230,7 @@ const locale = {
|
|||
"Save this location as new feature": "Bu konumu yeni özellik olarak kaydet",
|
||||
"Search location": "Konum ara",
|
||||
"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",
|
||||
"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",
|
||||
|
|
|
@ -335,7 +335,7 @@
|
|||
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
|
||||
"Secret edit link:": "Secret edit link:",
|
||||
"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 on OpenStreetMap": "See on OpenStreetMap",
|
||||
"Select data": "Select data",
|
||||
|
|
|
@ -230,7 +230,7 @@ const locale = {
|
|||
"Save this location as new feature": "Зберегти місце розташування як новий об’єкт",
|
||||
"Search location": "Пошук місця",
|
||||
"See all": "Переглянути усе",
|
||||
"See data layers": "Подивитися шари даних",
|
||||
"See layers": "Подивитися шари даних",
|
||||
"See full screen": "Дивитися в повноекранному режимі",
|
||||
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Встановіть false, щоб приховати шар в слайдшоу, в перегляді даних та навігації…",
|
||||
"Shape properties": "Параметри полігона",
|
||||
|
|
|
@ -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 data layers": "Подивитися шари даних",
|
||||
"See layers": "Подивитися шари даних",
|
||||
"See full screen": "Дивитися в повноекранному режимі",
|
||||
"See on OpenStreetMap": "See on OpenStreetMap",
|
||||
"Select data": "Select data",
|
||||
|
|
|
@ -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 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…",
|
||||
"Shape properties": "Shape properties",
|
||||
|
|
|
@ -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 data layers",
|
||||
"See layers": "See layers",
|
||||
"See full screen": "See full screen",
|
||||
"See on OpenStreetMap": "See on OpenStreetMap",
|
||||
"Select data": "Select data",
|
||||
|
|
|
@ -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 data layers",
|
||||
"See layers": "See layers",
|
||||
"See full screen": "See full screen",
|
||||
"See on OpenStreetMap": "See on OpenStreetMap",
|
||||
"Select data": "Select data",
|
||||
|
|
|
@ -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 data layers": "See data layers",
|
||||
"See layers": "See layers",
|
||||
"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",
|
||||
|
|
|
@ -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 data layers": "See data layers",
|
||||
"See layers": "See layers",
|
||||
"See full screen": "全屏",
|
||||
"See on OpenStreetMap": "See on OpenStreetMap",
|
||||
"Select data": "Select data",
|
||||
|
|
|
@ -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 data layers",
|
||||
"See layers": "See layers",
|
||||
"See full screen": "See full screen",
|
||||
"See on OpenStreetMap": "See on OpenStreetMap",
|
||||
"Select data": "Select data",
|
||||
|
|
|
@ -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 data layers",
|
||||
"See layers": "See layers",
|
||||
"See full screen": "See full screen",
|
||||
"See on OpenStreetMap": "See on OpenStreetMap",
|
||||
"Select data": "Select data",
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue