mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 19:42:36 +02:00
Compare commits
20 commits
119f67a3ad
...
a7bdd336f6
Author | SHA1 | Date | |
---|---|---|---|
![]() |
a7bdd336f6 | ||
![]() |
a3a520dec4 | ||
![]() |
4b4f9bbc5c | ||
![]() |
279717e630 | ||
![]() |
39e4e2a33c | ||
![]() |
e5dbca21b0 | ||
![]() |
1ecddc1c02 | ||
![]() |
8658e7eba7 | ||
![]() |
6ac3685172 | ||
![]() |
1085861d42 | ||
![]() |
fab0c8f9ea | ||
![]() |
858768896e | ||
![]() |
bffbeb5230 | ||
![]() |
f01a74f19f | ||
![]() |
00228ccf92 | ||
![]() |
6c8046456a | ||
![]() |
626b669d89 | ||
![]() |
5af41b4528 | ||
![]() |
1a9c325f16 | ||
![]() |
19d16ac01b |
139 changed files with 2632 additions and 891 deletions
2
Makefile
2
Makefile
|
@ -65,7 +65,7 @@ publish: ## Publish the Python package to Pypi
|
||||||
test: testpy testjs
|
test: testpy testjs
|
||||||
|
|
||||||
testpy:
|
testpy:
|
||||||
pytest -vv umap/tests/ --dist=loadgroup --reruns 1
|
pytest -vv umap/tests/ --dist=loadgroup --reruns 1 --maxfail 10
|
||||||
|
|
||||||
test-integration:
|
test-integration:
|
||||||
pytest -xv umap/tests/integration/ --dist=loadgroup
|
pytest -xv umap/tests/integration/ --dist=loadgroup
|
||||||
|
|
|
@ -1,5 +1,23 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 3.0.5 - 2025-04-25
|
||||||
|
|
||||||
|
* allow to save a remote data with unloaded data by @yohanboniface in #2657
|
||||||
|
* allow to save/undo/sync drag'n'drop of datalayers by @yohanboniface in #2677
|
||||||
|
* setting center and zoom manually should set dirty status by @yohanboniface in #2676
|
||||||
|
* fix error when saving and deleting heatmap layer by @yohanboniface in #2681
|
||||||
|
* make rules reordering syncable, savable and undoable by @yohanboniface in #2672
|
||||||
|
* loading remote data should not make the map dirty by @yohanboniface in #2679
|
||||||
|
* implement a design system for UI consistency by @davidbgk in #2654
|
||||||
|
* pass CSRF_TRUSTED_ORIGINS env to settings by @lippoliv in #2656
|
||||||
|
* do not display "saved" message if some request failed by @yohanboniface in #2669
|
||||||
|
* show an error message if saving layer failed by @yohanboniface in #2670
|
||||||
|
* naive support for GeometryCollection as Feature geometry by @yohanboniface in #2658
|
||||||
|
* add a back button in rules form by @yohanboniface in #2673
|
||||||
|
|
||||||
|
## New Contributors
|
||||||
|
* @lippoliv made their first contribution in #2656
|
||||||
|
|
||||||
## 3.0.4 - 2025-04-14
|
## 3.0.4 - 2025-04-14
|
||||||
|
|
||||||
* do not show "back to home" button in iframes by @yohanboniface in #2644
|
* do not show "back to home" button in iframes by @yohanboniface in #2644
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
VERSION = "3.0.4"
|
VERSION = "3.0.5"
|
||||||
|
|
Binary file not shown.
|
@ -13,7 +13,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: uMap\n"
|
"Project-Id-Version: uMap\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2025-03-03 17:36+0000\n"
|
"POT-Creation-Date: 2025-04-11 15:30+0000\n"
|
||||||
"PO-Revision-Date: 2013-11-22 14:00+0000\n"
|
"PO-Revision-Date: 2013-11-22 14:00+0000\n"
|
||||||
"Last-Translator: prendi <prendi@openmailbox.org>, 2017\n"
|
"Last-Translator: prendi <prendi@openmailbox.org>, 2017\n"
|
||||||
"Language-Team: Greek (http://app.transifex.com/openstreetmap/umap/language/el/)\n"
|
"Language-Team: Greek (http://app.transifex.com/openstreetmap/umap/language/el/)\n"
|
||||||
|
@ -40,137 +40,205 @@ msgstr "Λόγω συντήρησης, ο ιστότοπος είναι μόνο
|
||||||
msgid ""
|
msgid ""
|
||||||
"Using “%(name)s” to authenticate is deprecated and will be removed soon. "
|
"Using “%(name)s” to authenticate is deprecated and will be removed soon. "
|
||||||
"Please configure another provider below before losing access to your account"
|
"Please configure another provider below before losing access to your account"
|
||||||
" and maps."
|
" and maps. Then, please logout and login again with the new provider."
|
||||||
msgstr ""
|
msgstr "Η χρήση του «%(name)s» για τον έλεγχο ταυτότητας έχει ξεπεραστεί και θα καταργηθεί σύντομα. Παρακαλούμε ρυθμίστε έναν άλλο πάροχο παρακάτω πριν χάσετε την πρόσβαση στο λογαριασμό και τους χάρτες σας. Στη συνέχεια, παρακαλούμε αποσυνδεθείτε και συνδεθείτε ξανά με τον νέο πάροχο."
|
||||||
|
|
||||||
#: models.py:60 models.py:79
|
#: models.py:61 models.py:80
|
||||||
msgid "name"
|
msgid "name"
|
||||||
msgstr "όνομα"
|
msgstr "όνομα"
|
||||||
|
|
||||||
#: models.py:62 models.py:485
|
#: models.py:63 models.py:493
|
||||||
msgid "description"
|
msgid "description"
|
||||||
msgstr "περιγραφή"
|
msgstr "περιγραφή"
|
||||||
|
|
||||||
#: models.py:110
|
#: models.py:111
|
||||||
msgid "details"
|
msgid "details"
|
||||||
msgstr "λεπτομέρειες"
|
msgstr "λεπτομέρειες"
|
||||||
|
|
||||||
#: models.py:111
|
#: models.py:112
|
||||||
msgid "Link to a page where the licence is detailed."
|
msgid "Link to a page where the licence is detailed."
|
||||||
msgstr "Σύνδεσμος σελίδας αναλυτικής Άδειας Χρήσης."
|
msgstr "Σύνδεσμος σελίδας αναλυτικής Άδειας Χρήσης."
|
||||||
|
|
||||||
#: models.py:121
|
#: models.py:122
|
||||||
msgid "URL template using OSM tile format"
|
msgid "URL template using OSM tile format"
|
||||||
msgstr "Πρότυπο URL που χρησιμοποιεί μορφοποίηση πλακιδίων OSM"
|
msgstr "Πρότυπο URL που χρησιμοποιεί μορφοποίηση πλακιδίων OSM"
|
||||||
|
|
||||||
#: models.py:127
|
#: models.py:128
|
||||||
msgid "Order of the tilelayers in the edit box"
|
msgid "Order of the tilelayers in the edit box"
|
||||||
msgstr "Σειρά των υπόβαθρων στο πλαίσιο επεξεργασίας"
|
msgstr "Σειρά των υπόβαθρων στο πλαίσιο επεξεργασίας"
|
||||||
|
|
||||||
#: models.py:175 models.py:479
|
#: models.py:176 models.py:487
|
||||||
msgid "Only editable with secret edit link"
|
msgid "Only editable with secret edit link"
|
||||||
msgstr "Επεξεργάσιμο μόνο με μυστικό σύνδεσμο"
|
msgstr "Επεξεργάσιμο μόνο με μυστικό σύνδεσμο"
|
||||||
|
|
||||||
#: models.py:176 models.py:480
|
#: models.py:177 models.py:488
|
||||||
msgid "Everyone can edit"
|
msgid "Everyone can edit"
|
||||||
msgstr "Όλοι μπορούν να επεξεργαστούν"
|
msgstr "Όλοι μπορούν να επεξεργαστούν"
|
||||||
|
|
||||||
#: models.py:179 models.py:473
|
#: models.py:180 models.py:481
|
||||||
msgid "Everyone"
|
msgid "Everyone"
|
||||||
msgstr "Οποιοσδήποτε"
|
msgstr "Οποιοσδήποτε"
|
||||||
|
|
||||||
#: models.py:180 models.py:189 models.py:474
|
#: models.py:181 models.py:190 models.py:482
|
||||||
msgid "Editors and team only"
|
msgid "Editors and team only"
|
||||||
msgstr "Μόνο συντάκτες και ομάδα"
|
msgstr "Μόνο συντάκτες και ομάδα"
|
||||||
|
|
||||||
#: models.py:181 models.py:475
|
#: models.py:182 models.py:483
|
||||||
msgid "Owner only"
|
msgid "Owner only"
|
||||||
msgstr "Μόνο ο κάτοχος"
|
msgstr "Μόνο ο κάτοχος"
|
||||||
|
|
||||||
#: models.py:184
|
#: models.py:185
|
||||||
msgid "Draft (private)"
|
msgid "Draft (private)"
|
||||||
msgstr "Πρόχειρο (ιδιωτικό)"
|
msgstr "Πρόχειρο (ιδιωτικό)"
|
||||||
|
|
||||||
#: models.py:185
|
#: models.py:186
|
||||||
msgid "Everyone (public)"
|
msgid "Everyone (public)"
|
||||||
msgstr "Όλοι (δημόσιος)"
|
msgstr "Όλοι (δημόσιος)"
|
||||||
|
|
||||||
#: models.py:188
|
#: models.py:189
|
||||||
msgid "Anyone with link"
|
msgid "Anyone with link"
|
||||||
msgstr "Οποιοδήποτε με τον σύνδεσμο"
|
msgstr "Οποιοδήποτε με τον σύνδεσμο"
|
||||||
|
|
||||||
#: models.py:190
|
#: models.py:191
|
||||||
msgid "Blocked"
|
msgid "Blocked"
|
||||||
msgstr "Αποκλεισμένος"
|
msgstr "Αποκλεισμένος"
|
||||||
|
|
||||||
#: models.py:191 models.py:469
|
#: models.py:192 models.py:477
|
||||||
msgid "Deleted"
|
msgid "Deleted"
|
||||||
msgstr "Διαγράφηκε"
|
msgstr "Διαγράφηκε"
|
||||||
|
|
||||||
#: models.py:194
|
#: models.py:195
|
||||||
msgid "center"
|
msgid "center"
|
||||||
msgstr "κέντρο"
|
msgstr "κέντρο"
|
||||||
|
|
||||||
#: models.py:195
|
#: models.py:196
|
||||||
msgid "zoom"
|
msgid "zoom"
|
||||||
msgstr "εστίαση"
|
msgstr "εστίαση"
|
||||||
|
|
||||||
#: models.py:197
|
#: models.py:198
|
||||||
msgid "locate"
|
msgid "locate"
|
||||||
msgstr "εντοπισμός θέσης"
|
msgstr "εντοπισμός θέσης"
|
||||||
|
|
||||||
#: models.py:197
|
#: models.py:198
|
||||||
msgid "Locate user on load?"
|
msgid "Locate user on load?"
|
||||||
msgstr "Εντοπισμός θέσης χρήστη κατά την φόρτωση;"
|
msgstr "Εντοπισμός θέσης χρήστη κατά την φόρτωση;"
|
||||||
|
|
||||||
#: models.py:201
|
#: models.py:202
|
||||||
msgid "Choose the map licence."
|
msgid "Choose the map licence."
|
||||||
msgstr "Επιλογή άδειας χρήσης του χάρτη."
|
msgstr "Επιλογή άδειας χρήσης του χάρτη."
|
||||||
|
|
||||||
#: models.py:202
|
#: models.py:203
|
||||||
msgid "licence"
|
msgid "licence"
|
||||||
msgstr "άδεια"
|
msgstr "άδεια"
|
||||||
|
|
||||||
#: models.py:213
|
#: models.py:214
|
||||||
msgid "owner"
|
msgid "owner"
|
||||||
msgstr "ιδιοκτήτης"
|
msgstr "ιδιοκτήτης"
|
||||||
|
|
||||||
#: models.py:217
|
#: models.py:218
|
||||||
msgid "editors"
|
msgid "editors"
|
||||||
msgstr "συντάκτες"
|
msgstr "συντάκτες"
|
||||||
|
|
||||||
#: models.py:223
|
#: models.py:224
|
||||||
msgid "team"
|
msgid "team"
|
||||||
msgstr "ομάδα"
|
msgstr "ομάδα"
|
||||||
|
|
||||||
#: models.py:229 models.py:501
|
#: models.py:230 models.py:509
|
||||||
msgid "edit status"
|
msgid "edit status"
|
||||||
msgstr "κατάσταση επεξεργασίας"
|
msgstr "κατάσταση επεξεργασίας"
|
||||||
|
|
||||||
#: models.py:234 models.py:506
|
#: models.py:235 models.py:514
|
||||||
msgid "share status"
|
msgid "share status"
|
||||||
msgstr "κατάσταση διαμοιρασμού"
|
msgstr "κατάσταση διαμοιρασμού"
|
||||||
|
|
||||||
#: models.py:237 models.py:496
|
#: models.py:238 models.py:504
|
||||||
msgid "settings"
|
msgid "settings"
|
||||||
msgstr "ρυθμίσεις"
|
msgstr "ρυθμίσεις"
|
||||||
|
|
||||||
#: models.py:407
|
#: models.py:410
|
||||||
msgid "Clone of"
|
msgid "Clone of"
|
||||||
msgstr "Κλώνος του"
|
msgstr "Κλώνος του"
|
||||||
|
|
||||||
#: models.py:468 models.py:472 models.py:478
|
#: models.py:476 models.py:480 models.py:486
|
||||||
msgid "Inherit"
|
msgid "Inherit"
|
||||||
msgstr "Κληρονόμοι"
|
msgstr "Κληρονόμοι"
|
||||||
|
|
||||||
#: models.py:491
|
#: models.py:499
|
||||||
msgid "display on load"
|
msgid "display on load"
|
||||||
msgstr "εμφάνιση κατά τη φόρτωση"
|
msgstr "εμφάνιση κατά τη φόρτωση"
|
||||||
|
|
||||||
#: models.py:492
|
#: models.py:500
|
||||||
msgid "Display this layer on load."
|
msgid "Display this layer on load."
|
||||||
msgstr "Εμφάνιση αυτού του επιπέδου κατά την φόρτωση."
|
msgstr "Εμφάνιση αυτού του επιπέδου κατά την φόρτωση."
|
||||||
|
|
||||||
|
#: settings/base.py:295
|
||||||
|
msgid "Art and Culture"
|
||||||
|
msgstr "Τέχνες και Πολιτισμός"
|
||||||
|
|
||||||
|
#: settings/base.py:296
|
||||||
|
msgid "Cycling"
|
||||||
|
msgstr "Ποδηλασία"
|
||||||
|
|
||||||
|
#: settings/base.py:297
|
||||||
|
msgid "Business"
|
||||||
|
msgstr "Επιχειρήσεις"
|
||||||
|
|
||||||
|
#: settings/base.py:298
|
||||||
|
msgid "Environment"
|
||||||
|
msgstr "Περιβάλλον"
|
||||||
|
|
||||||
|
#: settings/base.py:299
|
||||||
|
msgid "Education"
|
||||||
|
msgstr "Εκπαίδευση"
|
||||||
|
|
||||||
|
#: settings/base.py:300
|
||||||
|
msgid "Food and Agriculture"
|
||||||
|
msgstr "Διατροφή και Γεωργία"
|
||||||
|
|
||||||
|
#: settings/base.py:301
|
||||||
|
msgid "Geopolitics"
|
||||||
|
msgstr "Γεωπολιτική"
|
||||||
|
|
||||||
|
#: settings/base.py:302
|
||||||
|
msgid "Health"
|
||||||
|
msgstr "Υγεία"
|
||||||
|
|
||||||
|
#: settings/base.py:303
|
||||||
|
msgid "Hiking"
|
||||||
|
msgstr "Πεζοπορία-Ορειβασία"
|
||||||
|
|
||||||
|
#: settings/base.py:304
|
||||||
|
msgid "History"
|
||||||
|
msgstr "Ιστορία"
|
||||||
|
|
||||||
|
#: settings/base.py:305
|
||||||
|
msgid "Public sector"
|
||||||
|
msgstr "Δημόσιος τομέας"
|
||||||
|
|
||||||
|
#: settings/base.py:306
|
||||||
|
msgid "Science"
|
||||||
|
msgstr "Επιστήμες"
|
||||||
|
|
||||||
|
#: settings/base.py:307
|
||||||
|
msgid "Shopping"
|
||||||
|
msgstr "Ψώνια"
|
||||||
|
|
||||||
|
#: settings/base.py:308
|
||||||
|
msgid "Sport and Leisure"
|
||||||
|
msgstr "Αθλητισμός και ελεύθερος χρόνος"
|
||||||
|
|
||||||
|
#: settings/base.py:309
|
||||||
|
msgid "Travel"
|
||||||
|
msgstr "Ταξίδια"
|
||||||
|
|
||||||
|
#: settings/base.py:310
|
||||||
|
msgid "Transports"
|
||||||
|
msgstr "Μεταφορές"
|
||||||
|
|
||||||
|
#: settings/base.py:311
|
||||||
|
msgid "Tourism"
|
||||||
|
msgstr "Τουρισμός"
|
||||||
|
|
||||||
#: templates/403.html:8
|
#: templates/403.html:8
|
||||||
msgid ""
|
msgid ""
|
||||||
"<a href=\"https://discover.umap-project.org/support/faq/#map-statuses\" "
|
"<a href=\"https://discover.umap-project.org/support/faq/#map-statuses\" "
|
||||||
|
@ -423,7 +491,7 @@ msgstr "Οι ομάδες μου"
|
||||||
msgid "Map of the uMaps"
|
msgid "Map of the uMaps"
|
||||||
msgstr "Χάρτης των uMaps"
|
msgstr "Χάρτης των uMaps"
|
||||||
|
|
||||||
#: templates/umap/home.html:24
|
#: templates/umap/home.html:25
|
||||||
msgid "Get inspired, browse maps"
|
msgid "Get inspired, browse maps"
|
||||||
msgstr "Περιηγήσου και αναζήτησε την έμπνευση στους χάρτες!"
|
msgstr "Περιηγήσου και αναζήτησε την έμπνευση στους χάρτες!"
|
||||||
|
|
||||||
|
@ -431,11 +499,15 @@ msgstr "Περιηγήσου και αναζήτησε την έμπνευση
|
||||||
msgid "You are logged in. Continuing..."
|
msgid "You are logged in. Continuing..."
|
||||||
msgstr "Είστε συνδεδεμένοι. Συνέχεια..."
|
msgstr "Είστε συνδεδεμένοι. Συνέχεια..."
|
||||||
|
|
||||||
#: templates/umap/map_list.html:11 views.py:437
|
#: templates/umap/map_list.html:18 views.py:444
|
||||||
msgid "by"
|
msgid "by"
|
||||||
msgstr "από"
|
msgstr "από"
|
||||||
|
|
||||||
#: templates/umap/map_list.html:20
|
#: templates/umap/map_list.html:22
|
||||||
|
msgid "See the map"
|
||||||
|
msgstr "Δες τον χάρτη"
|
||||||
|
|
||||||
|
#: templates/umap/map_list.html:28
|
||||||
msgid "More"
|
msgid "More"
|
||||||
msgstr "Περισσότερα"
|
msgstr "Περισσότερα"
|
||||||
|
|
||||||
|
@ -594,11 +666,15 @@ msgid_plural "%(count)s maps found:"
|
||||||
msgstr[0] "%(count)s χάρτης βρέθηκε:"
|
msgstr[0] "%(count)s χάρτης βρέθηκε:"
|
||||||
msgstr[1] "%(count)s χάρτες βρέθηκαν:"
|
msgstr[1] "%(count)s χάρτες βρέθηκαν:"
|
||||||
|
|
||||||
#: templates/umap/search.html:28
|
#: templates/umap/search.html:30
|
||||||
msgid "No map found."
|
msgid "No map found."
|
||||||
msgstr "Δεν βρέθηκε κανένας χάρτης."
|
msgstr "Δεν βρέθηκε κανένας χάρτης."
|
||||||
|
|
||||||
#: templates/umap/search.html:33
|
#: templates/umap/search.html:36
|
||||||
|
msgid "Latest created maps in category"
|
||||||
|
msgstr "Τελευταία δημιουργημένοι χάρτες στην κατηγορία"
|
||||||
|
|
||||||
|
#: templates/umap/search.html:43
|
||||||
msgid "Latest created maps"
|
msgid "Latest created maps"
|
||||||
msgstr "Χάρτες που δημιουργήθηκαν τελευταίοι"
|
msgstr "Χάρτες που δημιουργήθηκαν τελευταίοι"
|
||||||
|
|
||||||
|
@ -606,7 +682,11 @@ msgstr "Χάρτες που δημιουργήθηκαν τελευταίοι"
|
||||||
msgid "Search maps"
|
msgid "Search maps"
|
||||||
msgstr "Αναζήτηση χαρτών"
|
msgstr "Αναζήτηση χαρτών"
|
||||||
|
|
||||||
#: templates/umap/search_bar.html:16
|
#: templates/umap/search_bar.html:14
|
||||||
|
msgid "Any category"
|
||||||
|
msgstr "Οποιαδήποτε κατηγορία"
|
||||||
|
|
||||||
|
#: templates/umap/search_bar.html:19
|
||||||
msgid "Search"
|
msgid "Search"
|
||||||
msgstr "Αναζήτηση"
|
msgstr "Αναζήτηση"
|
||||||
|
|
||||||
|
@ -670,70 +750,70 @@ msgstr "Χρήστες"
|
||||||
msgid "New team"
|
msgid "New team"
|
||||||
msgstr "Νέα ομάδα"
|
msgstr "Νέα ομάδα"
|
||||||
|
|
||||||
#: views.py:234
|
#: views.py:235
|
||||||
msgid "Cannot delete a team with more than one member"
|
msgid "Cannot delete a team with more than one member"
|
||||||
msgstr "Δεν είναι δυνατή η διαγραφή μιας ομάδας που έχει περισσότερα από ένα μέλη"
|
msgstr "Δεν είναι δυνατή η διαγραφή μιας ομάδας που έχει περισσότερα από ένα μέλη"
|
||||||
|
|
||||||
#: views.py:238
|
#: views.py:239
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Team “%(name)s” has been deleted"
|
msgid "Team “%(name)s” has been deleted"
|
||||||
msgstr "Η ομάδα «%(name)s» έχει διαγραφεί."
|
msgstr "Η ομάδα «%(name)s» έχει διαγραφεί."
|
||||||
|
|
||||||
#: views.py:442
|
#: views.py:449
|
||||||
msgid "View the map"
|
msgid "View the map"
|
||||||
msgstr "Προβολή του χάρτη"
|
msgstr "Προβολή του χάρτη"
|
||||||
|
|
||||||
#: views.py:838
|
#: views.py:845
|
||||||
msgid "See full screen"
|
msgid "See full screen"
|
||||||
msgstr "Προβολή πλήρους οθόνης"
|
msgstr "Προβολή πλήρους οθόνης"
|
||||||
|
|
||||||
#: views.py:981
|
#: views.py:988
|
||||||
msgid "Map editors updated with success!"
|
msgid "Map editors updated with success!"
|
||||||
msgstr "Η ενημέρωση των συντακτών χάρτη ήταν επιτυχής!"
|
msgstr "Η ενημέρωση των συντακτών χάρτη ήταν επιτυχής!"
|
||||||
|
|
||||||
#: views.py:1017
|
#: views.py:1024
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "The uMap edit link for your map: %(map_name)s"
|
msgid "The uMap edit link for your map: %(map_name)s"
|
||||||
msgstr "Ο uMap σύνδεσμος επεξεργασίας του χάρτη σας: %(map_name)s"
|
msgstr "Ο uMap σύνδεσμος επεξεργασίας του χάρτη σας: %(map_name)s"
|
||||||
|
|
||||||
#: views.py:1020
|
#: views.py:1027
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Here is your secret edit link: %(link)s"
|
msgid "Here is your secret edit link: %(link)s"
|
||||||
msgstr "Εδώ είναι ο μυστικός σύνδεσμος επεξεργασίας: %(link)s"
|
msgstr "Εδώ είναι ο μυστικός σύνδεσμος επεξεργασίας: %(link)s"
|
||||||
|
|
||||||
#: views.py:1027
|
#: views.py:1034
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Can't send email to %(email)s"
|
msgid "Can't send email to %(email)s"
|
||||||
msgstr "Αδυναμία αποστολής email στο %(email)s"
|
msgstr "Αδυναμία αποστολής email στο %(email)s"
|
||||||
|
|
||||||
#: views.py:1030
|
#: views.py:1037
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Email sent to %(email)s"
|
msgid "Email sent to %(email)s"
|
||||||
msgstr "Μήνυμα email στάλθηκε στο %(email)s"
|
msgstr "Μήνυμα email στάλθηκε στο %(email)s"
|
||||||
|
|
||||||
#: views.py:1041
|
#: views.py:1048
|
||||||
msgid "Only its owner can delete the map."
|
msgid "Only its owner can delete the map."
|
||||||
msgstr "Μονό ο ιδιοκτήτης μπορεί να διαγράψει αυτό τον χάρτη."
|
msgstr "Μονό ο ιδιοκτήτης μπορεί να διαγράψει αυτό τον χάρτη."
|
||||||
|
|
||||||
#: views.py:1044
|
#: views.py:1054
|
||||||
msgid "Map successfully deleted."
|
msgid "Map successfully deleted."
|
||||||
msgstr "Ο χάρτης διαγράφηκε με επιτυχία."
|
msgstr "Ο χάρτης διαγράφηκε με επιτυχία."
|
||||||
|
|
||||||
#: views.py:1070
|
#: views.py:1080
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your map has been cloned! If you want to edit this map from another "
|
"Your map has been cloned! If you want to edit this map from another "
|
||||||
"computer, please use this link: %(anonymous_url)s"
|
"computer, please use this link: %(anonymous_url)s"
|
||||||
msgstr "Ο χάρτης κλωνοποιήθηκε! Αν θέλετε να τον επεξεργαστείτε από κάποιον άλλο υπολογιστή, παρακαλώ χρησιμοποιήστε αυτόν τον σύνδεσμο: %(anonymous_url)s"
|
msgstr "Ο χάρτης κλωνοποιήθηκε! Αν θέλετε να τον επεξεργαστείτε από κάποιον άλλο υπολογιστή, παρακαλώ χρησιμοποιήστε αυτόν τον σύνδεσμο: %(anonymous_url)s"
|
||||||
|
|
||||||
#: views.py:1075
|
#: views.py:1085
|
||||||
msgid "Congratulations, your map has been cloned!"
|
msgid "Congratulations, your map has been cloned!"
|
||||||
msgstr "Συγχαρητήρια ο χάρτης σας κλωνοποιήθηκε!"
|
msgstr "Συγχαρητήρια ο χάρτης σας κλωνοποιήθηκε!"
|
||||||
|
|
||||||
#: views.py:1329
|
#: views.py:1339
|
||||||
msgid "Layer successfully deleted."
|
msgid "Layer successfully deleted."
|
||||||
msgstr "Το επίπεδο διαγράφηκε με επιτυχία."
|
msgstr "Το επίπεδο διαγράφηκε με επιτυχία."
|
||||||
|
|
||||||
#: views.py:1351
|
#: views.py:1361
|
||||||
msgid "Permissions updated with success!"
|
msgid "Permissions updated with success!"
|
||||||
msgstr "Τα δικαιώματα ενημερώθηκαν με επιτυχία!"
|
msgstr "Τα δικαιώματα ενημερώθηκαν με επιτυχία!"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2025-04-11 15:30+0000\n"
|
"POT-Creation-Date: 2025-04-25 15:38+0000\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
@ -165,71 +165,71 @@ msgstr ""
|
||||||
msgid "Display this layer on load."
|
msgid "Display this layer on load."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: settings/base.py:295
|
#: settings/base.py:296
|
||||||
msgid "Art and Culture"
|
msgid "Art and Culture"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: settings/base.py:296
|
#: settings/base.py:297
|
||||||
msgid "Cycling"
|
msgid "Cycling"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: settings/base.py:297
|
#: settings/base.py:298
|
||||||
msgid "Business"
|
msgid "Business"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: settings/base.py:298
|
#: settings/base.py:299
|
||||||
msgid "Environment"
|
msgid "Environment"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: settings/base.py:299
|
#: settings/base.py:300
|
||||||
msgid "Education"
|
msgid "Education"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: settings/base.py:300
|
#: settings/base.py:301
|
||||||
msgid "Food and Agriculture"
|
msgid "Food and Agriculture"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: settings/base.py:301
|
#: settings/base.py:302
|
||||||
msgid "Geopolitics"
|
msgid "Geopolitics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: settings/base.py:302
|
#: settings/base.py:303
|
||||||
msgid "Health"
|
msgid "Health"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: settings/base.py:303
|
#: settings/base.py:304
|
||||||
msgid "Hiking"
|
msgid "Hiking"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: settings/base.py:304
|
#: settings/base.py:305
|
||||||
msgid "History"
|
msgid "History"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: settings/base.py:305
|
#: settings/base.py:306
|
||||||
msgid "Public sector"
|
msgid "Public sector"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: settings/base.py:306
|
#: settings/base.py:307
|
||||||
msgid "Science"
|
msgid "Science"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: settings/base.py:307
|
#: settings/base.py:308
|
||||||
msgid "Shopping"
|
msgid "Shopping"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: settings/base.py:308
|
#: settings/base.py:309
|
||||||
msgid "Sport and Leisure"
|
msgid "Sport and Leisure"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: settings/base.py:309
|
#: settings/base.py:310
|
||||||
msgid "Travel"
|
msgid "Travel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: settings/base.py:310
|
#: settings/base.py:311
|
||||||
msgid "Transports"
|
msgid "Transports"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: settings/base.py:311
|
#: settings/base.py:312
|
||||||
msgid "Tourism"
|
msgid "Tourism"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
Binary file not shown.
|
@ -17,7 +17,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: uMap\n"
|
"Project-Id-Version: uMap\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2025-03-03 17:36+0000\n"
|
"POT-Creation-Date: 2025-04-11 15:30+0000\n"
|
||||||
"PO-Revision-Date: 2013-11-22 14:00+0000\n"
|
"PO-Revision-Date: 2013-11-22 14:00+0000\n"
|
||||||
"Last-Translator: Ignacio L'Episcopo, 2024-2025\n"
|
"Last-Translator: Ignacio L'Episcopo, 2024-2025\n"
|
||||||
"Language-Team: Spanish (http://app.transifex.com/openstreetmap/umap/language/es/)\n"
|
"Language-Team: Spanish (http://app.transifex.com/openstreetmap/umap/language/es/)\n"
|
||||||
|
@ -44,137 +44,205 @@ msgstr "Sitio en modo solo lectura por mantenimiento"
|
||||||
msgid ""
|
msgid ""
|
||||||
"Using “%(name)s” to authenticate is deprecated and will be removed soon. "
|
"Using “%(name)s” to authenticate is deprecated and will be removed soon. "
|
||||||
"Please configure another provider below before losing access to your account"
|
"Please configure another provider below before losing access to your account"
|
||||||
" and maps."
|
" and maps. Then, please logout and login again with the new provider."
|
||||||
msgstr ""
|
msgstr "El uso de “%(name)s” para autenticar está obsoleto y se eliminará pronto. Por favor, configura otro proveedor a continuación antes de perder acceso a tu cuenta y mapas. Luego, cierra sesión e inicia sesión nuevamente con el nuevo proveedor."
|
||||||
|
|
||||||
#: models.py:60 models.py:79
|
#: models.py:61 models.py:80
|
||||||
msgid "name"
|
msgid "name"
|
||||||
msgstr "nombre"
|
msgstr "nombre"
|
||||||
|
|
||||||
#: models.py:62 models.py:485
|
#: models.py:63 models.py:493
|
||||||
msgid "description"
|
msgid "description"
|
||||||
msgstr "descripción"
|
msgstr "descripción"
|
||||||
|
|
||||||
#: models.py:110
|
#: models.py:111
|
||||||
msgid "details"
|
msgid "details"
|
||||||
msgstr "detalles"
|
msgstr "detalles"
|
||||||
|
|
||||||
#: models.py:111
|
#: models.py:112
|
||||||
msgid "Link to a page where the licence is detailed."
|
msgid "Link to a page where the licence is detailed."
|
||||||
msgstr "Enlace a una página donde se detalla la licencia."
|
msgstr "Enlace a una página donde se detalla la licencia."
|
||||||
|
|
||||||
#: models.py:121
|
#: models.py:122
|
||||||
msgid "URL template using OSM tile format"
|
msgid "URL template using OSM tile format"
|
||||||
msgstr "Plantilla de URL usando el formato de teselas OSM"
|
msgstr "Plantilla de URL usando el formato de teselas OSM"
|
||||||
|
|
||||||
#: models.py:127
|
#: models.py:128
|
||||||
msgid "Order of the tilelayers in the edit box"
|
msgid "Order of the tilelayers in the edit box"
|
||||||
msgstr "Orden de las capas de teselas en el cuadro de edición"
|
msgstr "Orden de las capas de teselas en el cuadro de edición"
|
||||||
|
|
||||||
#: models.py:175 models.py:479
|
#: models.py:176 models.py:487
|
||||||
msgid "Only editable with secret edit link"
|
msgid "Only editable with secret edit link"
|
||||||
msgstr "Solo editable con enlace secreto de edición"
|
msgstr "Solo editable con enlace secreto de edición"
|
||||||
|
|
||||||
#: models.py:176 models.py:480
|
#: models.py:177 models.py:488
|
||||||
msgid "Everyone can edit"
|
msgid "Everyone can edit"
|
||||||
msgstr "Todos pueden editar"
|
msgstr "Todos pueden editar"
|
||||||
|
|
||||||
#: models.py:179 models.py:473
|
#: models.py:180 models.py:481
|
||||||
msgid "Everyone"
|
msgid "Everyone"
|
||||||
msgstr "Todos"
|
msgstr "Todos"
|
||||||
|
|
||||||
#: models.py:180 models.py:189 models.py:474
|
#: models.py:181 models.py:190 models.py:482
|
||||||
msgid "Editors and team only"
|
msgid "Editors and team only"
|
||||||
msgstr "Solo editores y equipo"
|
msgstr "Solo editores y equipo"
|
||||||
|
|
||||||
#: models.py:181 models.py:475
|
#: models.py:182 models.py:483
|
||||||
msgid "Owner only"
|
msgid "Owner only"
|
||||||
msgstr "Solo el propietario"
|
msgstr "Solo el propietario"
|
||||||
|
|
||||||
#: models.py:184
|
#: models.py:185
|
||||||
msgid "Draft (private)"
|
msgid "Draft (private)"
|
||||||
msgstr "Borrador (privado)"
|
msgstr "Borrador (privado)"
|
||||||
|
|
||||||
#: models.py:185
|
#: models.py:186
|
||||||
msgid "Everyone (public)"
|
msgid "Everyone (public)"
|
||||||
msgstr "Todos (público)"
|
msgstr "Todos (público)"
|
||||||
|
|
||||||
#: models.py:188
|
#: models.py:189
|
||||||
msgid "Anyone with link"
|
msgid "Anyone with link"
|
||||||
msgstr "Cualquiera con el enlace"
|
msgstr "Cualquiera con el enlace"
|
||||||
|
|
||||||
#: models.py:190
|
#: models.py:191
|
||||||
msgid "Blocked"
|
msgid "Blocked"
|
||||||
msgstr "Bloqueado"
|
msgstr "Bloqueado"
|
||||||
|
|
||||||
#: models.py:191 models.py:469
|
#: models.py:192 models.py:477
|
||||||
msgid "Deleted"
|
msgid "Deleted"
|
||||||
msgstr "Eliminado"
|
msgstr "Eliminado"
|
||||||
|
|
||||||
#: models.py:194
|
#: models.py:195
|
||||||
msgid "center"
|
msgid "center"
|
||||||
msgstr "centro"
|
msgstr "centro"
|
||||||
|
|
||||||
#: models.py:195
|
#: models.py:196
|
||||||
msgid "zoom"
|
msgid "zoom"
|
||||||
msgstr "zoom"
|
msgstr "zoom"
|
||||||
|
|
||||||
#: models.py:197
|
#: models.py:198
|
||||||
msgid "locate"
|
msgid "locate"
|
||||||
msgstr "localizar"
|
msgstr "localizar"
|
||||||
|
|
||||||
#: models.py:197
|
#: models.py:198
|
||||||
msgid "Locate user on load?"
|
msgid "Locate user on load?"
|
||||||
msgstr "¿Localizar al usuario al cargar?"
|
msgstr "¿Localizar al usuario al cargar?"
|
||||||
|
|
||||||
#: models.py:201
|
#: models.py:202
|
||||||
msgid "Choose the map licence."
|
msgid "Choose the map licence."
|
||||||
msgstr "Elige la licencia del mapa."
|
msgstr "Elige la licencia del mapa."
|
||||||
|
|
||||||
#: models.py:202
|
#: models.py:203
|
||||||
msgid "licence"
|
msgid "licence"
|
||||||
msgstr "licencia"
|
msgstr "licencia"
|
||||||
|
|
||||||
#: models.py:213
|
#: models.py:214
|
||||||
msgid "owner"
|
msgid "owner"
|
||||||
msgstr "propietario"
|
msgstr "propietario"
|
||||||
|
|
||||||
#: models.py:217
|
#: models.py:218
|
||||||
msgid "editors"
|
msgid "editors"
|
||||||
msgstr "editores"
|
msgstr "editores"
|
||||||
|
|
||||||
#: models.py:223
|
#: models.py:224
|
||||||
msgid "team"
|
msgid "team"
|
||||||
msgstr "equipo"
|
msgstr "equipo"
|
||||||
|
|
||||||
#: models.py:229 models.py:501
|
#: models.py:230 models.py:509
|
||||||
msgid "edit status"
|
msgid "edit status"
|
||||||
msgstr "estado de edición"
|
msgstr "estado de edición"
|
||||||
|
|
||||||
#: models.py:234 models.py:506
|
#: models.py:235 models.py:514
|
||||||
msgid "share status"
|
msgid "share status"
|
||||||
msgstr "estado de compartir"
|
msgstr "estado de compartir"
|
||||||
|
|
||||||
#: models.py:237 models.py:496
|
#: models.py:238 models.py:504
|
||||||
msgid "settings"
|
msgid "settings"
|
||||||
msgstr "ajustes"
|
msgstr "ajustes"
|
||||||
|
|
||||||
#: models.py:407
|
#: models.py:410
|
||||||
msgid "Clone of"
|
msgid "Clone of"
|
||||||
msgstr "Clon de"
|
msgstr "Clon de"
|
||||||
|
|
||||||
#: models.py:468 models.py:472 models.py:478
|
#: models.py:476 models.py:480 models.py:486
|
||||||
msgid "Inherit"
|
msgid "Inherit"
|
||||||
msgstr "Heredar"
|
msgstr "Heredar"
|
||||||
|
|
||||||
#: models.py:491
|
#: models.py:499
|
||||||
msgid "display on load"
|
msgid "display on load"
|
||||||
msgstr "mostrar al cargar"
|
msgstr "mostrar al cargar"
|
||||||
|
|
||||||
#: models.py:492
|
#: models.py:500
|
||||||
msgid "Display this layer on load."
|
msgid "Display this layer on load."
|
||||||
msgstr "Mostrar esta capa al cargar."
|
msgstr "Mostrar esta capa al cargar."
|
||||||
|
|
||||||
|
#: settings/base.py:295
|
||||||
|
msgid "Art and Culture"
|
||||||
|
msgstr "Arte y cultura"
|
||||||
|
|
||||||
|
#: settings/base.py:296
|
||||||
|
msgid "Cycling"
|
||||||
|
msgstr "Ciclismo"
|
||||||
|
|
||||||
|
#: settings/base.py:297
|
||||||
|
msgid "Business"
|
||||||
|
msgstr "Negocios"
|
||||||
|
|
||||||
|
#: settings/base.py:298
|
||||||
|
msgid "Environment"
|
||||||
|
msgstr "Medio ambiente"
|
||||||
|
|
||||||
|
#: settings/base.py:299
|
||||||
|
msgid "Education"
|
||||||
|
msgstr "Educación"
|
||||||
|
|
||||||
|
#: settings/base.py:300
|
||||||
|
msgid "Food and Agriculture"
|
||||||
|
msgstr "Alimentos y agricultura"
|
||||||
|
|
||||||
|
#: settings/base.py:301
|
||||||
|
msgid "Geopolitics"
|
||||||
|
msgstr "Geopolítica"
|
||||||
|
|
||||||
|
#: settings/base.py:302
|
||||||
|
msgid "Health"
|
||||||
|
msgstr "Salud"
|
||||||
|
|
||||||
|
#: settings/base.py:303
|
||||||
|
msgid "Hiking"
|
||||||
|
msgstr "Senderismo"
|
||||||
|
|
||||||
|
#: settings/base.py:304
|
||||||
|
msgid "History"
|
||||||
|
msgstr "Historia"
|
||||||
|
|
||||||
|
#: settings/base.py:305
|
||||||
|
msgid "Public sector"
|
||||||
|
msgstr "Sector público"
|
||||||
|
|
||||||
|
#: settings/base.py:306
|
||||||
|
msgid "Science"
|
||||||
|
msgstr "Ciencia"
|
||||||
|
|
||||||
|
#: settings/base.py:307
|
||||||
|
msgid "Shopping"
|
||||||
|
msgstr "Compras"
|
||||||
|
|
||||||
|
#: settings/base.py:308
|
||||||
|
msgid "Sport and Leisure"
|
||||||
|
msgstr "Deporte y ocio"
|
||||||
|
|
||||||
|
#: settings/base.py:309
|
||||||
|
msgid "Travel"
|
||||||
|
msgstr "Viajes"
|
||||||
|
|
||||||
|
#: settings/base.py:310
|
||||||
|
msgid "Transports"
|
||||||
|
msgstr "Transporte"
|
||||||
|
|
||||||
|
#: settings/base.py:311
|
||||||
|
msgid "Tourism"
|
||||||
|
msgstr "Turismo"
|
||||||
|
|
||||||
#: templates/403.html:8
|
#: templates/403.html:8
|
||||||
msgid ""
|
msgid ""
|
||||||
"<a href=\"https://discover.umap-project.org/support/faq/#map-statuses\" "
|
"<a href=\"https://discover.umap-project.org/support/faq/#map-statuses\" "
|
||||||
|
@ -427,7 +495,7 @@ msgstr "Mis equipos"
|
||||||
msgid "Map of the uMaps"
|
msgid "Map of the uMaps"
|
||||||
msgstr "Mapa de los uMaps"
|
msgstr "Mapa de los uMaps"
|
||||||
|
|
||||||
#: templates/umap/home.html:24
|
#: templates/umap/home.html:25
|
||||||
msgid "Get inspired, browse maps"
|
msgid "Get inspired, browse maps"
|
||||||
msgstr "Inspírate, navega por los mapas"
|
msgstr "Inspírate, navega por los mapas"
|
||||||
|
|
||||||
|
@ -435,11 +503,15 @@ msgstr "Inspírate, navega por los mapas"
|
||||||
msgid "You are logged in. Continuing..."
|
msgid "You are logged in. Continuing..."
|
||||||
msgstr "Has iniciado sesión. Continuando..."
|
msgstr "Has iniciado sesión. Continuando..."
|
||||||
|
|
||||||
#: templates/umap/map_list.html:11 views.py:437
|
#: templates/umap/map_list.html:18 views.py:444
|
||||||
msgid "by"
|
msgid "by"
|
||||||
msgstr "por"
|
msgstr "por"
|
||||||
|
|
||||||
#: templates/umap/map_list.html:20
|
#: templates/umap/map_list.html:22
|
||||||
|
msgid "See the map"
|
||||||
|
msgstr "Ver el mapa"
|
||||||
|
|
||||||
|
#: templates/umap/map_list.html:28
|
||||||
msgid "More"
|
msgid "More"
|
||||||
msgstr "Más"
|
msgstr "Más"
|
||||||
|
|
||||||
|
@ -599,11 +671,15 @@ msgstr[0] "%(count)s mapa encontrado:"
|
||||||
msgstr[1] "%(count)s mapas encontrados:"
|
msgstr[1] "%(count)s mapas encontrados:"
|
||||||
msgstr[2] "%(count)s mapas encontrados:"
|
msgstr[2] "%(count)s mapas encontrados:"
|
||||||
|
|
||||||
#: templates/umap/search.html:28
|
#: templates/umap/search.html:30
|
||||||
msgid "No map found."
|
msgid "No map found."
|
||||||
msgstr "No se ha encontrado ningún mapa."
|
msgstr "No se ha encontrado ningún mapa."
|
||||||
|
|
||||||
#: templates/umap/search.html:33
|
#: templates/umap/search.html:36
|
||||||
|
msgid "Latest created maps in category"
|
||||||
|
msgstr "Últimos mapas creados en la categoría"
|
||||||
|
|
||||||
|
#: templates/umap/search.html:43
|
||||||
msgid "Latest created maps"
|
msgid "Latest created maps"
|
||||||
msgstr "Últimos mapas creados"
|
msgstr "Últimos mapas creados"
|
||||||
|
|
||||||
|
@ -611,7 +687,11 @@ msgstr "Últimos mapas creados"
|
||||||
msgid "Search maps"
|
msgid "Search maps"
|
||||||
msgstr "Buscar mapas"
|
msgstr "Buscar mapas"
|
||||||
|
|
||||||
#: templates/umap/search_bar.html:16
|
#: templates/umap/search_bar.html:14
|
||||||
|
msgid "Any category"
|
||||||
|
msgstr "Cualquier categoría"
|
||||||
|
|
||||||
|
#: templates/umap/search_bar.html:19
|
||||||
msgid "Search"
|
msgid "Search"
|
||||||
msgstr "Buscar"
|
msgstr "Buscar"
|
||||||
|
|
||||||
|
@ -675,70 +755,70 @@ msgstr "Usuarios"
|
||||||
msgid "New team"
|
msgid "New team"
|
||||||
msgstr "Nuevo equipo"
|
msgstr "Nuevo equipo"
|
||||||
|
|
||||||
#: views.py:234
|
#: views.py:235
|
||||||
msgid "Cannot delete a team with more than one member"
|
msgid "Cannot delete a team with more than one member"
|
||||||
msgstr "No se puede eliminar un equipo con más de un miembro"
|
msgstr "No se puede eliminar un equipo con más de un miembro"
|
||||||
|
|
||||||
#: views.py:238
|
#: views.py:239
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Team “%(name)s” has been deleted"
|
msgid "Team “%(name)s” has been deleted"
|
||||||
msgstr "El equipo “%(name)s” ha sido eliminado"
|
msgstr "El equipo “%(name)s” ha sido eliminado"
|
||||||
|
|
||||||
#: views.py:442
|
#: views.py:449
|
||||||
msgid "View the map"
|
msgid "View the map"
|
||||||
msgstr "Ver el mapa"
|
msgstr "Ver el mapa"
|
||||||
|
|
||||||
#: views.py:838
|
#: views.py:845
|
||||||
msgid "See full screen"
|
msgid "See full screen"
|
||||||
msgstr "Ver en pantalla completa"
|
msgstr "Ver en pantalla completa"
|
||||||
|
|
||||||
#: views.py:981
|
#: views.py:988
|
||||||
msgid "Map editors updated with success!"
|
msgid "Map editors updated with success!"
|
||||||
msgstr "¡Los editores del mapas han sido actualizados con éxito!"
|
msgstr "¡Los editores del mapas han sido actualizados con éxito!"
|
||||||
|
|
||||||
#: views.py:1017
|
#: views.py:1024
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "The uMap edit link for your map: %(map_name)s"
|
msgid "The uMap edit link for your map: %(map_name)s"
|
||||||
msgstr "El enlace de edición de uMap para tu mapa: %(map_name)s"
|
msgstr "El enlace de edición de uMap para tu mapa: %(map_name)s"
|
||||||
|
|
||||||
#: views.py:1020
|
#: views.py:1027
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Here is your secret edit link: %(link)s"
|
msgid "Here is your secret edit link: %(link)s"
|
||||||
msgstr "Aquí está tu enlace secreto de edición: %(link)s"
|
msgstr "Aquí está tu enlace secreto de edición: %(link)s"
|
||||||
|
|
||||||
#: views.py:1027
|
#: views.py:1034
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Can't send email to %(email)s"
|
msgid "Can't send email to %(email)s"
|
||||||
msgstr "No se puede enviar correo electrónico a %(email)s"
|
msgstr "No se puede enviar correo electrónico a %(email)s"
|
||||||
|
|
||||||
#: views.py:1030
|
#: views.py:1037
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Email sent to %(email)s"
|
msgid "Email sent to %(email)s"
|
||||||
msgstr "Correo electrónico enviado a %(email)s"
|
msgstr "Correo electrónico enviado a %(email)s"
|
||||||
|
|
||||||
#: views.py:1041
|
#: views.py:1048
|
||||||
msgid "Only its owner can delete the map."
|
msgid "Only its owner can delete the map."
|
||||||
msgstr "Sólo el propietario puede borrar el mapa."
|
msgstr "Sólo el propietario puede borrar el mapa."
|
||||||
|
|
||||||
#: views.py:1044
|
#: views.py:1054
|
||||||
msgid "Map successfully deleted."
|
msgid "Map successfully deleted."
|
||||||
msgstr "Mapa eliminado correctamente."
|
msgstr "Mapa eliminado correctamente."
|
||||||
|
|
||||||
#: views.py:1070
|
#: views.py:1080
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your map has been cloned! If you want to edit this map from another "
|
"Your map has been cloned! If you want to edit this map from another "
|
||||||
"computer, please use this link: %(anonymous_url)s"
|
"computer, please use this link: %(anonymous_url)s"
|
||||||
msgstr "¡Tu mapa ha sido clonado! Si quieres editar este mapa desde otro ordenador, usa este enlace: %(anonymous_url)s"
|
msgstr "¡Tu mapa ha sido clonado! Si quieres editar este mapa desde otro ordenador, usa este enlace: %(anonymous_url)s"
|
||||||
|
|
||||||
#: views.py:1075
|
#: views.py:1085
|
||||||
msgid "Congratulations, your map has been cloned!"
|
msgid "Congratulations, your map has been cloned!"
|
||||||
msgstr "¡Enhorabuena! ¡Tu mapa ha sido clonado!"
|
msgstr "¡Enhorabuena! ¡Tu mapa ha sido clonado!"
|
||||||
|
|
||||||
#: views.py:1329
|
#: views.py:1339
|
||||||
msgid "Layer successfully deleted."
|
msgid "Layer successfully deleted."
|
||||||
msgstr "Se eliminó la capa con éxito."
|
msgstr "Se eliminó la capa con éxito."
|
||||||
|
|
||||||
#: views.py:1351
|
#: views.py:1361
|
||||||
msgid "Permissions updated with success!"
|
msgid "Permissions updated with success!"
|
||||||
msgstr "¡Permisos actualizados con éxito!"
|
msgstr "¡Permisos actualizados con éxito!"
|
||||||
|
|
Binary file not shown.
|
@ -670,7 +670,7 @@ msgstr "Geen kaart gevonden."
|
||||||
|
|
||||||
#: templates/umap/search.html:36
|
#: templates/umap/search.html:36
|
||||||
msgid "Latest created maps in category"
|
msgid "Latest created maps in category"
|
||||||
msgstr ""
|
msgstr "Laatst gemaakte kaarten in categorie"
|
||||||
|
|
||||||
#: templates/umap/search.html:43
|
#: templates/umap/search.html:43
|
||||||
msgid "Latest created maps"
|
msgid "Latest created maps"
|
||||||
|
|
|
@ -560,6 +560,7 @@ class DataLayer(NamedModel):
|
||||||
if self.old_id:
|
if self.old_id:
|
||||||
metadata["old_id"] = self.old_id
|
metadata["old_id"] = self.old_id
|
||||||
metadata["id"] = self.pk
|
metadata["id"] = self.pk
|
||||||
|
metadata["rank"] = self.rank
|
||||||
metadata["permissions"] = {"edit_status": self.edit_status}
|
metadata["permissions"] = {"edit_status": self.edit_status}
|
||||||
metadata["editMode"] = "advanced" if self.can_edit(request) else "disabled"
|
metadata["editMode"] = "advanced" if self.can_edit(request) else "disabled"
|
||||||
metadata["_referenceVersion"] = self.reference_version
|
metadata["_referenceVersion"] = self.reference_version
|
||||||
|
|
|
@ -63,25 +63,19 @@ export default class Browser {
|
||||||
}
|
}
|
||||||
|
|
||||||
addDataLayer(datalayer, parent) {
|
addDataLayer(datalayer, parent) {
|
||||||
let className = `datalayer ${datalayer.getHidableClass()}`
|
const open = this.mode !== 'layers' ? ' open' : ''
|
||||||
if (this.mode !== 'layers') className += ' show-list'
|
const [container, { headline, toolbox, label }] = Utils.loadTemplateWithRefs(`
|
||||||
const [container, { headline, toolbox, toggle, label }] =
|
<details class="datalayer ${datalayer.getHidableClass()}" id="${this.datalayerId(datalayer)}"${open}>
|
||||||
Utils.loadTemplateWithRefs(`
|
<summary data-ref=headline>
|
||||||
<div class="${className}" id="${this.datalayerId(datalayer)}">
|
|
||||||
<h5 data-ref=headline>
|
|
||||||
<i class="icon icon-16 datalayer-toggle-list" data-ref=toggle></i>
|
|
||||||
<span data-ref=toolbox></span>
|
<span data-ref=toolbox></span>
|
||||||
<span class="datalayer-name" data-id="${datalayer.id}" data-ref=label></span>
|
<span class="datalayer-name" data-id="${datalayer.id}" data-ref=label></span>
|
||||||
<span class="datalayer-counter"></span>
|
<span class="datalayer-counter"></span>
|
||||||
</h5>
|
</summary>
|
||||||
<ul></ul>
|
<ul></ul>
|
||||||
</div>
|
</details>
|
||||||
`)
|
`)
|
||||||
datalayer.renderToolbox(toolbox)
|
datalayer.renderToolbox(toolbox)
|
||||||
parent.appendChild(container)
|
parent.appendChild(container)
|
||||||
const toggleList = () => parent.classList.toggle('show-list')
|
|
||||||
toggle.addEventListener('click', toggleList)
|
|
||||||
label.addEventListener('click', toggleList)
|
|
||||||
this.updateDatalayer(datalayer)
|
this.updateDatalayer(datalayer)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -113,7 +107,7 @@ export default class Browser {
|
||||||
}
|
}
|
||||||
|
|
||||||
onFormChange() {
|
onFormChange() {
|
||||||
this._umap.eachBrowsableDataLayer((datalayer) => {
|
this._umap.datalayers.browsable().map((datalayer) => {
|
||||||
datalayer.resetLayer(true)
|
datalayer.resetLayer(true)
|
||||||
this.updateDatalayer(datalayer)
|
this.updateDatalayer(datalayer)
|
||||||
if (this._umap.fullPanel?.isOpen()) datalayer.tableEdit()
|
if (this._umap.fullPanel?.isOpen()) datalayer.tableEdit()
|
||||||
|
@ -136,7 +130,7 @@ export default class Browser {
|
||||||
onMoveEnd() {
|
onMoveEnd() {
|
||||||
if (!this.isOpen()) return
|
if (!this.isOpen()) return
|
||||||
const isListDynamic = this.options.inBbox
|
const isListDynamic = this.options.inBbox
|
||||||
this._umap.eachBrowsableDataLayer((datalayer) => {
|
this._umap.datalayers.browsable().map((datalayer) => {
|
||||||
if (!isListDynamic && !datalayer.hasDynamicData()) return
|
if (!isListDynamic && !datalayer.hasDynamicData()) return
|
||||||
this.updateDatalayer(datalayer)
|
this.updateDatalayer(datalayer)
|
||||||
})
|
})
|
||||||
|
@ -145,7 +139,7 @@ export default class Browser {
|
||||||
update() {
|
update() {
|
||||||
if (!this.isOpen()) return
|
if (!this.isOpen()) return
|
||||||
this.dataContainer.innerHTML = ''
|
this.dataContainer.innerHTML = ''
|
||||||
this._umap.eachBrowsableDataLayer((datalayer) => {
|
this._umap.datalayers.browsable().map((datalayer) => {
|
||||||
this.addDataLayer(datalayer, this.dataContainer)
|
this.addDataLayer(datalayer, this.dataContainer)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
@ -254,10 +248,10 @@ export default class Browser {
|
||||||
// If at least one layer is shown, hide it
|
// If at least one layer is shown, hide it
|
||||||
// otherwise show all
|
// otherwise show all
|
||||||
let allHidden = true
|
let allHidden = true
|
||||||
this._umap.eachBrowsableDataLayer((datalayer) => {
|
this._umap.datalayers.browsable().map((datalayer) => {
|
||||||
if (datalayer.isVisible()) allHidden = false
|
if (datalayer.isVisible()) allHidden = false
|
||||||
})
|
})
|
||||||
this._umap.eachBrowsableDataLayer((datalayer) => {
|
this._umap.datalayers.browsable().map((datalayer) => {
|
||||||
datalayer._forcedVisibility = true
|
datalayer._forcedVisibility = true
|
||||||
if (allHidden) {
|
if (allHidden) {
|
||||||
datalayer.show()
|
datalayer.show()
|
||||||
|
|
|
@ -68,9 +68,11 @@ export default class Caption extends Utils.WithTemplate {
|
||||||
this.elements.description.hidden = true
|
this.elements.description.hidden = true
|
||||||
}
|
}
|
||||||
this.elements.datalayersContainer.innerHTML = ''
|
this.elements.datalayersContainer.innerHTML = ''
|
||||||
this._umap.eachDataLayerReverse((datalayer) =>
|
this._umap.datalayers
|
||||||
this.addDataLayer(datalayer, this.elements.datalayersContainer)
|
.reverse()
|
||||||
)
|
.map((datalayer) =>
|
||||||
|
this.addDataLayer(datalayer, this.elements.datalayersContainer)
|
||||||
|
)
|
||||||
this.addCredits()
|
this.addCredits()
|
||||||
if (this._umap.properties.created_at) {
|
if (this._umap.properties.created_at) {
|
||||||
const created_at = translate('created at {date}', {
|
const created_at = translate('created at {date}', {
|
||||||
|
@ -85,7 +87,7 @@ export default class Caption extends Utils.WithTemplate {
|
||||||
}
|
}
|
||||||
this._umap.panel.open({ content: this.element }).then(() => {
|
this._umap.panel.open({ content: this.element }).then(() => {
|
||||||
// Create the legend when the panel is actually on the DOM
|
// Create the legend when the panel is actually on the DOM
|
||||||
this._umap.eachDataLayerReverse((datalayer) => datalayer.renderLegend())
|
this._umap.datalayers.reverse().map((datalayer) => datalayer.renderLegend())
|
||||||
this._umap.propagate()
|
this._umap.propagate()
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,7 +22,6 @@ class Feature {
|
||||||
constructor(umap, datalayer, geojson = {}, id = null) {
|
constructor(umap, datalayer, geojson = {}, id = null) {
|
||||||
this._umap = umap
|
this._umap = umap
|
||||||
this.sync = umap.syncEngine.proxy(this)
|
this.sync = umap.syncEngine.proxy(this)
|
||||||
this._isDirty = false
|
|
||||||
this._ui = null
|
this._ui = null
|
||||||
|
|
||||||
// DataLayer the feature belongs to
|
// DataLayer the feature belongs to
|
||||||
|
@ -54,17 +53,6 @@ class Feature {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
set isDirty(status) {
|
|
||||||
this._isDirty = status
|
|
||||||
if (this.datalayer) {
|
|
||||||
this.datalayer.isDirty = status
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
get isDirty() {
|
|
||||||
return this._isDirty
|
|
||||||
}
|
|
||||||
|
|
||||||
get ui() {
|
get ui() {
|
||||||
if (!this._ui) this.makeUI()
|
if (!this._ui) this.makeUI()
|
||||||
return this._ui
|
return this._ui
|
||||||
|
@ -367,7 +355,6 @@ class Feature {
|
||||||
}
|
}
|
||||||
|
|
||||||
del(sync) {
|
del(sync) {
|
||||||
this.isDirty = true
|
|
||||||
this._umap._leafletMap.closePopup()
|
this._umap._leafletMap.closePopup()
|
||||||
if (this.datalayer) {
|
if (this.datalayer) {
|
||||||
this.datalayer.removeFeature(this, sync)
|
this.datalayer.removeFeature(this, sync)
|
||||||
|
@ -412,13 +399,11 @@ class Feature {
|
||||||
|
|
||||||
changeDataLayer(datalayer) {
|
changeDataLayer(datalayer) {
|
||||||
if (this.datalayer) {
|
if (this.datalayer) {
|
||||||
this.datalayer.isDirty = true
|
|
||||||
this.datalayer.removeFeature(this)
|
this.datalayer.removeFeature(this)
|
||||||
}
|
}
|
||||||
|
|
||||||
datalayer.addFeature(this)
|
datalayer.addFeature(this)
|
||||||
this.sync.upsert(this.toGeoJSON())
|
this.sync.upsert(this.toGeoJSON())
|
||||||
datalayer.isDirty = true
|
|
||||||
this.redraw()
|
this.redraw()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -485,7 +470,6 @@ class Feature {
|
||||||
|
|
||||||
deleteProperty(property) {
|
deleteProperty(property) {
|
||||||
delete this.properties[property]
|
delete this.properties[property]
|
||||||
this.isDirty = true
|
|
||||||
}
|
}
|
||||||
|
|
||||||
renameProperty(from, to) {
|
renameProperty(from, to) {
|
||||||
|
@ -578,7 +562,6 @@ class Feature {
|
||||||
delete geojson.id
|
delete geojson.id
|
||||||
delete geojson.properties.id
|
delete geojson.properties.id
|
||||||
const feature = this.datalayer.makeFeature(geojson)
|
const feature = this.datalayer.makeFeature(geojson)
|
||||||
feature.isDirty = true
|
|
||||||
feature.edit()
|
feature.edit()
|
||||||
return feature
|
return feature
|
||||||
}
|
}
|
||||||
|
@ -614,7 +597,7 @@ class Feature {
|
||||||
this.datalayer.hideFeature(this)
|
this.datalayer.hideFeature(this)
|
||||||
this.makeUI()
|
this.makeUI()
|
||||||
this.datalayer.showFeature(this)
|
this.datalayer.showFeature(this)
|
||||||
} else {
|
} else if (this.datalayer?.isBrowsable()) {
|
||||||
this.ui._redraw()
|
this.ui._redraw()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1053,7 +1036,6 @@ export class LineString extends Path {
|
||||||
this.pullGeometry()
|
this.pullGeometry()
|
||||||
if (!this.ui.editEnabled()) this.edit()
|
if (!this.ui.editEnabled()) this.edit()
|
||||||
this.ui.editor.reset()
|
this.ui.editor.reset()
|
||||||
this.isDirty = true
|
|
||||||
}
|
}
|
||||||
|
|
||||||
isMulti() {
|
isMulti() {
|
||||||
|
|
|
@ -64,6 +64,9 @@ export class DataLayer {
|
||||||
|
|
||||||
this.setOptions(data)
|
this.setOptions(data)
|
||||||
this.pane.dataset.id = this.id
|
this.pane.dataset.id = this.id
|
||||||
|
if (this.options.rank === undefined) {
|
||||||
|
this.options.rank = this._umap.datalayers.count()
|
||||||
|
}
|
||||||
|
|
||||||
if (!Utils.isObject(this.options.remoteData)) {
|
if (!Utils.isObject(this.options.remoteData)) {
|
||||||
this.options.remoteData = {}
|
this.options.remoteData = {}
|
||||||
|
@ -122,6 +125,20 @@ export class DataLayer {
|
||||||
return `datalayer-${stamp(this)}`
|
return `datalayer-${stamp(this)}`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
get rank() {
|
||||||
|
// Make sure we always have a valid rank. Undefined rank may happen
|
||||||
|
// after importing an old umap backup, and not touching the layers
|
||||||
|
// after that.
|
||||||
|
if (this.options.rank === undefined) {
|
||||||
|
this.options.rank = this.getDOMOrder()
|
||||||
|
}
|
||||||
|
return this.options.rank
|
||||||
|
}
|
||||||
|
|
||||||
|
set rank(value) {
|
||||||
|
this.options.rank = value
|
||||||
|
}
|
||||||
|
|
||||||
getSyncMetadata() {
|
getSyncMetadata() {
|
||||||
return {
|
return {
|
||||||
subject: 'datalayer',
|
subject: 'datalayer',
|
||||||
|
@ -153,6 +170,9 @@ export class DataLayer {
|
||||||
case 'remote-data':
|
case 'remote-data':
|
||||||
this.fetchRemoteData()
|
this.fetchRemoteData()
|
||||||
break
|
break
|
||||||
|
case 'datalayer-rank':
|
||||||
|
this._umap.reorderDataLayers()
|
||||||
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -249,16 +269,9 @@ export class DataLayer {
|
||||||
if (!error) {
|
if (!error) {
|
||||||
this._umap.modifiedAt = response.headers.get('last-modified')
|
this._umap.modifiedAt = response.headers.get('last-modified')
|
||||||
this.setReferenceVersion({ response, sync: false })
|
this.setReferenceVersion({ response, sync: false })
|
||||||
// FIXME: for now the _umap_options property is set dynamically from backend
|
delete geojson._umap_options
|
||||||
// And thus it's not in the geojson file in the server
|
|
||||||
// So do not let all options to be reset
|
|
||||||
// Fix is a proper migration so all datalayers settings are
|
|
||||||
// in DB, and we remove it from geojson flat files.
|
|
||||||
if (geojson._umap_options) {
|
|
||||||
geojson._umap_options.editMode = this.options.editMode
|
|
||||||
}
|
|
||||||
// In case of maps pre 1.0 still around
|
// In case of maps pre 1.0 still around
|
||||||
if (geojson._storage) geojson._storage.editMode = this.options.editMode
|
delete geojson._storage
|
||||||
await this.fromUmapGeoJSON(geojson)
|
await this.fromUmapGeoJSON(geojson)
|
||||||
this.backupOptions()
|
this.backupOptions()
|
||||||
this._loading = false
|
this._loading = false
|
||||||
|
@ -287,7 +300,6 @@ export class DataLayer {
|
||||||
|
|
||||||
async fromUmapGeoJSON(geojson) {
|
async fromUmapGeoJSON(geojson) {
|
||||||
if (geojson._storage) geojson._umap_options = geojson._storage // Retrocompat
|
if (geojson._storage) geojson._umap_options = geojson._storage // Retrocompat
|
||||||
geojson._umap_options.id = this.id
|
|
||||||
if (geojson._umap_options) this.setOptions(geojson._umap_options)
|
if (geojson._umap_options) this.setOptions(geojson._umap_options)
|
||||||
if (this.isRemoteLayer()) {
|
if (this.isRemoteLayer()) {
|
||||||
await this.fetchRemoteData()
|
await this.fetchRemoteData()
|
||||||
|
@ -296,15 +308,6 @@ export class DataLayer {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
clear() {
|
|
||||||
this.sync.startBatch()
|
|
||||||
for (const feature of Object.values(this._features)) {
|
|
||||||
feature.del()
|
|
||||||
}
|
|
||||||
this.sync.commitBatch()
|
|
||||||
this.dataChanged()
|
|
||||||
}
|
|
||||||
|
|
||||||
backupData() {
|
backupData() {
|
||||||
if (this._geojson) {
|
if (this._geojson) {
|
||||||
this._geojson_bk = Utils.CopyJSON(this._geojson)
|
this._geojson_bk = Utils.CopyJSON(this._geojson)
|
||||||
|
@ -355,7 +358,7 @@ export class DataLayer {
|
||||||
url = this._umap.proxyUrl(url, this.options.remoteData.ttl)
|
url = this._umap.proxyUrl(url, this.options.remoteData.ttl)
|
||||||
}
|
}
|
||||||
return await this.getUrl(url, remoteUrl).then((raw) => {
|
return await this.getUrl(url, remoteUrl).then((raw) => {
|
||||||
this.clear()
|
this.clear(false)
|
||||||
return this._umap.formatter
|
return this._umap.formatter
|
||||||
.parse(raw, this.options.remoteData.format)
|
.parse(raw, this.options.remoteData.format)
|
||||||
.then((geojson) => this.fromGeoJSON(geojson, false))
|
.then((geojson) => this.fromGeoJSON(geojson, false))
|
||||||
|
@ -395,12 +398,7 @@ export class DataLayer {
|
||||||
}
|
}
|
||||||
|
|
||||||
connectToMap() {
|
connectToMap() {
|
||||||
if (!this._umap.datalayers[this.id]) {
|
this._umap.datalayers.add(this)
|
||||||
this._umap.datalayers[this.id] = this
|
|
||||||
}
|
|
||||||
if (!this._umap.datalayersIndex.includes(this)) {
|
|
||||||
this._umap.datalayersIndex.push(this)
|
|
||||||
}
|
|
||||||
this._umap.onDataLayersChanged()
|
this._umap.onDataLayersChanged()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -644,16 +642,33 @@ export class DataLayer {
|
||||||
|
|
||||||
del(sync = true) {
|
del(sync = true) {
|
||||||
const oldValue = Utils.CopyJSON(this.umapGeoJSON())
|
const oldValue = Utils.CopyJSON(this.umapGeoJSON())
|
||||||
this.erase()
|
// TODO merge datalayer del and features del in same
|
||||||
|
// batch
|
||||||
|
this.clear()
|
||||||
if (sync) {
|
if (sync) {
|
||||||
this.isDeleted = true
|
this.isDeleted = true
|
||||||
this.sync.delete(oldValue)
|
this.sync.delete(oldValue)
|
||||||
}
|
}
|
||||||
|
this.hide()
|
||||||
|
this.parentPane.removeChild(this.pane)
|
||||||
|
this._umap.onDataLayersChanged()
|
||||||
|
this.layer.onDelete(this._leafletMap)
|
||||||
|
this.propagateDelete()
|
||||||
|
this._leaflet_events_bk = this._leaflet_events
|
||||||
}
|
}
|
||||||
|
|
||||||
empty() {
|
empty() {
|
||||||
if (this.isRemoteLayer()) return
|
if (this.isRemoteLayer()) return
|
||||||
|
this.sync.startBatch()
|
||||||
this.clear()
|
this.clear()
|
||||||
|
this.sync.commitBatch()
|
||||||
|
}
|
||||||
|
|
||||||
|
clear(sync = true) {
|
||||||
|
for (const feature of Object.values(this._features)) {
|
||||||
|
feature.del(sync)
|
||||||
|
}
|
||||||
|
this.dataChanged()
|
||||||
}
|
}
|
||||||
|
|
||||||
clone() {
|
clone() {
|
||||||
|
@ -666,17 +681,6 @@ export class DataLayer {
|
||||||
return datalayer
|
return datalayer
|
||||||
}
|
}
|
||||||
|
|
||||||
erase() {
|
|
||||||
this.hide()
|
|
||||||
this._umap.datalayersIndex.splice(this.getRank(), 1)
|
|
||||||
this.parentPane.removeChild(this.pane)
|
|
||||||
this._umap.onDataLayersChanged()
|
|
||||||
this.layer.onDelete(this._leafletMap)
|
|
||||||
this.propagateDelete()
|
|
||||||
this._leaflet_events_bk = this._leaflet_events
|
|
||||||
this.clear()
|
|
||||||
}
|
|
||||||
|
|
||||||
redraw() {
|
redraw() {
|
||||||
if (!this.isVisible()) return
|
if (!this.isVisible()) return
|
||||||
this.eachFeature((feature) => feature.redraw())
|
this.eachFeature((feature) => feature.redraw())
|
||||||
|
@ -1091,23 +1095,11 @@ export class DataLayer {
|
||||||
}
|
}
|
||||||
|
|
||||||
getPreviousBrowsable() {
|
getPreviousBrowsable() {
|
||||||
let id = this.getRank()
|
return this._umap.datalayers.prev(this)
|
||||||
let next
|
|
||||||
const index = this._umap.datalayersIndex
|
|
||||||
while (((id = index[++id] ? id : 0), (next = index[id]))) {
|
|
||||||
if (next === this || next.canBrowse()) break
|
|
||||||
}
|
|
||||||
return next
|
|
||||||
}
|
}
|
||||||
|
|
||||||
getNextBrowsable() {
|
getNextBrowsable() {
|
||||||
let id = this.getRank()
|
return this._umap.datalayers.next(this)
|
||||||
let prev
|
|
||||||
const index = this._umap.datalayersIndex
|
|
||||||
while (((id = index[--id] ? id : index.length - 1), (prev = index[id]))) {
|
|
||||||
if (prev === this || prev.canBrowse()) break
|
|
||||||
}
|
|
||||||
return prev
|
|
||||||
}
|
}
|
||||||
|
|
||||||
umapGeoJSON() {
|
umapGeoJSON() {
|
||||||
|
@ -1118,8 +1110,8 @@ export class DataLayer {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
getRank() {
|
getDOMOrder() {
|
||||||
return this._umap.datalayersIndex.indexOf(this)
|
return Array.from(this.parentPane.children).indexOf(this.pane)
|
||||||
}
|
}
|
||||||
|
|
||||||
isReadOnly() {
|
isReadOnly() {
|
||||||
|
@ -1141,6 +1133,12 @@ export class DataLayer {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
prepareOptions() {
|
||||||
|
const options = Utils.CopyJSON(this.options)
|
||||||
|
delete options.permissions
|
||||||
|
return JSON.stringify(options)
|
||||||
|
}
|
||||||
|
|
||||||
async save() {
|
async save() {
|
||||||
if (this.isDeleted) return await this.saveDelete()
|
if (this.isDeleted) return await this.saveDelete()
|
||||||
if (!this.isRemoteLayer() && !this.isLoaded()) return
|
if (!this.isRemoteLayer() && !this.isLoaded()) return
|
||||||
|
@ -1148,8 +1146,8 @@ export class DataLayer {
|
||||||
const formData = new FormData()
|
const formData = new FormData()
|
||||||
formData.append('name', this.options.name)
|
formData.append('name', this.options.name)
|
||||||
formData.append('display_on_load', !!this.options.displayOnLoad)
|
formData.append('display_on_load', !!this.options.displayOnLoad)
|
||||||
formData.append('rank', this.getRank())
|
formData.append('rank', this.rank)
|
||||||
formData.append('settings', JSON.stringify(this.options))
|
formData.append('settings', this.prepareOptions())
|
||||||
// Filename support is shaky, don't do it for now.
|
// Filename support is shaky, don't do it for now.
|
||||||
const blob = new Blob([JSON.stringify(geojson)], { type: 'application/json' })
|
const blob = new Blob([JSON.stringify(geojson)], { type: 'application/json' })
|
||||||
formData.append('geojson', blob)
|
formData.append('geojson', blob)
|
||||||
|
@ -1192,7 +1190,7 @@ export class DataLayer {
|
||||||
// Response contains geojson only if save has conflicted and conflicts have
|
// Response contains geojson only if save has conflicted and conflicts have
|
||||||
// been resolved. So we need to reload to get extra data (added by someone else)
|
// been resolved. So we need to reload to get extra data (added by someone else)
|
||||||
if (data.geojson) {
|
if (data.geojson) {
|
||||||
this.clear()
|
this.clear(false)
|
||||||
this.fromGeoJSON(data.geojson)
|
this.fromGeoJSON(data.geojson)
|
||||||
delete data.geojson
|
delete data.geojson
|
||||||
}
|
}
|
||||||
|
|
|
@ -24,7 +24,7 @@ export default class Facets {
|
||||||
this.selected[name] = selected
|
this.selected[name] = selected
|
||||||
}
|
}
|
||||||
|
|
||||||
this._umap.eachBrowsableDataLayer((datalayer) => {
|
this._umap.datalayers.browsable().map((datalayer) => {
|
||||||
datalayer.eachFeature((feature) => {
|
datalayer.eachFeature((feature) => {
|
||||||
for (const name of names) {
|
for (const name of names) {
|
||||||
let value = feature.properties[name]
|
let value = feature.properties[name]
|
||||||
|
|
|
@ -560,7 +560,7 @@ Fields.SlideshowDelay = class extends Fields.IntSelect {
|
||||||
Fields.DataLayerSwitcher = class extends Fields.Select {
|
Fields.DataLayerSwitcher = class extends Fields.Select {
|
||||||
getOptions() {
|
getOptions() {
|
||||||
const options = []
|
const options = []
|
||||||
this.builder._umap.eachDataLayerReverse((datalayer) => {
|
this.builder._umap.datalayers.reverse().map((datalayer) => {
|
||||||
if (
|
if (
|
||||||
datalayer.isLoaded() &&
|
datalayer.isLoaded() &&
|
||||||
!datalayer.isDataReadOnly() &&
|
!datalayer.isDataReadOnly() &&
|
||||||
|
|
|
@ -246,7 +246,7 @@ export default class Importer extends Utils.WithTemplate {
|
||||||
this.raw = null
|
this.raw = null
|
||||||
const layerSelect = this.qs('[name="layer-id"]')
|
const layerSelect = this.qs('[name="layer-id"]')
|
||||||
layerSelect.innerHTML = ''
|
layerSelect.innerHTML = ''
|
||||||
this._umap.eachDataLayerReverse((datalayer) => {
|
this._umap.datalayers.reverse().map((datalayer) => {
|
||||||
if (datalayer.isLoaded() && !datalayer.isRemoteLayer()) {
|
if (datalayer.isLoaded() && !datalayer.isRemoteLayer()) {
|
||||||
DomUtil.element({
|
DomUtil.element({
|
||||||
tagName: 'option',
|
tagName: 'option',
|
||||||
|
|
46
umap/static/umap/js/modules/managers.js
Normal file
46
umap/static/umap/js/modules/managers.js
Normal file
|
@ -0,0 +1,46 @@
|
||||||
|
export class DataLayerManager extends Object {
|
||||||
|
add(datalayer) {
|
||||||
|
this[datalayer.id] = datalayer
|
||||||
|
}
|
||||||
|
active() {
|
||||||
|
return Object.values(this)
|
||||||
|
.filter((datalayer) => !datalayer.isDeleted)
|
||||||
|
.sort((a, b) => a.rank > b.rank)
|
||||||
|
}
|
||||||
|
reverse() {
|
||||||
|
return this.active().reverse()
|
||||||
|
}
|
||||||
|
count() {
|
||||||
|
return this.active().length
|
||||||
|
}
|
||||||
|
find(func) {
|
||||||
|
for (const datalayer of this.reverse()) {
|
||||||
|
if (func.call(datalayer, datalayer)) {
|
||||||
|
return datalayer
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
filter(func) {
|
||||||
|
return this.active().filter(func)
|
||||||
|
}
|
||||||
|
visible() {
|
||||||
|
return this.filter((datalayer) => datalayer.isVisible())
|
||||||
|
}
|
||||||
|
browsable() {
|
||||||
|
return this.reverse().filter((datalayer) => datalayer.allowBrowse())
|
||||||
|
}
|
||||||
|
prev(datalayer) {
|
||||||
|
const browsable = this.browsable()
|
||||||
|
const current = browsable.indexOf(datalayer)
|
||||||
|
const prev = browsable[current - 1] || browsable[browsable.length - 1]
|
||||||
|
if (!prev.canBrowse()) return this.prev(prev)
|
||||||
|
return prev
|
||||||
|
}
|
||||||
|
next(datalayer) {
|
||||||
|
const browsable = this.browsable()
|
||||||
|
const current = browsable.indexOf(datalayer)
|
||||||
|
const next = browsable[current + 1] || browsable[0]
|
||||||
|
if (!next.canBrowse()) return this.next(next)
|
||||||
|
return next
|
||||||
|
}
|
||||||
|
}
|
|
@ -159,7 +159,7 @@ export class MapPermissions {
|
||||||
`<fieldset class="separator"><legend>${translate('Datalayers')}</legend></fieldset>`
|
`<fieldset class="separator"><legend>${translate('Datalayers')}</legend></fieldset>`
|
||||||
)
|
)
|
||||||
container.appendChild(fieldset)
|
container.appendChild(fieldset)
|
||||||
this._umap.eachDataLayer((datalayer) => {
|
this._umap.datalayers.active().map((datalayer) => {
|
||||||
datalayer.permissions.edit(fieldset)
|
datalayer.permissions.edit(fieldset)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
|
@ -41,6 +41,11 @@ export const Heat = L.HeatLayer.extend({
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
removeLayer: (layer) => {
|
||||||
|
// No op, there is no "removeLatLng" in Leaflet.heat
|
||||||
|
// but this method is expected by DataLayer
|
||||||
|
},
|
||||||
|
|
||||||
onAdd: function (map) {
|
onAdd: function (map) {
|
||||||
LayerMixin.onAdd.call(this, map)
|
LayerMixin.onAdd.call(this, map)
|
||||||
return L.HeatLayer.prototype.onAdd.call(this, map)
|
return L.HeatLayer.prototype.onAdd.call(this, map)
|
||||||
|
|
|
@ -327,7 +327,7 @@ export const LeafletMap = BaseMap.extend({
|
||||||
} else if (this.options.defaultView === 'latest') {
|
} else if (this.options.defaultView === 'latest') {
|
||||||
this._umap.onceDataLoaded(() => {
|
this._umap.onceDataLoaded(() => {
|
||||||
if (!this._umap.hasData()) return
|
if (!this._umap.hasData()) return
|
||||||
const datalayer = this._umap.firstVisibleDatalayer()
|
const datalayer = this._umap.datalayers.visible()[0]
|
||||||
let feature
|
let feature
|
||||||
if (datalayer) {
|
if (datalayer) {
|
||||||
const feature = datalayer.getFeatureByIndex(-1)
|
const feature = datalayer.getFeatureByIndex(-1)
|
||||||
|
|
|
@ -109,7 +109,6 @@ const PointMixin = {
|
||||||
addInteractions() {
|
addInteractions() {
|
||||||
FeatureMixin.addInteractions.call(this)
|
FeatureMixin.addInteractions.call(this)
|
||||||
this.on('dragend', (event) => {
|
this.on('dragend', (event) => {
|
||||||
this.isDirty = true
|
|
||||||
this.feature.edit(event)
|
this.feature.edit(event)
|
||||||
})
|
})
|
||||||
if (!this.feature.isReadOnly()) this.on('mouseover', this._enableDragging)
|
if (!this.feature.isReadOnly()) this.on('mouseover', this._enableDragging)
|
||||||
|
|
|
@ -10,7 +10,7 @@ import { translate } from './i18n.js'
|
||||||
* - `type`: The type of the data
|
* - `type`: The type of the data
|
||||||
* - `impacts`: A list of impacts than happen when this property is updated, among
|
* - `impacts`: A list of impacts than happen when this property is updated, among
|
||||||
* 'ui', 'data', 'limit-bounds', 'datalayer-index', 'remote-data',
|
* 'ui', 'data', 'limit-bounds', 'datalayer-index', 'remote-data',
|
||||||
* 'background' 'sync'.
|
* 'background', 'sync', 'datalayer-rank'.
|
||||||
*
|
*
|
||||||
* - Extra keys are being passed to the FormBuilder automatically.
|
* - Extra keys are being passed to the FormBuilder automatically.
|
||||||
*/
|
*/
|
||||||
|
@ -442,6 +442,10 @@ export const SCHEMA = {
|
||||||
],
|
],
|
||||||
default: 'Default',
|
default: 'Default',
|
||||||
},
|
},
|
||||||
|
rank: {
|
||||||
|
type: Number,
|
||||||
|
impacts: ['datalayer-rank'],
|
||||||
|
},
|
||||||
remoteData: {
|
remoteData: {
|
||||||
type: Object,
|
type: Object,
|
||||||
impacts: ['remote-data'],
|
impacts: ['remote-data'],
|
||||||
|
|
|
@ -204,8 +204,8 @@ class IframeExporter {
|
||||||
delete this.queryString.feature
|
delete this.queryString.feature
|
||||||
}
|
}
|
||||||
if (this.options.keepCurrentDatalayers) {
|
if (this.options.keepCurrentDatalayers) {
|
||||||
this._umap.eachDataLayer((datalayer) => {
|
this._umap.datalayers.visible().map((datalayer) => {
|
||||||
if (datalayer.isVisible() && datalayer.createdOnServer) {
|
if (datalayer.createdOnServer) {
|
||||||
datalayers.push(datalayer.id)
|
datalayers.push(datalayer.id)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
|
@ -66,7 +66,7 @@ export default class Slideshow extends WithTemplate {
|
||||||
}
|
}
|
||||||
|
|
||||||
defaultDatalayer() {
|
defaultDatalayer() {
|
||||||
return this._umap.findDataLayer((d) => d.canBrowse())
|
return this._umap.datalayers.find((d) => d.canBrowse())
|
||||||
}
|
}
|
||||||
|
|
||||||
startSpinner() {
|
startSpinner() {
|
||||||
|
|
|
@ -207,22 +207,35 @@ export class SyncEngine {
|
||||||
this._send(operation)
|
this._send(operation)
|
||||||
}
|
}
|
||||||
|
|
||||||
async save() {
|
_getDirtyObjects() {
|
||||||
const needSave = new Map()
|
const dirty = new Map()
|
||||||
if (!this._umap.id) {
|
if (!this._umap.id) {
|
||||||
// There is no operation for first map save
|
// There is no operation for first map save
|
||||||
needSave.set(this._umap, [])
|
dirty.set(this._umap, [])
|
||||||
|
}
|
||||||
|
const addDirtyObject = (operation) => {
|
||||||
|
const updater = this._getUpdater(operation.subject)
|
||||||
|
const obj = updater.getStoredObject(operation.metadata)
|
||||||
|
if (!dirty.has(obj)) {
|
||||||
|
dirty.set(obj, [])
|
||||||
|
}
|
||||||
|
dirty.get(obj).push(operation)
|
||||||
}
|
}
|
||||||
for (const operation of this._operations.sorted()) {
|
for (const operation of this._operations.sorted()) {
|
||||||
if (operation.dirty) {
|
if (operation.dirty) {
|
||||||
const updater = this._getUpdater(operation.subject)
|
addDirtyObject(operation)
|
||||||
const obj = updater.getStoredObject(operation.metadata)
|
if (operation.verb === 'batch') {
|
||||||
if (!needSave.has(obj)) {
|
for (const op of operation.operations) {
|
||||||
needSave.set(obj, [])
|
addDirtyObject(op)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
needSave.get(obj).push(operation)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
return dirty
|
||||||
|
}
|
||||||
|
|
||||||
|
async save() {
|
||||||
|
const needSave = this._getDirtyObjects()
|
||||||
for (const [obj, operations] of needSave.entries()) {
|
for (const [obj, operations] of needSave.entries()) {
|
||||||
const ok = await obj.save()
|
const ok = await obj.save()
|
||||||
if (!ok) return false
|
if (!ok) return false
|
||||||
|
|
|
@ -211,7 +211,7 @@ export class BottomBar extends WithTemplate {
|
||||||
const select = this.elements.layers
|
const select = this.elements.layers
|
||||||
const selected = select.options[select.selectedIndex].value
|
const selected = select.options[select.selectedIndex].value
|
||||||
if (!selected) return
|
if (!selected) return
|
||||||
this._umap.eachDataLayer((datalayer) => {
|
this._umap.datalayers.active().map((datalayer) => {
|
||||||
datalayer.toggle(datalayer.id === selected)
|
datalayer.toggle(datalayer.id === selected)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
@ -232,7 +232,7 @@ export class BottomBar extends WithTemplate {
|
||||||
|
|
||||||
buildDataLayerSwitcher() {
|
buildDataLayerSwitcher() {
|
||||||
this.elements.layers.innerHTML = ''
|
this.elements.layers.innerHTML = ''
|
||||||
const datalayers = this._umap.datalayersIndex.filter((d) => d.options.inCaption)
|
const datalayers = this._umap.datalayers.filter((d) => d.options.inCaption)
|
||||||
if (datalayers.length < 2) {
|
if (datalayers.length < 2) {
|
||||||
this.elements.layers.hidden = true
|
this.elements.layers.hidden = true
|
||||||
} else {
|
} else {
|
||||||
|
|
|
@ -33,6 +33,7 @@ import { EditPanel, FullPanel, Panel } from './ui/panel.js'
|
||||||
import Tooltip from './ui/tooltip.js'
|
import Tooltip from './ui/tooltip.js'
|
||||||
import URLs from './urls.js'
|
import URLs from './urls.js'
|
||||||
import * as Utils from './utils.js'
|
import * as Utils from './utils.js'
|
||||||
|
import { DataLayerManager } from './managers.js'
|
||||||
|
|
||||||
export default class Umap {
|
export default class Umap {
|
||||||
constructor(element, geojson) {
|
constructor(element, geojson) {
|
||||||
|
@ -166,8 +167,7 @@ export default class Umap {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Global storage for retrieving datalayers and features.
|
// Global storage for retrieving datalayers and features.
|
||||||
this.datalayers = {} // All datalayers, including deleted.
|
this.datalayers = new DataLayerManager()
|
||||||
this.datalayersIndex = [] // Datalayers actually on the map and ordered.
|
|
||||||
this.featuresIndex = {}
|
this.featuresIndex = {}
|
||||||
|
|
||||||
this.formatter = new Formatter(this)
|
this.formatter = new Formatter(this)
|
||||||
|
@ -217,7 +217,6 @@ export default class Umap {
|
||||||
}
|
}
|
||||||
|
|
||||||
window.onbeforeunload = () => (this.editEnabled && this.isDirty) || null
|
window.onbeforeunload = () => (this.editEnabled && this.isDirty) || null
|
||||||
this.backup()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
get isDirty() {
|
get isDirty() {
|
||||||
|
@ -616,7 +615,7 @@ export default class Umap {
|
||||||
this.datalayersLoaded = true
|
this.datalayersLoaded = true
|
||||||
this.fire('datalayersloaded')
|
this.fire('datalayersloaded')
|
||||||
const toLoad = []
|
const toLoad = []
|
||||||
for (const datalayer of this.datalayersIndex) {
|
for (const datalayer of this.datalayers.active()) {
|
||||||
if (datalayer.showAtLoad()) toLoad.push(() => datalayer.show())
|
if (datalayer.showAtLoad()) toLoad.push(() => datalayer.show())
|
||||||
}
|
}
|
||||||
while (toLoad.length) {
|
while (toLoad.length) {
|
||||||
|
@ -630,7 +629,7 @@ export default class Umap {
|
||||||
|
|
||||||
createDataLayer(options = {}, sync = true) {
|
createDataLayer(options = {}, sync = true) {
|
||||||
options.name =
|
options.name =
|
||||||
options.name || `${translate('Layer')} ${this.datalayersIndex.length + 1}`
|
options.name || `${translate('Layer')} ${this.datalayers.count() + 1}`
|
||||||
const datalayer = new DataLayer(this, this._leafletMap, options)
|
const datalayer = new DataLayer(this, this._leafletMap, options)
|
||||||
|
|
||||||
if (sync !== false) {
|
if (sync !== false) {
|
||||||
|
@ -641,7 +640,6 @@ export default class Umap {
|
||||||
|
|
||||||
createDirtyDataLayer(options) {
|
createDirtyDataLayer(options) {
|
||||||
const datalayer = this.createDataLayer(options, true)
|
const datalayer = this.createDataLayer(options, true)
|
||||||
datalayer.isDirty = true
|
|
||||||
return datalayer
|
return datalayer
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -651,19 +649,19 @@ export default class Umap {
|
||||||
}
|
}
|
||||||
|
|
||||||
reindexDataLayers() {
|
reindexDataLayers() {
|
||||||
this.eachDataLayer((datalayer) => datalayer.reindex())
|
this.datalayers.active().map((datalayer) => datalayer.reindex())
|
||||||
this.onDataLayersChanged()
|
this.onDataLayersChanged()
|
||||||
}
|
}
|
||||||
|
|
||||||
indexDatalayers() {
|
reorderDataLayers() {
|
||||||
const panes = this._leafletMap.getPane('overlayPane')
|
const parent = this._leafletMap.getPane('overlayPane')
|
||||||
|
const datalayers = Object.values(this.datalayers)
|
||||||
this.datalayersIndex = []
|
.filter((datalayer) => !datalayer._isDeleted)
|
||||||
for (const pane of panes.children) {
|
.sort((datalayer1, datalayer2) => datalayer1.rank > datalayer2.rank)
|
||||||
if (!pane.dataset || !pane.dataset.id) continue
|
for (const datalayer of datalayers) {
|
||||||
this.datalayersIndex.push(this.datalayers[pane.dataset.id])
|
const child = parent.querySelector(`[data-id="${datalayer.id}"]`)
|
||||||
|
parent.appendChild(child)
|
||||||
}
|
}
|
||||||
this.onDataLayersChanged()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onceDatalayersLoaded(callback, context) {
|
onceDatalayersLoaded(callback, context) {
|
||||||
|
@ -694,7 +692,6 @@ export default class Umap {
|
||||||
async saveAll() {
|
async saveAll() {
|
||||||
if (!this.isDirty) return
|
if (!this.isDirty) return
|
||||||
if (this._defaultExtent) this._setCenterAndZoom()
|
if (this._defaultExtent) this._setCenterAndZoom()
|
||||||
this.backup()
|
|
||||||
const status = await this.sync.save()
|
const status = await this.sync.save()
|
||||||
if (!status) return
|
if (!status) return
|
||||||
// Do a blind render for now, as we are not sure what could
|
// Do a blind render for now, as we are not sure what could
|
||||||
|
@ -714,24 +711,6 @@ export default class Umap {
|
||||||
return this.properties.name || translate('Untitled map')
|
return this.properties.name || translate('Untitled map')
|
||||||
}
|
}
|
||||||
|
|
||||||
backup() {
|
|
||||||
this.backupProperties()
|
|
||||||
this._datalayersIndex_bk = [].concat(this.datalayersIndex)
|
|
||||||
}
|
|
||||||
|
|
||||||
backupProperties() {
|
|
||||||
this._backupProperties = Object.assign({}, this.properties)
|
|
||||||
this._backupProperties.tilelayer = Object.assign({}, this.properties.tilelayer)
|
|
||||||
this._backupProperties.limitBounds = Object.assign({}, this.properties.limitBounds)
|
|
||||||
this._backupProperties.permissions = Object.assign({}, this.permissions.properties)
|
|
||||||
}
|
|
||||||
|
|
||||||
resetProperties() {
|
|
||||||
this.properties = Object.assign({}, this._backupProperties)
|
|
||||||
this.properties.tilelayer = Object.assign({}, this._backupProperties.tilelayer)
|
|
||||||
this.permissions.properties = Object.assign({}, this._backupProperties.permissions)
|
|
||||||
}
|
|
||||||
|
|
||||||
setProperties(newProperties) {
|
setProperties(newProperties) {
|
||||||
for (const key of Object.keys(SCHEMA)) {
|
for (const key of Object.keys(SCHEMA)) {
|
||||||
if (newProperties[key] !== undefined) {
|
if (newProperties[key] !== undefined) {
|
||||||
|
@ -744,24 +723,24 @@ export default class Umap {
|
||||||
}
|
}
|
||||||
|
|
||||||
hasData() {
|
hasData() {
|
||||||
for (const datalayer of this.datalayersIndex) {
|
for (const datalayer of this.datalayers.active()) {
|
||||||
if (datalayer.hasData()) return true
|
if (datalayer.hasData()) return true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
hasLayers() {
|
hasLayers() {
|
||||||
return Boolean(this.datalayersIndex.length)
|
return Boolean(this.datalayers.count())
|
||||||
}
|
}
|
||||||
|
|
||||||
allProperties() {
|
allProperties() {
|
||||||
return [].concat(...this.datalayersIndex.map((dl) => dl.allProperties()))
|
return [].concat(...this.datalayers.active().map((dl) => dl.allProperties()))
|
||||||
}
|
}
|
||||||
|
|
||||||
sortedValues(property) {
|
sortedValues(property) {
|
||||||
return []
|
return []
|
||||||
.concat(...this.datalayersIndex.map((dl) => dl.sortedValues(property)))
|
.concat(...this.datalayers.active().map((dl) => dl.sortedValues(property)))
|
||||||
.filter((val, idx, arr) => arr.indexOf(val) === idx)
|
.filter((val, idx, arr) => arr.indexOf(val) === idx)
|
||||||
.sort(U.Utils.naturalSort)
|
.sort(Utils.naturalSort)
|
||||||
}
|
}
|
||||||
|
|
||||||
editCaption() {
|
editCaption() {
|
||||||
|
@ -828,7 +807,7 @@ export default class Umap {
|
||||||
`<button type="button">${translate('Use current center and zoom')}</button>`
|
`<button type="button">${translate('Use current center and zoom')}</button>`
|
||||||
)
|
)
|
||||||
button.addEventListener('click', () => {
|
button.addEventListener('click', () => {
|
||||||
this._setCenterAndZoom()
|
this.setCenterAndZoom()
|
||||||
builder.fetchAll()
|
builder.fetchAll()
|
||||||
})
|
})
|
||||||
container.appendChild(form)
|
container.appendChild(form)
|
||||||
|
@ -1241,12 +1220,8 @@ export default class Umap {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (!this.permissions.isDirty) {
|
this.permissions.setProperties(data.permissions)
|
||||||
// Do not override local changes to permissions,
|
this.permissions.commit()
|
||||||
// but update in case some other editors changed them in the meantime.
|
|
||||||
this.permissions.setProperties(data.permissions)
|
|
||||||
this.permissions.commit()
|
|
||||||
}
|
|
||||||
this._leafletMap.once('saved', () => {
|
this._leafletMap.once('saved', () => {
|
||||||
Alert.success(data.info || translate('Map has been saved!'))
|
Alert.success(data.info || translate('Map has been saved!'))
|
||||||
})
|
})
|
||||||
|
@ -1283,7 +1258,7 @@ export default class Umap {
|
||||||
|
|
||||||
toGeoJSON() {
|
toGeoJSON() {
|
||||||
let features = []
|
let features = []
|
||||||
this.eachDataLayer((datalayer) => {
|
this.datalayers.active().map((datalayer) => {
|
||||||
if (datalayer.isVisible()) {
|
if (datalayer.isVisible()) {
|
||||||
features = features.concat(datalayer.featuresToGeoJSON())
|
features = features.concat(datalayer.featuresToGeoJSON())
|
||||||
}
|
}
|
||||||
|
@ -1359,13 +1334,20 @@ export default class Umap {
|
||||||
if (fields.includes('properties.rules')) {
|
if (fields.includes('properties.rules')) {
|
||||||
this.rules.load()
|
this.rules.load()
|
||||||
}
|
}
|
||||||
this.eachVisibleDataLayer((datalayer) => {
|
this.datalayers.visible().map((datalayer) => {
|
||||||
datalayer.redraw()
|
datalayer.redraw()
|
||||||
})
|
})
|
||||||
break
|
break
|
||||||
case 'datalayer-index':
|
case 'datalayer-index':
|
||||||
this.reindexDataLayers()
|
this.reindexDataLayers()
|
||||||
break
|
break
|
||||||
|
case 'datalayer-rank':
|
||||||
|
// When drag'n'dropping datalayers,
|
||||||
|
// this get called once per datalayers.
|
||||||
|
// (and same for undo/redo of the action)
|
||||||
|
// TODO: call only once
|
||||||
|
this.reorderDataLayers()
|
||||||
|
break
|
||||||
case 'background':
|
case 'background':
|
||||||
this._leafletMap.initTileLayers()
|
this._leafletMap.initTileLayers()
|
||||||
break
|
break
|
||||||
|
@ -1454,7 +1436,7 @@ export default class Umap {
|
||||||
) {
|
) {
|
||||||
return datalayer
|
return datalayer
|
||||||
}
|
}
|
||||||
datalayer = this.findDataLayer((datalayer) => {
|
datalayer = this.datalayers.find((datalayer) => {
|
||||||
if (!datalayer.isDataReadOnly() && datalayer.isBrowsable()) {
|
if (!datalayer.isDataReadOnly() && datalayer.isBrowsable()) {
|
||||||
fallback = datalayer
|
fallback = datalayer
|
||||||
if (datalayer.isVisible()) return true
|
if (datalayer.isVisible()) return true
|
||||||
|
@ -1469,49 +1451,20 @@ export default class Umap {
|
||||||
return this.createDirtyDataLayer()
|
return this.createDirtyDataLayer()
|
||||||
}
|
}
|
||||||
|
|
||||||
findDataLayer(method, context) {
|
eachFeature(callback) {
|
||||||
for (let i = this.datalayersIndex.length - 1; i >= 0; i--) {
|
this.datalayers.browsable().map((datalayer) => {
|
||||||
if (method.call(context, this.datalayersIndex[i])) {
|
if (datalayer.isVisible()) datalayer.eachFeature(callback)
|
||||||
return this.datalayersIndex[i]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
eachDataLayer(method, context) {
|
|
||||||
for (let i = 0; i < this.datalayersIndex.length; i++) {
|
|
||||||
method.call(context, this.datalayersIndex[i])
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
eachDataLayerReverse(method, context, filter) {
|
|
||||||
for (let i = this.datalayersIndex.length - 1; i >= 0; i--) {
|
|
||||||
if (filter && !filter.call(context, this.datalayersIndex[i])) continue
|
|
||||||
method.call(context, this.datalayersIndex[i])
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
eachBrowsableDataLayer(method, context) {
|
|
||||||
this.eachDataLayerReverse(method, context, (d) => d.allowBrowse())
|
|
||||||
}
|
|
||||||
|
|
||||||
eachVisibleDataLayer(method, context) {
|
|
||||||
this.eachDataLayerReverse(method, context, (d) => d.isVisible())
|
|
||||||
}
|
|
||||||
|
|
||||||
eachFeature(callback, context) {
|
|
||||||
this.eachBrowsableDataLayer((datalayer) => {
|
|
||||||
if (datalayer.isVisible()) datalayer.eachFeature(callback, context)
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
removeDataLayers() {
|
removeDataLayers() {
|
||||||
this.eachDataLayerReverse((datalayer) => {
|
this.datalayers.active().map((datalayer) => {
|
||||||
datalayer.del()
|
datalayer.del()
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
emptyDataLayers() {
|
emptyDataLayers() {
|
||||||
this.eachDataLayerReverse((datalayer) => {
|
this.datalayers.active().map((datalayer) => {
|
||||||
datalayer.empty()
|
datalayer.empty()
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
@ -1525,7 +1478,7 @@ export default class Umap {
|
||||||
</div>
|
</div>
|
||||||
`
|
`
|
||||||
const [container, { ul }] = Utils.loadTemplateWithRefs(template)
|
const [container, { ul }] = Utils.loadTemplateWithRefs(template)
|
||||||
this.eachDataLayerReverse((datalayer) => {
|
this.datalayers.reverse().map((datalayer) => {
|
||||||
const row = Utils.loadTemplate(
|
const row = Utils.loadTemplate(
|
||||||
`<li class="orderable"><i class="icon icon-16 icon-drag" title="${translate('Drag to reorder')}"></i></li>`
|
`<li class="orderable"><i class="icon icon-16 icon-drag" title="${translate('Drag to reorder')}"></i></li>`
|
||||||
)
|
)
|
||||||
|
@ -1544,16 +1497,22 @@ export default class Umap {
|
||||||
const onReorder = (src, dst, initialIndex, finalIndex) => {
|
const onReorder = (src, dst, initialIndex, finalIndex) => {
|
||||||
const movedLayer = this.datalayers[src.dataset.id]
|
const movedLayer = this.datalayers[src.dataset.id]
|
||||||
const targetLayer = this.datalayers[dst.dataset.id]
|
const targetLayer = this.datalayers[dst.dataset.id]
|
||||||
const minIndex = Math.min(movedLayer.getRank(), targetLayer.getRank())
|
const minIndex = Math.min(movedLayer.getDOMOrder(), targetLayer.getDOMOrder())
|
||||||
const maxIndex = Math.max(movedLayer.getRank(), targetLayer.getRank())
|
const maxIndex = Math.max(movedLayer.getDOMOrder(), targetLayer.getDOMOrder())
|
||||||
if (finalIndex === 0) movedLayer.bringToTop()
|
if (finalIndex === 0) movedLayer.bringToTop()
|
||||||
else if (finalIndex > initialIndex) movedLayer.insertBefore(targetLayer)
|
else if (finalIndex > initialIndex) movedLayer.insertBefore(targetLayer)
|
||||||
else movedLayer.insertAfter(targetLayer)
|
else movedLayer.insertAfter(targetLayer)
|
||||||
this.eachDataLayerReverse((datalayer) => {
|
this.sync.startBatch()
|
||||||
if (datalayer.getRank() >= minIndex && datalayer.getRank() <= maxIndex)
|
this.datalayers.reverse().map((datalayer) => {
|
||||||
datalayer.isDirty = true
|
const rank = datalayer.getDOMOrder()
|
||||||
|
if (rank >= minIndex && rank <= maxIndex) {
|
||||||
|
const oldRank = datalayer.rank
|
||||||
|
datalayer.rank = rank
|
||||||
|
datalayer.sync.update('options.rank', rank, oldRank)
|
||||||
|
}
|
||||||
})
|
})
|
||||||
this.indexDatalayers()
|
this.sync.commitBatch()
|
||||||
|
this.onDataLayersChanged()
|
||||||
}
|
}
|
||||||
const orderable = new Orderable(ul, onReorder)
|
const orderable = new Orderable(ul, onReorder)
|
||||||
|
|
||||||
|
@ -1575,18 +1534,6 @@ export default class Umap {
|
||||||
return datalayer
|
return datalayer
|
||||||
}
|
}
|
||||||
|
|
||||||
firstVisibleDatalayer() {
|
|
||||||
return this.findDataLayer((datalayer) => {
|
|
||||||
if (datalayer.isVisible()) return true
|
|
||||||
})
|
|
||||||
}
|
|
||||||
|
|
||||||
ensurePanesOrder() {
|
|
||||||
this.eachDataLayer((datalayer) => {
|
|
||||||
datalayer.bringToTop()
|
|
||||||
})
|
|
||||||
}
|
|
||||||
|
|
||||||
openBrowser(mode) {
|
openBrowser(mode) {
|
||||||
this.onceDatalayersLoaded(() => this.browser.open(mode))
|
this.onceDatalayersLoaded(() => this.browser.open(mode))
|
||||||
}
|
}
|
||||||
|
@ -1737,7 +1684,7 @@ export default class Umap {
|
||||||
|
|
||||||
getLayersBounds() {
|
getLayersBounds() {
|
||||||
const bounds = new latLngBounds()
|
const bounds = new latLngBounds()
|
||||||
this.eachBrowsableDataLayer((d) => {
|
this.datalayers.browsable().map((d) => {
|
||||||
if (d.isVisible()) bounds.extend(d.layer.getBounds())
|
if (d.isVisible()) bounds.extend(d.layer.getBounds())
|
||||||
})
|
})
|
||||||
return bounds
|
return bounds
|
||||||
|
|
|
@ -159,7 +159,6 @@ U.Search = L.PhotonSearch.extend({
|
||||||
event.stopPropagation()
|
event.stopPropagation()
|
||||||
const datalayer = this.map._umap.defaultEditDataLayer()
|
const datalayer = this.map._umap.defaultEditDataLayer()
|
||||||
const marker = datalayer.makeFeature(feature)
|
const marker = datalayer.makeFeature(feature)
|
||||||
marker.isDirty = true
|
|
||||||
marker.edit()
|
marker.edit()
|
||||||
})
|
})
|
||||||
geom.addEventListener('mousedown', async (event) => {
|
geom.addEventListener('mousedown', async (event) => {
|
||||||
|
@ -300,14 +299,8 @@ U.Editable = L.Editable.extend({
|
||||||
if (event.layer instanceof U.LeafletMarker) event.layer.feature.del()
|
if (event.layer instanceof U.LeafletMarker) event.layer.feature.del()
|
||||||
})
|
})
|
||||||
this.on('editable:drawing:commit', function (event) {
|
this.on('editable:drawing:commit', function (event) {
|
||||||
event.layer.feature.isDirty = true
|
|
||||||
if (this._umap.editedFeature !== event.layer) event.layer.feature.edit(event)
|
if (this._umap.editedFeature !== event.layer) event.layer.feature.edit(event)
|
||||||
})
|
})
|
||||||
this.on('editable:editing', (event) => {
|
|
||||||
const feature = event.layer.feature
|
|
||||||
feature.isDirty = true
|
|
||||||
// feature.pullGeometry(false)
|
|
||||||
})
|
|
||||||
this.on('editable:vertex:ctrlclick', (event) => {
|
this.on('editable:vertex:ctrlclick', (event) => {
|
||||||
const index = event.vertex.getIndex()
|
const index = event.vertex.getIndex()
|
||||||
if (
|
if (
|
||||||
|
@ -361,7 +354,6 @@ U.Editable = L.Editable.extend({
|
||||||
// Overrided from Leaflet.Editable
|
// Overrided from Leaflet.Editable
|
||||||
const datalayer = this._umap.defaultEditDataLayer()
|
const datalayer = this._umap.defaultEditDataLayer()
|
||||||
datalayer.addFeature(layer.feature)
|
datalayer.addFeature(layer.feature)
|
||||||
layer.isDirty = true
|
|
||||||
return layer
|
return layer
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -45,7 +45,6 @@ const locale = {
|
||||||
"Cache proxied request": "Cache proxied request",
|
"Cache proxied request": "Cache proxied request",
|
||||||
"Caption": "ካፕሽን",
|
"Caption": "ካፕሽን",
|
||||||
"Center map on your location": "መገኛዎን የሚያሳየውን ካርታ ወደ መሀል ያድርጉ",
|
"Center map on your location": "መገኛዎን የሚያሳየውን ካርታ ወደ መሀል ያድርጉ",
|
||||||
"Change map background": "የካርታውን የጀርባ ገፅታ ይቀይሩ",
|
|
||||||
"Change tilelayers": "የታይልሌየሩን",
|
"Change tilelayers": "የታይልሌየሩን",
|
||||||
"Change": "Change",
|
"Change": "Change",
|
||||||
"Choose the data format": "የረጃውን ፎርማት ቀይር",
|
"Choose the data format": "የረጃውን ፎርማት ቀይር",
|
||||||
|
@ -457,7 +456,6 @@ const locale = {
|
||||||
"Choose this dataset": "Choose this dataset",
|
"Choose this dataset": "Choose this dataset",
|
||||||
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
||||||
"Choose a theme": "Choose a theme",
|
"Choose a theme": "Choose a theme",
|
||||||
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
||||||
"Choose this data": "Choose this data",
|
"Choose this data": "Choose this data",
|
||||||
"Search admin boundary": "Search admin boundary",
|
"Search admin boundary": "Search admin boundary",
|
||||||
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
||||||
|
@ -538,7 +536,14 @@ const locale = {
|
||||||
"Images": "Images",
|
"Images": "Images",
|
||||||
"Iframes": "Iframes",
|
"Iframes": "Iframes",
|
||||||
"Tags": "Tags",
|
"Tags": "Tags",
|
||||||
"Geocode": "Geocode"
|
"Geocode": "Geocode",
|
||||||
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
||||||
L.registerLocale("am_ET", locale)
|
L.registerLocale("am_ET", locale)
|
||||||
L.setLocale("am_ET")
|
L.setLocale("am_ET")
|
||||||
|
|
|
@ -45,7 +45,6 @@
|
||||||
"Cache proxied request": "Cache proxied request",
|
"Cache proxied request": "Cache proxied request",
|
||||||
"Caption": "ካፕሽን",
|
"Caption": "ካፕሽን",
|
||||||
"Center map on your location": "መገኛዎን የሚያሳየውን ካርታ ወደ መሀል ያድርጉ",
|
"Center map on your location": "መገኛዎን የሚያሳየውን ካርታ ወደ መሀል ያድርጉ",
|
||||||
"Change map background": "የካርታውን የጀርባ ገፅታ ይቀይሩ",
|
|
||||||
"Change tilelayers": "የታይልሌየሩን",
|
"Change tilelayers": "የታይልሌየሩን",
|
||||||
"Change": "Change",
|
"Change": "Change",
|
||||||
"Choose the data format": "የረጃውን ፎርማት ቀይር",
|
"Choose the data format": "የረጃውን ፎርማት ቀይር",
|
||||||
|
@ -457,7 +456,6 @@
|
||||||
"Choose this dataset": "Choose this dataset",
|
"Choose this dataset": "Choose this dataset",
|
||||||
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
||||||
"Choose a theme": "Choose a theme",
|
"Choose a theme": "Choose a theme",
|
||||||
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
||||||
"Choose this data": "Choose this data",
|
"Choose this data": "Choose this data",
|
||||||
"Search admin boundary": "Search admin boundary",
|
"Search admin boundary": "Search admin boundary",
|
||||||
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
||||||
|
@ -538,5 +536,12 @@
|
||||||
"Images": "Images",
|
"Images": "Images",
|
||||||
"Iframes": "Iframes",
|
"Iframes": "Iframes",
|
||||||
"Tags": "Tags",
|
"Tags": "Tags",
|
||||||
"Geocode": "Geocode"
|
"Geocode": "Geocode",
|
||||||
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
|
@ -45,7 +45,6 @@ const locale = {
|
||||||
"Cache proxied request": "Cache proxied request",
|
"Cache proxied request": "Cache proxied request",
|
||||||
"Caption": "شرح",
|
"Caption": "شرح",
|
||||||
"Center map on your location": "Center map on your location",
|
"Center map on your location": "Center map on your location",
|
||||||
"Change map background": "Change map background",
|
|
||||||
"Change tilelayers": "Change tilelayers",
|
"Change tilelayers": "Change tilelayers",
|
||||||
"Change": "Change",
|
"Change": "Change",
|
||||||
"Choose the data format": "اختر تنسيق البيانات",
|
"Choose the data format": "اختر تنسيق البيانات",
|
||||||
|
@ -457,7 +456,6 @@ const locale = {
|
||||||
"Choose this dataset": "Choose this dataset",
|
"Choose this dataset": "Choose this dataset",
|
||||||
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
||||||
"Choose a theme": "Choose a theme",
|
"Choose a theme": "Choose a theme",
|
||||||
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
||||||
"Choose this data": "Choose this data",
|
"Choose this data": "Choose this data",
|
||||||
"Search admin boundary": "Search admin boundary",
|
"Search admin boundary": "Search admin boundary",
|
||||||
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
||||||
|
@ -538,7 +536,14 @@ const locale = {
|
||||||
"Images": "Images",
|
"Images": "Images",
|
||||||
"Iframes": "Iframes",
|
"Iframes": "Iframes",
|
||||||
"Tags": "Tags",
|
"Tags": "Tags",
|
||||||
"Geocode": "Geocode"
|
"Geocode": "Geocode",
|
||||||
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
||||||
L.registerLocale("ar", locale)
|
L.registerLocale("ar", locale)
|
||||||
L.setLocale("ar")
|
L.setLocale("ar")
|
||||||
|
|
|
@ -45,7 +45,6 @@
|
||||||
"Cache proxied request": "Cache proxied request",
|
"Cache proxied request": "Cache proxied request",
|
||||||
"Caption": "شرح",
|
"Caption": "شرح",
|
||||||
"Center map on your location": "Center map on your location",
|
"Center map on your location": "Center map on your location",
|
||||||
"Change map background": "Change map background",
|
|
||||||
"Change tilelayers": "Change tilelayers",
|
"Change tilelayers": "Change tilelayers",
|
||||||
"Change": "Change",
|
"Change": "Change",
|
||||||
"Choose the data format": "اختر تنسيق البيانات",
|
"Choose the data format": "اختر تنسيق البيانات",
|
||||||
|
@ -457,7 +456,6 @@
|
||||||
"Choose this dataset": "Choose this dataset",
|
"Choose this dataset": "Choose this dataset",
|
||||||
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
||||||
"Choose a theme": "Choose a theme",
|
"Choose a theme": "Choose a theme",
|
||||||
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
||||||
"Choose this data": "Choose this data",
|
"Choose this data": "Choose this data",
|
||||||
"Search admin boundary": "Search admin boundary",
|
"Search admin boundary": "Search admin boundary",
|
||||||
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
||||||
|
@ -538,5 +536,12 @@
|
||||||
"Images": "Images",
|
"Images": "Images",
|
||||||
"Iframes": "Iframes",
|
"Iframes": "Iframes",
|
||||||
"Tags": "Tags",
|
"Tags": "Tags",
|
||||||
"Geocode": "Geocode"
|
"Geocode": "Geocode",
|
||||||
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
|
@ -45,7 +45,6 @@ const locale = {
|
||||||
"Cache proxied request": "Cache proxied request",
|
"Cache proxied request": "Cache proxied request",
|
||||||
"Caption": "Caption",
|
"Caption": "Caption",
|
||||||
"Center map on your location": "Center map on your location",
|
"Center map on your location": "Center map on your location",
|
||||||
"Change map background": "Change map background",
|
|
||||||
"Change tilelayers": "Change tilelayers",
|
"Change tilelayers": "Change tilelayers",
|
||||||
"Change": "Change",
|
"Change": "Change",
|
||||||
"Choose the data format": "Choose the data format",
|
"Choose the data format": "Choose the data format",
|
||||||
|
@ -457,7 +456,6 @@ const locale = {
|
||||||
"Choose this dataset": "Choose this dataset",
|
"Choose this dataset": "Choose this dataset",
|
||||||
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
||||||
"Choose a theme": "Choose a theme",
|
"Choose a theme": "Choose a theme",
|
||||||
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
||||||
"Choose this data": "Choose this data",
|
"Choose this data": "Choose this data",
|
||||||
"Search admin boundary": "Search admin boundary",
|
"Search admin boundary": "Search admin boundary",
|
||||||
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
||||||
|
@ -538,7 +536,14 @@ const locale = {
|
||||||
"Images": "Images",
|
"Images": "Images",
|
||||||
"Iframes": "Iframes",
|
"Iframes": "Iframes",
|
||||||
"Tags": "Tags",
|
"Tags": "Tags",
|
||||||
"Geocode": "Geocode"
|
"Geocode": "Geocode",
|
||||||
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
||||||
L.registerLocale("ast", locale)
|
L.registerLocale("ast", locale)
|
||||||
L.setLocale("ast")
|
L.setLocale("ast")
|
||||||
|
|
|
@ -45,7 +45,6 @@
|
||||||
"Cache proxied request": "Cache proxied request",
|
"Cache proxied request": "Cache proxied request",
|
||||||
"Caption": "Caption",
|
"Caption": "Caption",
|
||||||
"Center map on your location": "Center map on your location",
|
"Center map on your location": "Center map on your location",
|
||||||
"Change map background": "Change map background",
|
|
||||||
"Change tilelayers": "Change tilelayers",
|
"Change tilelayers": "Change tilelayers",
|
||||||
"Change": "Change",
|
"Change": "Change",
|
||||||
"Choose the data format": "Choose the data format",
|
"Choose the data format": "Choose the data format",
|
||||||
|
@ -457,7 +456,6 @@
|
||||||
"Choose this dataset": "Choose this dataset",
|
"Choose this dataset": "Choose this dataset",
|
||||||
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
||||||
"Choose a theme": "Choose a theme",
|
"Choose a theme": "Choose a theme",
|
||||||
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
||||||
"Choose this data": "Choose this data",
|
"Choose this data": "Choose this data",
|
||||||
"Search admin boundary": "Search admin boundary",
|
"Search admin boundary": "Search admin boundary",
|
||||||
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
||||||
|
@ -538,5 +536,12 @@
|
||||||
"Images": "Images",
|
"Images": "Images",
|
||||||
"Iframes": "Iframes",
|
"Iframes": "Iframes",
|
||||||
"Tags": "Tags",
|
"Tags": "Tags",
|
||||||
"Geocode": "Geocode"
|
"Geocode": "Geocode",
|
||||||
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
|
@ -45,7 +45,6 @@ const locale = {
|
||||||
"Cache proxied request": "Cache proxied request",
|
"Cache proxied request": "Cache proxied request",
|
||||||
"Caption": "Надпис",
|
"Caption": "Надпис",
|
||||||
"Center map on your location": "Center map on your location",
|
"Center map on your location": "Center map on your location",
|
||||||
"Change map background": "Промяна фона на картата",
|
|
||||||
"Change tilelayers": "Променете слоевете",
|
"Change tilelayers": "Променете слоевете",
|
||||||
"Change": "Change",
|
"Change": "Change",
|
||||||
"Choose the data format": "Изберете формата на данните",
|
"Choose the data format": "Изберете формата на данните",
|
||||||
|
@ -457,7 +456,6 @@ const locale = {
|
||||||
"Choose this dataset": "Choose this dataset",
|
"Choose this dataset": "Choose this dataset",
|
||||||
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
||||||
"Choose a theme": "Choose a theme",
|
"Choose a theme": "Choose a theme",
|
||||||
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
||||||
"Choose this data": "Choose this data",
|
"Choose this data": "Choose this data",
|
||||||
"Search admin boundary": "Search admin boundary",
|
"Search admin boundary": "Search admin boundary",
|
||||||
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
||||||
|
@ -538,7 +536,14 @@ const locale = {
|
||||||
"Images": "Images",
|
"Images": "Images",
|
||||||
"Iframes": "Iframes",
|
"Iframes": "Iframes",
|
||||||
"Tags": "Tags",
|
"Tags": "Tags",
|
||||||
"Geocode": "Geocode"
|
"Geocode": "Geocode",
|
||||||
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
||||||
L.registerLocale("bg", locale)
|
L.registerLocale("bg", locale)
|
||||||
L.setLocale("bg")
|
L.setLocale("bg")
|
||||||
|
|
|
@ -45,7 +45,6 @@
|
||||||
"Cache proxied request": "Cache proxied request",
|
"Cache proxied request": "Cache proxied request",
|
||||||
"Caption": "Надпис",
|
"Caption": "Надпис",
|
||||||
"Center map on your location": "Center map on your location",
|
"Center map on your location": "Center map on your location",
|
||||||
"Change map background": "Промяна фона на картата",
|
|
||||||
"Change tilelayers": "Променете слоевете",
|
"Change tilelayers": "Променете слоевете",
|
||||||
"Change": "Change",
|
"Change": "Change",
|
||||||
"Choose the data format": "Изберете формата на данните",
|
"Choose the data format": "Изберете формата на данните",
|
||||||
|
@ -457,7 +456,6 @@
|
||||||
"Choose this dataset": "Choose this dataset",
|
"Choose this dataset": "Choose this dataset",
|
||||||
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
||||||
"Choose a theme": "Choose a theme",
|
"Choose a theme": "Choose a theme",
|
||||||
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
||||||
"Choose this data": "Choose this data",
|
"Choose this data": "Choose this data",
|
||||||
"Search admin boundary": "Search admin boundary",
|
"Search admin boundary": "Search admin boundary",
|
||||||
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
||||||
|
@ -538,5 +536,12 @@
|
||||||
"Images": "Images",
|
"Images": "Images",
|
||||||
"Iframes": "Iframes",
|
"Iframes": "Iframes",
|
||||||
"Tags": "Tags",
|
"Tags": "Tags",
|
||||||
"Geocode": "Geocode"
|
"Geocode": "Geocode",
|
||||||
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
|
@ -45,7 +45,6 @@ const locale = {
|
||||||
"Cache proxied request": "Cache proxied request",
|
"Cache proxied request": "Cache proxied request",
|
||||||
"Caption": "Alc'hwez",
|
"Caption": "Alc'hwez",
|
||||||
"Center map on your location": "Kreizañ ar gartenn war al lec'h m'emaoc'h",
|
"Center map on your location": "Kreizañ ar gartenn war al lec'h m'emaoc'h",
|
||||||
"Change map background": "Cheñch foñs ar gartenn",
|
|
||||||
"Change tilelayers": "Cheñch foñs ar gartenn",
|
"Change tilelayers": "Cheñch foñs ar gartenn",
|
||||||
"Change": "Kemmañ",
|
"Change": "Kemmañ",
|
||||||
"Choose the data format": "Diuzañ furmad ar roadennoù",
|
"Choose the data format": "Diuzañ furmad ar roadennoù",
|
||||||
|
@ -457,7 +456,6 @@ const locale = {
|
||||||
"Choose this dataset": "Dibab an hollad cheñchamantoù-mañ",
|
"Choose this dataset": "Dibab an hollad cheñchamantoù-mañ",
|
||||||
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
||||||
"Choose a theme": "Dibab un tem",
|
"Choose a theme": "Dibab un tem",
|
||||||
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
||||||
"Choose this data": "Dibab ar roadennoù-mañ",
|
"Choose this data": "Dibab ar roadennoù-mañ",
|
||||||
"Search admin boundary": "Search admin boundary",
|
"Search admin boundary": "Search admin boundary",
|
||||||
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
||||||
|
@ -538,7 +536,14 @@ const locale = {
|
||||||
"Images": "Images",
|
"Images": "Images",
|
||||||
"Iframes": "Iframes",
|
"Iframes": "Iframes",
|
||||||
"Tags": "Tags",
|
"Tags": "Tags",
|
||||||
"Geocode": "Geocode"
|
"Geocode": "Geocode",
|
||||||
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
||||||
L.registerLocale("br", locale)
|
L.registerLocale("br", locale)
|
||||||
L.setLocale("br")
|
L.setLocale("br")
|
||||||
|
|
|
@ -45,7 +45,6 @@
|
||||||
"Cache proxied request": "Cache proxied request",
|
"Cache proxied request": "Cache proxied request",
|
||||||
"Caption": "Alc'hwez",
|
"Caption": "Alc'hwez",
|
||||||
"Center map on your location": "Kreizañ ar gartenn war al lec'h m'emaoc'h",
|
"Center map on your location": "Kreizañ ar gartenn war al lec'h m'emaoc'h",
|
||||||
"Change map background": "Cheñch foñs ar gartenn",
|
|
||||||
"Change tilelayers": "Cheñch foñs ar gartenn",
|
"Change tilelayers": "Cheñch foñs ar gartenn",
|
||||||
"Change": "Kemmañ",
|
"Change": "Kemmañ",
|
||||||
"Choose the data format": "Diuzañ furmad ar roadennoù",
|
"Choose the data format": "Diuzañ furmad ar roadennoù",
|
||||||
|
@ -457,7 +456,6 @@
|
||||||
"Choose this dataset": "Dibab an hollad cheñchamantoù-mañ",
|
"Choose this dataset": "Dibab an hollad cheñchamantoù-mañ",
|
||||||
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
||||||
"Choose a theme": "Dibab un tem",
|
"Choose a theme": "Dibab un tem",
|
||||||
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
||||||
"Choose this data": "Dibab ar roadennoù-mañ",
|
"Choose this data": "Dibab ar roadennoù-mañ",
|
||||||
"Search admin boundary": "Search admin boundary",
|
"Search admin boundary": "Search admin boundary",
|
||||||
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
||||||
|
@ -538,5 +536,12 @@
|
||||||
"Images": "Images",
|
"Images": "Images",
|
||||||
"Iframes": "Iframes",
|
"Iframes": "Iframes",
|
||||||
"Tags": "Tags",
|
"Tags": "Tags",
|
||||||
"Geocode": "Geocode"
|
"Geocode": "Geocode",
|
||||||
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
|
@ -45,7 +45,6 @@ const locale = {
|
||||||
"Cache proxied request": "Petició proxy en memòria cau",
|
"Cache proxied request": "Petició proxy en memòria cau",
|
||||||
"Caption": "Llegenda",
|
"Caption": "Llegenda",
|
||||||
"Center map on your location": "Centra el mapa a la vostra ubicació",
|
"Center map on your location": "Centra el mapa a la vostra ubicació",
|
||||||
"Change map background": "Canvia el fons del mapa",
|
|
||||||
"Change tilelayers": "Canvia les capes de tessel·les",
|
"Change tilelayers": "Canvia les capes de tessel·les",
|
||||||
"Change": "Change",
|
"Change": "Change",
|
||||||
"Choose the data format": "Trieu el format de dades",
|
"Choose the data format": "Trieu el format de dades",
|
||||||
|
@ -85,7 +84,7 @@ const locale = {
|
||||||
"Custom background": "Fons personalitzat",
|
"Custom background": "Fons personalitzat",
|
||||||
"Custom overlay": "Superposició personalitzada",
|
"Custom overlay": "Superposició personalitzada",
|
||||||
"dash array": "matriu de guions",
|
"dash array": "matriu de guions",
|
||||||
"Data is browsable": "Data is browsable",
|
"Data is browsable": "Les dades es poden navegar",
|
||||||
"Datalayers": "Capes de dades",
|
"Datalayers": "Capes de dades",
|
||||||
"Default interaction options": "Opcions d'interacció predeterminades",
|
"Default interaction options": "Opcions d'interacció predeterminades",
|
||||||
"Default properties": "Propietats predeterminades",
|
"Default properties": "Propietats predeterminades",
|
||||||
|
@ -177,12 +176,12 @@ const locale = {
|
||||||
"Icon shape": "forma de la icona",
|
"Icon shape": "forma de la icona",
|
||||||
"Icon symbol": "Imatge de la icona",
|
"Icon symbol": "Imatge de la icona",
|
||||||
"If false, the polygon or line will act as a part of the underlying map.": "If false, the polygon or line will act as a part of the underlying map.",
|
"If false, the polygon or line will act as a part of the underlying map.": "If false, the polygon or line will act as a part of the underlying map.",
|
||||||
"Iframe with custom height (in px): {{{https://iframe.url.com|height}}}": "Iframe with custom height (in px): {{{https://iframe.url.com|height}}}",
|
"Iframe with custom height (in px): {{{https://iframe.url.com|height}}}": "Iframe amb alçada personalitzada (height en px): {{{https://iframe.url.com|height}}}",
|
||||||
"Iframe with custom height and width (in px): {{{https://iframe.url.com|height*width}}}": "Iframe with custom height and width (in px): {{{https://iframe.url.com|height*width}}}",
|
"Iframe with custom height and width (in px): {{{https://iframe.url.com|height*width}}}": "Iframe amb alçada i amplada personalitzada (height i width en px): {{{https://iframe.url.com|height*width}}}",
|
||||||
"iframe": "iframe",
|
"iframe": "iframe",
|
||||||
"Iframe: {{{https://iframe.url.com}}}": "Iframe: {{{https://iframe.url.com}}}",
|
"Iframe: {{{https://iframe.url.com}}}": "Iframe: {{{https://iframe.url.com}}}",
|
||||||
"Image with custom width (in px): {{https://image.url.com|width}}": "Image with custom width (in px): {{https://image.url.com|width}}",
|
"Image with custom width (in px): {{https://image.url.com|width}}": "Imatge amb amplada personalitzada (width en px): {{https://image.url.com|width}}",
|
||||||
"Image: {{https://image.url.com}}": "Image: {{https://image.url.com}}",
|
"Image: {{https://image.url.com}}": "Imatge: {{https://image.url.com}}",
|
||||||
"Import data": "Importa dades",
|
"Import data": "Importa dades",
|
||||||
"Import in a new layer": "Import in a new layer",
|
"Import in a new layer": "Import in a new layer",
|
||||||
"Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.",
|
"Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.",
|
||||||
|
@ -203,14 +202,14 @@ const locale = {
|
||||||
"Labels are clickable": "Les etiquetes es poden fer clic",
|
"Labels are clickable": "Les etiquetes es poden fer clic",
|
||||||
"Latest feature": "Darrera característica",
|
"Latest feature": "Darrera característica",
|
||||||
"Latitude": "Latitud",
|
"Latitude": "Latitud",
|
||||||
"Layer properties": "Layer properties",
|
"Layer properties": "Propietats de la capa",
|
||||||
"Layer": "Capa",
|
"Layer": "Capa",
|
||||||
"Licence": "Llicència",
|
"Licence": "Llicència",
|
||||||
"licence": "llicència",
|
"licence": "llicència",
|
||||||
"Limit bounds": "Límits",
|
"Limit bounds": "Límits",
|
||||||
"Link to view the map": "Enllaç per veure el mapa",
|
"Link to view the map": "Enllaç per veure el mapa",
|
||||||
"Link to…": "Link to…",
|
"Link to…": "Link to…",
|
||||||
"Link with text: [[https://example.com|text of the link]]": "Link with text: [[https://example.com|text of the link]]",
|
"Link with text: [[https://example.com|text of the link]]": "Enllaç amb text: [[https://example.com|text de l'enllaç]]",
|
||||||
"Long credits": "Crèdits llargs",
|
"Long credits": "Crèdits llargs",
|
||||||
"Longitude": "Longitud",
|
"Longitude": "Longitud",
|
||||||
"Make main shape": "Make main shape",
|
"Make main shape": "Make main shape",
|
||||||
|
@ -302,17 +301,17 @@ const locale = {
|
||||||
"Secret edit link:": "Secret edit link:",
|
"Secret edit link:": "Secret edit link:",
|
||||||
"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",
|
||||||
"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…": "Estableix-lo com a fals per ocultar aquesta capa de la presentació de diapositives, el navegador de dades, la navegació emergent...",
|
||||||
"settings": "settings",
|
"settings": "settings",
|
||||||
"Shape properties": "Shape properties",
|
"Shape properties": "Propietats de la forma",
|
||||||
"Share and download": "Comparteix i baixa",
|
"Share and download": "Comparteix i baixa",
|
||||||
"Share this link to open a customized map view": "Comparteix aquest enllaç per obrir una vista de mapa personalitzada",
|
"Share this link to open a customized map view": "Comparteix aquest enllaç per obrir una vista de mapa personalitzada",
|
||||||
"Short credits": "Crèdits curts",
|
"Short credits": "Crèdits curts",
|
||||||
"Short link": "Enllaç curt",
|
"Short link": "Enllaç curt",
|
||||||
"Show this layer in the caption": "Show this layer in the caption",
|
"Show this layer in the caption": "Mostra aquesta capa a la llegenda",
|
||||||
"Show/hide layer": "Mostra/amaga la capa",
|
"Show/hide layer": "Mostra/amaga la capa",
|
||||||
"Side panel": "panell lateral",
|
"Side panel": "panell lateral",
|
||||||
"Simple link: [[https://example.com]]": "Simple link: [[https://example.com]]",
|
"Simple link: [[https://example.com]]": "Enllaç senzill: [[https://example.com]]",
|
||||||
"Simplify": "Simplificar",
|
"Simplify": "Simplificar",
|
||||||
"Skipping unknown geometry.type: {type}": "S'està ometent el tipus de geometria desconegut: {type}",
|
"Skipping unknown geometry.type: {type}": "S'està ometent el tipus de geometria desconegut: {type}",
|
||||||
"Slideshow": "Presentació",
|
"Slideshow": "Presentació",
|
||||||
|
@ -324,7 +323,7 @@ const locale = {
|
||||||
"Stop editing": "Atura l'edició",
|
"Stop editing": "Atura l'edició",
|
||||||
"Stop slideshow": "Atura la presentació",
|
"Stop slideshow": "Atura la presentació",
|
||||||
"Street": "Street",
|
"Street": "Street",
|
||||||
"stroke": "stroke",
|
"stroke": "línia",
|
||||||
"Supported scheme": "Esquema suportat",
|
"Supported scheme": "Esquema suportat",
|
||||||
"Supported variables that will be dynamically replaced": "Supported variables that will be dynamically replaced",
|
"Supported variables that will be dynamically replaced": "Supported variables that will be dynamically replaced",
|
||||||
"Symbol": "Symbol",
|
"Symbol": "Symbol",
|
||||||
|
@ -365,7 +364,7 @@ const locale = {
|
||||||
"Visibility: {status}": "Visibilitat: {status}",
|
"Visibility: {status}": "Visibilitat: {status}",
|
||||||
"weight": "pes",
|
"weight": "pes",
|
||||||
"Where do we go from here?": "On anem des d'aquí?",
|
"Where do we go from here?": "On anem des d'aquí?",
|
||||||
"Whether to display or not polygons paths.": "Whether to display or not polygons paths.",
|
"Whether to display or not polygons paths.": "Si es mostren o no els camins de polígons.",
|
||||||
"Whether to fill polygons with color.": "emplenar polígons amb color..",
|
"Whether to fill polygons with color.": "emplenar polígons amb color..",
|
||||||
"Who can edit \"{layer}\"": "Qui pot editar \"{layer}\"",
|
"Who can edit \"{layer}\"": "Qui pot editar \"{layer}\"",
|
||||||
"Who can edit": "Qui pot editar",
|
"Who can edit": "Qui pot editar",
|
||||||
|
@ -503,7 +502,7 @@ const locale = {
|
||||||
"Type editor's username": "Escriviu el nom d'usuari de l'editor",
|
"Type editor's username": "Escriviu el nom d'usuari de l'editor",
|
||||||
"Map": "Mapa",
|
"Map": "Mapa",
|
||||||
"Manage collaborators": "Gestiona els col·laboradors",
|
"Manage collaborators": "Gestiona els col·laboradors",
|
||||||
"show/hide all layers": "show/hide all layers",
|
"show/hide all layers": "mostrar/ocultar totes les capes",
|
||||||
"zoom to data extent": "zoom to data extent",
|
"zoom to data extent": "zoom to data extent",
|
||||||
"download visible data": "download visible data",
|
"download visible data": "download visible data",
|
||||||
"Import helpers": "Import helpers",
|
"Import helpers": "Import helpers",
|
||||||
|
@ -534,13 +533,17 @@ const locale = {
|
||||||
"Cancel last edit": "Cancel last edit",
|
"Cancel last edit": "Cancel last edit",
|
||||||
"Redo last edit": "Redo last edit",
|
"Redo last edit": "Redo last edit",
|
||||||
"Links": "Links",
|
"Links": "Links",
|
||||||
"Images": "Images",
|
"Images": "Imatges",
|
||||||
"Iframes": "Iframes",
|
"Iframes": "Iframes",
|
||||||
"Tags": "Tags",
|
"Tags": "Tags",
|
||||||
"Geocode": "Geocode",
|
"Geocode": "Geocode",
|
||||||
"Display the back to home icon": "Display the back to home icon",
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
"Simplify all geometries to points": "Simplify all geometries to points"
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
||||||
L.registerLocale("ca", locale)
|
L.registerLocale("ca", locale)
|
||||||
L.setLocale("ca")
|
L.setLocale("ca")
|
||||||
|
|
|
@ -45,7 +45,6 @@
|
||||||
"Cache proxied request": "Petició proxy en memòria cau",
|
"Cache proxied request": "Petició proxy en memòria cau",
|
||||||
"Caption": "Llegenda",
|
"Caption": "Llegenda",
|
||||||
"Center map on your location": "Centra el mapa a la vostra ubicació",
|
"Center map on your location": "Centra el mapa a la vostra ubicació",
|
||||||
"Change map background": "Canvia el fons del mapa",
|
|
||||||
"Change tilelayers": "Canvia les capes de tessel·les",
|
"Change tilelayers": "Canvia les capes de tessel·les",
|
||||||
"Change": "Change",
|
"Change": "Change",
|
||||||
"Choose the data format": "Trieu el format de dades",
|
"Choose the data format": "Trieu el format de dades",
|
||||||
|
@ -85,7 +84,7 @@
|
||||||
"Custom background": "Fons personalitzat",
|
"Custom background": "Fons personalitzat",
|
||||||
"Custom overlay": "Superposició personalitzada",
|
"Custom overlay": "Superposició personalitzada",
|
||||||
"dash array": "matriu de guions",
|
"dash array": "matriu de guions",
|
||||||
"Data is browsable": "Data is browsable",
|
"Data is browsable": "Les dades es poden navegar",
|
||||||
"Datalayers": "Capes de dades",
|
"Datalayers": "Capes de dades",
|
||||||
"Default interaction options": "Opcions d'interacció predeterminades",
|
"Default interaction options": "Opcions d'interacció predeterminades",
|
||||||
"Default properties": "Propietats predeterminades",
|
"Default properties": "Propietats predeterminades",
|
||||||
|
@ -177,12 +176,12 @@
|
||||||
"Icon shape": "forma de la icona",
|
"Icon shape": "forma de la icona",
|
||||||
"Icon symbol": "Imatge de la icona",
|
"Icon symbol": "Imatge de la icona",
|
||||||
"If false, the polygon or line will act as a part of the underlying map.": "If false, the polygon or line will act as a part of the underlying map.",
|
"If false, the polygon or line will act as a part of the underlying map.": "If false, the polygon or line will act as a part of the underlying map.",
|
||||||
"Iframe with custom height (in px): {{{https://iframe.url.com|height}}}": "Iframe with custom height (in px): {{{https://iframe.url.com|height}}}",
|
"Iframe with custom height (in px): {{{https://iframe.url.com|height}}}": "Iframe amb alçada personalitzada (height en px): {{{https://iframe.url.com|height}}}",
|
||||||
"Iframe with custom height and width (in px): {{{https://iframe.url.com|height*width}}}": "Iframe with custom height and width (in px): {{{https://iframe.url.com|height*width}}}",
|
"Iframe with custom height and width (in px): {{{https://iframe.url.com|height*width}}}": "Iframe amb alçada i amplada personalitzada (height i width en px): {{{https://iframe.url.com|height*width}}}",
|
||||||
"iframe": "iframe",
|
"iframe": "iframe",
|
||||||
"Iframe: {{{https://iframe.url.com}}}": "Iframe: {{{https://iframe.url.com}}}",
|
"Iframe: {{{https://iframe.url.com}}}": "Iframe: {{{https://iframe.url.com}}}",
|
||||||
"Image with custom width (in px): {{https://image.url.com|width}}": "Image with custom width (in px): {{https://image.url.com|width}}",
|
"Image with custom width (in px): {{https://image.url.com|width}}": "Imatge amb amplada personalitzada (width en px): {{https://image.url.com|width}}",
|
||||||
"Image: {{https://image.url.com}}": "Image: {{https://image.url.com}}",
|
"Image: {{https://image.url.com}}": "Imatge: {{https://image.url.com}}",
|
||||||
"Import data": "Importa dades",
|
"Import data": "Importa dades",
|
||||||
"Import in a new layer": "Import in a new layer",
|
"Import in a new layer": "Import in a new layer",
|
||||||
"Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.",
|
"Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.",
|
||||||
|
@ -203,14 +202,14 @@
|
||||||
"Labels are clickable": "Les etiquetes es poden fer clic",
|
"Labels are clickable": "Les etiquetes es poden fer clic",
|
||||||
"Latest feature": "Darrera característica",
|
"Latest feature": "Darrera característica",
|
||||||
"Latitude": "Latitud",
|
"Latitude": "Latitud",
|
||||||
"Layer properties": "Layer properties",
|
"Layer properties": "Propietats de la capa",
|
||||||
"Layer": "Capa",
|
"Layer": "Capa",
|
||||||
"Licence": "Llicència",
|
"Licence": "Llicència",
|
||||||
"licence": "llicència",
|
"licence": "llicència",
|
||||||
"Limit bounds": "Límits",
|
"Limit bounds": "Límits",
|
||||||
"Link to view the map": "Enllaç per veure el mapa",
|
"Link to view the map": "Enllaç per veure el mapa",
|
||||||
"Link to…": "Link to…",
|
"Link to…": "Link to…",
|
||||||
"Link with text: [[https://example.com|text of the link]]": "Link with text: [[https://example.com|text of the link]]",
|
"Link with text: [[https://example.com|text of the link]]": "Enllaç amb text: [[https://example.com|text de l'enllaç]]",
|
||||||
"Long credits": "Crèdits llargs",
|
"Long credits": "Crèdits llargs",
|
||||||
"Longitude": "Longitud",
|
"Longitude": "Longitud",
|
||||||
"Make main shape": "Make main shape",
|
"Make main shape": "Make main shape",
|
||||||
|
@ -302,17 +301,17 @@
|
||||||
"Secret edit link:": "Secret edit link:",
|
"Secret edit link:": "Secret edit link:",
|
||||||
"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",
|
||||||
"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…": "Estableix-lo com a fals per ocultar aquesta capa de la presentació de diapositives, el navegador de dades, la navegació emergent...",
|
||||||
"settings": "settings",
|
"settings": "settings",
|
||||||
"Shape properties": "Shape properties",
|
"Shape properties": "Propietats de la forma",
|
||||||
"Share and download": "Comparteix i baixa",
|
"Share and download": "Comparteix i baixa",
|
||||||
"Share this link to open a customized map view": "Comparteix aquest enllaç per obrir una vista de mapa personalitzada",
|
"Share this link to open a customized map view": "Comparteix aquest enllaç per obrir una vista de mapa personalitzada",
|
||||||
"Short credits": "Crèdits curts",
|
"Short credits": "Crèdits curts",
|
||||||
"Short link": "Enllaç curt",
|
"Short link": "Enllaç curt",
|
||||||
"Show this layer in the caption": "Show this layer in the caption",
|
"Show this layer in the caption": "Mostra aquesta capa a la llegenda",
|
||||||
"Show/hide layer": "Mostra/amaga la capa",
|
"Show/hide layer": "Mostra/amaga la capa",
|
||||||
"Side panel": "panell lateral",
|
"Side panel": "panell lateral",
|
||||||
"Simple link: [[https://example.com]]": "Simple link: [[https://example.com]]",
|
"Simple link: [[https://example.com]]": "Enllaç senzill: [[https://example.com]]",
|
||||||
"Simplify": "Simplificar",
|
"Simplify": "Simplificar",
|
||||||
"Skipping unknown geometry.type: {type}": "S'està ometent el tipus de geometria desconegut: {type}",
|
"Skipping unknown geometry.type: {type}": "S'està ometent el tipus de geometria desconegut: {type}",
|
||||||
"Slideshow": "Presentació",
|
"Slideshow": "Presentació",
|
||||||
|
@ -324,7 +323,7 @@
|
||||||
"Stop editing": "Atura l'edició",
|
"Stop editing": "Atura l'edició",
|
||||||
"Stop slideshow": "Atura la presentació",
|
"Stop slideshow": "Atura la presentació",
|
||||||
"Street": "Street",
|
"Street": "Street",
|
||||||
"stroke": "stroke",
|
"stroke": "línia",
|
||||||
"Supported scheme": "Esquema suportat",
|
"Supported scheme": "Esquema suportat",
|
||||||
"Supported variables that will be dynamically replaced": "Supported variables that will be dynamically replaced",
|
"Supported variables that will be dynamically replaced": "Supported variables that will be dynamically replaced",
|
||||||
"Symbol": "Symbol",
|
"Symbol": "Symbol",
|
||||||
|
@ -365,7 +364,7 @@
|
||||||
"Visibility: {status}": "Visibilitat: {status}",
|
"Visibility: {status}": "Visibilitat: {status}",
|
||||||
"weight": "pes",
|
"weight": "pes",
|
||||||
"Where do we go from here?": "On anem des d'aquí?",
|
"Where do we go from here?": "On anem des d'aquí?",
|
||||||
"Whether to display or not polygons paths.": "Whether to display or not polygons paths.",
|
"Whether to display or not polygons paths.": "Si es mostren o no els camins de polígons.",
|
||||||
"Whether to fill polygons with color.": "emplenar polígons amb color..",
|
"Whether to fill polygons with color.": "emplenar polígons amb color..",
|
||||||
"Who can edit \"{layer}\"": "Qui pot editar \"{layer}\"",
|
"Who can edit \"{layer}\"": "Qui pot editar \"{layer}\"",
|
||||||
"Who can edit": "Qui pot editar",
|
"Who can edit": "Qui pot editar",
|
||||||
|
@ -503,7 +502,7 @@
|
||||||
"Type editor's username": "Escriviu el nom d'usuari de l'editor",
|
"Type editor's username": "Escriviu el nom d'usuari de l'editor",
|
||||||
"Map": "Mapa",
|
"Map": "Mapa",
|
||||||
"Manage collaborators": "Gestiona els col·laboradors",
|
"Manage collaborators": "Gestiona els col·laboradors",
|
||||||
"show/hide all layers": "show/hide all layers",
|
"show/hide all layers": "mostrar/ocultar totes les capes",
|
||||||
"zoom to data extent": "zoom to data extent",
|
"zoom to data extent": "zoom to data extent",
|
||||||
"download visible data": "download visible data",
|
"download visible data": "download visible data",
|
||||||
"Import helpers": "Import helpers",
|
"Import helpers": "Import helpers",
|
||||||
|
@ -534,11 +533,15 @@
|
||||||
"Cancel last edit": "Cancel last edit",
|
"Cancel last edit": "Cancel last edit",
|
||||||
"Redo last edit": "Redo last edit",
|
"Redo last edit": "Redo last edit",
|
||||||
"Links": "Links",
|
"Links": "Links",
|
||||||
"Images": "Images",
|
"Images": "Imatges",
|
||||||
"Iframes": "Iframes",
|
"Iframes": "Iframes",
|
||||||
"Tags": "Tags",
|
"Tags": "Tags",
|
||||||
"Geocode": "Geocode",
|
"Geocode": "Geocode",
|
||||||
"Display the back to home icon": "Display the back to home icon",
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
"Simplify all geometries to points": "Simplify all geometries to points"
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
|
@ -45,7 +45,6 @@ const locale = {
|
||||||
"Cache proxied request": "Požadavek na zástupnou mezipaměť",
|
"Cache proxied request": "Požadavek na zástupnou mezipaměť",
|
||||||
"Caption": "Popisek",
|
"Caption": "Popisek",
|
||||||
"Center map on your location": "Přemístit se na mapě na vaši polohu",
|
"Center map on your location": "Přemístit se na mapě na vaši polohu",
|
||||||
"Change map background": "Změnit pozadí mapy",
|
|
||||||
"Change tilelayers": "Změnit pozadí mapy",
|
"Change tilelayers": "Změnit pozadí mapy",
|
||||||
"Change": "Změnit",
|
"Change": "Změnit",
|
||||||
"Choose the data format": "Vyberte formát dat",
|
"Choose the data format": "Vyberte formát dat",
|
||||||
|
@ -540,7 +539,11 @@ const locale = {
|
||||||
"Geocode": "Geocode",
|
"Geocode": "Geocode",
|
||||||
"Display the back to home icon": "Display the back to home icon",
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
"Simplify all geometries to points": "Simplify all geometries to points"
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
||||||
L.registerLocale("cs_CZ", locale)
|
L.registerLocale("cs_CZ", locale)
|
||||||
L.setLocale("cs_CZ")
|
L.setLocale("cs_CZ")
|
||||||
|
|
|
@ -45,7 +45,6 @@
|
||||||
"Cache proxied request": "Požadavek na zástupnou mezipaměť",
|
"Cache proxied request": "Požadavek na zástupnou mezipaměť",
|
||||||
"Caption": "Popisek",
|
"Caption": "Popisek",
|
||||||
"Center map on your location": "Přemístit se na mapě na vaši polohu",
|
"Center map on your location": "Přemístit se na mapě na vaši polohu",
|
||||||
"Change map background": "Změnit pozadí mapy",
|
|
||||||
"Change tilelayers": "Změnit pozadí mapy",
|
"Change tilelayers": "Změnit pozadí mapy",
|
||||||
"Change": "Změnit",
|
"Change": "Změnit",
|
||||||
"Choose the data format": "Vyberte formát dat",
|
"Choose the data format": "Vyberte formát dat",
|
||||||
|
@ -540,5 +539,9 @@
|
||||||
"Geocode": "Geocode",
|
"Geocode": "Geocode",
|
||||||
"Display the back to home icon": "Display the back to home icon",
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
"Simplify all geometries to points": "Simplify all geometries to points"
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
|
@ -45,7 +45,6 @@ const locale = {
|
||||||
"Cache proxied request": "Forespørgsel i proxycache",
|
"Cache proxied request": "Forespørgsel i proxycache",
|
||||||
"Caption": "Billedtekst",
|
"Caption": "Billedtekst",
|
||||||
"Center map on your location": "Centrer kort på din placering",
|
"Center map on your location": "Centrer kort på din placering",
|
||||||
"Change map background": "Skift kortbaggrund",
|
|
||||||
"Change tilelayers": "Skift kortlag",
|
"Change tilelayers": "Skift kortlag",
|
||||||
"Change": "Change",
|
"Change": "Change",
|
||||||
"Choose the data format": "Vælg dataformat",
|
"Choose the data format": "Vælg dataformat",
|
||||||
|
@ -457,7 +456,6 @@ const locale = {
|
||||||
"Choose this dataset": "Choose this dataset",
|
"Choose this dataset": "Choose this dataset",
|
||||||
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
||||||
"Choose a theme": "Choose a theme",
|
"Choose a theme": "Choose a theme",
|
||||||
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
||||||
"Choose this data": "Choose this data",
|
"Choose this data": "Choose this data",
|
||||||
"Search admin boundary": "Search admin boundary",
|
"Search admin boundary": "Search admin boundary",
|
||||||
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
||||||
|
@ -538,7 +536,14 @@ const locale = {
|
||||||
"Images": "Images",
|
"Images": "Images",
|
||||||
"Iframes": "Iframes",
|
"Iframes": "Iframes",
|
||||||
"Tags": "Tags",
|
"Tags": "Tags",
|
||||||
"Geocode": "Geocode"
|
"Geocode": "Geocode",
|
||||||
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
||||||
L.registerLocale("da", locale)
|
L.registerLocale("da", locale)
|
||||||
L.setLocale("da")
|
L.setLocale("da")
|
||||||
|
|
|
@ -45,7 +45,6 @@
|
||||||
"Cache proxied request": "Forespørgsel i proxycache",
|
"Cache proxied request": "Forespørgsel i proxycache",
|
||||||
"Caption": "Billedtekst",
|
"Caption": "Billedtekst",
|
||||||
"Center map on your location": "Centrer kort på din placering",
|
"Center map on your location": "Centrer kort på din placering",
|
||||||
"Change map background": "Skift kortbaggrund",
|
|
||||||
"Change tilelayers": "Skift kortlag",
|
"Change tilelayers": "Skift kortlag",
|
||||||
"Change": "Change",
|
"Change": "Change",
|
||||||
"Choose the data format": "Vælg dataformat",
|
"Choose the data format": "Vælg dataformat",
|
||||||
|
@ -457,7 +456,6 @@
|
||||||
"Choose this dataset": "Choose this dataset",
|
"Choose this dataset": "Choose this dataset",
|
||||||
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
||||||
"Choose a theme": "Choose a theme",
|
"Choose a theme": "Choose a theme",
|
||||||
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
||||||
"Choose this data": "Choose this data",
|
"Choose this data": "Choose this data",
|
||||||
"Search admin boundary": "Search admin boundary",
|
"Search admin boundary": "Search admin boundary",
|
||||||
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
||||||
|
@ -538,5 +536,12 @@
|
||||||
"Images": "Images",
|
"Images": "Images",
|
||||||
"Iframes": "Iframes",
|
"Iframes": "Iframes",
|
||||||
"Tags": "Tags",
|
"Tags": "Tags",
|
||||||
"Geocode": "Geocode"
|
"Geocode": "Geocode",
|
||||||
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
|
@ -45,7 +45,6 @@ const locale = {
|
||||||
"Cache proxied request": "Proxycache-Anfrage",
|
"Cache proxied request": "Proxycache-Anfrage",
|
||||||
"Caption": "Überschrift",
|
"Caption": "Überschrift",
|
||||||
"Center map on your location": "Die Karte auf deinen Standort ausrichten",
|
"Center map on your location": "Die Karte auf deinen Standort ausrichten",
|
||||||
"Change map background": "Hintergrundkarte ändern",
|
|
||||||
"Change tilelayers": "Kachelebenen ändern",
|
"Change tilelayers": "Kachelebenen ändern",
|
||||||
"Change": "Ändern",
|
"Change": "Ändern",
|
||||||
"Choose the data format": "Wähle das Datenformat",
|
"Choose the data format": "Wähle das Datenformat",
|
||||||
|
@ -540,7 +539,11 @@ const locale = {
|
||||||
"Geocode": "Geocode",
|
"Geocode": "Geocode",
|
||||||
"Display the back to home icon": "Display the back to home icon",
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
"Simplify all geometries to points": "Simplify all geometries to points"
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
||||||
L.registerLocale("de", locale)
|
L.registerLocale("de", locale)
|
||||||
L.setLocale("de")
|
L.setLocale("de")
|
||||||
|
|
|
@ -45,7 +45,6 @@
|
||||||
"Cache proxied request": "Proxycache-Anfrage",
|
"Cache proxied request": "Proxycache-Anfrage",
|
||||||
"Caption": "Überschrift",
|
"Caption": "Überschrift",
|
||||||
"Center map on your location": "Die Karte auf deinen Standort ausrichten",
|
"Center map on your location": "Die Karte auf deinen Standort ausrichten",
|
||||||
"Change map background": "Hintergrundkarte ändern",
|
|
||||||
"Change tilelayers": "Kachelebenen ändern",
|
"Change tilelayers": "Kachelebenen ändern",
|
||||||
"Change": "Ändern",
|
"Change": "Ändern",
|
||||||
"Choose the data format": "Wähle das Datenformat",
|
"Choose the data format": "Wähle das Datenformat",
|
||||||
|
@ -540,5 +539,9 @@
|
||||||
"Geocode": "Geocode",
|
"Geocode": "Geocode",
|
||||||
"Display the back to home icon": "Display the back to home icon",
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
"Simplify all geometries to points": "Simplify all geometries to points"
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
|
@ -45,7 +45,6 @@ const locale = {
|
||||||
"Cache proxied request": "Αίτημα μεσολάβησης προσωρινής μνήμης",
|
"Cache proxied request": "Αίτημα μεσολάβησης προσωρινής μνήμης",
|
||||||
"Caption": "Λεζάντα",
|
"Caption": "Λεζάντα",
|
||||||
"Center map on your location": "Κεντράρισμα του χάρτη στην τοποθεσία σας",
|
"Center map on your location": "Κεντράρισμα του χάρτη στην τοποθεσία σας",
|
||||||
"Change map background": "Αλλαγή υποβάθρου του χάρτη",
|
|
||||||
"Change tilelayers": "Αλλαγή χαρτογραφικού υπόβαθρου",
|
"Change tilelayers": "Αλλαγή χαρτογραφικού υπόβαθρου",
|
||||||
"Change": "Αλλαγή",
|
"Change": "Αλλαγή",
|
||||||
"Choose the data format": "Επιλογή μορφοποίησης δεδομένων",
|
"Choose the data format": "Επιλογή μορφοποίησης δεδομένων",
|
||||||
|
@ -434,111 +433,117 @@ const locale = {
|
||||||
"key~value (eg. name~Grisy)": "κλειδί~τιμή (π.χ. όνομα~Grisy)",
|
"key~value (eg. name~Grisy)": "κλειδί~τιμή (π.χ. όνομα~Grisy)",
|
||||||
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "κλειδί=\"value|value2\" (eg. όνομα=\"Παρίσι|Βερολίνο\")",
|
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "κλειδί=\"value|value2\" (eg. όνομα=\"Παρίσι|Βερολίνο\")",
|
||||||
"More info about Overpass syntax": "Περισσότερες πληροφορίες σχετικά με τη σύνταξη της Υπέρβασης",
|
"More info about Overpass syntax": "Περισσότερες πληροφορίες σχετικά με τη σύνταξη της Υπέρβασης",
|
||||||
"For more complex needs, see": "For more complex needs, see",
|
"For more complex needs, see": "Για πιο σύνθετες ανάγκες, βλ.",
|
||||||
"Choose data": "Choose data",
|
"Choose data": "Επιλογή δεδομένων",
|
||||||
"Choose the format": "Choose the format",
|
"Choose the format": "Επιλογή μορφοποίησης",
|
||||||
"Choose the layer": "Choose the layer",
|
"Choose the layer": "Επιλογή επιπέδου",
|
||||||
"Layer name": "Layer name",
|
"Layer name": "Όνομα επιπέδου",
|
||||||
"Choose import mode": "Choose import mode",
|
"Choose import mode": "Επιλογή τρόπου εισαγωγής",
|
||||||
"Copy into the layer": "Copy into the layer",
|
"Copy into the layer": "Αντιγραφή στο επίπεδο",
|
||||||
"Link to the layer as remote data": "Link to the layer as remote data",
|
"Link to the layer as remote data": "Σύνδεση με το επίπεδο ως απομακρυσμένα δεδομένα",
|
||||||
"Condition": "Συνθήκη",
|
"Condition": "Συνθήκη",
|
||||||
"key=value or key!=value": "key=value ή key!=value",
|
"key=value or key!=value": "key=value ή key!=value",
|
||||||
"Are you sure you want to delete this rule?": "Θέλετε σίγουρα να διαγραφεί αυτός ο κανόνας;",
|
"Are you sure you want to delete this rule?": "Θέλετε σίγουρα να διαγραφεί αυτός ο κανόνας;",
|
||||||
"empty rule": "κενός κανόνας",
|
"empty rule": "κενός κανόνας",
|
||||||
"Conditional style rules": "Κανόνες μορφοποίησης υπό όρους",
|
"Conditional style rules": "Κανόνες μορφοποίησης υπό όρους",
|
||||||
"Add rule": "Προσθήκη κανόνα",
|
"Add rule": "Προσθήκη κανόνα",
|
||||||
"Browser: data": "Browser: data",
|
"Browser: data": "Περιηγητής: δεδομένα",
|
||||||
"Browser: layers": "Browser: layers",
|
"Browser: layers": "Περιηγητής: επίπεδα",
|
||||||
"Browser: filters": "Browser: filters",
|
"Browser: filters": "Περιηγητής: φίλτρα",
|
||||||
"Enable real-time collaboration": "Enable real-time collaboration",
|
"Enable real-time collaboration": "Ενεργοποίηση συνεργασίας σε πραγματικό χρόνο",
|
||||||
"✅ Copied!": "✅ Αντιγράφηκε!",
|
"✅ Copied!": "✅ Αντιγράφηκε!",
|
||||||
"Choose a dataset": "Choose a dataset",
|
"Choose a dataset": "Επιλογή συνόλου δεδομένων",
|
||||||
"Choose this dataset": "Choose this dataset",
|
"Choose this dataset": "Επιλογή αυτού του συνόλου δεδομένων",
|
||||||
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: θεματικά δεδομένα από το OpenStreetMap",
|
||||||
"Choose a theme": "Choose a theme",
|
"Choose a theme": "Επιλογή θέματος",
|
||||||
"Symplify all geometries to points": "Symplify all geometries to points",
|
"Choose this data": "Επιλογή αυτών των δεδομένων",
|
||||||
"Choose this data": "Choose this data",
|
|
||||||
"Search admin boundary": "Αναζήτηση διοικητικού ορίου",
|
"Search admin boundary": "Αναζήτηση διοικητικού ορίου",
|
||||||
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
"Please choose a theme and a boundary first.": "Επιλέξτε πρώτα ένα θέμα και ένα όριο.",
|
||||||
"Expression": "Έκφραση",
|
"Expression": "Έκφραση",
|
||||||
"Geometry mode": "Λειτουργία γεωμετρίας",
|
"Geometry mode": "Λειτουργία γεωμετρίας",
|
||||||
"Only geometry centers": "Only geometry centers",
|
"Only geometry centers": "Μόνο γεωμετρικά κέντρα",
|
||||||
"Search area": "Search area",
|
"Search area": "Περιοχή αναζήτησης",
|
||||||
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
|
"Type area name, or let empty to load data in current map view": "Πληκτρολογήστε το όνομα της περιοχής ή αφήστε το κενό, για να φορτώσετε δεδομένα στην τρέχουσα προβολή χάρτη.",
|
||||||
"Data successfully imported!": "Data successfully imported!",
|
"Data successfully imported!": "Τα δεδομένα εισήχθησαν επιτυχώς!",
|
||||||
"Clear data": "Clear data",
|
"Clear data": "Εκκαθάριση δεδομένων",
|
||||||
"Remove layers": "Remove layers",
|
"Remove layers": "Αφαίρεση επιπέδων",
|
||||||
"Categorized": "Categorized",
|
"Categorized": "Κατηγοριοποιημένο",
|
||||||
"Alphabetical": "Alphabetical",
|
"Alphabetical": "Αλφαβητικά",
|
||||||
"Category property": "Category property",
|
"Category property": "Ιδιότητα κατηγορίας",
|
||||||
"Color palette": "Παλέτα χρωμάτων",
|
"Color palette": "Παλέτα χρωμάτων",
|
||||||
"Categories": "Κατηγορίες",
|
"Categories": "Κατηγορίες",
|
||||||
"Comma separated list of categories.": "Λίστα κατηγοριών χωρισμένες με κόμμα.",
|
"Comma separated list of categories.": "Λίστα κατηγοριών χωρισμένες με κόμμα.",
|
||||||
"Categories mode": "Λειτουργία κατηγοριών",
|
"Categories mode": "Λειτουργία κατηγοριών",
|
||||||
"Remove filter for this column": "Remove filter for this column",
|
"Remove filter for this column": "Αφαίρεση φίλτρου από αυτή τη στήλη",
|
||||||
"Add filter for this column": "Add filter for this column",
|
"Add filter for this column": "Προσθήκη φίλτρου από αυτή τη στήλη",
|
||||||
"Rename this column": "Rename this column",
|
"Rename this column": "Μετονομασία αυτής της στήλης",
|
||||||
"Delete this column": "Delete this column",
|
"Delete this column": "Διαγραφή αυτής της στήλης",
|
||||||
"Name “{name}” should not contain a dot.": "Name “{name}” should not contain a dot.",
|
"Name “{name}” should not contain a dot.": "Το όνομα \"{name}\" δεν πρέπει να περιέχει τελεία.",
|
||||||
"This name already exists: “{name}”": "This name already exists: “{name}”",
|
"This name already exists: “{name}”": "Αυτό το όνομα υπάρχει ήδη: \"{name}\"",
|
||||||
"Delete selected rows": "Delete selected rows",
|
"Delete selected rows": "Διαγραφή επιλεγμένων γραμμών",
|
||||||
"Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
|
"Found {count} rows. Are you sure you want to delete all?": "Βρέθηκαν {count} σειρές. Είστε σίγουροι ότι θέλετε να τις διαγράψετε όλες;",
|
||||||
"Expression is empty": "Η έκφραση είναι κενή",
|
"Expression is empty": "Η έκφραση είναι κενή",
|
||||||
"OK": "OK",
|
"OK": "OK",
|
||||||
"Cancel": "Άκυρο",
|
"Cancel": "Άκυρο",
|
||||||
"Attach map to a team": "Attach map to a team",
|
"Attach map to a team": "Σύνδεση χάρτη με μια ομάδα",
|
||||||
"Display the polygon inverted": "Display the polygon inverted",
|
"Display the polygon inverted": "Εμφανίζει το πολύγωνο ανεστραμμένο",
|
||||||
"Proportional circles": "Proportional circles",
|
"Proportional circles": "Αναλογικοί κύκλοι",
|
||||||
"Property name to compute circles": "Property name to compute circles",
|
"Property name to compute circles": "Όνομα ιδιότητας για τον υπολογισμό κύκλων",
|
||||||
"Min circle radius": "Min circle radius",
|
"Min circle radius": "Ελάχιστη ακτίνα κύκλου",
|
||||||
"Max circle radius": "Max circle radius",
|
"Max circle radius": "Μέγιστη ακτίνα κύκλου",
|
||||||
"Display the open browser control": "Display the open browser control",
|
"Display the open browser control": "Εμφάνιση του χειριστηρίου ανοικτού προγράμματος περιήγησης",
|
||||||
"Copy as GeoJSON": "Copy as GeoJSON",
|
"Copy as GeoJSON": "Αντιγραφή ως GeoJSON",
|
||||||
"Please zoom in to edit the geometry": "Please zoom in to edit the geometry",
|
"Please zoom in to edit the geometry": "Παρακαλώ εστιάστε για να επεξεργαστείτε τη γεωμετρία",
|
||||||
"New map": "New map",
|
"New map": "Νέος χάρτης",
|
||||||
"My maps": "My maps",
|
"My maps": "Οι χάρτες μου",
|
||||||
"My teams": "My teams",
|
"My teams": "Οι ομάδες μου",
|
||||||
"My profile": "My profile",
|
"My profile": "Το προφίλ μου",
|
||||||
"Type new owner's username": "Type new owner's username",
|
"Type new owner's username": "Πληκτρολογήστε το όνομα χρήστη του νέου ιδιοκτήτη",
|
||||||
"Type editor's username": "Type editor's username",
|
"Type editor's username": "Πληκτρολογήστε το όνομα χρήστη του συντάκτη",
|
||||||
"Map": "Map",
|
"Map": "Χάρτης",
|
||||||
"Manage collaborators": "Manage collaborators",
|
"Manage collaborators": "Διαχείριση συνεργατών",
|
||||||
"show/hide all layers": "show/hide all layers",
|
"show/hide all layers": "εμφάνιση/απόκρυψη όλων των επιπέδων",
|
||||||
"zoom to data extent": "zoom to data extent",
|
"zoom to data extent": "εστίαση στην έκταση των δεδομένων",
|
||||||
"download visible data": "download visible data",
|
"download visible data": "λήψη ορατών δεδομένων",
|
||||||
"Import helpers": "Import helpers",
|
"Import helpers": "Βοηθοί εισαγωγής",
|
||||||
"Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
|
"Import helpers will fill the URL field for you.": "Οι βοηθοί εισαγωγής θα συμπληρώσουν το πεδίο URL για εσάς.",
|
||||||
"Wikipedia": "Wikipedia",
|
"Wikipedia": "Wikipedia",
|
||||||
"Save draft": "Save draft",
|
"Save draft": "Αποθήκευση προσχεδίου",
|
||||||
"No data has been found for import": "No data has been found for import",
|
"No data has been found for import": "Δεν βρέθηκαν δεδομένα για την εισαγωγή",
|
||||||
"Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
|
"Successfully imported {count} feature(s)": "Εισήχθησαν επιτυχώς {count} χαρακτηριστικό(ά)",
|
||||||
"Disconnected": "Disconnected",
|
"Disconnected": "Αποσυνδεδεμένο",
|
||||||
"You must be logged in": "You must be logged in",
|
"You must be logged in": "Πρέπει να συνδεθείτε",
|
||||||
"on hover": "on hover",
|
"on hover": "στην αιώρηση",
|
||||||
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
|
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Δεν είναι δυνατή η φόρτωση απομακρυσμένων δεδομένων για το επίπεδο \"{layer}\" με url \"{url}\"",
|
||||||
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
|
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Δεν είναι δυνατή η ανάλυση απομακρυσμένων δεδομένων για το επίπεδο \"{layer}\" με url \"{url}\"",
|
||||||
"Import failed: invalid data": "Import failed: invalid data",
|
"Import failed: invalid data": "Η εισαγωγή απέτυχε: μη έγκυρα δεδομένα",
|
||||||
"Anonymous": "Anonymous",
|
"Anonymous": "Ανώνυμος",
|
||||||
"created at {date}": "created at {date}",
|
"created at {date}": "δημιουργήθηκε {ημερομηνία}",
|
||||||
"modified at {date}": "modified at {date}",
|
"modified at {date}": "τροποποιήθηκε {ημερομηνία}",
|
||||||
"Default zoom": "Default zoom",
|
"Default zoom": "Προκαθορισμένη εστίαση",
|
||||||
"Default latitude": "Default latitude",
|
"Default latitude": "Προκαθορισμένο γεωγραφικό πλάτος",
|
||||||
"Default longitude": "Default longitude",
|
"Default longitude": "Προκαθορισμένο γεωγραφικό μήκος",
|
||||||
"Edit map default view": "Edit map default view",
|
"Edit map default view": "Επεξεργασία προεπιλεγμένης προβολής χάρτη",
|
||||||
"Use current center and zoom": "Use current center and zoom",
|
"Use current center and zoom": "Χρήση τρέχοντος κέντρου και εστίασης",
|
||||||
"Layer permalink": "Layer permalink",
|
"Layer permalink": "Mόνιμο url του επιπέδου",
|
||||||
"Back to home": "Back to home",
|
"Back to home": "Επιστροφή στην αρχική σελίδα",
|
||||||
"Home logo": "Home logo",
|
"Home logo": "Λογότυπο αρχικής σελίδας",
|
||||||
"Add this geometry to my map": "Add this geometry to my map",
|
"Add this geometry to my map": "Προσθήκη αυτής της γεωμετρίας στο χάρτη μου",
|
||||||
"Add this place to my map": "Add this place to my map",
|
"Add this place to my map": "Προσθήκη αυτής της τοποθεσίας στον χάρτη μου",
|
||||||
"Cancel last edit": "Cancel last edit",
|
"Cancel last edit": "Ακύρωση τελευταίας επεξεργασίας",
|
||||||
"Redo last edit": "Redo last edit",
|
"Redo last edit": "Αναίρεση ακύρωσης τελευταίας επεξεργασίας",
|
||||||
"Links": "Links",
|
"Links": "Σύνδεσμοι",
|
||||||
"Images": "Images",
|
"Images": "Εικόνες",
|
||||||
"Iframes": "Iframes",
|
"Iframes": "Iframes",
|
||||||
"Tags": "Tags",
|
"Tags": "Ετικέτες",
|
||||||
"Geocode": "Geocode"
|
"Geocode": "Γεωκωδικοποίηση",
|
||||||
|
"Display the back to home icon": "Εμφάνιση του εικονιδίου επιστροφής στην αρχική σελίδα",
|
||||||
|
"Do you want to display layer switcher in caption bar?": "Θέλετε να εμφανίσετε τον διακόπτη επιπέδων στη γραμμή λεζάντας;",
|
||||||
|
"Simplify all geometries to points": "Απλοποίηση όλων των γεωμετριών σε σημεία",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
||||||
L.registerLocale("el", locale)
|
L.registerLocale("el", locale)
|
||||||
L.setLocale("el")
|
L.setLocale("el")
|
||||||
|
|
|
@ -45,7 +45,6 @@
|
||||||
"Cache proxied request": "Αίτημα μεσολάβησης προσωρινής μνήμης",
|
"Cache proxied request": "Αίτημα μεσολάβησης προσωρινής μνήμης",
|
||||||
"Caption": "Λεζάντα",
|
"Caption": "Λεζάντα",
|
||||||
"Center map on your location": "Κεντράρισμα του χάρτη στην τοποθεσία σας",
|
"Center map on your location": "Κεντράρισμα του χάρτη στην τοποθεσία σας",
|
||||||
"Change map background": "Αλλαγή υποβάθρου του χάρτη",
|
|
||||||
"Change tilelayers": "Αλλαγή χαρτογραφικού υπόβαθρου",
|
"Change tilelayers": "Αλλαγή χαρτογραφικού υπόβαθρου",
|
||||||
"Change": "Αλλαγή",
|
"Change": "Αλλαγή",
|
||||||
"Choose the data format": "Επιλογή μορφοποίησης δεδομένων",
|
"Choose the data format": "Επιλογή μορφοποίησης δεδομένων",
|
||||||
|
@ -434,109 +433,115 @@
|
||||||
"key~value (eg. name~Grisy)": "κλειδί~τιμή (π.χ. όνομα~Grisy)",
|
"key~value (eg. name~Grisy)": "κλειδί~τιμή (π.χ. όνομα~Grisy)",
|
||||||
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "κλειδί=\"value|value2\" (eg. όνομα=\"Παρίσι|Βερολίνο\")",
|
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "κλειδί=\"value|value2\" (eg. όνομα=\"Παρίσι|Βερολίνο\")",
|
||||||
"More info about Overpass syntax": "Περισσότερες πληροφορίες σχετικά με τη σύνταξη της Υπέρβασης",
|
"More info about Overpass syntax": "Περισσότερες πληροφορίες σχετικά με τη σύνταξη της Υπέρβασης",
|
||||||
"For more complex needs, see": "For more complex needs, see",
|
"For more complex needs, see": "Για πιο σύνθετες ανάγκες, βλ.",
|
||||||
"Choose data": "Choose data",
|
"Choose data": "Επιλογή δεδομένων",
|
||||||
"Choose the format": "Choose the format",
|
"Choose the format": "Επιλογή μορφοποίησης",
|
||||||
"Choose the layer": "Choose the layer",
|
"Choose the layer": "Επιλογή επιπέδου",
|
||||||
"Layer name": "Layer name",
|
"Layer name": "Όνομα επιπέδου",
|
||||||
"Choose import mode": "Choose import mode",
|
"Choose import mode": "Επιλογή τρόπου εισαγωγής",
|
||||||
"Copy into the layer": "Copy into the layer",
|
"Copy into the layer": "Αντιγραφή στο επίπεδο",
|
||||||
"Link to the layer as remote data": "Link to the layer as remote data",
|
"Link to the layer as remote data": "Σύνδεση με το επίπεδο ως απομακρυσμένα δεδομένα",
|
||||||
"Condition": "Συνθήκη",
|
"Condition": "Συνθήκη",
|
||||||
"key=value or key!=value": "key=value ή key!=value",
|
"key=value or key!=value": "key=value ή key!=value",
|
||||||
"Are you sure you want to delete this rule?": "Θέλετε σίγουρα να διαγραφεί αυτός ο κανόνας;",
|
"Are you sure you want to delete this rule?": "Θέλετε σίγουρα να διαγραφεί αυτός ο κανόνας;",
|
||||||
"empty rule": "κενός κανόνας",
|
"empty rule": "κενός κανόνας",
|
||||||
"Conditional style rules": "Κανόνες μορφοποίησης υπό όρους",
|
"Conditional style rules": "Κανόνες μορφοποίησης υπό όρους",
|
||||||
"Add rule": "Προσθήκη κανόνα",
|
"Add rule": "Προσθήκη κανόνα",
|
||||||
"Browser: data": "Browser: data",
|
"Browser: data": "Περιηγητής: δεδομένα",
|
||||||
"Browser: layers": "Browser: layers",
|
"Browser: layers": "Περιηγητής: επίπεδα",
|
||||||
"Browser: filters": "Browser: filters",
|
"Browser: filters": "Περιηγητής: φίλτρα",
|
||||||
"Enable real-time collaboration": "Enable real-time collaboration",
|
"Enable real-time collaboration": "Ενεργοποίηση συνεργασίας σε πραγματικό χρόνο",
|
||||||
"✅ Copied!": "✅ Αντιγράφηκε!",
|
"✅ Copied!": "✅ Αντιγράφηκε!",
|
||||||
"Choose a dataset": "Choose a dataset",
|
"Choose a dataset": "Επιλογή συνόλου δεδομένων",
|
||||||
"Choose this dataset": "Choose this dataset",
|
"Choose this dataset": "Επιλογή αυτού του συνόλου δεδομένων",
|
||||||
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: θεματικά δεδομένα από το OpenStreetMap",
|
||||||
"Choose a theme": "Choose a theme",
|
"Choose a theme": "Επιλογή θέματος",
|
||||||
"Symplify all geometries to points": "Symplify all geometries to points",
|
"Choose this data": "Επιλογή αυτών των δεδομένων",
|
||||||
"Choose this data": "Choose this data",
|
|
||||||
"Search admin boundary": "Αναζήτηση διοικητικού ορίου",
|
"Search admin boundary": "Αναζήτηση διοικητικού ορίου",
|
||||||
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
"Please choose a theme and a boundary first.": "Επιλέξτε πρώτα ένα θέμα και ένα όριο.",
|
||||||
"Expression": "Έκφραση",
|
"Expression": "Έκφραση",
|
||||||
"Geometry mode": "Λειτουργία γεωμετρίας",
|
"Geometry mode": "Λειτουργία γεωμετρίας",
|
||||||
"Only geometry centers": "Only geometry centers",
|
"Only geometry centers": "Μόνο γεωμετρικά κέντρα",
|
||||||
"Search area": "Search area",
|
"Search area": "Περιοχή αναζήτησης",
|
||||||
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
|
"Type area name, or let empty to load data in current map view": "Πληκτρολογήστε το όνομα της περιοχής ή αφήστε το κενό, για να φορτώσετε δεδομένα στην τρέχουσα προβολή χάρτη.",
|
||||||
"Data successfully imported!": "Data successfully imported!",
|
"Data successfully imported!": "Τα δεδομένα εισήχθησαν επιτυχώς!",
|
||||||
"Clear data": "Clear data",
|
"Clear data": "Εκκαθάριση δεδομένων",
|
||||||
"Remove layers": "Remove layers",
|
"Remove layers": "Αφαίρεση επιπέδων",
|
||||||
"Categorized": "Categorized",
|
"Categorized": "Κατηγοριοποιημένο",
|
||||||
"Alphabetical": "Alphabetical",
|
"Alphabetical": "Αλφαβητικά",
|
||||||
"Category property": "Category property",
|
"Category property": "Ιδιότητα κατηγορίας",
|
||||||
"Color palette": "Παλέτα χρωμάτων",
|
"Color palette": "Παλέτα χρωμάτων",
|
||||||
"Categories": "Κατηγορίες",
|
"Categories": "Κατηγορίες",
|
||||||
"Comma separated list of categories.": "Λίστα κατηγοριών χωρισμένες με κόμμα.",
|
"Comma separated list of categories.": "Λίστα κατηγοριών χωρισμένες με κόμμα.",
|
||||||
"Categories mode": "Λειτουργία κατηγοριών",
|
"Categories mode": "Λειτουργία κατηγοριών",
|
||||||
"Remove filter for this column": "Remove filter for this column",
|
"Remove filter for this column": "Αφαίρεση φίλτρου από αυτή τη στήλη",
|
||||||
"Add filter for this column": "Add filter for this column",
|
"Add filter for this column": "Προσθήκη φίλτρου από αυτή τη στήλη",
|
||||||
"Rename this column": "Rename this column",
|
"Rename this column": "Μετονομασία αυτής της στήλης",
|
||||||
"Delete this column": "Delete this column",
|
"Delete this column": "Διαγραφή αυτής της στήλης",
|
||||||
"Name “{name}” should not contain a dot.": "Name “{name}” should not contain a dot.",
|
"Name “{name}” should not contain a dot.": "Το όνομα \"{name}\" δεν πρέπει να περιέχει τελεία.",
|
||||||
"This name already exists: “{name}”": "This name already exists: “{name}”",
|
"This name already exists: “{name}”": "Αυτό το όνομα υπάρχει ήδη: \"{name}\"",
|
||||||
"Delete selected rows": "Delete selected rows",
|
"Delete selected rows": "Διαγραφή επιλεγμένων γραμμών",
|
||||||
"Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
|
"Found {count} rows. Are you sure you want to delete all?": "Βρέθηκαν {count} σειρές. Είστε σίγουροι ότι θέλετε να τις διαγράψετε όλες;",
|
||||||
"Expression is empty": "Η έκφραση είναι κενή",
|
"Expression is empty": "Η έκφραση είναι κενή",
|
||||||
"OK": "OK",
|
"OK": "OK",
|
||||||
"Cancel": "Άκυρο",
|
"Cancel": "Άκυρο",
|
||||||
"Attach map to a team": "Attach map to a team",
|
"Attach map to a team": "Σύνδεση χάρτη με μια ομάδα",
|
||||||
"Display the polygon inverted": "Display the polygon inverted",
|
"Display the polygon inverted": "Εμφανίζει το πολύγωνο ανεστραμμένο",
|
||||||
"Proportional circles": "Proportional circles",
|
"Proportional circles": "Αναλογικοί κύκλοι",
|
||||||
"Property name to compute circles": "Property name to compute circles",
|
"Property name to compute circles": "Όνομα ιδιότητας για τον υπολογισμό κύκλων",
|
||||||
"Min circle radius": "Min circle radius",
|
"Min circle radius": "Ελάχιστη ακτίνα κύκλου",
|
||||||
"Max circle radius": "Max circle radius",
|
"Max circle radius": "Μέγιστη ακτίνα κύκλου",
|
||||||
"Display the open browser control": "Display the open browser control",
|
"Display the open browser control": "Εμφάνιση του χειριστηρίου ανοικτού προγράμματος περιήγησης",
|
||||||
"Copy as GeoJSON": "Copy as GeoJSON",
|
"Copy as GeoJSON": "Αντιγραφή ως GeoJSON",
|
||||||
"Please zoom in to edit the geometry": "Please zoom in to edit the geometry",
|
"Please zoom in to edit the geometry": "Παρακαλώ εστιάστε για να επεξεργαστείτε τη γεωμετρία",
|
||||||
"New map": "New map",
|
"New map": "Νέος χάρτης",
|
||||||
"My maps": "My maps",
|
"My maps": "Οι χάρτες μου",
|
||||||
"My teams": "My teams",
|
"My teams": "Οι ομάδες μου",
|
||||||
"My profile": "My profile",
|
"My profile": "Το προφίλ μου",
|
||||||
"Type new owner's username": "Type new owner's username",
|
"Type new owner's username": "Πληκτρολογήστε το όνομα χρήστη του νέου ιδιοκτήτη",
|
||||||
"Type editor's username": "Type editor's username",
|
"Type editor's username": "Πληκτρολογήστε το όνομα χρήστη του συντάκτη",
|
||||||
"Map": "Map",
|
"Map": "Χάρτης",
|
||||||
"Manage collaborators": "Manage collaborators",
|
"Manage collaborators": "Διαχείριση συνεργατών",
|
||||||
"show/hide all layers": "show/hide all layers",
|
"show/hide all layers": "εμφάνιση/απόκρυψη όλων των επιπέδων",
|
||||||
"zoom to data extent": "zoom to data extent",
|
"zoom to data extent": "εστίαση στην έκταση των δεδομένων",
|
||||||
"download visible data": "download visible data",
|
"download visible data": "λήψη ορατών δεδομένων",
|
||||||
"Import helpers": "Import helpers",
|
"Import helpers": "Βοηθοί εισαγωγής",
|
||||||
"Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
|
"Import helpers will fill the URL field for you.": "Οι βοηθοί εισαγωγής θα συμπληρώσουν το πεδίο URL για εσάς.",
|
||||||
"Wikipedia": "Wikipedia",
|
"Wikipedia": "Wikipedia",
|
||||||
"Save draft": "Save draft",
|
"Save draft": "Αποθήκευση προσχεδίου",
|
||||||
"No data has been found for import": "No data has been found for import",
|
"No data has been found for import": "Δεν βρέθηκαν δεδομένα για την εισαγωγή",
|
||||||
"Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
|
"Successfully imported {count} feature(s)": "Εισήχθησαν επιτυχώς {count} χαρακτηριστικό(ά)",
|
||||||
"Disconnected": "Disconnected",
|
"Disconnected": "Αποσυνδεδεμένο",
|
||||||
"You must be logged in": "You must be logged in",
|
"You must be logged in": "Πρέπει να συνδεθείτε",
|
||||||
"on hover": "on hover",
|
"on hover": "στην αιώρηση",
|
||||||
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
|
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Δεν είναι δυνατή η φόρτωση απομακρυσμένων δεδομένων για το επίπεδο \"{layer}\" με url \"{url}\"",
|
||||||
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
|
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Δεν είναι δυνατή η ανάλυση απομακρυσμένων δεδομένων για το επίπεδο \"{layer}\" με url \"{url}\"",
|
||||||
"Import failed: invalid data": "Import failed: invalid data",
|
"Import failed: invalid data": "Η εισαγωγή απέτυχε: μη έγκυρα δεδομένα",
|
||||||
"Anonymous": "Anonymous",
|
"Anonymous": "Ανώνυμος",
|
||||||
"created at {date}": "created at {date}",
|
"created at {date}": "δημιουργήθηκε {ημερομηνία}",
|
||||||
"modified at {date}": "modified at {date}",
|
"modified at {date}": "τροποποιήθηκε {ημερομηνία}",
|
||||||
"Default zoom": "Default zoom",
|
"Default zoom": "Προκαθορισμένη εστίαση",
|
||||||
"Default latitude": "Default latitude",
|
"Default latitude": "Προκαθορισμένο γεωγραφικό πλάτος",
|
||||||
"Default longitude": "Default longitude",
|
"Default longitude": "Προκαθορισμένο γεωγραφικό μήκος",
|
||||||
"Edit map default view": "Edit map default view",
|
"Edit map default view": "Επεξεργασία προεπιλεγμένης προβολής χάρτη",
|
||||||
"Use current center and zoom": "Use current center and zoom",
|
"Use current center and zoom": "Χρήση τρέχοντος κέντρου και εστίασης",
|
||||||
"Layer permalink": "Layer permalink",
|
"Layer permalink": "Mόνιμο url του επιπέδου",
|
||||||
"Back to home": "Back to home",
|
"Back to home": "Επιστροφή στην αρχική σελίδα",
|
||||||
"Home logo": "Home logo",
|
"Home logo": "Λογότυπο αρχικής σελίδας",
|
||||||
"Add this geometry to my map": "Add this geometry to my map",
|
"Add this geometry to my map": "Προσθήκη αυτής της γεωμετρίας στο χάρτη μου",
|
||||||
"Add this place to my map": "Add this place to my map",
|
"Add this place to my map": "Προσθήκη αυτής της τοποθεσίας στον χάρτη μου",
|
||||||
"Cancel last edit": "Cancel last edit",
|
"Cancel last edit": "Ακύρωση τελευταίας επεξεργασίας",
|
||||||
"Redo last edit": "Redo last edit",
|
"Redo last edit": "Αναίρεση ακύρωσης τελευταίας επεξεργασίας",
|
||||||
"Links": "Links",
|
"Links": "Σύνδεσμοι",
|
||||||
"Images": "Images",
|
"Images": "Εικόνες",
|
||||||
"Iframes": "Iframes",
|
"Iframes": "Iframes",
|
||||||
"Tags": "Tags",
|
"Tags": "Ετικέτες",
|
||||||
"Geocode": "Geocode"
|
"Geocode": "Γεωκωδικοποίηση",
|
||||||
|
"Display the back to home icon": "Εμφάνιση του εικονιδίου επιστροφής στην αρχική σελίδα",
|
||||||
|
"Do you want to display layer switcher in caption bar?": "Θέλετε να εμφανίσετε τον διακόπτη επιπέδων στη γραμμή λεζάντας;",
|
||||||
|
"Simplify all geometries to points": "Απλοποίηση όλων των γεωμετριών σε σημεία",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
|
@ -45,7 +45,6 @@ const locale = {
|
||||||
"Cache proxied request": "Cache proxied request",
|
"Cache proxied request": "Cache proxied request",
|
||||||
"Caption": "Caption",
|
"Caption": "Caption",
|
||||||
"Center map on your location": "Center map on your location",
|
"Center map on your location": "Center map on your location",
|
||||||
"Change map background": "Change map background",
|
|
||||||
"Change tilelayers": "Change tilelayers",
|
"Change tilelayers": "Change tilelayers",
|
||||||
"Change": "Change",
|
"Change": "Change",
|
||||||
"Choose the data format": "Choose the data format",
|
"Choose the data format": "Choose the data format",
|
||||||
|
@ -540,7 +539,11 @@ const locale = {
|
||||||
"Geocode": "Geocode",
|
"Geocode": "Geocode",
|
||||||
"Display the back to home icon": "Display the back to home icon",
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
"Simplify all geometries to points": "Simplify all geometries to points"
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
||||||
L.registerLocale("en", locale)
|
L.registerLocale("en", locale)
|
||||||
L.setLocale("en")
|
L.setLocale("en")
|
||||||
|
|
|
@ -45,7 +45,6 @@
|
||||||
"Cache proxied request": "Cache proxied request",
|
"Cache proxied request": "Cache proxied request",
|
||||||
"Caption": "Caption",
|
"Caption": "Caption",
|
||||||
"Center map on your location": "Center map on your location",
|
"Center map on your location": "Center map on your location",
|
||||||
"Change map background": "Change map background",
|
|
||||||
"Change tilelayers": "Change tilelayers",
|
"Change tilelayers": "Change tilelayers",
|
||||||
"Change": "Change",
|
"Change": "Change",
|
||||||
"Choose the data format": "Choose the data format",
|
"Choose the data format": "Choose the data format",
|
||||||
|
@ -540,5 +539,9 @@
|
||||||
"Geocode": "Geocode",
|
"Geocode": "Geocode",
|
||||||
"Display the back to home icon": "Display the back to home icon",
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
"Simplify all geometries to points": "Simplify all geometries to points"
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
|
@ -45,7 +45,6 @@
|
||||||
"Cache proxied request": "Cache proxied request",
|
"Cache proxied request": "Cache proxied request",
|
||||||
"Caption": "Caption",
|
"Caption": "Caption",
|
||||||
"Center map on your location": "Center map on your location",
|
"Center map on your location": "Center map on your location",
|
||||||
"Change map background": "Change basemap",
|
|
||||||
"Change tilelayers": "Set map background",
|
"Change tilelayers": "Set map background",
|
||||||
"Change": "Change",
|
"Change": "Change",
|
||||||
"Choose the data format": "Choose...",
|
"Choose the data format": "Choose...",
|
||||||
|
@ -457,7 +456,6 @@
|
||||||
"Choose this dataset": "Choose this dataset",
|
"Choose this dataset": "Choose this dataset",
|
||||||
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
||||||
"Choose a theme": "Choose a theme",
|
"Choose a theme": "Choose a theme",
|
||||||
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
||||||
"Choose this data": "Choose this data",
|
"Choose this data": "Choose this data",
|
||||||
"Search admin boundary": "Search admin boundary",
|
"Search admin boundary": "Search admin boundary",
|
||||||
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
||||||
|
@ -538,5 +536,12 @@
|
||||||
"Images": "Images",
|
"Images": "Images",
|
||||||
"Iframes": "Iframes",
|
"Iframes": "Iframes",
|
||||||
"Tags": "Tags",
|
"Tags": "Tags",
|
||||||
"Geocode": "Geocode"
|
"Geocode": "Geocode",
|
||||||
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
|
@ -45,7 +45,6 @@ const locale = {
|
||||||
"Cache proxied request": "Almacenar en caché la solicitud de proxy",
|
"Cache proxied request": "Almacenar en caché la solicitud de proxy",
|
||||||
"Caption": "Leyenda",
|
"Caption": "Leyenda",
|
||||||
"Center map on your location": "Centrar el mapa en tu ubicación",
|
"Center map on your location": "Centrar el mapa en tu ubicación",
|
||||||
"Change map background": "Cambiar el fondo del mapa",
|
|
||||||
"Change tilelayers": "Cambiar capas de teselas",
|
"Change tilelayers": "Cambiar capas de teselas",
|
||||||
"Change": "Cambiar",
|
"Change": "Cambiar",
|
||||||
"Choose the data format": "Elegir el formato de datos",
|
"Choose the data format": "Elegir el formato de datos",
|
||||||
|
@ -526,21 +525,25 @@ const locale = {
|
||||||
"Default longitude": "Longitud predeterminada",
|
"Default longitude": "Longitud predeterminada",
|
||||||
"Edit map default view": "Editar vista predeterminada del mapa",
|
"Edit map default view": "Editar vista predeterminada del mapa",
|
||||||
"Use current center and zoom": "Usar el centro y zoom actuales",
|
"Use current center and zoom": "Usar el centro y zoom actuales",
|
||||||
"Layer permalink": "Layer permalink",
|
"Layer permalink": "Enlace permanente de la capa",
|
||||||
"Back to home": "Back to home",
|
"Back to home": "Volver al inicio",
|
||||||
"Home logo": "Home logo",
|
"Home logo": "Logo de inicio",
|
||||||
"Add this geometry to my map": "Add this geometry to my map",
|
"Add this geometry to my map": "Agregar esta geometría a mi mapa",
|
||||||
"Add this place to my map": "Add this place to my map",
|
"Add this place to my map": "Agregar este lugar a mi mapa",
|
||||||
"Cancel last edit": "Cancel last edit",
|
"Cancel last edit": "Cancelar la última edición",
|
||||||
"Redo last edit": "Redo last edit",
|
"Redo last edit": "Rehacer la última edición",
|
||||||
"Links": "Links",
|
"Links": "Enlaces",
|
||||||
"Images": "Images",
|
"Images": "Imágenes",
|
||||||
"Iframes": "Iframes",
|
"Iframes": "Iframes",
|
||||||
"Tags": "Tags",
|
"Tags": "Etiquetas",
|
||||||
"Geocode": "Geocode",
|
"Geocode": "Geocodificar",
|
||||||
"Display the back to home icon": "Display the back to home icon",
|
"Display the back to home icon": "Mostrar el ícono de volver al inicio",
|
||||||
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
"Do you want to display layer switcher in caption bar?": "¿Quieres mostrar el selector de capas en la barra de título?",
|
||||||
"Simplify all geometries to points": "Simplify all geometries to points"
|
"Simplify all geometries to points": "Simplificar todas las geometrías a puntos",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
||||||
L.registerLocale("es", locale)
|
L.registerLocale("es", locale)
|
||||||
L.setLocale("es")
|
L.setLocale("es")
|
||||||
|
|
|
@ -45,7 +45,6 @@
|
||||||
"Cache proxied request": "Almacenar en caché la solicitud de proxy",
|
"Cache proxied request": "Almacenar en caché la solicitud de proxy",
|
||||||
"Caption": "Leyenda",
|
"Caption": "Leyenda",
|
||||||
"Center map on your location": "Centrar el mapa en tu ubicación",
|
"Center map on your location": "Centrar el mapa en tu ubicación",
|
||||||
"Change map background": "Cambiar el fondo del mapa",
|
|
||||||
"Change tilelayers": "Cambiar capas de teselas",
|
"Change tilelayers": "Cambiar capas de teselas",
|
||||||
"Change": "Cambiar",
|
"Change": "Cambiar",
|
||||||
"Choose the data format": "Elegir el formato de datos",
|
"Choose the data format": "Elegir el formato de datos",
|
||||||
|
@ -526,19 +525,23 @@
|
||||||
"Default longitude": "Longitud predeterminada",
|
"Default longitude": "Longitud predeterminada",
|
||||||
"Edit map default view": "Editar vista predeterminada del mapa",
|
"Edit map default view": "Editar vista predeterminada del mapa",
|
||||||
"Use current center and zoom": "Usar el centro y zoom actuales",
|
"Use current center and zoom": "Usar el centro y zoom actuales",
|
||||||
"Layer permalink": "Layer permalink",
|
"Layer permalink": "Enlace permanente de la capa",
|
||||||
"Back to home": "Back to home",
|
"Back to home": "Volver al inicio",
|
||||||
"Home logo": "Home logo",
|
"Home logo": "Logo de inicio",
|
||||||
"Add this geometry to my map": "Add this geometry to my map",
|
"Add this geometry to my map": "Agregar esta geometría a mi mapa",
|
||||||
"Add this place to my map": "Add this place to my map",
|
"Add this place to my map": "Agregar este lugar a mi mapa",
|
||||||
"Cancel last edit": "Cancel last edit",
|
"Cancel last edit": "Cancelar la última edición",
|
||||||
"Redo last edit": "Redo last edit",
|
"Redo last edit": "Rehacer la última edición",
|
||||||
"Links": "Links",
|
"Links": "Enlaces",
|
||||||
"Images": "Images",
|
"Images": "Imágenes",
|
||||||
"Iframes": "Iframes",
|
"Iframes": "Iframes",
|
||||||
"Tags": "Tags",
|
"Tags": "Etiquetas",
|
||||||
"Geocode": "Geocode",
|
"Geocode": "Geocodificar",
|
||||||
"Display the back to home icon": "Display the back to home icon",
|
"Display the back to home icon": "Mostrar el ícono de volver al inicio",
|
||||||
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
"Do you want to display layer switcher in caption bar?": "¿Quieres mostrar el selector de capas en la barra de título?",
|
||||||
"Simplify all geometries to points": "Simplify all geometries to points"
|
"Simplify all geometries to points": "Simplificar todas las geometrías a puntos",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
|
@ -45,7 +45,6 @@ const locale = {
|
||||||
"Cache proxied request": "Cache proxied request",
|
"Cache proxied request": "Cache proxied request",
|
||||||
"Caption": "Legend",
|
"Caption": "Legend",
|
||||||
"Center map on your location": "Sea oma asukoht keskpunktiks",
|
"Center map on your location": "Sea oma asukoht keskpunktiks",
|
||||||
"Change map background": "Vaheta kaardi taust",
|
|
||||||
"Change tilelayers": "Vaheta kaardi taust",
|
"Change tilelayers": "Vaheta kaardi taust",
|
||||||
"Change": "Change",
|
"Change": "Change",
|
||||||
"Choose the data format": "Vali andmevorming",
|
"Choose the data format": "Vali andmevorming",
|
||||||
|
@ -457,7 +456,6 @@ const locale = {
|
||||||
"Choose this dataset": "Choose this dataset",
|
"Choose this dataset": "Choose this dataset",
|
||||||
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
||||||
"Choose a theme": "Choose a theme",
|
"Choose a theme": "Choose a theme",
|
||||||
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
||||||
"Choose this data": "Choose this data",
|
"Choose this data": "Choose this data",
|
||||||
"Search admin boundary": "Search admin boundary",
|
"Search admin boundary": "Search admin boundary",
|
||||||
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
||||||
|
@ -538,7 +536,14 @@ const locale = {
|
||||||
"Images": "Images",
|
"Images": "Images",
|
||||||
"Iframes": "Iframes",
|
"Iframes": "Iframes",
|
||||||
"Tags": "Tags",
|
"Tags": "Tags",
|
||||||
"Geocode": "Geocode"
|
"Geocode": "Geocode",
|
||||||
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
||||||
L.registerLocale("et", locale)
|
L.registerLocale("et", locale)
|
||||||
L.setLocale("et")
|
L.setLocale("et")
|
||||||
|
|
|
@ -45,7 +45,6 @@
|
||||||
"Cache proxied request": "Cache proxied request",
|
"Cache proxied request": "Cache proxied request",
|
||||||
"Caption": "Legend",
|
"Caption": "Legend",
|
||||||
"Center map on your location": "Sea oma asukoht keskpunktiks",
|
"Center map on your location": "Sea oma asukoht keskpunktiks",
|
||||||
"Change map background": "Vaheta kaardi taust",
|
|
||||||
"Change tilelayers": "Vaheta kaardi taust",
|
"Change tilelayers": "Vaheta kaardi taust",
|
||||||
"Change": "Change",
|
"Change": "Change",
|
||||||
"Choose the data format": "Vali andmevorming",
|
"Choose the data format": "Vali andmevorming",
|
||||||
|
@ -457,7 +456,6 @@
|
||||||
"Choose this dataset": "Choose this dataset",
|
"Choose this dataset": "Choose this dataset",
|
||||||
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
||||||
"Choose a theme": "Choose a theme",
|
"Choose a theme": "Choose a theme",
|
||||||
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
||||||
"Choose this data": "Choose this data",
|
"Choose this data": "Choose this data",
|
||||||
"Search admin boundary": "Search admin boundary",
|
"Search admin boundary": "Search admin boundary",
|
||||||
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
||||||
|
@ -538,5 +536,12 @@
|
||||||
"Images": "Images",
|
"Images": "Images",
|
||||||
"Iframes": "Iframes",
|
"Iframes": "Iframes",
|
||||||
"Tags": "Tags",
|
"Tags": "Tags",
|
||||||
"Geocode": "Geocode"
|
"Geocode": "Geocode",
|
||||||
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
|
@ -45,7 +45,6 @@ const locale = {
|
||||||
"Cache proxied request": "Cache proxy eskaera",
|
"Cache proxied request": "Cache proxy eskaera",
|
||||||
"Caption": "Testua",
|
"Caption": "Testua",
|
||||||
"Center map on your location": "Zentratu mapa zure kokapenean",
|
"Center map on your location": "Zentratu mapa zure kokapenean",
|
||||||
"Change map background": "Aldatu maparen atzeko planoa",
|
|
||||||
"Change tilelayers": "Aldatu lauzen geruza",
|
"Change tilelayers": "Aldatu lauzen geruza",
|
||||||
"Change": "Aldatu",
|
"Change": "Aldatu",
|
||||||
"Choose the data format": "Aukeratu data-formatua",
|
"Choose the data format": "Aukeratu data-formatua",
|
||||||
|
@ -540,7 +539,11 @@ const locale = {
|
||||||
"Geocode": "Geocode",
|
"Geocode": "Geocode",
|
||||||
"Display the back to home icon": "Display the back to home icon",
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
"Simplify all geometries to points": "Simplify all geometries to points"
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
||||||
L.registerLocale("eu", locale)
|
L.registerLocale("eu", locale)
|
||||||
L.setLocale("eu")
|
L.setLocale("eu")
|
||||||
|
|
|
@ -45,7 +45,6 @@
|
||||||
"Cache proxied request": "Cache proxy eskaera",
|
"Cache proxied request": "Cache proxy eskaera",
|
||||||
"Caption": "Testua",
|
"Caption": "Testua",
|
||||||
"Center map on your location": "Zentratu mapa zure kokapenean",
|
"Center map on your location": "Zentratu mapa zure kokapenean",
|
||||||
"Change map background": "Aldatu maparen atzeko planoa",
|
|
||||||
"Change tilelayers": "Aldatu lauzen geruza",
|
"Change tilelayers": "Aldatu lauzen geruza",
|
||||||
"Change": "Aldatu",
|
"Change": "Aldatu",
|
||||||
"Choose the data format": "Aukeratu data-formatua",
|
"Choose the data format": "Aukeratu data-formatua",
|
||||||
|
@ -540,5 +539,9 @@
|
||||||
"Geocode": "Geocode",
|
"Geocode": "Geocode",
|
||||||
"Display the back to home icon": "Display the back to home icon",
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
"Simplify all geometries to points": "Simplify all geometries to points"
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
|
@ -45,7 +45,6 @@ const locale = {
|
||||||
"Cache proxied request": "حفظ موقت درخواست پراکسیشده",
|
"Cache proxied request": "حفظ موقت درخواست پراکسیشده",
|
||||||
"Caption": "درباره",
|
"Caption": "درباره",
|
||||||
"Center map on your location": "تنظیم مرکز نقشه روی موقعیت شما",
|
"Center map on your location": "تنظیم مرکز نقشه روی موقعیت شما",
|
||||||
"Change map background": "تغییر پسزمینهٔ نقشه",
|
|
||||||
"Change tilelayers": "لایهٔ کاشی را تغییر دهید",
|
"Change tilelayers": "لایهٔ کاشی را تغییر دهید",
|
||||||
"Change": "تغییر",
|
"Change": "تغییر",
|
||||||
"Choose the data format": "قالب داده را انتخاب کنید",
|
"Choose the data format": "قالب داده را انتخاب کنید",
|
||||||
|
@ -540,7 +539,11 @@ const locale = {
|
||||||
"Geocode": "Geocode",
|
"Geocode": "Geocode",
|
||||||
"Display the back to home icon": "Display the back to home icon",
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
"Simplify all geometries to points": "Simplify all geometries to points"
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
||||||
L.registerLocale("fa_IR", locale)
|
L.registerLocale("fa_IR", locale)
|
||||||
L.setLocale("fa_IR")
|
L.setLocale("fa_IR")
|
||||||
|
|
|
@ -45,7 +45,6 @@
|
||||||
"Cache proxied request": "حفظ موقت درخواست پراکسیشده",
|
"Cache proxied request": "حفظ موقت درخواست پراکسیشده",
|
||||||
"Caption": "درباره",
|
"Caption": "درباره",
|
||||||
"Center map on your location": "تنظیم مرکز نقشه روی موقعیت شما",
|
"Center map on your location": "تنظیم مرکز نقشه روی موقعیت شما",
|
||||||
"Change map background": "تغییر پسزمینهٔ نقشه",
|
|
||||||
"Change tilelayers": "لایهٔ کاشی را تغییر دهید",
|
"Change tilelayers": "لایهٔ کاشی را تغییر دهید",
|
||||||
"Change": "تغییر",
|
"Change": "تغییر",
|
||||||
"Choose the data format": "قالب داده را انتخاب کنید",
|
"Choose the data format": "قالب داده را انتخاب کنید",
|
||||||
|
@ -540,5 +539,9 @@
|
||||||
"Geocode": "Geocode",
|
"Geocode": "Geocode",
|
||||||
"Display the back to home icon": "Display the back to home icon",
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
"Simplify all geometries to points": "Simplify all geometries to points"
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
|
@ -45,7 +45,6 @@ const locale = {
|
||||||
"Cache proxied request": "Cache proxied request",
|
"Cache proxied request": "Cache proxied request",
|
||||||
"Caption": "Kuvateksti",
|
"Caption": "Kuvateksti",
|
||||||
"Center map on your location": "Keskitä kartta sijaintiisi",
|
"Center map on your location": "Keskitä kartta sijaintiisi",
|
||||||
"Change map background": "Vaihda taustakarttaa",
|
|
||||||
"Change tilelayers": "Muuta karttavaihtoehtoja",
|
"Change tilelayers": "Muuta karttavaihtoehtoja",
|
||||||
"Change": "Change",
|
"Change": "Change",
|
||||||
"Choose the data format": "Valitse päivämäärän muoto",
|
"Choose the data format": "Valitse päivämäärän muoto",
|
||||||
|
@ -457,7 +456,6 @@ const locale = {
|
||||||
"Choose this dataset": "Choose this dataset",
|
"Choose this dataset": "Choose this dataset",
|
||||||
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
||||||
"Choose a theme": "Choose a theme",
|
"Choose a theme": "Choose a theme",
|
||||||
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
||||||
"Choose this data": "Choose this data",
|
"Choose this data": "Choose this data",
|
||||||
"Search admin boundary": "Search admin boundary",
|
"Search admin boundary": "Search admin boundary",
|
||||||
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
||||||
|
@ -538,7 +536,14 @@ const locale = {
|
||||||
"Images": "Images",
|
"Images": "Images",
|
||||||
"Iframes": "Iframes",
|
"Iframes": "Iframes",
|
||||||
"Tags": "Tags",
|
"Tags": "Tags",
|
||||||
"Geocode": "Geocode"
|
"Geocode": "Geocode",
|
||||||
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
||||||
L.registerLocale("fi", locale)
|
L.registerLocale("fi", locale)
|
||||||
L.setLocale("fi")
|
L.setLocale("fi")
|
||||||
|
|
|
@ -45,7 +45,6 @@
|
||||||
"Cache proxied request": "Cache proxied request",
|
"Cache proxied request": "Cache proxied request",
|
||||||
"Caption": "Kuvateksti",
|
"Caption": "Kuvateksti",
|
||||||
"Center map on your location": "Keskitä kartta sijaintiisi",
|
"Center map on your location": "Keskitä kartta sijaintiisi",
|
||||||
"Change map background": "Vaihda taustakarttaa",
|
|
||||||
"Change tilelayers": "Muuta karttavaihtoehtoja",
|
"Change tilelayers": "Muuta karttavaihtoehtoja",
|
||||||
"Change": "Change",
|
"Change": "Change",
|
||||||
"Choose the data format": "Valitse päivämäärän muoto",
|
"Choose the data format": "Valitse päivämäärän muoto",
|
||||||
|
@ -457,7 +456,6 @@
|
||||||
"Choose this dataset": "Choose this dataset",
|
"Choose this dataset": "Choose this dataset",
|
||||||
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
||||||
"Choose a theme": "Choose a theme",
|
"Choose a theme": "Choose a theme",
|
||||||
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
||||||
"Choose this data": "Choose this data",
|
"Choose this data": "Choose this data",
|
||||||
"Search admin boundary": "Search admin boundary",
|
"Search admin boundary": "Search admin boundary",
|
||||||
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
||||||
|
@ -538,5 +536,12 @@
|
||||||
"Images": "Images",
|
"Images": "Images",
|
||||||
"Iframes": "Iframes",
|
"Iframes": "Iframes",
|
||||||
"Tags": "Tags",
|
"Tags": "Tags",
|
||||||
"Geocode": "Geocode"
|
"Geocode": "Geocode",
|
||||||
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
|
@ -45,7 +45,6 @@ const locale = {
|
||||||
"Cache proxied request": "Cacher la requête avec proxy",
|
"Cache proxied request": "Cacher la requête avec proxy",
|
||||||
"Caption": "Légende",
|
"Caption": "Légende",
|
||||||
"Center map on your location": "Centrer la carte sur votre position",
|
"Center map on your location": "Centrer la carte sur votre position",
|
||||||
"Change map background": "Changer le fond de carte",
|
|
||||||
"Change tilelayers": "Changer le fond de carte",
|
"Change tilelayers": "Changer le fond de carte",
|
||||||
"Change": "Modifier",
|
"Change": "Modifier",
|
||||||
"Choose the data format": "Choisir le format des données",
|
"Choose the data format": "Choisir le format des données",
|
||||||
|
@ -540,7 +539,11 @@ const locale = {
|
||||||
"Geocode": "Géocoder",
|
"Geocode": "Géocoder",
|
||||||
"Display the back to home icon": "Afficher le bouton de retour à l'accueil",
|
"Display the back to home icon": "Afficher le bouton de retour à l'accueil",
|
||||||
"Do you want to display layer switcher in caption bar?": "Afficher un sélecteur de calques dans la barre de légende ?",
|
"Do you want to display layer switcher in caption bar?": "Afficher un sélecteur de calques dans la barre de légende ?",
|
||||||
"Simplify all geometries to points": "Simplifier les géométries en points"
|
"Simplify all geometries to points": "Simplifier les géométries en points",
|
||||||
|
"Back to list": "Retour à la liste",
|
||||||
|
"Toggle rule": "Permuter la règle",
|
||||||
|
"Delete rule": "Supprimer la règle",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Impossible d'enregistrer le calque, veuillez réessayer dans quelques minutes."
|
||||||
}
|
}
|
||||||
L.registerLocale("fr", locale)
|
L.registerLocale("fr", locale)
|
||||||
L.setLocale("fr")
|
L.setLocale("fr")
|
||||||
|
|
|
@ -45,7 +45,6 @@
|
||||||
"Cache proxied request": "Cacher la requête avec proxy",
|
"Cache proxied request": "Cacher la requête avec proxy",
|
||||||
"Caption": "Légende",
|
"Caption": "Légende",
|
||||||
"Center map on your location": "Centrer la carte sur votre position",
|
"Center map on your location": "Centrer la carte sur votre position",
|
||||||
"Change map background": "Changer le fond de carte",
|
|
||||||
"Change tilelayers": "Changer le fond de carte",
|
"Change tilelayers": "Changer le fond de carte",
|
||||||
"Change": "Modifier",
|
"Change": "Modifier",
|
||||||
"Choose the data format": "Choisir le format des données",
|
"Choose the data format": "Choisir le format des données",
|
||||||
|
@ -540,5 +539,9 @@
|
||||||
"Geocode": "Géocoder",
|
"Geocode": "Géocoder",
|
||||||
"Display the back to home icon": "Afficher le bouton de retour à l'accueil",
|
"Display the back to home icon": "Afficher le bouton de retour à l'accueil",
|
||||||
"Do you want to display layer switcher in caption bar?": "Afficher un sélecteur de calques dans la barre de légende ?",
|
"Do you want to display layer switcher in caption bar?": "Afficher un sélecteur de calques dans la barre de légende ?",
|
||||||
"Simplify all geometries to points": "Simplifier les géométries en points"
|
"Simplify all geometries to points": "Simplifier les géométries en points",
|
||||||
|
"Back to list": "Retour à la liste",
|
||||||
|
"Toggle rule": "Permuter la règle",
|
||||||
|
"Delete rule": "Supprimer la règle",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Impossible d'enregistrer le calque, veuillez réessayer dans quelques minutes."
|
||||||
}
|
}
|
|
@ -45,7 +45,6 @@ const locale = {
|
||||||
"Cache proxied request": "Solicitude de proxy da memoria tobo",
|
"Cache proxied request": "Solicitude de proxy da memoria tobo",
|
||||||
"Caption": "Lenda",
|
"Caption": "Lenda",
|
||||||
"Center map on your location": "Centrar o mapa na túa posición",
|
"Center map on your location": "Centrar o mapa na túa posición",
|
||||||
"Change map background": "Cambiar o mapa do fondo",
|
|
||||||
"Change tilelayers": "Cambiar as capas de teselas",
|
"Change tilelayers": "Cambiar as capas de teselas",
|
||||||
"Change": "Cambiar",
|
"Change": "Cambiar",
|
||||||
"Choose the data format": "Escoller o formato de datos",
|
"Choose the data format": "Escoller o formato de datos",
|
||||||
|
@ -540,7 +539,11 @@ const locale = {
|
||||||
"Geocode": "Geocode",
|
"Geocode": "Geocode",
|
||||||
"Display the back to home icon": "Display the back to home icon",
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
"Simplify all geometries to points": "Simplify all geometries to points"
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
||||||
L.registerLocale("gl", locale)
|
L.registerLocale("gl", locale)
|
||||||
L.setLocale("gl")
|
L.setLocale("gl")
|
||||||
|
|
|
@ -45,7 +45,6 @@
|
||||||
"Cache proxied request": "Solicitude de proxy da memoria tobo",
|
"Cache proxied request": "Solicitude de proxy da memoria tobo",
|
||||||
"Caption": "Lenda",
|
"Caption": "Lenda",
|
||||||
"Center map on your location": "Centrar o mapa na túa posición",
|
"Center map on your location": "Centrar o mapa na túa posición",
|
||||||
"Change map background": "Cambiar o mapa do fondo",
|
|
||||||
"Change tilelayers": "Cambiar as capas de teselas",
|
"Change tilelayers": "Cambiar as capas de teselas",
|
||||||
"Change": "Cambiar",
|
"Change": "Cambiar",
|
||||||
"Choose the data format": "Escoller o formato de datos",
|
"Choose the data format": "Escoller o formato de datos",
|
||||||
|
@ -540,5 +539,9 @@
|
||||||
"Geocode": "Geocode",
|
"Geocode": "Geocode",
|
||||||
"Display the back to home icon": "Display the back to home icon",
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
"Simplify all geometries to points": "Simplify all geometries to points"
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
|
@ -45,7 +45,6 @@ const locale = {
|
||||||
"Cache proxied request": "שמירת בקשות שעברו דרך המתווך במטמון",
|
"Cache proxied request": "שמירת בקשות שעברו דרך המתווך במטמון",
|
||||||
"Caption": "כותרת",
|
"Caption": "כותרת",
|
||||||
"Center map on your location": "מרכוז המפה על המיקום שלך",
|
"Center map on your location": "מרכוז המפה על המיקום שלך",
|
||||||
"Change map background": "החלפת רקע המפה",
|
|
||||||
"Change tilelayers": "החלפת שכבות אריחים",
|
"Change tilelayers": "החלפת שכבות אריחים",
|
||||||
"Change": "Change",
|
"Change": "Change",
|
||||||
"Choose the data format": "נא לבחור את מבנה הנתונים",
|
"Choose the data format": "נא לבחור את מבנה הנתונים",
|
||||||
|
@ -457,7 +456,6 @@ const locale = {
|
||||||
"Choose this dataset": "Choose this dataset",
|
"Choose this dataset": "Choose this dataset",
|
||||||
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
||||||
"Choose a theme": "Choose a theme",
|
"Choose a theme": "Choose a theme",
|
||||||
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
||||||
"Choose this data": "Choose this data",
|
"Choose this data": "Choose this data",
|
||||||
"Search admin boundary": "Search admin boundary",
|
"Search admin boundary": "Search admin boundary",
|
||||||
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
||||||
|
@ -538,7 +536,14 @@ const locale = {
|
||||||
"Images": "Images",
|
"Images": "Images",
|
||||||
"Iframes": "Iframes",
|
"Iframes": "Iframes",
|
||||||
"Tags": "Tags",
|
"Tags": "Tags",
|
||||||
"Geocode": "Geocode"
|
"Geocode": "Geocode",
|
||||||
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
||||||
L.registerLocale("he", locale)
|
L.registerLocale("he", locale)
|
||||||
L.setLocale("he")
|
L.setLocale("he")
|
||||||
|
|
|
@ -45,7 +45,6 @@
|
||||||
"Cache proxied request": "שמירת בקשות שעברו דרך המתווך במטמון",
|
"Cache proxied request": "שמירת בקשות שעברו דרך המתווך במטמון",
|
||||||
"Caption": "כותרת",
|
"Caption": "כותרת",
|
||||||
"Center map on your location": "מרכוז המפה על המיקום שלך",
|
"Center map on your location": "מרכוז המפה על המיקום שלך",
|
||||||
"Change map background": "החלפת רקע המפה",
|
|
||||||
"Change tilelayers": "החלפת שכבות אריחים",
|
"Change tilelayers": "החלפת שכבות אריחים",
|
||||||
"Change": "Change",
|
"Change": "Change",
|
||||||
"Choose the data format": "נא לבחור את מבנה הנתונים",
|
"Choose the data format": "נא לבחור את מבנה הנתונים",
|
||||||
|
@ -457,7 +456,6 @@
|
||||||
"Choose this dataset": "Choose this dataset",
|
"Choose this dataset": "Choose this dataset",
|
||||||
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
||||||
"Choose a theme": "Choose a theme",
|
"Choose a theme": "Choose a theme",
|
||||||
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
||||||
"Choose this data": "Choose this data",
|
"Choose this data": "Choose this data",
|
||||||
"Search admin boundary": "Search admin boundary",
|
"Search admin boundary": "Search admin boundary",
|
||||||
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
||||||
|
@ -538,5 +536,12 @@
|
||||||
"Images": "Images",
|
"Images": "Images",
|
||||||
"Iframes": "Iframes",
|
"Iframes": "Iframes",
|
||||||
"Tags": "Tags",
|
"Tags": "Tags",
|
||||||
"Geocode": "Geocode"
|
"Geocode": "Geocode",
|
||||||
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
|
@ -45,7 +45,6 @@ const locale = {
|
||||||
"Cache proxied request": "Cache proxied request",
|
"Cache proxied request": "Cache proxied request",
|
||||||
"Caption": "Napomena",
|
"Caption": "Napomena",
|
||||||
"Center map on your location": "Center map on your location",
|
"Center map on your location": "Center map on your location",
|
||||||
"Change map background": "Promjeni pozadinu karte",
|
|
||||||
"Change tilelayers": "Promeni naslov layera",
|
"Change tilelayers": "Promeni naslov layera",
|
||||||
"Change": "Change",
|
"Change": "Change",
|
||||||
"Choose the data format": "Odaberi format datuma",
|
"Choose the data format": "Odaberi format datuma",
|
||||||
|
@ -457,7 +456,6 @@ const locale = {
|
||||||
"Choose this dataset": "Choose this dataset",
|
"Choose this dataset": "Choose this dataset",
|
||||||
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
||||||
"Choose a theme": "Choose a theme",
|
"Choose a theme": "Choose a theme",
|
||||||
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
||||||
"Choose this data": "Choose this data",
|
"Choose this data": "Choose this data",
|
||||||
"Search admin boundary": "Search admin boundary",
|
"Search admin boundary": "Search admin boundary",
|
||||||
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
||||||
|
@ -538,7 +536,14 @@ const locale = {
|
||||||
"Images": "Images",
|
"Images": "Images",
|
||||||
"Iframes": "Iframes",
|
"Iframes": "Iframes",
|
||||||
"Tags": "Tags",
|
"Tags": "Tags",
|
||||||
"Geocode": "Geocode"
|
"Geocode": "Geocode",
|
||||||
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
||||||
L.registerLocale("hr", locale)
|
L.registerLocale("hr", locale)
|
||||||
L.setLocale("hr")
|
L.setLocale("hr")
|
||||||
|
|
|
@ -45,7 +45,6 @@
|
||||||
"Cache proxied request": "Cache proxied request",
|
"Cache proxied request": "Cache proxied request",
|
||||||
"Caption": "Napomena",
|
"Caption": "Napomena",
|
||||||
"Center map on your location": "Center map on your location",
|
"Center map on your location": "Center map on your location",
|
||||||
"Change map background": "Promjeni pozadinu karte",
|
|
||||||
"Change tilelayers": "Promeni naslov layera",
|
"Change tilelayers": "Promeni naslov layera",
|
||||||
"Change": "Change",
|
"Change": "Change",
|
||||||
"Choose the data format": "Odaberi format datuma",
|
"Choose the data format": "Odaberi format datuma",
|
||||||
|
@ -457,7 +456,6 @@
|
||||||
"Choose this dataset": "Choose this dataset",
|
"Choose this dataset": "Choose this dataset",
|
||||||
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
||||||
"Choose a theme": "Choose a theme",
|
"Choose a theme": "Choose a theme",
|
||||||
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
||||||
"Choose this data": "Choose this data",
|
"Choose this data": "Choose this data",
|
||||||
"Search admin boundary": "Search admin boundary",
|
"Search admin boundary": "Search admin boundary",
|
||||||
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
||||||
|
@ -538,5 +536,12 @@
|
||||||
"Images": "Images",
|
"Images": "Images",
|
||||||
"Iframes": "Iframes",
|
"Iframes": "Iframes",
|
||||||
"Tags": "Tags",
|
"Tags": "Tags",
|
||||||
"Geocode": "Geocode"
|
"Geocode": "Geocode",
|
||||||
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
|
@ -45,7 +45,6 @@ const locale = {
|
||||||
"Cache proxied request": "Proxy keresztül továbbított gyorsítótárkérés",
|
"Cache proxied request": "Proxy keresztül továbbított gyorsítótárkérés",
|
||||||
"Caption": "Leírás",
|
"Caption": "Leírás",
|
||||||
"Center map on your location": "A térkép közepének igazítása a saját pozícióhoz",
|
"Center map on your location": "A térkép közepének igazítása a saját pozícióhoz",
|
||||||
"Change map background": "Térkép hátterének módosítása",
|
|
||||||
"Change tilelayers": "Mozaikrétegek módosítása",
|
"Change tilelayers": "Mozaikrétegek módosítása",
|
||||||
"Change": "Módosítás",
|
"Change": "Módosítás",
|
||||||
"Choose the data format": "Adatformátum kiválasztása",
|
"Choose the data format": "Adatformátum kiválasztása",
|
||||||
|
@ -540,7 +539,11 @@ const locale = {
|
||||||
"Geocode": "Geocode",
|
"Geocode": "Geocode",
|
||||||
"Display the back to home icon": "Display the back to home icon",
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
"Simplify all geometries to points": "Simplify all geometries to points"
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
||||||
L.registerLocale("hu", locale)
|
L.registerLocale("hu", locale)
|
||||||
L.setLocale("hu")
|
L.setLocale("hu")
|
||||||
|
|
|
@ -45,7 +45,6 @@
|
||||||
"Cache proxied request": "Proxy keresztül továbbított gyorsítótárkérés",
|
"Cache proxied request": "Proxy keresztül továbbított gyorsítótárkérés",
|
||||||
"Caption": "Leírás",
|
"Caption": "Leírás",
|
||||||
"Center map on your location": "A térkép közepének igazítása a saját pozícióhoz",
|
"Center map on your location": "A térkép közepének igazítása a saját pozícióhoz",
|
||||||
"Change map background": "Térkép hátterének módosítása",
|
|
||||||
"Change tilelayers": "Mozaikrétegek módosítása",
|
"Change tilelayers": "Mozaikrétegek módosítása",
|
||||||
"Change": "Módosítás",
|
"Change": "Módosítás",
|
||||||
"Choose the data format": "Adatformátum kiválasztása",
|
"Choose the data format": "Adatformátum kiválasztása",
|
||||||
|
@ -540,5 +539,9 @@
|
||||||
"Geocode": "Geocode",
|
"Geocode": "Geocode",
|
||||||
"Display the back to home icon": "Display the back to home icon",
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
"Simplify all geometries to points": "Simplify all geometries to points"
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
|
@ -45,7 +45,6 @@ const locale = {
|
||||||
"Cache proxied request": "Cache proxied request",
|
"Cache proxied request": "Cache proxied request",
|
||||||
"Caption": "Caption",
|
"Caption": "Caption",
|
||||||
"Center map on your location": "Center map on your location",
|
"Center map on your location": "Center map on your location",
|
||||||
"Change map background": "Change map background",
|
|
||||||
"Change tilelayers": "Change tilelayers",
|
"Change tilelayers": "Change tilelayers",
|
||||||
"Change": "Change",
|
"Change": "Change",
|
||||||
"Choose the data format": "Choose the data format",
|
"Choose the data format": "Choose the data format",
|
||||||
|
@ -457,7 +456,6 @@ const locale = {
|
||||||
"Choose this dataset": "Choose this dataset",
|
"Choose this dataset": "Choose this dataset",
|
||||||
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
||||||
"Choose a theme": "Choose a theme",
|
"Choose a theme": "Choose a theme",
|
||||||
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
||||||
"Choose this data": "Choose this data",
|
"Choose this data": "Choose this data",
|
||||||
"Search admin boundary": "Search admin boundary",
|
"Search admin boundary": "Search admin boundary",
|
||||||
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
||||||
|
@ -538,7 +536,14 @@ const locale = {
|
||||||
"Images": "Images",
|
"Images": "Images",
|
||||||
"Iframes": "Iframes",
|
"Iframes": "Iframes",
|
||||||
"Tags": "Tags",
|
"Tags": "Tags",
|
||||||
"Geocode": "Geocode"
|
"Geocode": "Geocode",
|
||||||
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
||||||
L.registerLocale("id", locale)
|
L.registerLocale("id", locale)
|
||||||
L.setLocale("id")
|
L.setLocale("id")
|
||||||
|
|
|
@ -45,7 +45,6 @@
|
||||||
"Cache proxied request": "Cache proxied request",
|
"Cache proxied request": "Cache proxied request",
|
||||||
"Caption": "Caption",
|
"Caption": "Caption",
|
||||||
"Center map on your location": "Center map on your location",
|
"Center map on your location": "Center map on your location",
|
||||||
"Change map background": "Change map background",
|
|
||||||
"Change tilelayers": "Change tilelayers",
|
"Change tilelayers": "Change tilelayers",
|
||||||
"Change": "Change",
|
"Change": "Change",
|
||||||
"Choose the data format": "Choose the data format",
|
"Choose the data format": "Choose the data format",
|
||||||
|
@ -457,7 +456,6 @@
|
||||||
"Choose this dataset": "Choose this dataset",
|
"Choose this dataset": "Choose this dataset",
|
||||||
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
||||||
"Choose a theme": "Choose a theme",
|
"Choose a theme": "Choose a theme",
|
||||||
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
||||||
"Choose this data": "Choose this data",
|
"Choose this data": "Choose this data",
|
||||||
"Search admin boundary": "Search admin boundary",
|
"Search admin boundary": "Search admin boundary",
|
||||||
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
||||||
|
@ -538,5 +536,12 @@
|
||||||
"Images": "Images",
|
"Images": "Images",
|
||||||
"Iframes": "Iframes",
|
"Iframes": "Iframes",
|
||||||
"Tags": "Tags",
|
"Tags": "Tags",
|
||||||
"Geocode": "Geocode"
|
"Geocode": "Geocode",
|
||||||
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
|
@ -45,7 +45,6 @@ const locale = {
|
||||||
"Cache proxied request": "Setja milliþjónabeiðnir í skyndiminni",
|
"Cache proxied request": "Setja milliþjónabeiðnir í skyndiminni",
|
||||||
"Caption": "Skýringatexti",
|
"Caption": "Skýringatexti",
|
||||||
"Center map on your location": "Miðjusetja kortið á staðsetningu þína",
|
"Center map on your location": "Miðjusetja kortið á staðsetningu þína",
|
||||||
"Change map background": "Breyta bakgrunni landakorts",
|
|
||||||
"Change tilelayers": "Skipta um kortatíglaþekjur",
|
"Change tilelayers": "Skipta um kortatíglaþekjur",
|
||||||
"Change": "Breyta",
|
"Change": "Breyta",
|
||||||
"Choose the data format": "Veldu gagnasnið",
|
"Choose the data format": "Veldu gagnasnið",
|
||||||
|
@ -457,7 +456,6 @@ const locale = {
|
||||||
"Choose this dataset": "Choose this dataset",
|
"Choose this dataset": "Choose this dataset",
|
||||||
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
||||||
"Choose a theme": "Choose a theme",
|
"Choose a theme": "Choose a theme",
|
||||||
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
||||||
"Choose this data": "Choose this data",
|
"Choose this data": "Choose this data",
|
||||||
"Search admin boundary": "Search admin boundary",
|
"Search admin boundary": "Search admin boundary",
|
||||||
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
||||||
|
@ -538,7 +536,14 @@ const locale = {
|
||||||
"Images": "Images",
|
"Images": "Images",
|
||||||
"Iframes": "Iframes",
|
"Iframes": "Iframes",
|
||||||
"Tags": "Tags",
|
"Tags": "Tags",
|
||||||
"Geocode": "Geocode"
|
"Geocode": "Geocode",
|
||||||
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
||||||
L.registerLocale("is", locale)
|
L.registerLocale("is", locale)
|
||||||
L.setLocale("is")
|
L.setLocale("is")
|
||||||
|
|
|
@ -45,7 +45,6 @@
|
||||||
"Cache proxied request": "Setja milliþjónabeiðnir í skyndiminni",
|
"Cache proxied request": "Setja milliþjónabeiðnir í skyndiminni",
|
||||||
"Caption": "Skýringatexti",
|
"Caption": "Skýringatexti",
|
||||||
"Center map on your location": "Miðjusetja kortið á staðsetningu þína",
|
"Center map on your location": "Miðjusetja kortið á staðsetningu þína",
|
||||||
"Change map background": "Breyta bakgrunni landakorts",
|
|
||||||
"Change tilelayers": "Skipta um kortatíglaþekjur",
|
"Change tilelayers": "Skipta um kortatíglaþekjur",
|
||||||
"Change": "Breyta",
|
"Change": "Breyta",
|
||||||
"Choose the data format": "Veldu gagnasnið",
|
"Choose the data format": "Veldu gagnasnið",
|
||||||
|
@ -457,7 +456,6 @@
|
||||||
"Choose this dataset": "Choose this dataset",
|
"Choose this dataset": "Choose this dataset",
|
||||||
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
||||||
"Choose a theme": "Choose a theme",
|
"Choose a theme": "Choose a theme",
|
||||||
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
||||||
"Choose this data": "Choose this data",
|
"Choose this data": "Choose this data",
|
||||||
"Search admin boundary": "Search admin boundary",
|
"Search admin boundary": "Search admin boundary",
|
||||||
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
||||||
|
@ -538,5 +536,12 @@
|
||||||
"Images": "Images",
|
"Images": "Images",
|
||||||
"Iframes": "Iframes",
|
"Iframes": "Iframes",
|
||||||
"Tags": "Tags",
|
"Tags": "Tags",
|
||||||
"Geocode": "Geocode"
|
"Geocode": "Geocode",
|
||||||
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
|
@ -45,7 +45,6 @@ const locale = {
|
||||||
"Cache proxied request": "Usa la cache per le richieste proxy",
|
"Cache proxied request": "Usa la cache per le richieste proxy",
|
||||||
"Caption": "Didascalia",
|
"Caption": "Didascalia",
|
||||||
"Center map on your location": "Centra la mappa sulla tua posizione",
|
"Center map on your location": "Centra la mappa sulla tua posizione",
|
||||||
"Change map background": "Cambia la mappa di sfondo",
|
|
||||||
"Change tilelayers": "Cambia i livelli di sfondo",
|
"Change tilelayers": "Cambia i livelli di sfondo",
|
||||||
"Change": "Cambia",
|
"Change": "Cambia",
|
||||||
"Choose the data format": "Scegli il formato dati",
|
"Choose the data format": "Scegli il formato dati",
|
||||||
|
@ -540,7 +539,11 @@ const locale = {
|
||||||
"Geocode": "Geocode",
|
"Geocode": "Geocode",
|
||||||
"Display the back to home icon": "Display the back to home icon",
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
"Simplify all geometries to points": "Simplify all geometries to points"
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
||||||
L.registerLocale("it", locale)
|
L.registerLocale("it", locale)
|
||||||
L.setLocale("it")
|
L.setLocale("it")
|
||||||
|
|
|
@ -45,7 +45,6 @@
|
||||||
"Cache proxied request": "Usa la cache per le richieste proxy",
|
"Cache proxied request": "Usa la cache per le richieste proxy",
|
||||||
"Caption": "Didascalia",
|
"Caption": "Didascalia",
|
||||||
"Center map on your location": "Centra la mappa sulla tua posizione",
|
"Center map on your location": "Centra la mappa sulla tua posizione",
|
||||||
"Change map background": "Cambia la mappa di sfondo",
|
|
||||||
"Change tilelayers": "Cambia i livelli di sfondo",
|
"Change tilelayers": "Cambia i livelli di sfondo",
|
||||||
"Change": "Cambia",
|
"Change": "Cambia",
|
||||||
"Choose the data format": "Scegli il formato dati",
|
"Choose the data format": "Scegli il formato dati",
|
||||||
|
@ -540,5 +539,9 @@
|
||||||
"Geocode": "Geocode",
|
"Geocode": "Geocode",
|
||||||
"Display the back to home icon": "Display the back to home icon",
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
"Simplify all geometries to points": "Simplify all geometries to points"
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
|
@ -45,7 +45,6 @@ const locale = {
|
||||||
"Cache proxied request": "Cache proxied request",
|
"Cache proxied request": "Cache proxied request",
|
||||||
"Caption": "表題",
|
"Caption": "表題",
|
||||||
"Center map on your location": "閲覧者の位置をマップの中心に設定",
|
"Center map on your location": "閲覧者の位置をマップの中心に設定",
|
||||||
"Change map background": "背景地図を変更",
|
|
||||||
"Change tilelayers": "タイルレイヤの変更",
|
"Change tilelayers": "タイルレイヤの変更",
|
||||||
"Change": "Change",
|
"Change": "Change",
|
||||||
"Choose the data format": "データ形式選択",
|
"Choose the data format": "データ形式選択",
|
||||||
|
@ -457,7 +456,6 @@ const locale = {
|
||||||
"Choose this dataset": "Choose this dataset",
|
"Choose this dataset": "Choose this dataset",
|
||||||
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
||||||
"Choose a theme": "Choose a theme",
|
"Choose a theme": "Choose a theme",
|
||||||
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
||||||
"Choose this data": "Choose this data",
|
"Choose this data": "Choose this data",
|
||||||
"Search admin boundary": "Search admin boundary",
|
"Search admin boundary": "Search admin boundary",
|
||||||
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
||||||
|
@ -538,7 +536,14 @@ const locale = {
|
||||||
"Images": "Images",
|
"Images": "Images",
|
||||||
"Iframes": "Iframes",
|
"Iframes": "Iframes",
|
||||||
"Tags": "Tags",
|
"Tags": "Tags",
|
||||||
"Geocode": "Geocode"
|
"Geocode": "Geocode",
|
||||||
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
||||||
L.registerLocale("ja", locale)
|
L.registerLocale("ja", locale)
|
||||||
L.setLocale("ja")
|
L.setLocale("ja")
|
||||||
|
|
|
@ -45,7 +45,6 @@
|
||||||
"Cache proxied request": "Cache proxied request",
|
"Cache proxied request": "Cache proxied request",
|
||||||
"Caption": "表題",
|
"Caption": "表題",
|
||||||
"Center map on your location": "閲覧者の位置をマップの中心に設定",
|
"Center map on your location": "閲覧者の位置をマップの中心に設定",
|
||||||
"Change map background": "背景地図を変更",
|
|
||||||
"Change tilelayers": "タイルレイヤの変更",
|
"Change tilelayers": "タイルレイヤの変更",
|
||||||
"Change": "Change",
|
"Change": "Change",
|
||||||
"Choose the data format": "データ形式選択",
|
"Choose the data format": "データ形式選択",
|
||||||
|
@ -457,7 +456,6 @@
|
||||||
"Choose this dataset": "Choose this dataset",
|
"Choose this dataset": "Choose this dataset",
|
||||||
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
||||||
"Choose a theme": "Choose a theme",
|
"Choose a theme": "Choose a theme",
|
||||||
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
||||||
"Choose this data": "Choose this data",
|
"Choose this data": "Choose this data",
|
||||||
"Search admin boundary": "Search admin boundary",
|
"Search admin boundary": "Search admin boundary",
|
||||||
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
||||||
|
@ -538,5 +536,12 @@
|
||||||
"Images": "Images",
|
"Images": "Images",
|
||||||
"Iframes": "Iframes",
|
"Iframes": "Iframes",
|
||||||
"Tags": "Tags",
|
"Tags": "Tags",
|
||||||
"Geocode": "Geocode"
|
"Geocode": "Geocode",
|
||||||
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
|
@ -45,7 +45,6 @@ const locale = {
|
||||||
"Cache proxied request": "Cache proxied request",
|
"Cache proxied request": "Cache proxied request",
|
||||||
"Caption": "캡션",
|
"Caption": "캡션",
|
||||||
"Center map on your location": "지도에서 나의 위치를 가운데로 놓기",
|
"Center map on your location": "지도에서 나의 위치를 가운데로 놓기",
|
||||||
"Change map background": "배경 지도 변경",
|
|
||||||
"Change tilelayers": "타일 레이어 변경",
|
"Change tilelayers": "타일 레이어 변경",
|
||||||
"Change": "Change",
|
"Change": "Change",
|
||||||
"Choose the data format": "데이터 포맷 선택",
|
"Choose the data format": "데이터 포맷 선택",
|
||||||
|
@ -457,7 +456,6 @@ const locale = {
|
||||||
"Choose this dataset": "Choose this dataset",
|
"Choose this dataset": "Choose this dataset",
|
||||||
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
||||||
"Choose a theme": "Choose a theme",
|
"Choose a theme": "Choose a theme",
|
||||||
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
||||||
"Choose this data": "Choose this data",
|
"Choose this data": "Choose this data",
|
||||||
"Search admin boundary": "Search admin boundary",
|
"Search admin boundary": "Search admin boundary",
|
||||||
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
||||||
|
@ -538,7 +536,14 @@ const locale = {
|
||||||
"Images": "Images",
|
"Images": "Images",
|
||||||
"Iframes": "Iframes",
|
"Iframes": "Iframes",
|
||||||
"Tags": "Tags",
|
"Tags": "Tags",
|
||||||
"Geocode": "Geocode"
|
"Geocode": "Geocode",
|
||||||
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
||||||
L.registerLocale("ko", locale)
|
L.registerLocale("ko", locale)
|
||||||
L.setLocale("ko")
|
L.setLocale("ko")
|
||||||
|
|
|
@ -45,7 +45,6 @@
|
||||||
"Cache proxied request": "Cache proxied request",
|
"Cache proxied request": "Cache proxied request",
|
||||||
"Caption": "캡션",
|
"Caption": "캡션",
|
||||||
"Center map on your location": "지도에서 나의 위치를 가운데로 놓기",
|
"Center map on your location": "지도에서 나의 위치를 가운데로 놓기",
|
||||||
"Change map background": "배경 지도 변경",
|
|
||||||
"Change tilelayers": "타일 레이어 변경",
|
"Change tilelayers": "타일 레이어 변경",
|
||||||
"Change": "Change",
|
"Change": "Change",
|
||||||
"Choose the data format": "데이터 포맷 선택",
|
"Choose the data format": "데이터 포맷 선택",
|
||||||
|
@ -457,7 +456,6 @@
|
||||||
"Choose this dataset": "Choose this dataset",
|
"Choose this dataset": "Choose this dataset",
|
||||||
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
||||||
"Choose a theme": "Choose a theme",
|
"Choose a theme": "Choose a theme",
|
||||||
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
||||||
"Choose this data": "Choose this data",
|
"Choose this data": "Choose this data",
|
||||||
"Search admin boundary": "Search admin boundary",
|
"Search admin boundary": "Search admin boundary",
|
||||||
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
||||||
|
@ -538,5 +536,12 @@
|
||||||
"Images": "Images",
|
"Images": "Images",
|
||||||
"Iframes": "Iframes",
|
"Iframes": "Iframes",
|
||||||
"Tags": "Tags",
|
"Tags": "Tags",
|
||||||
"Geocode": "Geocode"
|
"Geocode": "Geocode",
|
||||||
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
|
@ -45,7 +45,6 @@ const locale = {
|
||||||
"Cache proxied request": "Cache proxied request",
|
"Cache proxied request": "Cache proxied request",
|
||||||
"Caption": "Antraštė",
|
"Caption": "Antraštė",
|
||||||
"Center map on your location": "Centruoti pagal Jūsų vietovę",
|
"Center map on your location": "Centruoti pagal Jūsų vietovę",
|
||||||
"Change map background": "Keisti žemėlapio foną",
|
|
||||||
"Change tilelayers": "Pakeisti sluoksnius",
|
"Change tilelayers": "Pakeisti sluoksnius",
|
||||||
"Change": "Change",
|
"Change": "Change",
|
||||||
"Choose the data format": "Pasirinkite duomenų formatą",
|
"Choose the data format": "Pasirinkite duomenų formatą",
|
||||||
|
@ -457,7 +456,6 @@ const locale = {
|
||||||
"Choose this dataset": "Choose this dataset",
|
"Choose this dataset": "Choose this dataset",
|
||||||
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
||||||
"Choose a theme": "Choose a theme",
|
"Choose a theme": "Choose a theme",
|
||||||
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
||||||
"Choose this data": "Choose this data",
|
"Choose this data": "Choose this data",
|
||||||
"Search admin boundary": "Search admin boundary",
|
"Search admin boundary": "Search admin boundary",
|
||||||
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
||||||
|
@ -538,7 +536,14 @@ const locale = {
|
||||||
"Images": "Images",
|
"Images": "Images",
|
||||||
"Iframes": "Iframes",
|
"Iframes": "Iframes",
|
||||||
"Tags": "Tags",
|
"Tags": "Tags",
|
||||||
"Geocode": "Geocode"
|
"Geocode": "Geocode",
|
||||||
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
||||||
L.registerLocale("lt", locale)
|
L.registerLocale("lt", locale)
|
||||||
L.setLocale("lt")
|
L.setLocale("lt")
|
||||||
|
|
|
@ -45,7 +45,6 @@
|
||||||
"Cache proxied request": "Cache proxied request",
|
"Cache proxied request": "Cache proxied request",
|
||||||
"Caption": "Antraštė",
|
"Caption": "Antraštė",
|
||||||
"Center map on your location": "Centruoti pagal Jūsų vietovę",
|
"Center map on your location": "Centruoti pagal Jūsų vietovę",
|
||||||
"Change map background": "Keisti žemėlapio foną",
|
|
||||||
"Change tilelayers": "Pakeisti sluoksnius",
|
"Change tilelayers": "Pakeisti sluoksnius",
|
||||||
"Change": "Change",
|
"Change": "Change",
|
||||||
"Choose the data format": "Pasirinkite duomenų formatą",
|
"Choose the data format": "Pasirinkite duomenų formatą",
|
||||||
|
@ -457,7 +456,6 @@
|
||||||
"Choose this dataset": "Choose this dataset",
|
"Choose this dataset": "Choose this dataset",
|
||||||
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
||||||
"Choose a theme": "Choose a theme",
|
"Choose a theme": "Choose a theme",
|
||||||
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
||||||
"Choose this data": "Choose this data",
|
"Choose this data": "Choose this data",
|
||||||
"Search admin boundary": "Search admin boundary",
|
"Search admin boundary": "Search admin boundary",
|
||||||
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
||||||
|
@ -538,5 +536,12 @@
|
||||||
"Images": "Images",
|
"Images": "Images",
|
||||||
"Iframes": "Iframes",
|
"Iframes": "Iframes",
|
||||||
"Tags": "Tags",
|
"Tags": "Tags",
|
||||||
"Geocode": "Geocode"
|
"Geocode": "Geocode",
|
||||||
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
|
@ -45,7 +45,6 @@ const locale = {
|
||||||
"Cache proxied request": "Cache permintaan diproksi",
|
"Cache proxied request": "Cache permintaan diproksi",
|
||||||
"Caption": "Keterangan",
|
"Caption": "Keterangan",
|
||||||
"Center map on your location": "Ketengahkan peta ke kedudukan anda",
|
"Center map on your location": "Ketengahkan peta ke kedudukan anda",
|
||||||
"Change map background": "Tukar latar belakang peta",
|
|
||||||
"Change tilelayers": "Tukar lapisan jubin",
|
"Change tilelayers": "Tukar lapisan jubin",
|
||||||
"Change": "Tukar",
|
"Change": "Tukar",
|
||||||
"Choose the data format": "Pilih format data",
|
"Choose the data format": "Pilih format data",
|
||||||
|
@ -457,7 +456,6 @@ const locale = {
|
||||||
"Choose this dataset": "Choose this dataset",
|
"Choose this dataset": "Choose this dataset",
|
||||||
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
||||||
"Choose a theme": "Choose a theme",
|
"Choose a theme": "Choose a theme",
|
||||||
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
||||||
"Choose this data": "Choose this data",
|
"Choose this data": "Choose this data",
|
||||||
"Search admin boundary": "Search admin boundary",
|
"Search admin boundary": "Search admin boundary",
|
||||||
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
||||||
|
@ -538,7 +536,14 @@ const locale = {
|
||||||
"Images": "Images",
|
"Images": "Images",
|
||||||
"Iframes": "Iframes",
|
"Iframes": "Iframes",
|
||||||
"Tags": "Tags",
|
"Tags": "Tags",
|
||||||
"Geocode": "Geocode"
|
"Geocode": "Geocode",
|
||||||
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
||||||
L.registerLocale("ms", locale)
|
L.registerLocale("ms", locale)
|
||||||
L.setLocale("ms")
|
L.setLocale("ms")
|
||||||
|
|
|
@ -45,7 +45,6 @@
|
||||||
"Cache proxied request": "Cache permintaan diproksi",
|
"Cache proxied request": "Cache permintaan diproksi",
|
||||||
"Caption": "Keterangan",
|
"Caption": "Keterangan",
|
||||||
"Center map on your location": "Ketengahkan peta ke kedudukan anda",
|
"Center map on your location": "Ketengahkan peta ke kedudukan anda",
|
||||||
"Change map background": "Tukar latar belakang peta",
|
|
||||||
"Change tilelayers": "Tukar lapisan jubin",
|
"Change tilelayers": "Tukar lapisan jubin",
|
||||||
"Change": "Tukar",
|
"Change": "Tukar",
|
||||||
"Choose the data format": "Pilih format data",
|
"Choose the data format": "Pilih format data",
|
||||||
|
@ -457,7 +456,6 @@
|
||||||
"Choose this dataset": "Choose this dataset",
|
"Choose this dataset": "Choose this dataset",
|
||||||
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
||||||
"Choose a theme": "Choose a theme",
|
"Choose a theme": "Choose a theme",
|
||||||
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
||||||
"Choose this data": "Choose this data",
|
"Choose this data": "Choose this data",
|
||||||
"Search admin boundary": "Search admin boundary",
|
"Search admin boundary": "Search admin boundary",
|
||||||
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
||||||
|
@ -538,5 +536,12 @@
|
||||||
"Images": "Images",
|
"Images": "Images",
|
||||||
"Iframes": "Iframes",
|
"Iframes": "Iframes",
|
||||||
"Tags": "Tags",
|
"Tags": "Tags",
|
||||||
"Geocode": "Geocode"
|
"Geocode": "Geocode",
|
||||||
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
|
@ -45,7 +45,6 @@ const locale = {
|
||||||
"Cache proxied request": "Cache proxied request",
|
"Cache proxied request": "Cache proxied request",
|
||||||
"Caption": "Hoofding",
|
"Caption": "Hoofding",
|
||||||
"Center map on your location": "Centreer kaart op je locatie",
|
"Center map on your location": "Centreer kaart op je locatie",
|
||||||
"Change map background": "Verander kaartachtergrond",
|
|
||||||
"Change tilelayers": "Andere kaartachtergrond instellen",
|
"Change tilelayers": "Andere kaartachtergrond instellen",
|
||||||
"Change": "Veranderen",
|
"Change": "Veranderen",
|
||||||
"Choose the data format": "Gegevensformaat selecteren",
|
"Choose the data format": "Gegevensformaat selecteren",
|
||||||
|
@ -538,9 +537,13 @@ const locale = {
|
||||||
"Iframes": "Iframes",
|
"Iframes": "Iframes",
|
||||||
"Tags": "Tags",
|
"Tags": "Tags",
|
||||||
"Geocode": "Geocode",
|
"Geocode": "Geocode",
|
||||||
"Display the back to home icon": "Display the back to home icon",
|
"Display the back to home icon": "Het pictogram Terug naar huis weergeven",
|
||||||
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
"Do you want to display layer switcher in caption bar?": "Wilt u de laagwisselaar weergeven in de ondertitelingsbalk?",
|
||||||
"Simplify all geometries to points": "Simplify all geometries to points"
|
"Simplify all geometries to points": "Vereenvoudig alle geometrieën tot punten",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
||||||
L.registerLocale("nl", locale)
|
L.registerLocale("nl", locale)
|
||||||
L.setLocale("nl")
|
L.setLocale("nl")
|
||||||
|
|
|
@ -45,7 +45,6 @@
|
||||||
"Cache proxied request": "Cache proxied request",
|
"Cache proxied request": "Cache proxied request",
|
||||||
"Caption": "Hoofding",
|
"Caption": "Hoofding",
|
||||||
"Center map on your location": "Centreer kaart op je locatie",
|
"Center map on your location": "Centreer kaart op je locatie",
|
||||||
"Change map background": "Verander kaartachtergrond",
|
|
||||||
"Change tilelayers": "Andere kaartachtergrond instellen",
|
"Change tilelayers": "Andere kaartachtergrond instellen",
|
||||||
"Change": "Veranderen",
|
"Change": "Veranderen",
|
||||||
"Choose the data format": "Gegevensformaat selecteren",
|
"Choose the data format": "Gegevensformaat selecteren",
|
||||||
|
@ -538,7 +537,11 @@
|
||||||
"Iframes": "Iframes",
|
"Iframes": "Iframes",
|
||||||
"Tags": "Tags",
|
"Tags": "Tags",
|
||||||
"Geocode": "Geocode",
|
"Geocode": "Geocode",
|
||||||
"Display the back to home icon": "Display the back to home icon",
|
"Display the back to home icon": "Het pictogram Terug naar huis weergeven",
|
||||||
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
"Do you want to display layer switcher in caption bar?": "Wilt u de laagwisselaar weergeven in de ondertitelingsbalk?",
|
||||||
"Simplify all geometries to points": "Simplify all geometries to points"
|
"Simplify all geometries to points": "Vereenvoudig alle geometrieën tot punten",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
|
@ -45,7 +45,6 @@ const locale = {
|
||||||
"Cache proxied request": "Cache proxied request",
|
"Cache proxied request": "Cache proxied request",
|
||||||
"Caption": "Caption",
|
"Caption": "Caption",
|
||||||
"Center map on your location": "Sentrer kartet på din posisjon",
|
"Center map on your location": "Sentrer kartet på din posisjon",
|
||||||
"Change map background": "Endre bakgrunnskart",
|
|
||||||
"Change tilelayers": "Endre flislag",
|
"Change tilelayers": "Endre flislag",
|
||||||
"Change": "Change",
|
"Change": "Change",
|
||||||
"Choose the data format": "Velg dataformatet",
|
"Choose the data format": "Velg dataformatet",
|
||||||
|
@ -457,7 +456,6 @@ const locale = {
|
||||||
"Choose this dataset": "Choose this dataset",
|
"Choose this dataset": "Choose this dataset",
|
||||||
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
||||||
"Choose a theme": "Choose a theme",
|
"Choose a theme": "Choose a theme",
|
||||||
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
||||||
"Choose this data": "Choose this data",
|
"Choose this data": "Choose this data",
|
||||||
"Search admin boundary": "Search admin boundary",
|
"Search admin boundary": "Search admin boundary",
|
||||||
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
||||||
|
@ -538,7 +536,14 @@ const locale = {
|
||||||
"Images": "Images",
|
"Images": "Images",
|
||||||
"Iframes": "Iframes",
|
"Iframes": "Iframes",
|
||||||
"Tags": "Tags",
|
"Tags": "Tags",
|
||||||
"Geocode": "Geocode"
|
"Geocode": "Geocode",
|
||||||
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
||||||
L.registerLocale("no", locale)
|
L.registerLocale("no", locale)
|
||||||
L.setLocale("no")
|
L.setLocale("no")
|
||||||
|
|
|
@ -45,7 +45,6 @@
|
||||||
"Cache proxied request": "Cache proxied request",
|
"Cache proxied request": "Cache proxied request",
|
||||||
"Caption": "Caption",
|
"Caption": "Caption",
|
||||||
"Center map on your location": "Sentrer kartet på din posisjon",
|
"Center map on your location": "Sentrer kartet på din posisjon",
|
||||||
"Change map background": "Endre bakgrunnskart",
|
|
||||||
"Change tilelayers": "Endre flislag",
|
"Change tilelayers": "Endre flislag",
|
||||||
"Change": "Change",
|
"Change": "Change",
|
||||||
"Choose the data format": "Velg dataformatet",
|
"Choose the data format": "Velg dataformatet",
|
||||||
|
@ -457,7 +456,6 @@
|
||||||
"Choose this dataset": "Choose this dataset",
|
"Choose this dataset": "Choose this dataset",
|
||||||
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
||||||
"Choose a theme": "Choose a theme",
|
"Choose a theme": "Choose a theme",
|
||||||
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
||||||
"Choose this data": "Choose this data",
|
"Choose this data": "Choose this data",
|
||||||
"Search admin boundary": "Search admin boundary",
|
"Search admin boundary": "Search admin boundary",
|
||||||
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
||||||
|
@ -538,5 +536,12 @@
|
||||||
"Images": "Images",
|
"Images": "Images",
|
||||||
"Iframes": "Iframes",
|
"Iframes": "Iframes",
|
||||||
"Tags": "Tags",
|
"Tags": "Tags",
|
||||||
"Geocode": "Geocode"
|
"Geocode": "Geocode",
|
||||||
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
|
@ -45,7 +45,6 @@ const locale = {
|
||||||
"Cache proxied request": "Zapytanie pośredniczące pamięci podręcznej",
|
"Cache proxied request": "Zapytanie pośredniczące pamięci podręcznej",
|
||||||
"Caption": "Podpis",
|
"Caption": "Podpis",
|
||||||
"Center map on your location": "Wyśrodkuj mapę na twojej lokalizacji",
|
"Center map on your location": "Wyśrodkuj mapę na twojej lokalizacji",
|
||||||
"Change map background": "Zmień podkład mapy",
|
|
||||||
"Change tilelayers": "Zmień podkład",
|
"Change tilelayers": "Zmień podkład",
|
||||||
"Change": "Zmiana",
|
"Change": "Zmiana",
|
||||||
"Choose the data format": "Wybierz format danych",
|
"Choose the data format": "Wybierz format danych",
|
||||||
|
@ -457,7 +456,6 @@ const locale = {
|
||||||
"Choose this dataset": "Wybierz ten zbiór danych",
|
"Choose this dataset": "Wybierz ten zbiór danych",
|
||||||
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
||||||
"Choose a theme": "Wybierz motyw",
|
"Choose a theme": "Wybierz motyw",
|
||||||
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
||||||
"Choose this data": "Wybierz te dane",
|
"Choose this data": "Wybierz te dane",
|
||||||
"Search admin boundary": "Search admin boundary",
|
"Search admin boundary": "Search admin boundary",
|
||||||
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
||||||
|
@ -538,7 +536,14 @@ const locale = {
|
||||||
"Images": "Images",
|
"Images": "Images",
|
||||||
"Iframes": "Iframes",
|
"Iframes": "Iframes",
|
||||||
"Tags": "Tags",
|
"Tags": "Tags",
|
||||||
"Geocode": "Geocode"
|
"Geocode": "Geocode",
|
||||||
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
||||||
L.registerLocale("pl", locale)
|
L.registerLocale("pl", locale)
|
||||||
L.setLocale("pl")
|
L.setLocale("pl")
|
||||||
|
|
|
@ -45,7 +45,6 @@
|
||||||
"Cache proxied request": "Zapytanie pośredniczące pamięci podręcznej",
|
"Cache proxied request": "Zapytanie pośredniczące pamięci podręcznej",
|
||||||
"Caption": "Podpis",
|
"Caption": "Podpis",
|
||||||
"Center map on your location": "Wyśrodkuj mapę na twojej lokalizacji",
|
"Center map on your location": "Wyśrodkuj mapę na twojej lokalizacji",
|
||||||
"Change map background": "Zmień podkład mapy",
|
|
||||||
"Change tilelayers": "Zmień podkład",
|
"Change tilelayers": "Zmień podkład",
|
||||||
"Change": "Zmiana",
|
"Change": "Zmiana",
|
||||||
"Choose the data format": "Wybierz format danych",
|
"Choose the data format": "Wybierz format danych",
|
||||||
|
@ -457,7 +456,6 @@
|
||||||
"Choose this dataset": "Wybierz ten zbiór danych",
|
"Choose this dataset": "Wybierz ten zbiór danych",
|
||||||
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
||||||
"Choose a theme": "Wybierz motyw",
|
"Choose a theme": "Wybierz motyw",
|
||||||
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
||||||
"Choose this data": "Wybierz te dane",
|
"Choose this data": "Wybierz te dane",
|
||||||
"Search admin boundary": "Search admin boundary",
|
"Search admin boundary": "Search admin boundary",
|
||||||
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
||||||
|
@ -538,5 +536,12 @@
|
||||||
"Images": "Images",
|
"Images": "Images",
|
||||||
"Iframes": "Iframes",
|
"Iframes": "Iframes",
|
||||||
"Tags": "Tags",
|
"Tags": "Tags",
|
||||||
"Geocode": "Geocode"
|
"Geocode": "Geocode",
|
||||||
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
|
@ -45,7 +45,6 @@
|
||||||
"Cache proxied request": "Cache proxied request",
|
"Cache proxied request": "Cache proxied request",
|
||||||
"Caption": "Caption",
|
"Caption": "Caption",
|
||||||
"Center map on your location": "Center map on your location",
|
"Center map on your location": "Center map on your location",
|
||||||
"Change map background": "Change map background",
|
|
||||||
"Change tilelayers": "Change tilelayers",
|
"Change tilelayers": "Change tilelayers",
|
||||||
"Change": "Change",
|
"Change": "Change",
|
||||||
"Choose the data format": "Choose the data format",
|
"Choose the data format": "Choose the data format",
|
||||||
|
@ -457,7 +456,6 @@
|
||||||
"Choose this dataset": "Choose this dataset",
|
"Choose this dataset": "Choose this dataset",
|
||||||
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
||||||
"Choose a theme": "Choose a theme",
|
"Choose a theme": "Choose a theme",
|
||||||
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
||||||
"Choose this data": "Choose this data",
|
"Choose this data": "Choose this data",
|
||||||
"Search admin boundary": "Search admin boundary",
|
"Search admin boundary": "Search admin boundary",
|
||||||
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
||||||
|
@ -538,5 +536,12 @@
|
||||||
"Images": "Images",
|
"Images": "Images",
|
||||||
"Iframes": "Iframes",
|
"Iframes": "Iframes",
|
||||||
"Tags": "Tags",
|
"Tags": "Tags",
|
||||||
"Geocode": "Geocode"
|
"Geocode": "Geocode",
|
||||||
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
|
@ -45,7 +45,6 @@ const locale = {
|
||||||
"Cache proxied request": "Pedido cache com proxy",
|
"Cache proxied request": "Pedido cache com proxy",
|
||||||
"Caption": "Legenda",
|
"Caption": "Legenda",
|
||||||
"Center map on your location": "Centrar mapa na sua localização",
|
"Center map on your location": "Centrar mapa na sua localização",
|
||||||
"Change map background": "Mudar fundo do mapa",
|
|
||||||
"Change tilelayers": "Alterar camadas de mosaicos",
|
"Change tilelayers": "Alterar camadas de mosaicos",
|
||||||
"Change": "Alterar",
|
"Change": "Alterar",
|
||||||
"Choose the data format": "Escolha o formato dos dados",
|
"Choose the data format": "Escolha o formato dos dados",
|
||||||
|
@ -540,7 +539,11 @@ const locale = {
|
||||||
"Geocode": "Geocode",
|
"Geocode": "Geocode",
|
||||||
"Display the back to home icon": "Display the back to home icon",
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
"Simplify all geometries to points": "Simplify all geometries to points"
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
||||||
L.registerLocale("pt", locale)
|
L.registerLocale("pt", locale)
|
||||||
L.setLocale("pt")
|
L.setLocale("pt")
|
||||||
|
|
|
@ -45,7 +45,6 @@
|
||||||
"Cache proxied request": "Pedido cache com proxy",
|
"Cache proxied request": "Pedido cache com proxy",
|
||||||
"Caption": "Legenda",
|
"Caption": "Legenda",
|
||||||
"Center map on your location": "Centrar mapa na sua localização",
|
"Center map on your location": "Centrar mapa na sua localização",
|
||||||
"Change map background": "Mudar fundo do mapa",
|
|
||||||
"Change tilelayers": "Alterar camadas de mosaicos",
|
"Change tilelayers": "Alterar camadas de mosaicos",
|
||||||
"Change": "Alterar",
|
"Change": "Alterar",
|
||||||
"Choose the data format": "Escolha o formato dos dados",
|
"Choose the data format": "Escolha o formato dos dados",
|
||||||
|
@ -540,5 +539,9 @@
|
||||||
"Geocode": "Geocode",
|
"Geocode": "Geocode",
|
||||||
"Display the back to home icon": "Display the back to home icon",
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
"Simplify all geometries to points": "Simplify all geometries to points"
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
|
@ -45,7 +45,6 @@ const locale = {
|
||||||
"Cache proxied request": "Pedido cache com proxy",
|
"Cache proxied request": "Pedido cache com proxy",
|
||||||
"Caption": "Cabeçalho",
|
"Caption": "Cabeçalho",
|
||||||
"Center map on your location": "Centrar mapa na sua localização",
|
"Center map on your location": "Centrar mapa na sua localização",
|
||||||
"Change map background": "Mudar fundo do mapa",
|
|
||||||
"Change tilelayers": "Alterar camadas de telas",
|
"Change tilelayers": "Alterar camadas de telas",
|
||||||
"Change": "Change",
|
"Change": "Change",
|
||||||
"Choose the data format": "Escolha o formato dos dados",
|
"Choose the data format": "Escolha o formato dos dados",
|
||||||
|
@ -457,7 +456,6 @@ const locale = {
|
||||||
"Choose this dataset": "Choose this dataset",
|
"Choose this dataset": "Choose this dataset",
|
||||||
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
||||||
"Choose a theme": "Choose a theme",
|
"Choose a theme": "Choose a theme",
|
||||||
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
||||||
"Choose this data": "Choose this data",
|
"Choose this data": "Choose this data",
|
||||||
"Search admin boundary": "Search admin boundary",
|
"Search admin boundary": "Search admin boundary",
|
||||||
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
||||||
|
@ -538,7 +536,14 @@ const locale = {
|
||||||
"Images": "Images",
|
"Images": "Images",
|
||||||
"Iframes": "Iframes",
|
"Iframes": "Iframes",
|
||||||
"Tags": "Tags",
|
"Tags": "Tags",
|
||||||
"Geocode": "Geocode"
|
"Geocode": "Geocode",
|
||||||
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
||||||
L.registerLocale("pt_BR", locale)
|
L.registerLocale("pt_BR", locale)
|
||||||
L.setLocale("pt_BR")
|
L.setLocale("pt_BR")
|
||||||
|
|
|
@ -45,7 +45,6 @@
|
||||||
"Cache proxied request": "Pedido cache com proxy",
|
"Cache proxied request": "Pedido cache com proxy",
|
||||||
"Caption": "Cabeçalho",
|
"Caption": "Cabeçalho",
|
||||||
"Center map on your location": "Centrar mapa na sua localização",
|
"Center map on your location": "Centrar mapa na sua localização",
|
||||||
"Change map background": "Mudar fundo do mapa",
|
|
||||||
"Change tilelayers": "Alterar camadas de telas",
|
"Change tilelayers": "Alterar camadas de telas",
|
||||||
"Change": "Change",
|
"Change": "Change",
|
||||||
"Choose the data format": "Escolha o formato dos dados",
|
"Choose the data format": "Escolha o formato dos dados",
|
||||||
|
@ -457,7 +456,6 @@
|
||||||
"Choose this dataset": "Choose this dataset",
|
"Choose this dataset": "Choose this dataset",
|
||||||
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
|
||||||
"Choose a theme": "Choose a theme",
|
"Choose a theme": "Choose a theme",
|
||||||
"Symplify all geometries to points": "Symplify all geometries to points",
|
|
||||||
"Choose this data": "Choose this data",
|
"Choose this data": "Choose this data",
|
||||||
"Search admin boundary": "Search admin boundary",
|
"Search admin boundary": "Search admin boundary",
|
||||||
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
|
||||||
|
@ -538,5 +536,12 @@
|
||||||
"Images": "Images",
|
"Images": "Images",
|
||||||
"Iframes": "Iframes",
|
"Iframes": "Iframes",
|
||||||
"Tags": "Tags",
|
"Tags": "Tags",
|
||||||
"Geocode": "Geocode"
|
"Geocode": "Geocode",
|
||||||
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
|
@ -45,7 +45,6 @@ const locale = {
|
||||||
"Cache proxied request": "Pedido cache com proxy",
|
"Cache proxied request": "Pedido cache com proxy",
|
||||||
"Caption": "Cabeçalho",
|
"Caption": "Cabeçalho",
|
||||||
"Center map on your location": "Centrar mapa na sua localização",
|
"Center map on your location": "Centrar mapa na sua localização",
|
||||||
"Change map background": "Mudar fundo do mapa",
|
|
||||||
"Change tilelayers": "Alterar camadas de telas",
|
"Change tilelayers": "Alterar camadas de telas",
|
||||||
"Change": "Alterar",
|
"Change": "Alterar",
|
||||||
"Choose the data format": "Escolha o formato dos dados",
|
"Choose the data format": "Escolha o formato dos dados",
|
||||||
|
@ -540,7 +539,11 @@ const locale = {
|
||||||
"Geocode": "Geocode",
|
"Geocode": "Geocode",
|
||||||
"Display the back to home icon": "Display the back to home icon",
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
"Simplify all geometries to points": "Simplify all geometries to points"
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
||||||
L.registerLocale("pt_PT", locale)
|
L.registerLocale("pt_PT", locale)
|
||||||
L.setLocale("pt_PT")
|
L.setLocale("pt_PT")
|
||||||
|
|
|
@ -45,7 +45,6 @@
|
||||||
"Cache proxied request": "Pedido cache com proxy",
|
"Cache proxied request": "Pedido cache com proxy",
|
||||||
"Caption": "Cabeçalho",
|
"Caption": "Cabeçalho",
|
||||||
"Center map on your location": "Centrar mapa na sua localização",
|
"Center map on your location": "Centrar mapa na sua localização",
|
||||||
"Change map background": "Mudar fundo do mapa",
|
|
||||||
"Change tilelayers": "Alterar camadas de telas",
|
"Change tilelayers": "Alterar camadas de telas",
|
||||||
"Change": "Alterar",
|
"Change": "Alterar",
|
||||||
"Choose the data format": "Escolha o formato dos dados",
|
"Choose the data format": "Escolha o formato dos dados",
|
||||||
|
@ -540,5 +539,9 @@
|
||||||
"Geocode": "Geocode",
|
"Geocode": "Geocode",
|
||||||
"Display the back to home icon": "Display the back to home icon",
|
"Display the back to home icon": "Display the back to home icon",
|
||||||
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
|
||||||
"Simplify all geometries to points": "Simplify all geometries to points"
|
"Simplify all geometries to points": "Simplify all geometries to points",
|
||||||
|
"Back to list": "Back to list",
|
||||||
|
"Toggle rule": "Toggle rule",
|
||||||
|
"Delete rule": "Delete rule",
|
||||||
|
"Cannot save layer, please try again in a few minutes.": "Cannot save layer, please try again in a few minutes."
|
||||||
}
|
}
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue