Compare commits

..

13 commits

Author SHA1 Message Date
Yohan Boniface
7a2bf9fc4c fixup: let the importer deal with getting the OSM url in search
Some checks failed
Test & Docs / tests (postgresql, 3.10) (push) Has been cancelled
Test & Docs / tests (postgresql, 3.12) (push) Has been cancelled
Test & Docs / lint (push) Has been cancelled
Co-authored-by: David Larlet <david@larlet.fr>
2025-03-07 17:58:56 +01:00
Yohan Boniface
b3e39bf654 fixup: square buttons in search results
Co-authored-by: David Larlet <david@larlet.fr>
2025-03-07 17:40:16 +01:00
Yohan Boniface
89e2a01d60 fixup: do not close panel when clicking on search edit buttons
Co-authored-by: David Larlet <david@larlet.fr>
2025-03-07 17:39:42 +01:00
Yohan Boniface
0def3292e1 fix: only display search edit tools in edit mode
Co-authored-by: David Larlet <david@larlet.fr>
2025-03-07 17:26:46 +01:00
Yohan Boniface
4ccd1e6799 changelog 2025-03-07 16:31:14 +01:00
Yohan Boniface
d4885f386a i18n 2025-03-07 16:24:11 +01:00
Yohan Boniface
869db90b28 chore: update oauth provider deprecation message
Mention that it's important to logout and login again to have the
new provider replace the old one in the session
2025-03-07 16:17:26 +01:00
David Larlet
33cbe1ab71
a11y: turn embeded maps into inert elements (#2533)
One of the side-effects is to make the content of the map un-focusable
but we also loose the ability to interact with the map itself.
2025-03-07 10:10:29 -05:00
Yohan Boniface
8bad104803
chore: refactor search UX (#2545)
This is just the UI part of #419


![image](https://github.com/user-attachments/assets/88c76b9f-b1cd-48fa-b20e-caf1c044dbf8)
2025-03-07 16:05:01 +01:00
Yohan Boniface
782386bad4 feat: display a target on hover on search results
Co-authored-by: David Larlet <david@larlet.fr>
2025-03-06 18:51:58 +01:00
Yohan Boniface
ae5bc9746c feat: allow to import full geometries from search results
Co-authored-by: David Larlet <david@larlet.fr>
2025-03-06 17:03:13 +01:00
Yohan Boniface
a044bfd672 chore: refactor search UX
cf #419
2025-03-06 15:48:51 +01:00
David Larlet
abe49cc1ba
a11y: turn embeded maps into inert elements
One of the side-effects is to make the content of the map un-focusable but we also loose the ability to interact with the map itself.
2025-02-28 16:18:28 -05:00
116 changed files with 922 additions and 698 deletions

View file

@ -1,5 +1,10 @@
# Changelog
## 2.9.3 - 2025-03-07
* be explicit in the message that logout is needed after adding a new oauth provider
## 2.9.2 - 2025-03-04
* measure/drawing tooltip was misplaced by @yohanboniface in #2541

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-03-03 17:36+0000\n"
"POT-Creation-Date: 2025-03-07 15:18+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -34,7 +34,7 @@ msgstr ""
msgid ""
"Using “%(name)s” to authenticate is deprecated and will be removed soon. "
"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 ""
#: models.py:60 models.py:79
@ -425,7 +425,7 @@ msgstr ""
msgid "You are logged in. Continuing..."
msgstr ""
#: templates/umap/map_list.html:11 views.py:437
#: templates/umap/map_list.html:11 views.py:438
msgid "by"
msgstr ""
@ -663,70 +663,70 @@ msgstr ""
msgid "New team"
msgstr ""
#: views.py:234
#: views.py:235
msgid "Cannot delete a team with more than one member"
msgstr ""
#: views.py:238
#: views.py:239
#, python-format
msgid "Team “%(name)s” has been deleted"
msgstr ""
#: views.py:442
#: views.py:443
msgid "View the map"
msgstr ""
#: views.py:838
#: views.py:839
msgid "See full screen"
msgstr ""
#: views.py:981
#: views.py:982
msgid "Map editors updated with success!"
msgstr ""
#: views.py:1017
#: views.py:1018
#, python-format
msgid "The uMap edit link for your map: %(map_name)s"
msgstr ""
#: views.py:1020
#: views.py:1021
#, python-format
msgid "Here is your secret edit link: %(link)s"
msgstr ""
#: views.py:1027
#: views.py:1028
#, python-format
msgid "Can't send email to %(email)s"
msgstr ""
#: views.py:1030
#: views.py:1031
#, python-format
msgid "Email sent to %(email)s"
msgstr ""
#: views.py:1041
#: views.py:1042
msgid "Only its owner can delete the map."
msgstr ""
#: views.py:1044
#: views.py:1045
msgid "Map successfully deleted."
msgstr ""
#: views.py:1070
#: views.py:1071
#, python-format
msgid ""
"Your map has been cloned! If you want to edit this map from another "
"computer, please use this link: %(anonymous_url)s"
msgstr ""
#: views.py:1075
#: views.py:1076
msgid "Congratulations, your map has been cloned!"
msgstr ""
#: views.py:1329
#: views.py:1330
msgid "Layer successfully deleted."
msgstr ""
#: views.py:1351
#: views.py:1352
msgid "Permissions updated with success!"
msgstr ""

Binary file not shown.

View file

@ -4,14 +4,14 @@
#
# Translators:
# Moon Ika, 2020
# Moon Ika, 2020
# Moon Ika, 2020,2025
msgid ""
msgstr ""
"Project-Id-Version: uMap\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-12-24 08:39+0000\n"
"POT-Creation-Date: 2025-03-07 15:18+0000\n"
"PO-Revision-Date: 2013-11-22 14:00+0000\n"
"Last-Translator: Moon Ika, 2020\n"
"Last-Translator: Moon Ika, 2020,2025\n"
"Language-Team: Estonian (http://app.transifex.com/openstreetmap/umap/language/et/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -21,21 +21,29 @@ msgstr ""
#: admin.py:16
msgid "CSV Export"
msgstr ""
msgstr "CSV eksport"
#: decorators.py:60
msgid "This map is not publicly available"
msgstr ""
msgstr "See kaart pole avalikult kättesaadav"
#: middleware.py:13
#: middleware.py:19
msgid "Site is readonly for maintenance"
msgstr "Sait on hoolduseks kirjutuskaitstud"
#: middleware.py:34
#, python-format
msgid ""
"Using “%(name)s” to authenticate is deprecated and will be removed soon. "
"Please configure another provider below before losing access to your account"
" and maps. Then, please logout and login again with the new provider."
msgstr ""
#: models.py:60 models.py:79
msgid "name"
msgstr "nimi"
#: models.py:62 models.py:475
#: models.py:62 models.py:485
msgid "description"
msgstr "kirjeldus"
@ -55,33 +63,33 @@ msgstr ""
msgid "Order of the tilelayers in the edit box"
msgstr ""
#: models.py:175 models.py:469
#: models.py:175 models.py:479
msgid "Only editable with secret edit link"
msgstr "Muudetav ainult salajase muutmislingiga"
#: models.py:176 models.py:470
#: models.py:176 models.py:480
msgid "Everyone can edit"
msgstr "Igaüks saab muuta"
#: models.py:179 models.py:463
#: models.py:179 models.py:473
msgid "Everyone"
msgstr ""
msgstr "Kõik"
#: models.py:180 models.py:189 models.py:464
#: models.py:180 models.py:189 models.py:474
msgid "Editors and team only"
msgstr ""
msgstr "Ainult toimetajad ja meeskond"
#: models.py:181 models.py:465
#: models.py:181 models.py:475
msgid "Owner only"
msgstr ""
msgstr "Ainult omanik"
#: models.py:184
msgid "Draft (private)"
msgstr ""
msgstr "Mustand (privaatne)"
#: models.py:185
msgid "Everyone (public)"
msgstr ""
msgstr "Kõik (avalik)"
#: models.py:188
msgid "Anyone with link"
@ -89,11 +97,11 @@ msgstr ""
#: models.py:190
msgid "Blocked"
msgstr ""
msgstr "Blokeeritud"
#: models.py:191
#: models.py:191 models.py:469
msgid "Deleted"
msgstr ""
msgstr "Kustutatud"
#: models.py:194
msgid "center"
@ -109,7 +117,7 @@ msgstr "määra asukoht"
#: models.py:197
msgid "Locate user on load?"
msgstr "Määra kasutaja asukoht laadimisel?"
msgstr "Määra laadimisel kasutaja asukoht?"
#: models.py:201
msgid "Choose the map licence."
@ -129,33 +137,33 @@ msgstr "toimetajad"
#: models.py:223
msgid "team"
msgstr ""
msgstr "meeskond"
#: models.py:229 models.py:491
#: models.py:229 models.py:501
msgid "edit status"
msgstr "muutmise staatus"
#: models.py:234
#: models.py:234 models.py:506
msgid "share status"
msgstr "jagamise staatus"
#: models.py:237 models.py:486
#: models.py:237 models.py:496
msgid "settings"
msgstr "seaded"
#: models.py:402
#: models.py:407
msgid "Clone of"
msgstr "Koopia"
#: models.py:462 models.py:468
#: models.py:468 models.py:472 models.py:478
msgid "Inherit"
msgstr ""
#: models.py:481
#: models.py:491
msgid "display on load"
msgstr "kuva laadimisel"
#: models.py:482
#: models.py:492
msgid "Display this layer on load."
msgstr "Kuva seda kihti laadimisel"
@ -168,46 +176,60 @@ msgstr ""
#: templates/403.html:10 templates/404.html:8
msgid "← Go to the homepage"
msgstr ""
msgstr "← Mine avalehele"
#: templates/404.html:7
msgid "404 Page Not Found"
msgstr "404 Lehte ei leitud"
#: templates/auth/user_detail.html:6
#, python-format
msgid "%(current_user)ss maps"
msgstr ""
#: templates/auth/user_detail.html:8
#: templates/auth/user_detail.html:12
#, python-format
msgid "Browse %(current_user)s's maps"
msgstr "Sirvi kasutaja %(current_user)s kaarte"
#: templates/auth/user_detail.html:17
#: templates/auth/user_detail.html:21
#, python-format
msgid "%(current_user)s has no maps."
msgstr "Kasutajal %(current_user)s pole kaarte."
#: templates/auth/user_form.html:21 templates/umap/team_form.html:21
msgid "Save"
msgstr ""
#: templates/auth/user_form.html:6
msgid "My Profile"
msgstr "Minu profiil"
#: templates/auth/user_form.html:27
#: templates/auth/user_form.html:24 templates/umap/team_form.html:25
msgid "Save"
msgstr "Salvesta"
#: templates/auth/user_form.html:30
msgid "Your current providers"
msgstr ""
#: templates/auth/user_form.html:39
#: templates/auth/user_form.html:44
msgid "Connect to another provider"
msgstr ""
#: templates/auth/user_form.html:42
#: templates/auth/user_form.html:47
msgid ""
"It's a good habit to connect your account to more than one provider, in case"
" one provider becomes unavailable, temporarily or even permanently."
msgstr ""
#: templates/auth/user_stars.html:8
#: templates/auth/user_stars.html:6
#, python-format
msgid "%(current_user)ss starred maps"
msgstr ""
#: templates/auth/user_stars.html:12
#, python-format
msgid "Browse %(current_user)s's starred maps"
msgstr ""
#: templates/auth/user_stars.html:17
#: templates/auth/user_stars.html:21
#, python-format
msgid "%(current_user)s has no starred maps yet."
msgstr ""
@ -224,11 +246,11 @@ msgstr "Logi sisse"
#: templates/registration/login.html:22
msgid "To save and easily find your maps, identify yourself."
msgstr ""
msgstr "Tuvasta end kaartide salvestamiseks ja kiireks leidmiseks."
#: templates/registration/login.html:25
msgid "Please log in with your account:"
msgstr ""
msgstr "Palun logi oma kontoga sisse:"
#: templates/registration/login.html:42
msgid "Username"
@ -240,7 +262,11 @@ msgstr "Salasõna"
#: templates/registration/login.html:52
msgid "Please choose a provider:"
msgstr ""
msgstr "Vali teenusepakkuja:"
#: templates/umap/about.html:5 templates/umap/navigation.html:22
msgid "About"
msgstr "Teave"
#: templates/umap/about_summary.html:12
#, python-format
@ -307,23 +333,23 @@ msgstr ""
#: templates/umap/components/alerts/alert.html:37
msgid "Here is your secret link to edit the map, please keep it safe:"
msgstr ""
msgstr "Siin on sinu salalink kaardi toimetamiseks, hoia seda salajas:"
#: templates/umap/components/alerts/alert.html:41
msgid "Copy link"
msgstr ""
msgstr "Kopeeri link"
#: templates/umap/components/alerts/alert.html:48
msgid "Enter your email address to receive the secret link:"
msgstr ""
msgstr "Sisesta salalingi saamiseks oma e-posti aadress:"
#: templates/umap/components/alerts/alert.html:54
msgid "Email"
msgstr ""
msgstr "E-post"
#: templates/umap/components/alerts/alert.html:57
msgid "Send me the link"
msgstr ""
msgstr "Saada mulle link"
#: templates/umap/components/alerts/alert.html:81
msgid "See their edits in another tab"
@ -354,11 +380,11 @@ msgstr ""
#: templates/umap/content_footer.html:5
msgid "An OpenStreetMap project"
msgstr ""
msgstr "OpenStreetMapi projekt"
#: templates/umap/content_footer.html:6
msgid "version"
msgstr ""
msgstr "versioon"
#: templates/umap/content_footer.html:7
msgid "Hosted by"
@ -366,32 +392,32 @@ msgstr ""
#: templates/umap/content_footer.html:8
msgid "Contact"
msgstr ""
msgstr "Kontakt"
#: templates/umap/content_footer.html:9 templates/umap/navigation.html:25
msgid "Help"
msgstr ""
msgstr "Abi"
#: templates/umap/dashboard_menu.html:6
#, python-format
msgid "My Maps (%(count)s)"
msgstr ""
msgstr "Minu kaardid (%(count)s)"
#: templates/umap/dashboard_menu.html:8
msgid "My Maps"
msgstr ""
msgstr "Minu kaardid"
#: templates/umap/dashboard_menu.html:12
msgid "My profile"
msgstr ""
msgstr "Minu profiil"
#: templates/umap/dashboard_menu.html:15
msgid "My teams"
msgstr ""
msgstr "Minu meeskonnad"
#: templates/umap/home.html:14
msgid "Map of the uMaps"
msgstr "uMaps'i kaart"
msgstr "uMapsi kaart"
#: templates/umap/home.html:24
msgid "Get inspired, browse maps"
@ -401,7 +427,7 @@ msgstr "Sirvi kaarte ja ammuta inspiratsiooni"
msgid "You are logged in. Continuing..."
msgstr "Oled sisse logitud. Jätkamine..."
#: templates/umap/map_list.html:11 views.py:437
#: templates/umap/map_list.html:11 views.py:438
msgid "by"
msgstr "kasutajalt"
@ -409,31 +435,31 @@ msgstr "kasutajalt"
msgid "More"
msgstr "Rohkem"
#: templates/umap/map_table.html:8 templates/umap/user_teams.html:14
#: templates/umap/map_table.html:8 templates/umap/user_teams.html:18
msgid "Name"
msgstr ""
msgstr "Nimi"
#: templates/umap/map_table.html:11
msgid "Preview"
msgstr ""
msgstr "Eelvaade"
#: templates/umap/map_table.html:14
msgid "Who can see"
msgstr ""
msgstr "Kes saavad vaadata"
#: templates/umap/map_table.html:17
msgid "Who can edit"
msgstr ""
msgstr "Kes saavad toimetada"
#: templates/umap/map_table.html:20
msgid "Last save"
msgstr ""
msgstr "Viimane salvestamine"
#: templates/umap/map_table.html:23
msgid "Owner"
msgstr ""
msgstr "Omanik"
#: templates/umap/map_table.html:26 templates/umap/user_teams.html:20
#: templates/umap/map_table.html:26 templates/umap/user_teams.html:24
msgid "Actions"
msgstr ""
@ -443,16 +469,16 @@ msgstr ""
#: templates/umap/map_table.html:72 templates/umap/map_table.html:74
msgid "Share"
msgstr ""
msgstr "Jaga"
#: templates/umap/map_table.html:78 templates/umap/map_table.html:80
#: templates/umap/user_teams.html:38 templates/umap/user_teams.html:40
#: templates/umap/user_teams.html:42 templates/umap/user_teams.html:44
msgid "Edit"
msgstr ""
msgstr "Redigeeri"
#: templates/umap/map_table.html:84 templates/umap/map_table.html:86
msgid "Download"
msgstr ""
msgstr "Laadi alla"
#: templates/umap/map_table.html:90 templates/umap/map_table.html:92
msgid "Clone"
@ -460,38 +486,38 @@ msgstr ""
#: templates/umap/map_table.html:101 templates/umap/map_table.html:103
msgid "Delete"
msgstr ""
msgstr "Kustuta"
#: templates/umap/map_table.html:117
msgid "first"
msgstr ""
msgstr "esimene"
#: templates/umap/map_table.html:118
msgid "previous"
msgstr ""
msgstr "eelmine"
#: templates/umap/map_table.html:126
#, python-format
msgid "Page %(maps_number)s of %(num_pages)s"
msgstr ""
msgstr "%(maps_number)s. lehekülg %(num_pages)s-st"
#: templates/umap/map_table.html:131
msgid "next"
msgstr ""
msgstr "järgmine"
#: templates/umap/map_table.html:132
msgid "last"
msgstr ""
msgstr "viimane"
#: templates/umap/map_table.html:140
#, python-format
msgid "Lines per page: %(per_page)s"
msgstr ""
msgstr "Jooni leheküljel: %(per_page)s"
#: templates/umap/map_table.html:145
#, python-format
msgid "%(count)s maps"
msgstr ""
msgstr "%(count)s kaarti"
#: templates/umap/navigation.html:11 templates/umap/user_dashboard.html:6
msgid "My Dashboard"
@ -509,10 +535,6 @@ msgstr "Logi sisse"
msgid "Sign in"
msgstr "Loo konto"
#: templates/umap/navigation.html:22
msgid "About"
msgstr "Teave"
#: templates/umap/navigation.html:30
msgid "Change password"
msgstr "Muuda salasõna"
@ -521,88 +543,107 @@ msgstr "Muuda salasõna"
msgid "Log out"
msgstr "Logi välja"
#: templates/umap/password_change.html:7
#: templates/umap/password_change.html:6
#: templates/umap/password_change.html:11
msgid "Password change"
msgstr "Salasõna vahetamine"
#: templates/umap/password_change.html:10
#: templates/umap/password_change.html:14
msgid ""
"Please enter your old password, for security's sake, and then enter your new"
" password twice so we can verify you typed it in correctly."
msgstr "Sisesta palun oma vana salasõna, seejärel kaks korda uus salasõna."
#: templates/umap/password_change.html:17
#: templates/umap/password_change.html:21
msgid "Old password"
msgstr "Vana salasõna"
#: templates/umap/password_change.html:22
#: templates/umap/password_change.html:26
msgid "New password"
msgstr "Uus salasõna"
#: templates/umap/password_change.html:26
#: templates/umap/password_change.html:30
msgid "New password confirmation"
msgstr "Uue salasõna kinnitamine"
#: templates/umap/password_change.html:27
#: templates/umap/password_change.html:31
msgid "Change my password"
msgstr "Muuda salasõna"
#: templates/umap/password_change_done.html:7
#: templates/umap/password_change_done.html:6
#: templates/umap/password_change_done.html:11
msgid "Password change successful"
msgstr "Salasõna vahetamine õnnestus"
#: templates/umap/password_change_done.html:10
#: templates/umap/password_change_done.html:14
msgid "Your password was changed."
msgstr "Sinu salasõna on muudetud."
#: templates/umap/search.html:15
#: templates/umap/search.html:6
msgid "Explore maps"
msgstr ""
#: templates/umap/search.html:19
#, python-format
msgid "%(count)s map found:"
msgid_plural "%(count)s maps found:"
msgstr[0] ""
msgstr[1] ""
#: templates/umap/search.html:24
#: templates/umap/search.html:28
msgid "No map found."
msgstr ""
msgstr "Kaarti ei leitud."
#: templates/umap/search.html:29
#: templates/umap/search.html:33
msgid "Latest created maps"
msgstr ""
msgstr "Viimati loodud kaardid."
#: templates/umap/search_bar.html:4
msgid "Search maps"
msgstr "Otsi kaarte"
#: templates/umap/search_bar.html:15
#: templates/umap/search_bar.html:16
msgid "Search"
msgstr "Otsi"
#: templates/umap/team_detail.html:10
#: templates/umap/team_confirm_delete.html:6
msgid "Team deletion"
msgstr ""
#: templates/umap/team_detail.html:6
#, python-format
msgid "%(current_team)ss maps"
msgstr ""
#: templates/umap/team_detail.html:14
#, python-format
msgid "Browse %(current_team)s's maps"
msgstr ""
#: templates/umap/team_detail.html:22
#: templates/umap/team_detail.html:26
#, python-format
msgid "%(current_team)s has no public maps."
msgstr ""
#: templates/umap/team_form.html:24
msgid "Delete this team"
#: templates/umap/team_form.html:6
msgid "Create or edit a team"
msgstr ""
#: templates/umap/team_form.html:47
#: templates/umap/team_form.html:28
msgid "Delete this team"
msgstr "Kustuta see meeskond"
#: templates/umap/team_form.html:51
msgid "Add user"
msgstr ""
msgstr "Lisa kasutaja"
#: templates/umap/user_dashboard.html:9 templates/umap/user_dashboard.html:25
msgid "Search my maps"
msgstr ""
msgstr "Otsi minu kaarte"
#: templates/umap/user_dashboard.html:17 templates/umap/user_dashboard.html:22
msgid "Maps title"
msgstr ""
msgstr "Kaardi pealkiri"
#: templates/umap/user_dashboard.html:30
#, python-format
@ -613,78 +654,82 @@ msgstr ""
msgid "You have no map yet."
msgstr ""
#: templates/umap/user_teams.html:17
#: templates/umap/user_teams.html:6
msgid "My Teams"
msgstr "Minu meeskonnad"
#: templates/umap/user_teams.html:21
msgid "Users"
msgstr ""
msgstr "Kasutajad"
#: templates/umap/user_teams.html:48
#: templates/umap/user_teams.html:52
msgid "New team"
msgstr ""
msgstr "Uus meeskond"
#: views.py:234
#: views.py:235
msgid "Cannot delete a team with more than one member"
msgstr ""
#: views.py:238
#: views.py:239
#, python-format
msgid "Team “%(name)s” has been deleted"
msgstr ""
msgstr "Meeskond “%(name)s” on kustutatud"
#: views.py:442
#: views.py:443
msgid "View the map"
msgstr "Vaata kaarti"
#: views.py:825
#: views.py:839
msgid "See full screen"
msgstr ""
msgstr "Vaata täisekraanil"
#: views.py:968
#: views.py:982
msgid "Map editors updated with success!"
msgstr "Kaardi toimetajaid uuendati edukalt!"
#: views.py:1004
#: views.py:1018
#, python-format
msgid "The uMap edit link for your map: %(map_name)s"
msgstr ""
msgstr "Redigeerimislink sinu uMapi kaardile: %(map_name)s"
#: views.py:1007
#: views.py:1021
#, python-format
msgid "Here is your secret edit link: %(link)s"
msgstr ""
#: views.py:1014
#, python-format
msgid "Can't send email to %(email)s"
msgstr ""
#: views.py:1017
#, python-format
msgid "Email sent to %(email)s"
msgstr ""
msgstr "Siin on sinu salajane redigeerimislink: %(link)s"
#: views.py:1028
msgid "Only its owner can delete the map."
msgstr "Kaarti saab kustutada vaid selle omanik."
#, python-format
msgid "Can't send email to %(email)s"
msgstr "Ei saa saata e-kirja aadressile %(email)s"
#: views.py:1031
msgid "Map successfully deleted."
msgstr ""
#, python-format
msgid "Email sent to %(email)s"
msgstr "E-kiri saadetud aadressile %(email)s"
#: views.py:1057
#: views.py:1042
msgid "Only its owner can delete the map."
msgstr "Kaardi saab kustutada vaid selle omanik."
#: views.py:1045
msgid "Map successfully deleted."
msgstr "Kaart on kustutatud."
#: views.py:1071
#, python-format
msgid ""
"Your map has been cloned! If you want to edit this map from another "
"computer, please use this link: %(anonymous_url)s"
msgstr "Sinu kaart on kopeeritud! Kui sa soovid oma kaarti muuta teisest arvutist, kasuta palun seda linki: %(anonymous_url)s"
#: views.py:1062
#: views.py:1076
msgid "Congratulations, your map has been cloned!"
msgstr "Sinu kaart on kopeeritud!"
#: views.py:1313
#: views.py:1330
msgid "Layer successfully deleted."
msgstr "Kiht on kustutatud."
#: views.py:1335
#: views.py:1352
msgid "Permissions updated with success!"
msgstr ""

Binary file not shown.

View file

@ -3,15 +3,15 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Alexander Gabilondo <alexgabi@disroot.org>, 2024
# Alexander Gabilondo <alexgabi@disroot.org>, 2024-2025
# Mikel Larreategi <mlarreategi@codesyntax.com>, 2023
msgid ""
msgstr ""
"Project-Id-Version: uMap\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-12-24 08:39+0000\n"
"POT-Creation-Date: 2025-03-07 15:18+0000\n"
"PO-Revision-Date: 2013-11-22 14:00+0000\n"
"Last-Translator: Alexander Gabilondo <alexgabi@disroot.org>, 2024\n"
"Last-Translator: Alexander Gabilondo <alexgabi@disroot.org>, 2024-2025\n"
"Language-Team: Basque (http://app.transifex.com/openstreetmap/umap/language/eu/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -25,17 +25,25 @@ msgstr "CSV esportazioa"
#: decorators.py:60
msgid "This map is not publicly available"
msgstr ""
msgstr "Mapa hau ez dago publikoki erabilgarri"
#: middleware.py:13
#: middleware.py:19
msgid "Site is readonly for maintenance"
msgstr "Webgunea irakurtzeko moduan dago mantentze-lanak direla-eta"
#: middleware.py:34
#, python-format
msgid ""
"Using “%(name)s” to authenticate is deprecated and will be removed soon. "
"Please configure another provider below before losing access to your account"
" and maps. Then, please logout and login again with the new provider."
msgstr ""
#: models.py:60 models.py:79
msgid "name"
msgstr "izena"
#: models.py:62 models.py:475
#: models.py:62 models.py:485
msgid "description"
msgstr "deskribapena"
@ -55,23 +63,23 @@ msgstr "URLaren txantiloia OSMren lauzen formatua erabiliz"
msgid "Order of the tilelayers in the edit box"
msgstr "Lauzen geruzek edizio kutxan duten ordena"
#: models.py:175 models.py:469
#: models.py:175 models.py:479
msgid "Only editable with secret edit link"
msgstr "Bakarrik esteka sekretuarekin bakarrik editatu daiteke"
#: models.py:176 models.py:470
#: models.py:176 models.py:480
msgid "Everyone can edit"
msgstr "Edonork editatu dezake"
#: models.py:179 models.py:463
#: models.py:179 models.py:473
msgid "Everyone"
msgstr "Edonork"
#: models.py:180 models.py:189 models.py:464
#: models.py:180 models.py:189 models.py:474
msgid "Editors and team only"
msgstr "Editoreak eta taldea soilik"
#: models.py:181 models.py:465
#: models.py:181 models.py:475
msgid "Owner only"
msgstr "Jabea bakarrik"
@ -91,7 +99,7 @@ msgstr "Esteka duen edonork"
msgid "Blocked"
msgstr "Blokeatuta"
#: models.py:191
#: models.py:191 models.py:469
msgid "Deleted"
msgstr "Ezabatua"
@ -131,31 +139,31 @@ msgstr "editoreak"
msgid "team"
msgstr "taldea"
#: models.py:229 models.py:491
#: models.py:229 models.py:501
msgid "edit status"
msgstr "editatu egoera"
#: models.py:234
#: models.py:234 models.py:506
msgid "share status"
msgstr "partekatu egoera"
#: models.py:237 models.py:486
#: models.py:237 models.py:496
msgid "settings"
msgstr "ezarpenak"
#: models.py:402
#: models.py:407
msgid "Clone of"
msgstr "Beste honen klona"
#: models.py:462 models.py:468
#: models.py:468 models.py:472 models.py:478
msgid "Inherit"
msgstr "Heredatu"
#: models.py:481
#: models.py:491
msgid "display on load"
msgstr "erakutsi kargatzean"
#: models.py:482
#: models.py:492
msgid "Display this layer on load."
msgstr "Erakutsi geruza hau kargatzean"
@ -164,50 +172,64 @@ msgid ""
"<a href=\"https://discover.umap-project.org/support/faq/#map-statuses\" "
"target=\"_blank\">Find out here the documentation</a> on how to manage maps"
" permissions."
msgstr ""
msgstr " <a href=\"https://discover.umap-project.org/support/faq/#map-statuses\" target=\"_blank\">Ikusi hemen</a> maparen baimenak kudeatzeko dokumentazioa."
#: templates/403.html:10 templates/404.html:8
msgid "← Go to the homepage"
msgstr ""
msgstr "← Joan hasierara"
#: templates/404.html:7
msgid "404 Page Not Found"
msgstr ""
msgstr "404 Ez da orrialdea aurkitu"
#: templates/auth/user_detail.html:8
#: templates/auth/user_detail.html:6
#, python-format
msgid "%(current_user)ss maps"
msgstr "%(current_user)s-ren mapak"
#: templates/auth/user_detail.html:12
#, python-format
msgid "Browse %(current_user)s's maps"
msgstr "Arakatu %(current_user)s erabiltzailearen mapak"
#: templates/auth/user_detail.html:17
#: templates/auth/user_detail.html:21
#, python-format
msgid "%(current_user)s has no maps."
msgstr "%(current_user)s erabiltzaileak ez du maparik."
#: templates/auth/user_form.html:21 templates/umap/team_form.html:21
#: templates/auth/user_form.html:6
msgid "My Profile"
msgstr "Nire profila"
#: templates/auth/user_form.html:24 templates/umap/team_form.html:25
msgid "Save"
msgstr "Gorde"
#: templates/auth/user_form.html:27
#: templates/auth/user_form.html:30
msgid "Your current providers"
msgstr "Zure egungo hornitzaileak"
#: templates/auth/user_form.html:39
#: templates/auth/user_form.html:44
msgid "Connect to another provider"
msgstr "Konektatu beste hornitzaile batekin"
#: templates/auth/user_form.html:42
#: templates/auth/user_form.html:47
msgid ""
"It's a good habit to connect your account to more than one provider, in case"
" one provider becomes unavailable, temporarily or even permanently."
msgstr "Ohitura ona da zure kontua hornitzaile bati baino gehiagori konektatzea, hornitzaileren bat erabilgarri ez badago, aldi baterako edo baita betiko."
#: templates/auth/user_stars.html:8
#: templates/auth/user_stars.html:6
#, python-format
msgid "%(current_user)ss starred maps"
msgstr "%(current_user)s-ren mapa izardunak"
#: templates/auth/user_stars.html:12
#, python-format
msgid "Browse %(current_user)s's starred maps"
msgstr "Arakatu %(current_user)s erabiltzailearen gogoko mapak"
#: templates/auth/user_stars.html:17
#: templates/auth/user_stars.html:21
#, python-format
msgid "%(current_user)s has no starred maps yet."
msgstr "%(current_user)s erabiltzaileak ez du gogoko maparik oraindik."
@ -242,6 +264,10 @@ msgstr "Pasahitza"
msgid "Please choose a provider:"
msgstr "Aukeratu hornitzaile bat:"
#: templates/umap/about.html:5 templates/umap/navigation.html:22
msgid "About"
msgstr "Honi buruz"
#: templates/umap/about_summary.html:12
#, python-format
msgid ""
@ -401,7 +427,7 @@ msgstr "Inspira zaitez dauden mapak arakatzen"
msgid "You are logged in. Continuing..."
msgstr "Sartu egin zara. Jarraitu..."
#: templates/umap/map_list.html:11 views.py:437
#: templates/umap/map_list.html:11 views.py:438
msgid "by"
msgstr "nork eginda"
@ -409,7 +435,7 @@ msgstr "nork eginda"
msgid "More"
msgstr "Gehiago"
#: templates/umap/map_table.html:8 templates/umap/user_teams.html:14
#: templates/umap/map_table.html:8 templates/umap/user_teams.html:18
msgid "Name"
msgstr "Izena"
@ -427,13 +453,13 @@ msgstr "Nork edita dezake"
#: templates/umap/map_table.html:20
msgid "Last save"
msgstr "Azken gordetzea"
msgstr "Gordetako azkena"
#: templates/umap/map_table.html:23
msgid "Owner"
msgstr "Jabea"
#: templates/umap/map_table.html:26 templates/umap/user_teams.html:20
#: templates/umap/map_table.html:26 templates/umap/user_teams.html:24
msgid "Actions"
msgstr "Ekintzak"
@ -446,7 +472,7 @@ msgid "Share"
msgstr "Partekatu"
#: templates/umap/map_table.html:78 templates/umap/map_table.html:80
#: templates/umap/user_teams.html:38 templates/umap/user_teams.html:40
#: templates/umap/user_teams.html:42 templates/umap/user_teams.html:44
msgid "Edit"
msgstr "Editatu"
@ -509,10 +535,6 @@ msgstr "Sartu"
msgid "Sign in"
msgstr "Izena eman"
#: templates/umap/navigation.html:22
msgid "About"
msgstr "Honi buruz"
#: templates/umap/navigation.html:30
msgid "Change password"
msgstr "Aldatu pasahitza"
@ -521,52 +543,58 @@ msgstr "Aldatu pasahitza"
msgid "Log out"
msgstr "Irten"
#: templates/umap/password_change.html:7
#: templates/umap/password_change.html:6
#: templates/umap/password_change.html:11
msgid "Password change"
msgstr "Pasahiz aldaketa"
#: templates/umap/password_change.html:10
#: templates/umap/password_change.html:14
msgid ""
"Please enter your old password, for security's sake, and then enter your new"
" password twice so we can verify you typed it in correctly."
msgstr "Idatzi zure pasahitz zaharra, eta ondoren zure pasahitz berria birritan, horrela ondo sartu duzula egiaztatuko dugu."
#: templates/umap/password_change.html:17
#: templates/umap/password_change.html:21
msgid "Old password"
msgstr "Pasahitz zaharra"
#: templates/umap/password_change.html:22
#: templates/umap/password_change.html:26
msgid "New password"
msgstr "Pasahitz berria"
#: templates/umap/password_change.html:26
#: templates/umap/password_change.html:30
msgid "New password confirmation"
msgstr "Pasahitz berriaren egiaztapena"
#: templates/umap/password_change.html:27
#: templates/umap/password_change.html:31
msgid "Change my password"
msgstr "Aldatu nire pasahitza"
#: templates/umap/password_change_done.html:7
#: templates/umap/password_change_done.html:6
#: templates/umap/password_change_done.html:11
msgid "Password change successful"
msgstr "Pasahitza ondo aldatu da"
#: templates/umap/password_change_done.html:10
#: templates/umap/password_change_done.html:14
msgid "Your password was changed."
msgstr "Zure pasahitza aldatu egin da"
#: templates/umap/search.html:15
#: templates/umap/search.html:6
msgid "Explore maps"
msgstr "Arakatu mapak"
#: templates/umap/search.html:19
#, python-format
msgid "%(count)s map found:"
msgid_plural "%(count)s maps found:"
msgstr[0] "mapa %(count)s aurkitu da:"
msgstr[1] "%(count)s mapa aurkitu dira:"
#: templates/umap/search.html:24
#: templates/umap/search.html:28
msgid "No map found."
msgstr "Ez da maparik aurkitu"
#: templates/umap/search.html:29
#: templates/umap/search.html:33
msgid "Latest created maps"
msgstr "Sortutako azken mapak"
@ -574,25 +602,38 @@ msgstr "Sortutako azken mapak"
msgid "Search maps"
msgstr "Bilatu mapak"
#: templates/umap/search_bar.html:15
#: templates/umap/search_bar.html:16
msgid "Search"
msgstr "Bilatu"
#: templates/umap/team_detail.html:10
#: templates/umap/team_confirm_delete.html:6
msgid "Team deletion"
msgstr "Taldea ezabatzea"
#: templates/umap/team_detail.html:6
#, python-format
msgid "%(current_team)ss maps"
msgstr "%(current_team)s-ren mapak"
#: templates/umap/team_detail.html:14
#, python-format
msgid "Browse %(current_team)s's maps"
msgstr "Arakatu %(current_team)s-ren mapak"
#: templates/umap/team_detail.html:22
#: templates/umap/team_detail.html:26
#, python-format
msgid "%(current_team)s has no public maps."
msgstr "%(current_team)s-k ez dauka mapa publikorik."
#: templates/umap/team_form.html:24
#: templates/umap/team_form.html:6
msgid "Create or edit a team"
msgstr "Sortu edo editatu talde bat"
#: templates/umap/team_form.html:28
msgid "Delete this team"
msgstr "Ezabatu talde hau"
#: templates/umap/team_form.html:47
#: templates/umap/team_form.html:51
msgid "Add user"
msgstr "Gehitu erabiltzailea"
@ -613,78 +654,82 @@ msgstr "Deskargatu %(count)s mapa"
msgid "You have no map yet."
msgstr "Oraindik ez daukazu maparik."
#: templates/umap/user_teams.html:17
#: templates/umap/user_teams.html:6
msgid "My Teams"
msgstr "Nire taldeak"
#: templates/umap/user_teams.html:21
msgid "Users"
msgstr "Erabiltzaileak"
#: templates/umap/user_teams.html:48
#: templates/umap/user_teams.html:52
msgid "New team"
msgstr "Talde berria"
#: views.py:234
#: views.py:235
msgid "Cannot delete a team with more than one member"
msgstr "Ezin da ezabatu kide bat baino gehiago dituen talde bat"
#: views.py:238
#: views.py:239
#, python-format
msgid "Team “%(name)s” has been deleted"
msgstr "“%(name)s” taldea ezabatu da"
#: views.py:442
#: views.py:443
msgid "View the map"
msgstr "Mapa ikusi"
#: views.py:825
#: views.py:839
msgid "See full screen"
msgstr "Ikusi pantaila osoan"
#: views.py:968
#: views.py:982
msgid "Map editors updated with success!"
msgstr "Maparen editoreak ondo eguneratu dira!"
#: views.py:1004
#: views.py:1018
#, python-format
msgid "The uMap edit link for your map: %(map_name)s"
msgstr "Zure mapa editatzeko uMap-en esteka: %(map_name)s"
#: views.py:1007
#: views.py:1021
#, python-format
msgid "Here is your secret edit link: %(link)s"
msgstr "Hona hemen zure editatzeko esteka sekretua:: %(link)s"
#: views.py:1014
#: views.py:1028
#, python-format
msgid "Can't send email to %(email)s"
msgstr "Ezin da posta elektronikorik bidali %(email)s-ri"
#: views.py:1017
#: views.py:1031
#, python-format
msgid "Email sent to %(email)s"
msgstr "Posta elektronikoa bidalita %(email)s-ri"
#: views.py:1028
#: views.py:1042
msgid "Only its owner can delete the map."
msgstr "Jabeak bakarrik ezabatu dezake mapa."
#: views.py:1031
#: views.py:1045
msgid "Map successfully deleted."
msgstr "Mapa behar bezala ezabatu da."
#: views.py:1057
#: views.py:1071
#, python-format
msgid ""
"Your map has been cloned! If you want to edit this map from another "
"computer, please use this link: %(anonymous_url)s"
msgstr "Zure mapa klonatu egin da! Mapa hau beste nabigatzaile batetik editatzeko erabili esteka hau: %(anonymous_url)s"
#: views.py:1062
#: views.py:1076
msgid "Congratulations, your map has been cloned!"
msgstr "Zorionak, zure mapa ondo klonatu da!"
#: views.py:1313
#: views.py:1330
msgid "Layer successfully deleted."
msgstr "Geruza ondo ezabatu da."
#: views.py:1335
#: views.py:1352
msgid "Permissions updated with success!"
msgstr "Baimenak behar bezala eguneratu dira!"

Binary file not shown.

View file

@ -24,7 +24,7 @@ msgid ""
msgstr ""
"Project-Id-Version: uMap\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-03-03 17:36+0000\n"
"POT-Creation-Date: 2025-03-07 15:18+0000\n"
"PO-Revision-Date: 2013-11-22 14:00+0000\n"
"Last-Translator: yohanboniface <yohanboniface@free.fr>, 2013-2014,2018-2019,2023-2025\n"
"Language-Team: French (http://app.transifex.com/openstreetmap/umap/language/fr/)\n"
@ -51,8 +51,8 @@ msgstr "Le site est en lecture seule pour maintenance."
msgid ""
"Using “%(name)s” to authenticate is deprecated and will be removed soon. "
"Please configure another provider below before losing access to your account"
" and maps."
msgstr "Lutilisation de “%(name)s” pour sauthentifier est dépréciée et sera bientôt rendue impossible. Veuillez configurer un nouveau fournisseur ci-dessous avant de perdre laccès à votre compte et à vos cartes."
" and maps. Then, please logout and login again with the new provider."
msgstr "Lutilisation de “%(name)s” pour sauthentifier est dépréciée et sera bientôt rendue impossible. Veuillez configurer un nouveau fournisseur ci-dessous avant de perdre laccès à votre compte et à vos cartes. Puis veuillez vous déconnecter et reconnecter avec le nouveau fournisseur."
#: models.py:60 models.py:79
msgid "name"
@ -442,7 +442,7 @@ msgstr "Naviguer dans les cartes"
msgid "You are logged in. Continuing..."
msgstr "Vous êtes maintenant identifié. Merci de patienter..."
#: templates/umap/map_list.html:11 views.py:437
#: templates/umap/map_list.html:11 views.py:438
msgid "by"
msgstr "par"
@ -682,70 +682,70 @@ msgstr "Membres"
msgid "New team"
msgstr "Nouvelle équipe"
#: views.py:234
#: views.py:235
msgid "Cannot delete a team with more than one member"
msgstr "Impossible de supprimer une équipe ayant plus d'un membre"
#: views.py:238
#: views.py:239
#, python-format
msgid "Team “%(name)s” has been deleted"
msgstr "L'équipe «%(name)s» a été supprimée"
#: views.py:442
#: views.py:443
msgid "View the map"
msgstr "Voir la carte"
#: views.py:838
#: views.py:839
msgid "See full screen"
msgstr "Plein écran"
#: views.py:981
#: views.py:982
msgid "Map editors updated with success!"
msgstr "Éditeurs de la carte mis à jour !"
#: views.py:1017
#: views.py:1018
#, python-format
msgid "The uMap edit link for your map: %(map_name)s"
msgstr "Le lien d'édition uMap pour votre carte : %(map_name)s"
#: views.py:1020
#: views.py:1021
#, python-format
msgid "Here is your secret edit link: %(link)s"
msgstr "Voici votre lien d'édition secret : %(link)s"
#: views.py:1027
#: views.py:1028
#, python-format
msgid "Can't send email to %(email)s"
msgstr "Impossible d'envoyer un courriel vers %(email)s"
#: views.py:1030
#: views.py:1031
#, python-format
msgid "Email sent to %(email)s"
msgstr "Courriel envoyé à %(email)s"
#: views.py:1041
#: views.py:1042
msgid "Only its owner can delete the map."
msgstr "Seul le créateur de la carte peut la supprimer."
#: views.py:1044
#: views.py:1045
msgid "Map successfully deleted."
msgstr "La carte a bien été supprimée."
#: views.py:1070
#: views.py:1071
#, python-format
msgid ""
"Your map has been cloned! If you want to edit this map from another "
"computer, please use this link: %(anonymous_url)s"
msgstr "Votre carte a été dupliquée ! Si vous souhaitez la modifier depuis un autre ordinateur, veuillez utiliser ce lien : %(anonymous_url)s"
#: views.py:1075
#: views.py:1076
msgid "Congratulations, your map has been cloned!"
msgstr "Votre carte a été dupliquée !"
#: views.py:1329
#: views.py:1330
msgid "Layer successfully deleted."
msgstr "Calque supprimé."
#: views.py:1351
#: views.py:1352
msgid "Permissions updated with success!"
msgstr "Les permissions ont bien été modifiées !"

View file

@ -34,7 +34,8 @@ def deprecated_auth_backend(get_response):
"Using “%(name)s” to authenticate is deprecated and will be "
"removed soon. "
"Please configure another provider below before losing access "
"to your account and maps."
"to your account and maps. Then, please logout and login "
"again with the new provider."
)
% {"name": name},
)

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View file

@ -13,10 +13,10 @@
<text id="text4459" x="65.048965" y="964.36218" font-family="sans-serif" letter-spacing="0px" word-spacing="0px" style="line-height:0%" xml:space="preserve"><tspan id="tspan4461" x="65.048965" y="964.36218" fill="#4d4d4d" font-family="sans-serif" font-size="8px" font-weight="bold" style="line-height:1.25">1</tspan></text>
</g>
<g id="markers" class="sprite" transform="matrix(.26458 0 0 .26458 42.862 -225.92)" fill="#4d4d4d">
<path id="rect2985" d="m105.25 934.36c-3.1775 0-6.346 2.1278-7.2539 6.3794 0 2.551 1.8067 7.6679 7.2539 13.62 1.4637-1.5994 2.6694-3.1177 3.644-4.5613-1.4505-2.1639-2.415-4.0873-2.9628-5.7095-0.22599 0.041-0.44225 0.063-0.68112 0.063-2.0056 0-3.644-1.5346-3.644-3.413 0-1.8785 1.6384-3.3811 3.644-3.3811 0.51205 0 0.98854 0.076 1.4303 0.2552 0.64347-0.9222 1.4345-1.6571 2.3158-2.169-1.1444-0.7114-2.4463-1.0845-3.7461-1.0845z"/>
<path id="path3378" d="m111 934.36c-3.0625 0-6.125 2.1277-7 6.383 0 2.5532 1.75 7.6596 7 13.617 5.25-5.9574 7-11.064 7-13.617-0.875-4.2553-3.9375-6.383-7-6.383zm0 2.9788c1.933 0 3.5 1.5241 3.5 3.4042s-1.567 3.4043-3.5 3.4043c-1.933 0-3.5-1.5242-3.5-3.4043s1.567-3.4042 3.5-3.4042z"/>
<path id="rect2985" d="m105.25 934.36c-3.1775 0-6.6788 2.0702-7.2539 6.3794-0.33746 2.5286 1.8067 7.6679 7.2539 13.62 1.4637-1.5994 2.6694-3.1177 3.644-4.5613-1.4505-2.1639-2.415-4.0873-2.9628-5.7095-0.22599 0.041-0.44225 0.063-0.68112 0.063-2.0056 0-3.644-1.5346-3.644-3.413 0-1.8785 1.6384-3.3811 3.644-3.3811 0.51205 0 0.98854 0.076 1.4303 0.2552 0.64347-0.9222 1.4345-1.6571 2.3158-2.169-1.1444-0.7114-2.4463-1.0845-3.7461-1.0845z"/>
<path id="path3378" d="m111 934.36c-3.0625 0-6.4462 2.0741-7 6.383-0.32545 2.5324 1.75 7.6596 7 13.617 5.25-5.9574 7.3254-11.085 7-13.617-0.55376-4.3089-3.9375-6.383-7-6.383zm0 2.9788c1.933 0 3.5 1.5241 3.5 3.4042s-1.567 3.4043-3.5 3.4043c-1.933 0-3.5-1.5242-3.5-3.4043s1.567-3.4042 3.5-3.4042z"/>
</g>
<path id="marker" class="sprite" d="m71.437 11.179c-0.92604 0-1.8521 0.66146-2.1167 1.9844 0 0.79375 0.52917 2.3812 2.1167 4.2333 1.5875-1.8521 2.1167-3.4396 2.1167-4.2333-0.26458-1.3229-1.1906-1.9844-2.1167-1.9844zm0 0.92604c0.5845 0 1.0583 0.47383 1.0583 1.0583 0 0.5845-0.47383 1.0583-1.0583 1.0583-0.5845 0-1.0583-0.47383-1.0583-1.0583 0-0.5845 0.47383-1.0583 1.0583-1.0583z" fill="#4d4d4d"/>
<path id="marker" class="sprite" d="m71.437 11.179c-0.92604 0-1.9493 0.64568-2.1167 1.9844-0.09845 0.78762 0.52917 2.3812 2.1167 4.2333 1.5875-1.8521 2.2151-3.4457 2.1167-4.2333-0.16734-1.3387-1.1906-1.9844-2.1167-1.9844zm0 0.92604c0.5845 0 1.0583 0.47383 1.0583 1.0583 0 0.5845-0.47383 1.0583-1.0583 1.0583-0.5845 0-1.0583-0.47383-1.0583-1.0583 0-0.5845 0.47383-1.0583 1.0583-1.0583z" fill="#4d4d4d"/>
<path id="polyline" class="sprite" d="m69.056 58.737v1.0583h1.0583v-0.22324l2.6458 1.0583v0.47129l-1.8769 2.927h-0.76894v1.0583h1.0583v-1.0253l1.8769-2.9435h0.76894v-1.0583h-1.0583v0.28112l-2.6458-1.0583v-0.5457h-0.92604zm0.26458 0.26458h0.52917v0.52917h-0.52917zm3.7042 1.3229h0.52917v0.52917h-0.52917zm-2.6458 3.9688h0.52917v0.52917h-0.52917z" fill="#4d4d4d" stroke-width=".26458"/>
<path id="polygon" class="sprite" d="m69.321 39.952v1.0583h0.47956l-0.42168 3.7042h-0.58704v1.0583h1.0583v-0.55396l2.6458-0.1819v0.47128h1.0583v-1.0583h-0.43822l0.3638-2.1167h0.60358v-1.0583h-1.0583v0.34726l-2.6458-0.95083v-0.71935h-0.92604zm0.26458 0.26458h0.52917v0.52917h-0.52917zm3.7042 1.3229h0.52917v0.52917h-0.52917zm-0.52917 3.175h0.52917v0.52917h-0.52917zm-3.7042 0.26458h0.52917v0.52917h-0.52917z" fill="#4d4d4d" stroke-width=".26458"/>
<g id="settings" class="sprite" transform="matrix(.064669 0 0 .064669 11.047 39.636)" fill="#4d4d4d">
@ -47,7 +47,7 @@
<path id="path5801" d="m36.287 38.821c-0.45737 0.45258-0.51256 0.50483-0.93876 0.93452l1.3111-0.30964c0.03951-0.17777 0.08574-0.39794 0.09827-0.44962-0.20697-7e-3 -0.32498-0.0729-0.47056-0.17526zm1.4165-0.51574c-0.04859 0.57856-0.30047 0.62169-0.77774 0.69763-0.034 0.15229-0.05699 0.25818-0.0969 0.43779l1.224 0.30398c0.16421-0.70158 0.29613-1.2699 0.29325-1.2731-0.0043-0.0046-0.32763-0.08748-0.6426-0.16631zm-0.58777-0.14159c-0.0016 0.0027-0.06999 0.30471-0.1581 0.6989 0.55906-0.08996 0.57597-0.27099 0.59287-0.59497-0.2294-0.05691-0.43229-0.10608-0.43477-0.10392zm-0.16448-0.0092c-0.13598 0.01159-0.20407 0.02561-0.35317 0.06753 0.04792 0.09125 0.07023 0.27883-0.20004 0.49792 0.14156 0.08791 0.26526 0.12201 0.39001 0.13735 0.11436-0.5324 0.17296-0.61535 0.1632-0.70284zm-2.6775-0.0065-0.23715 0.94314 0.8058-0.79894c-0.18084-0.04602-0.34599-0.08797-0.56865-0.1442zm5.6125-0.03249c-0.75018 0.19483-1.3621 0.35585-1.3642 0.35855-0.0019 0.0027-0.13728 0.57465-0.30345 1.2809l1.3375-0.33256zm-2.1828-0.19747v0.21176c0.2765 0.0699 0.56006 0.13964 0.61837 0.14029 0 0-0.03096-0.12652-0.06757-0.2832h-0.0026c-0.23872 0.0062-0.32188-0.0081-0.54825-0.06885zm-0.67957-0.31568-0.0026 0.0027 0.09817 0.38583c0.02307-0.0027 0.215 0.04675 0.43095 0.10131 2.4e-5 -0.0864 1.64e-4 -0.15711 0.0013-0.21952-0.18513-0.06365-0.36302-0.15391-0.52785-0.27023zm-2.8662-0.12471 0.13133 0.50016s0.36398 0.08961 0.69742 0.17148l0.03825-0.03769c-0.49456-0.17868-0.50142-0.55268-0.867-0.63396zm5.5794-0.11172c-0.49436 0.4184-0.75886 0.52502-1.3145 0.61446 0.03396 0.13897 0.06369 0.25816 0.07268 0.28581 0.0076 0.02345 0.46733-0.08354 1.3885-0.32089zm-3.2079-0.25462c-0.06109-0.08511-0.11524-0.17367-0.16192-0.26503-0.35986 0.0798-0.95298 0.22249-0.97027 0.23775-0.0073 0.0065 0.04546 0.24465 0.11857 0.54044 0.17884-0.16801 0.38427-0.13773 0.52049-0.04456m0.50728 0.49614c0.125-0.04259 0.29706-0.07581 0.40659-0.08915-0.01373-0.10039-0.0232-0.16366-0.06247-0.26762m-2.9108-0.98342 0.13133 0.52874c0.66252 0.256 0.71188 0.76848 1.0672 0.69763l0.22822-0.22605c-0.07081-0.29894-0.15348-0.61368-0.1734-0.63396-0.0046-0.0046-1.2533-0.36637-1.2533-0.36637zm2.1866-1.1406-0.4437 0.11172c-0.09333 0.39866-0.21902 0.89726-0.29452 1.1926 0.36387-0.10263 0.46268-0.12417 0.8721-0.20785-0.14371-0.34911-0.18889-0.72844-0.13387-1.0964zm-1.8742-0.28581-0.31365 1.2497c0.48303 0.13938 0.76356 0.21858 1.252 0.33515 0.10314-0.32458 0.21945-0.68316 0.30345-1.1978-0.32576-0.10325-0.52105-0.16679-1.2418-0.38712zm2.3511-1.4147-1.2202 0.30269c0.17212 0.76144 0.29818 1.3051 0.306 1.3134 0.0075 0.0078 0.22525-0.03952 0.47302-0.09743 0.11655-0.47002 0.21792-0.6329 0.56355-0.98989-0.03709-0.16213-0.07823-0.3396-0.1224-0.52874zm0.1632-0.01698c0.05038 0.21499 0.05503 0.2305 0.09945 0.41961 0.14044-0.11506 0.29321-0.20863 0.45262-0.2819zm-2.8522 0 0.31875 1.2497c0.7 0.21006 1.2587 0.37524 1.2622 0.37154 0.0038-4e-3 -0.12334-0.58605-0.28305-1.3095zm5.6049-0.01159-0.49342 0.1221c0.22714 0.09573 0.44034 0.23324 0.62857 0.41182zm-2.7174 2.3343c0.10949 0.68124 0.84234 1.1934 1.6065 1.1085 0.28504-0.6862 0.48458-0.65293 0.59454-1.3403 0.0044-0.61101-0.78411-0.23411-1.1425-0.2147-0.61562-0.01995-0.58498-0.75842-0.65178-0.86766-0.19007 0.14237-0.52182 0.58737-0.40673 1.3141zm0.70296-1.5496c0.20064 0.64566 0.24369 0.86631 0.88357 0.61317 0.48132-0.14218 0.86499 0.05125 0.9273 0.28328 0.10209 0.34596-0.06402 0.85291-0.5091 1.642 0.69715-0.37944 0.91768-1.2092 0.66726-1.846-0.34115-0.72645-1.1354-1.0878-1.969-0.69246z"/>
</g>
<g id="delete-marker" class="sprite" transform="matrix(.26458 0 0 .26458 23.529 -228.26)" fill="#4d4d4d">
<path id="path3378-6" d="m178.57 979.22c-3.0625 0-6.125 2.1197-7 6.375 0 2.5532 1.75 7.6676 7 13.625 3.4166-3.877 5.3157-7.3755 6.25-10.062-1.3142-0.1622-2.497-0.7235-3.4062-1.5938-0.63462 0.8653-1.6677 1.4375-2.8438 1.4375-1.933 0-3.5-1.5261-3.5-3.4062s1.567-3.4063 3.5-3.4063c0.36776 0 0.72951 0.085 1.0625 0.1875 0.14352-1.0312 0.55799-1.956 1.1562-2.75-0.72276-0.259-1.4631-0.4062-2.2188-0.4062z"/>
<path id="path3378-6" d="m178.57 979.22c-3.0625 0-6.4462 2.0661-7 6.375-0.32545 2.5324 1.75 7.6676 7 13.625 3.4166-3.877 5.3157-7.3755 6.25-10.062-1.3142-0.1622-2.497-0.7235-3.4062-1.5938-0.63462 0.8653-1.6677 1.4375-2.8438 1.4375-1.933 0-3.5-1.5261-3.5-3.4062s1.567-3.4063 3.5-3.4063c0.36776 0 0.72951 0.085 1.0625 0.1875 0.14352-1.0312 0.55799-1.956 1.1562-2.75-0.72276-0.259-1.4631-0.4062-2.2188-0.4062z"/>
<path id="path6764" d="m185.57 978.22c-2.7614 0-5 2.2386-5 5 0 2.7615 2.2386 5 5 5s5-2.2385 5-5c0-2.7614-2.2386-5-5-5zm-1.8182 2.2727 1.8182 1.8182 1.8182-1.8182 0.90909 0.9091-1.8182 1.8182 1.8182 1.8182-0.90909 0.9091-1.8182-1.8182-1.8182 1.8182-0.90909-0.9091 1.8182-1.8182-1.8182-1.8182z"/>
</g>
<g id="multipolygon" class="sprite" transform="matrix(.26458 0 0 .26458 66.121 -220.76)" fill="#4d4d4d">

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 45 KiB

View file

@ -2,7 +2,7 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg width="288" height="288" viewBox="0 0 76.199999 76.199999" version="1.1" id="svg6237" inkscape:version="1.4 (e7c3feb100, 2024-10-09)" sodipodi:docname="24.svg" inkscape:export-filename="../24.svg" inkscape:export-xdpi="7.52" inkscape:export-ydpi="7.52" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview id="namedview6239" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1" inkscape:document-units="px" showgrid="true" showguides="true" inkscape:zoom="22.223397" inkscape:cx="25.378659" inkscape:cy="18.269034" inkscape:window-width="1920" inkscape:window-height="1011" inkscape:window-x="0" inkscape:window-y="0" inkscape:window-maximized="1" inkscape:current-layer="layer1">
<sodipodi:namedview id="namedview6239" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1" inkscape:document-units="px" showgrid="true" showguides="true" inkscape:zoom="5.1755289" inkscape:cx="321.22321" inkscape:cy="85.788333" inkscape:window-width="1920" inkscape:window-height="1011" inkscape:window-x="0" inkscape:window-y="0" inkscape:window-maximized="1" inkscape:current-layer="layer1">
<inkscape:grid type="xygrid" id="grid6358" empspacing="6" originx="0" originy="0" spacingy="0.26458333" spacingx="0.26458333" units="px" visible="true" />
<inkscape:grid id="grid1" units="px" originx="0" originy="0" spacingx="9.5249999" spacingy="9.5249999" empcolor="#3f3fff" empopacity="0.25098039" color="#ff0000" opacity="0.83529412" empspacing="0" dotted="false" gridanglex="30" gridanglez="30" visible="true" />
</sodipodi:namedview>
@ -26,10 +26,10 @@
<text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#4d4d4d;fill-opacity:1;stroke:none" x="65.048965" y="964.36218" id="text4459"><tspan sodipodi:role="line" id="tspan4461" x="65.048965" y="964.36218" style="font-weight:bold;font-size:8px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'Sans Bold';fill:#4d4d4d;fill-opacity:1">1</tspan></text>
</g>
<g id="markers" transform="matrix(0.26458333,0,0,0.26458333,42.862499,-225.92402)" class="sprite">
<path sodipodi:nodetypes="sccccsssccs" inkscape:connector-curvature="0" id="rect2985" d="m 105.25387,934.36268 c -3.17753,0 -6.346004,2.1278 -7.25387,6.3794 0,2.551 1.806672,7.6679 7.25387,13.6201 1.46368,-1.5994 2.66945,-3.1177 3.64397,-4.5613 -1.4505,-2.1639 -2.41497,-4.0873 -2.96285,-5.7095 -0.22599,0.041 -0.44225,0.063 -0.68112,0.063 -2.0056,0 -3.64396,-1.5346 -3.64396,-3.413 0,-1.8785 1.63836,-3.3811 3.64396,-3.3811 0.51205,0 0.98854,0.076 1.43034,0.2552 0.64347,-0.9222 1.4345,-1.6571 2.31579,-2.169 -1.14444,-0.7114 -2.44633,-1.0845 -3.74613,-1.0845 z" style="fill:#4d4d4d;fill-opacity:1;stroke:none" />
<path id="path3378" d="m 111,934.36218 c -3.0625,0 -6.125,2.1277 -7,6.383 0,2.5532 1.75,7.6596 7,13.617 5.25,-5.9574 7,-11.0638 7,-13.617 -0.875,-4.2553 -3.9375,-6.383 -7,-6.383 z m 0,2.9788 c 1.933,0 3.5,1.5241 3.5,3.4042 0,1.8801 -1.567,3.4043 -3.5,3.4043 -1.93299,0 -3.5,-1.5242 -3.5,-3.4043 0,-1.8801 1.56701,-3.4042 3.5,-3.4042 z" style="fill:#4d4d4d;fill-opacity:1;stroke:none" inkscape:connector-curvature="0" />
<path sodipodi:nodetypes="sscccsssccss" inkscape:connector-curvature="0" id="rect2985" d="m 105.25387,934.36268 c -3.17753,0 -6.678764,2.07016 -7.25387,6.3794 -0.337461,2.52858 1.806672,7.6679 7.25387,13.6201 1.46368,-1.5994 2.66945,-3.1177 3.64397,-4.5613 -1.4505,-2.1639 -2.41497,-4.0873 -2.96285,-5.7095 -0.22599,0.041 -0.44225,0.063 -0.68112,0.063 -2.0056,0 -3.64396,-1.5346 -3.64396,-3.413 0,-1.8785 1.63836,-3.3811 3.64396,-3.3811 0.51205,0 0.98854,0.076 1.43034,0.2552 0.64347,-0.9222 1.4345,-1.6571 2.31579,-2.169 -1.14444,-0.7114 -2.44633,-1.0845 -3.74613,-1.0845 z" style="fill:#4d4d4d;fill-opacity:1;stroke:none" />
<path id="path3378" d="m 111,934.36218 c -3.0625,0 -6.44624,2.07411 -7,6.383 -0.32545,2.53237 1.75,7.6596 7,13.617 5.25,-5.9574 7.32545,-11.08463 7,-13.617 -0.55376,-4.30889 -3.9375,-6.383 -7,-6.383 z m 0,2.9788 c 1.933,0 3.5,1.5241 3.5,3.4042 0,1.8801 -1.567,3.4043 -3.5,3.4043 -1.93299,0 -3.5,-1.5242 -3.5,-3.4043 0,-1.8801 1.56701,-3.4042 3.5,-3.4042 z" style="fill:#4d4d4d;fill-opacity:1;stroke:none" inkscape:connector-curvature="0" sodipodi:nodetypes="sscsssssss" />
</g>
<path inkscape:connector-curvature="0" style="fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.264583" d="m 71.437498,11.178646 c -0.926041,0 -1.852083,0.661458 -2.116666,1.984375 0,0.793749 0.529166,2.381249 2.116666,4.233333 1.5875,-1.852084 2.116667,-3.439584 2.116667,-4.233333 -0.264583,-1.322917 -1.190625,-1.984375 -2.116667,-1.984375 z m 0,0.926041 c 0.584502,0 1.058334,0.473832 1.058334,1.058334 0,0.584501 -0.473832,1.058333 -1.058334,1.058333 -0.584501,0 -1.058333,-0.473832 -1.058333,-1.058333 0,-0.584502 0.473832,-1.058334 1.058333,-1.058334 z" id="marker" class="sprite" />
<path inkscape:connector-curvature="0" style="fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.264583" d="m 71.437498,11.178646 c -0.926041,0 -1.949329,0.645677 -2.116666,1.984375 -0.09845,0.78762 0.529166,2.381249 2.116666,4.233333 1.5875,-1.852084 2.215119,-3.445713 2.116667,-4.233333 -0.167337,-1.338698 -1.190625,-1.984375 -2.116667,-1.984375 z m 0,0.926041 c 0.584502,0 1.058334,0.473832 1.058334,1.058334 0,0.584501 -0.473832,1.058333 -1.058334,1.058333 -0.584501,0 -1.058333,-0.473832 -1.058333,-1.058333 0,-0.584502 0.473832,-1.058334 1.058333,-1.058334 z" id="marker" class="sprite" sodipodi:nodetypes="sscsssssss" />
<path inkscape:connector-curvature="0" d="m 69.056248,58.737493 v 0.132291 0.79375 0.132292 h 0.132293 0.79375 0.132292 v -0.132292 -0.09095 l 2.645833,1.058334 v 0.355533 0.115756 l -1.876888,2.926953 h -0.636654 -0.132291 v 0.132291 0.79375 0.132292 h 0.132291 0.79375 0.132292 v -0.132292 -0.79375 -0.09922 l 1.876888,-2.943489 h 0.636654 0.132291 v -0.132292 -0.79375 -0.132291 h -0.132291 -0.79375 -0.132292 v 0.132291 0.148828 l -2.645833,-1.058333 v -0.413411 -0.132292 h -0.132292 -0.79375 z m 0.264584,0.264583 h 0.529166 v 0.529167 h -0.529166 z m 3.704166,1.322917 h 0.529167 v 0.529166 h -0.529167 z m -2.645833,3.96875 h 0.529167 v 0.529166 h -0.529167 z" id="polyline" class="sprite" style="fill:#4d4d4d;fill-opacity:1;stroke-width:0.264583" />
<path d="m 69.320832,39.952089 v 0.132292 0.793751 0.132291 h 0.132292 0.347265 l -0.421679,3.704167 h -0.454753 -0.132292 v 0.132292 0.79375 0.132291 h 0.132292 0.79375 0.132292 v -0.132291 -0.421667 l 2.645833,-0.181901 v 0.338984 0.132292 h 0.132292 0.79375 0.132291 v -0.132292 -0.79375 -0.132292 h -0.132291 -0.305925 l 0.363802,-2.116667 h 0.471289 0.132292 v -0.132291 -0.793751 -0.132291 h -0.132292 -0.79375 -0.132291 v 0.132291 0.214974 l -2.645834,-0.950833 v -0.587057 -0.132292 h -0.132291 -0.79375 z m 0.264583,0.264584 h 0.529167 v 0.529167 h -0.529167 z m 3.704167,1.322916 h 0.529167 v 0.529167 h -0.529167 z m -0.529167,3.175 h 0.529167 v 0.529167 h -0.529167 z m -3.704166,0.264583 c 0.529166,0 0,0 0.529166,0 v 0.529167 h -0.529166 z" id="polygon" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" class="sprite" style="fill:#4d4d4d;fill-opacity:1;stroke-width:0.264583" />
<g transform="matrix(0.06466922,0,0,0.06466922,11.047119,39.63557)" id="settings" style="fill:#4d4d4d;fill-opacity:1;stroke:none" class="sprite">
@ -60,7 +60,7 @@
<path inkscape:export-ydpi="28.799999" inkscape:export-xdpi="28.799999" inkscape:export-filename="/home/ybon/Work/osmtouch64.png" d="m 36.286947,38.82145 c -0.457367,0.452579 -0.512559,0.504833 -0.938758,0.934524 l 1.311056,-0.309645 c 0.03951,-0.177773 0.08574,-0.397942 0.09827,-0.449622 -0.206968,-0.007 -0.324977,-0.0729 -0.470564,-0.175257 z m 1.416518,-0.515743 c -0.04859,0.578556 -0.300471,0.62169 -0.777745,0.697632 -0.034,0.152288 -0.05699,0.258181 -0.0969,0.437787 l 1.223994,0.303984 c 0.164208,-0.701576 0.296132,-1.269942 0.293248,-1.273096 -0.0043,-0.0046 -0.327631,-0.08748 -0.642597,-0.166307 z m -0.587772,-0.141586 c -0.0016,0.0027 -0.06999,0.304712 -0.158099,0.698899 0.559065,-0.08996 0.575972,-0.270987 0.592873,-0.594974 -0.229404,-0.05691 -0.432289,-0.106081 -0.434774,-0.103925 z m -0.164475,-0.0092 c -0.135978,0.01159 -0.204073,0.02561 -0.353171,0.06753 0.04792,0.09125 0.07023,0.278832 -0.200036,0.497924 0.141563,0.08791 0.265261,0.122014 0.390009,0.137353 0.114356,-0.532403 0.172961,-0.615354 0.163198,-0.702835 z m -2.677486,-0.0065 -0.237148,0.943143 0.805796,-0.798942 c -0.18084,-0.04602 -0.34599,-0.08797 -0.568648,-0.144201 z m 5.612522,-0.03249 c -0.750179,0.194829 -1.362065,0.355852 -1.364242,0.358548 -0.0019,0.0027 -0.137285,0.574647 -0.303451,1.280914 l 1.337469,-0.33256 z m -2.182789,-0.197471 v 0.211759 c 0.276503,0.0699 0.560065,0.139645 0.618371,0.140292 0,0 -0.03096,-0.126516 -0.06757,-0.283199 -7.93e-4,0 -0.0016,0 -0.0026,0 -0.238721,0.0062 -0.321882,-0.0081 -0.548246,-0.06885 z m -0.679572,-0.315683 -0.0026,0.0027 0.09817,0.38583 c 0.02307,-0.0027 0.214998,0.04675 0.430948,0.10131 2.4e-5,-0.0864 1.64e-4,-0.157114 0.0013,-0.219523 -0.185131,-0.06365 -0.363024,-0.153906 -0.527846,-0.270232 z m -2.866186,-0.12471 0.131326,0.50016 c 0,0 0.363977,0.08961 0.697421,0.171483 l 0.03825,-0.03769 c -0.494559,-0.17868 -0.501422,-0.552676 -0.866997,-0.633955 z m 5.579372,-0.111716 c -0.494358,0.418395 -0.758865,0.525016 -1.314519,0.614464 0.03396,0.138971 0.06369,0.258155 0.07268,0.285814 0.0076,0.02345 0.467328,-0.08354 1.388467,-0.320887 z m -3.207882,-0.254623 c -0.06109,-0.08511 -0.11524,-0.173667 -0.161925,-0.265029 -0.359863,0.0798 -0.952985,0.222488 -0.97027,0.237747 -0.0073,0.0065 0.04546,0.244648 0.118573,0.540437 0.178835,-0.168006 0.384271,-0.137731 0.520491,-0.04456 m 0.507283,0.496144 c 0.125,-0.04259 0.297064,-0.07581 0.406593,-0.08915 -0.01373,-0.100393 -0.0232,-0.163665 -0.06247,-0.267616 m -2.910811,-0.983419 0.131326,0.528737 c 0.662519,0.255998 0.711877,0.768478 1.067168,0.697631 l 0.228224,-0.226046 c -0.07081,-0.298943 -0.153485,-0.613683 -0.173397,-0.633956 -0.0046,-0.0046 -1.253321,-0.366366 -1.253321,-0.366366 z m 2.186615,-1.140587 -0.443699,0.111716 c -0.09333,0.398662 -0.219022,0.89726 -0.294523,1.192563 0.363871,-0.102631 0.462682,-0.124171 0.872095,-0.20785 -0.143711,-0.349112 -0.188886,-0.728445 -0.133873,-1.096429 z m -1.87424,-0.285813 -0.313648,1.249741 c 0.483029,0.139375 0.763559,0.218579 1.252043,0.335148 0.10314,-0.32458 0.219451,-0.683155 0.303448,-1.197766 -0.325758,-0.103251 -0.521049,-0.166792 -1.241843,-0.387123 z m 2.351088,-1.414701 -1.220169,0.30269 c 0.172125,0.761442 0.298183,1.305114 0.305999,1.313364 0.0075,0.0078 0.225253,-0.03952 0.473022,-0.09743 0.116554,-0.470022 0.217924,-0.632905 0.563546,-0.989889 -0.03709,-0.162128 -0.07823,-0.339596 -0.122398,-0.528737 z m 0.163197,-0.01698 c 0.05038,0.214994 0.05503,0.230495 0.09945,0.419609 0.140443,-0.115059 0.293208,-0.208632 0.452622,-0.281905 z m -2.852158,0 0.318746,1.249742 c 0.700001,0.21006 1.258697,0.375235 1.262245,0.371542 0.0038,-0.004 -0.123335,-0.586051 -0.283048,-1.309482 z m 5.60487,-0.01159 -0.493422,0.122095 c 0.227135,0.09573 0.440336,0.233245 0.628571,0.411818 z m -2.717445,2.334255 c 0.109487,0.68124 0.842335,1.193371 1.606491,1.108532 0.285036,-0.686201 0.484585,-0.652934 0.594535,-1.340268 0.0044,-0.611014 -0.784114,-0.234107 -1.142519,-0.214697 -0.615619,-0.01995 -0.584985,-0.758423 -0.651779,-0.867659 -0.190072,0.142368 -0.521817,0.587372 -0.406728,1.314092 z m 0.702955,-1.549601 c 0.200636,0.645656 0.243692,0.866311 0.883571,0.613171 0.481322,-0.142179 0.864986,0.05125 0.927298,0.283279 0.102087,0.345959 -0.06402,0.852913 -0.5091,1.641961 0.697153,-0.379441 0.91768,-1.209169 0.667258,-1.845956 -0.341146,-0.72645 -1.135436,-1.087828 -1.969027,-0.692455 z" style="fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.264583" id="path5801" inkscape:connector-curvature="0" />
</g>
<g id="delete-marker" transform="matrix(0.26458333,0,0,0.26458333,23.529017,-228.26118)" class="sprite">
<path id="path3378-6" d="m 178.57143,979.21934 c -3.0625,0 -6.125,2.1197 -7,6.375 0,2.5532 1.75,7.6676 7,13.625 3.4166,-3.877 5.31568,-7.3755 6.25,-10.0625 -1.31416,-0.1622 -2.497,-0.7235 -3.40625,-1.5938 -0.63462,0.8653 -1.6677,1.4375 -2.84375,1.4375 -1.933,0 -3.5,-1.5261 -3.5,-3.4062 0,-1.8801 1.567,-3.4063 3.5,-3.4063 0.36776,0 0.72951,0.085 1.0625,0.1875 0.14352,-1.0312 0.55799,-1.956 1.15625,-2.75 -0.72276,-0.259 -1.46314,-0.4062 -2.21875,-0.4062 z" style="fill:#4d4d4d;fill-opacity:1;stroke:none" inkscape:connector-curvature="0" />
<path id="path3378-6" d="m 178.57143,979.21934 c -3.0625,0 -6.44624,2.06611 -7,6.375 -0.32545,2.53237 1.75,7.6676 7,13.625 3.4166,-3.877 5.31568,-7.3755 6.25,-10.0625 -1.31416,-0.1622 -2.497,-0.7235 -3.40625,-1.5938 -0.63462,0.8653 -1.6677,1.4375 -2.84375,1.4375 -1.933,0 -3.5,-1.5261 -3.5,-3.4062 0,-1.8801 1.567,-3.4063 3.5,-3.4063 0.36776,0 0.72951,0.085 1.0625,0.1875 0.14352,-1.0312 0.55799,-1.956 1.15625,-2.75 -0.72276,-0.259 -1.46314,-0.4062 -2.21875,-0.4062 z" style="fill:#4d4d4d;fill-opacity:1;stroke:none" inkscape:connector-curvature="0" sodipodi:nodetypes="sscccsssccs" />
<path inkscape:connector-curvature="0" id="path6764" d="m 185.57143,978.21934 c -2.76142,0 -5,2.2386 -5,5 0,2.7615 2.23858,5 5,5 2.76142,0 5,-2.2385 5,-5 0,-2.7614 -2.23858,-5 -5,-5 z m -1.81818,2.2727 1.81818,1.8182 1.81818,-1.8182 0.90909,0.9091 -1.81818,1.8182 1.81818,1.8182 -0.90909,0.9091 -1.81818,-1.8182 -1.81818,1.8182 -0.90909,-0.9091 1.81818,-1.8182 -1.81818,-1.8182 z" style="fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none" />
</g>
<g id="multipolygon" class="sprite" transform="matrix(0.26458333,0,0,0.26458333,66.121027,-220.75833)">

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="none"><g filter="url(#a)"><circle cx="16" cy="12" r="6" fill="#2980B9"/></g><g filter="url(#b)"><circle cx="16" cy="12" r="11.5" stroke="#2980B9" shape-rendering="crispEdges"/></g><defs><filter id="a" width="20" height="20" x="6" y="6" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="4"/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_2923_3333"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_2923_3333" result="shape"/></filter><filter id="b" width="32" height="32" x="0" y="0" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="4"/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_2923_3333"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_2923_3333" result="shape"/></filter></defs></svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -332,6 +332,7 @@ export class DataLayer extends ServerStored {
.parse(raw, this.options.remoteData.format)
.then((geojson) => this.fromGeoJSON(geojson))
.catch((error) => {
console.debug(error)
Alert.error(
translate('Cannot parse remote data for layer "{layer}" with url "{url}"', {
layer: this.getName(),
@ -532,6 +533,7 @@ export class DataLayer extends ServerStored {
return data
})
.catch((error) => {
console.debug(error)
Alert.error(translate('Import failed: invalid data'))
})
}

View file

@ -1,5 +1,9 @@
import { uMapAlert as Alert } from '../components/alerts/alert.js'
import { AjaxAutocomplete, AjaxAutocompleteMultiple, AutocompleteDatalist } from './autocomplete.js'
import {
AjaxAutocomplete,
AjaxAutocompleteMultiple,
AutocompleteDatalist,
} from './autocomplete.js'
import Help from './help.js'
import { ServerRequest } from './request.js'
import { SCHEMA } from './schema.js'

View file

@ -430,44 +430,64 @@ U.Search = L.PhotonSearch.extend({
},
formatResult: function (feature, el) {
const tools = L.DomUtil.create('span', 'search-result-tools', el)
const zoom = L.DomUtil.createButtonIcon(
tools,
'icon-zoom',
L._('Zoom to this place')
)
const edit = L.DomUtil.createButtonIcon(
tools,
'icon-edit',
L._('Save this location as new feature')
)
// We need to use "mousedown" because Leaflet.Photon listen to mousedown
// on el.
L.DomEvent.on(zoom, 'mousedown', (e) => {
L.DomEvent.stop(e)
this.zoomToFeature(feature)
})
L.DomEvent.on(edit, 'mousedown', (e) => {
L.DomEvent.stop(e)
const [tools, { point, geom }] = U.Utils.loadTemplateWithRefs(`
<span class="search-result-tools">
<button type="button" title="${L._('Save this geometry as a new feature')}" data-ref=geom><i class="icon icon-16 icon-polygon"></i></button>
<button type="button" title="${L._('Save this place as a new feature')}" data-ref=point><i class="icon icon-16 icon-marker"></i></button>
</span>
`)
geom.hidden = !['R', 'W'].includes(feature.properties.osm_type)
point.addEventListener('mousedown', (event) => {
event.stopPropagation()
const datalayer = this.map._umap.defaultEditDataLayer()
const layer = datalayer.makeFeature(feature)
layer.isDirty = true
layer.edit()
const marker = datalayer.makeFeature(feature)
marker.isDirty = true
marker.edit()
})
geom.addEventListener('mousedown', async (event) => {
event.stopPropagation()
const osm_id = feature.properties.osm_id
const types = {
R: 'relation',
W: 'way',
N: 'node',
}
const osm_type = types[feature.properties.osm_type]
if (!osm_type || !osm_id) return
const importer = this.map._umap.importer
importer.build()
importer.format = 'osm'
importer.url = `https://www.openstreetmap.org/api/0.6/${osm_type}/${osm_id}/full`
importer.submit()
})
el.appendChild(tools)
this._formatResult(feature, el)
const path = U.SCHEMA.iconUrl.default.replace('marker.svg', 'target.svg')
const icon = L.icon({
iconUrl: path,
iconSize: [24, 24],
iconAnchor: [12, 12],
})
const coords = feature.geometry.coordinates
const target = L.marker([coords[1], coords[0]], { icon })
el.addEventListener('mouseover', (event) => {
target.addTo(this.map)
})
el.addEventListener('mouseout', (event) => {
target.removeFrom(this.map)
})
},
zoomToFeature: function (feature) {
const zoom = Math.max(this.map.getZoom(), 16) // Never unzoom.
setChoice: function (choice) {
choice = choice || this.RESULTS[this.CURRENT]
if (choice) {
const feature = choice.feature
const zoom = Math.max(this.map.getZoom(), 14) // Never unzoom.
this.map.setView(
[feature.geometry.coordinates[1], feature.geometry.coordinates[0]],
zoom
)
},
onSelected: function (feature) {
this.zoomToFeature(feature)
this.map.panel.close()
}
},
})

View file

@ -299,7 +299,6 @@ const locale = {
"Restore this version": "ይህንን እትም መልስ",
"Save current edits": "የአሁኑን እርማቶች አስቀምጥ/አድን",
"Save map": "Save map",
"Save this location as new feature": "Save this location as new feature",
"Save": "አድን/አስቀምጥ",
"Saved center and zoom": "Saved center and zoom",
"Search location": "Search location",
@ -387,7 +386,6 @@ const locale = {
"Zoom to the next": "ወደ ሚቀጥለው አጉላ",
"Zoom to the previous": "ቀደም ወዳለው አጉላ",
"Zoom to this feature": "ፊቸሩ ድረስ አጉላ",
"Zoom to this place": "Zoom to this place",
"{area}&#8239;acres": "{area} acres",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,7 +530,10 @@ const locale = {
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}
L.registerLocale("am_ET", locale)
L.setLocale("am_ET")

View file

@ -299,7 +299,6 @@
"Restore this version": "ይህንን እትም መልስ",
"Save current edits": "የአሁኑን እርማቶች አስቀምጥ/አድን",
"Save map": "Save map",
"Save this location as new feature": "Save this location as new feature",
"Save": "አድን/አስቀምጥ",
"Saved center and zoom": "Saved center and zoom",
"Search location": "Search location",
@ -387,7 +386,6 @@
"Zoom to the next": "ወደ ሚቀጥለው አጉላ",
"Zoom to the previous": "ቀደም ወዳለው አጉላ",
"Zoom to this feature": "ፊቸሩ ድረስ አጉላ",
"Zoom to this place": "Zoom to this place",
"{area}&#8239;acres": "{area} acres",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,5 +530,8 @@
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}

View file

@ -299,7 +299,6 @@ const locale = {
"Restore this version": "Restore this version",
"Save current edits": "Save current edits",
"Save map": "Save map",
"Save this location as new feature": "Save this location as new feature",
"Save": "تسجيل",
"Saved center and zoom": "Saved center and zoom",
"Search location": "Search location",
@ -387,7 +386,6 @@ const locale = {
"Zoom to the next": "Zoom to the next",
"Zoom to the previous": "Zoom to the previous",
"Zoom to this feature": "Zoom to this feature",
"Zoom to this place": "Zoom to this place",
"{area}&#8239;acres": "{area} acres",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,7 +530,10 @@ const locale = {
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}
L.registerLocale("ar", locale)
L.setLocale("ar")

View file

@ -299,7 +299,6 @@
"Restore this version": "Restore this version",
"Save current edits": "Save current edits",
"Save map": "Save map",
"Save this location as new feature": "Save this location as new feature",
"Save": "تسجيل",
"Saved center and zoom": "Saved center and zoom",
"Search location": "Search location",
@ -387,7 +386,6 @@
"Zoom to the next": "Zoom to the next",
"Zoom to the previous": "Zoom to the previous",
"Zoom to this feature": "Zoom to this feature",
"Zoom to this place": "Zoom to this place",
"{area}&#8239;acres": "{area} acres",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,5 +530,8 @@
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}

View file

@ -299,7 +299,6 @@ const locale = {
"Restore this version": "Restore this version",
"Save current edits": "Save current edits",
"Save map": "Save map",
"Save this location as new feature": "Save this location as new feature",
"Save": "Save",
"Saved center and zoom": "Saved center and zoom",
"Search location": "Search location",
@ -387,7 +386,6 @@ const locale = {
"Zoom to the next": "Zoom to the next",
"Zoom to the previous": "Zoom to the previous",
"Zoom to this feature": "Zoom to this feature",
"Zoom to this place": "Zoom to this place",
"{area}&#8239;acres": "{area} acres",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,7 +530,10 @@ const locale = {
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}
L.registerLocale("ast", locale)
L.setLocale("ast")

View file

@ -299,7 +299,6 @@
"Restore this version": "Restore this version",
"Save current edits": "Save current edits",
"Save map": "Save map",
"Save this location as new feature": "Save this location as new feature",
"Save": "Save",
"Saved center and zoom": "Saved center and zoom",
"Search location": "Search location",
@ -387,7 +386,6 @@
"Zoom to the next": "Zoom to the next",
"Zoom to the previous": "Zoom to the previous",
"Zoom to this feature": "Zoom to this feature",
"Zoom to this place": "Zoom to this place",
"{area}&#8239;acres": "{area} acres",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,5 +530,8 @@
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}

View file

@ -299,7 +299,6 @@ const locale = {
"Restore this version": "Restore this version",
"Save current edits": "Запиши текущите редакции",
"Save map": "Save map",
"Save this location as new feature": "Save this location as new feature",
"Save": "запазвам",
"Saved center and zoom": "Saved center and zoom",
"Search location": "Search location",
@ -387,7 +386,6 @@ const locale = {
"Zoom to the next": "Zoom to the next",
"Zoom to the previous": "Zoom to the previous",
"Zoom to this feature": "Увеличаване на тази характеристика",
"Zoom to this place": "Zoom to this place",
"{area}&#8239;acres": "{area} acres",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,7 +530,10 @@ const locale = {
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}
L.registerLocale("bg", locale)
L.setLocale("bg")

View file

@ -299,7 +299,6 @@
"Restore this version": "Restore this version",
"Save current edits": "Запиши текущите редакции",
"Save map": "Save map",
"Save this location as new feature": "Save this location as new feature",
"Save": "запазвам",
"Saved center and zoom": "Saved center and zoom",
"Search location": "Search location",
@ -387,7 +386,6 @@
"Zoom to the next": "Zoom to the next",
"Zoom to the previous": "Zoom to the previous",
"Zoom to this feature": "Увеличаване на тази характеристика",
"Zoom to this place": "Zoom to this place",
"{area}&#8239;acres": "{area} acres",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,5 +530,8 @@
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}

View file

@ -299,7 +299,6 @@ const locale = {
"Restore this version": "Adsevel ar stumm-mañ?",
"Save current edits": "Enrollañ ar c'hemmoù a-vremañ ",
"Save map": "Enrollañ ar gartenn",
"Save this location as new feature": "Enrollañ al lec'h-mañ evel un elfenn nevez",
"Save": "Enrollañ",
"Saved center and zoom": "Kreiz ha zoum enrollet",
"Search location": "Klask ul lec'h",
@ -387,7 +386,6 @@ const locale = {
"Zoom to the next": "War-lerc'h",
"Zoom to the previous": "Kent",
"Zoom to this feature": "Zoumañ war an elfenn-mañ",
"Zoom to this place": "Zoumañ war al lec'h-mañ",
"{area}&#8239;acres": "{area} erv",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -533,7 +531,9 @@ const locale = {
"Default longitude": "Hedred dre ziouer",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink"
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}
L.registerLocale("br", locale)
L.setLocale("br")

View file

@ -299,7 +299,6 @@
"Restore this version": "Adsevel ar stumm-mañ?",
"Save current edits": "Enrollañ ar c'hemmoù a-vremañ ",
"Save map": "Enrollañ ar gartenn",
"Save this location as new feature": "Enrollañ al lec'h-mañ evel un elfenn nevez",
"Save": "Enrollañ",
"Saved center and zoom": "Kreiz ha zoum enrollet",
"Search location": "Klask ul lec'h",
@ -387,7 +386,6 @@
"Zoom to the next": "War-lerc'h",
"Zoom to the previous": "Kent",
"Zoom to this feature": "Zoumañ war an elfenn-mañ",
"Zoom to this place": "Zoumañ war al lec'h-mañ",
"{area}&#8239;acres": "{area} erv",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -533,5 +531,7 @@
"Default longitude": "Hedred dre ziouer",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink"
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}

View file

@ -299,7 +299,6 @@ const locale = {
"Restore this version": "Restore this version",
"Save current edits": "Desa les edicions actuals",
"Save map": "Deseu el mapa",
"Save this location as new feature": "Save this location as new feature",
"Save": "Desa",
"Saved center and zoom": "Centre i escala desats",
"Search location": "Cercar ubicacion",
@ -387,7 +386,6 @@ const locale = {
"Zoom to the next": "Zoom to the next",
"Zoom to the previous": "Zoom to the previous",
"Zoom to this feature": "Fes zoom a aquesta característica",
"Zoom to this place": "Zoom to this place",
"{area}&#8239;acres": "{area} acres",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,7 +530,10 @@ const locale = {
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}
L.registerLocale("ca", locale)
L.setLocale("ca")

View file

@ -299,7 +299,6 @@
"Restore this version": "Restore this version",
"Save current edits": "Desa les edicions actuals",
"Save map": "Deseu el mapa",
"Save this location as new feature": "Save this location as new feature",
"Save": "Desa",
"Saved center and zoom": "Centre i escala desats",
"Search location": "Cercar ubicacion",
@ -387,7 +386,6 @@
"Zoom to the next": "Zoom to the next",
"Zoom to the previous": "Zoom to the previous",
"Zoom to this feature": "Fes zoom a aquesta característica",
"Zoom to this place": "Zoom to this place",
"{area}&#8239;acres": "{area} acres",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,5 +530,8 @@
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}

View file

@ -299,7 +299,6 @@ const locale = {
"Restore this version": "Obnovit tuto verzi",
"Save current edits": "Ulož nedávné změny",
"Save map": "Uložit mapu",
"Save this location as new feature": "Uložit tuto pozici jako nový objekt",
"Save": "Ulož",
"Saved center and zoom": "Uložený střed a zoom",
"Search location": "Vyhledat místo na mapě",
@ -387,7 +386,6 @@ const locale = {
"Zoom to the next": "Skočit na následující",
"Zoom to the previous": "Skočit na předchozí",
"Zoom to this feature": "Přiblížit na tento objekt",
"Zoom to this place": "Přiblížit na toto místo",
"{area}&#8239;acres": "{area} akry",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -519,20 +517,23 @@ const locale = {
"Save draft": "Uložit koncept",
"No data has been found for import": "Nebyla nalezena žádná data pro import",
"Successfully imported {count} feature(s)": "Počet úspěšně importovaných prvků: {count}",
"Disconnected": "Disconnected",
"You must be logged in": "You must be logged in",
"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 parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
"Import failed: invalid data": "Import failed: invalid data",
"Anonymous": "Anonymous",
"created at {date}": "created at {date}",
"modified at {date}": "modified at {date}",
"Default zoom": "Default zoom",
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Disconnected": "Odpojeno",
"You must be logged in": "Musíte být přihlášen",
"on hover": "při najetí",
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Nelze načíst vzdálená data pro vrstvu \"{layer}\" s url \"{url}\".",
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Nelze analyzovat vzdálená data pro vrstvu \"{layer}\" s url \"{url}\".",
"Import failed: invalid data": "Import selhal: neplatná data",
"Anonymous": "Anonymní",
"created at {date}": "vytvořeno v {date}",
"modified at {date}": "upraveno v {date}",
"Default zoom": "Výchozí přiblížení",
"Default latitude": "Výchozí zeměpisná šířka",
"Default longitude": "Výchozí zeměpisná délka",
"Edit map default view": "Upravit výchozí zobrazení mapy",
"Use current center and zoom": "Použít aktuální střed a přiblížení",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}
L.registerLocale("cs_CZ", locale)
L.setLocale("cs_CZ")

View file

@ -299,7 +299,6 @@
"Restore this version": "Obnovit tuto verzi",
"Save current edits": "Ulož nedávné změny",
"Save map": "Uložit mapu",
"Save this location as new feature": "Uložit tuto pozici jako nový objekt",
"Save": "Ulož",
"Saved center and zoom": "Uložený střed a zoom",
"Search location": "Vyhledat místo na mapě",
@ -387,7 +386,6 @@
"Zoom to the next": "Skočit na následující",
"Zoom to the previous": "Skočit na předchozí",
"Zoom to this feature": "Přiblížit na tento objekt",
"Zoom to this place": "Přiblížit na toto místo",
"{area}&#8239;acres": "{area} akry",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -519,18 +517,21 @@
"Save draft": "Uložit koncept",
"No data has been found for import": "Nebyla nalezena žádná data pro import",
"Successfully imported {count} feature(s)": "Počet úspěšně importovaných prvků: {count}",
"Disconnected": "Disconnected",
"You must be logged in": "You must be logged in",
"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 parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
"Import failed: invalid data": "Import failed: invalid data",
"Anonymous": "Anonymous",
"created at {date}": "created at {date}",
"modified at {date}": "modified at {date}",
"Default zoom": "Default zoom",
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Disconnected": "Odpojeno",
"You must be logged in": "Musíte být přihlášen",
"on hover": "při najetí",
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Nelze načíst vzdálená data pro vrstvu \"{layer}\" s url \"{url}\".",
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Nelze analyzovat vzdálená data pro vrstvu \"{layer}\" s url \"{url}\".",
"Import failed: invalid data": "Import selhal: neplatná data",
"Anonymous": "Anonymní",
"created at {date}": "vytvořeno v {date}",
"modified at {date}": "upraveno v {date}",
"Default zoom": "Výchozí přiblížení",
"Default latitude": "Výchozí zeměpisná šířka",
"Default longitude": "Výchozí zeměpisná délka",
"Edit map default view": "Upravit výchozí zobrazení mapy",
"Use current center and zoom": "Použít aktuální střed a přiblížení",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}

View file

@ -299,7 +299,6 @@ const locale = {
"Restore this version": "Genskab denne version",
"Save current edits": "Gem nuværende redigeringer",
"Save map": "Save map",
"Save this location as new feature": "Gem denne placering som et nyt objekt",
"Save": "Gem",
"Saved center and zoom": "Saved center and zoom",
"Search location": "Søg efter placering",
@ -387,7 +386,6 @@ const locale = {
"Zoom to the next": "Zoom til næste",
"Zoom to the previous": "Zoom til forrige",
"Zoom to this feature": "Zoom til dette objekt",
"Zoom to this place": "Zoom til dette sted",
"{area}&#8239;acres": "{area} acres",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,7 +530,10 @@ const locale = {
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}
L.registerLocale("da", locale)
L.setLocale("da")

View file

@ -299,7 +299,6 @@
"Restore this version": "Genskab denne version",
"Save current edits": "Gem nuværende redigeringer",
"Save map": "Save map",
"Save this location as new feature": "Gem denne placering som et nyt objekt",
"Save": "Gem",
"Saved center and zoom": "Saved center and zoom",
"Search location": "Søg efter placering",
@ -387,7 +386,6 @@
"Zoom to the next": "Zoom til næste",
"Zoom to the previous": "Zoom til forrige",
"Zoom to this feature": "Zoom til dette objekt",
"Zoom to this place": "Zoom til dette sted",
"{area}&#8239;acres": "{area} acres",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,5 +530,8 @@
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}

View file

@ -299,7 +299,6 @@ const locale = {
"Restore this version": "Diese Version wiederherstellen",
"Save current edits": "Aktuelle Änderungen speichern",
"Save map": "Karte speichern",
"Save this location as new feature": "Diesen Ort als neues Element speichern",
"Save": "Speichern",
"Saved center and zoom": "Mittelpunkt und Zoom gespeichert",
"Search location": "Ort suchen",
@ -387,7 +386,6 @@ const locale = {
"Zoom to the next": "Zum nächsten zoomen",
"Zoom to the previous": "Zum vorherigen zoomen",
"Zoom to this feature": "Auf dieses Element zoomen",
"Zoom to this place": "Auf diesen Ort zoomen",
"{area}&#8239;acres": "{area} Hektar",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,7 +530,10 @@ const locale = {
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}
L.registerLocale("de", locale)
L.setLocale("de")

View file

@ -299,7 +299,6 @@
"Restore this version": "Diese Version wiederherstellen",
"Save current edits": "Aktuelle Änderungen speichern",
"Save map": "Karte speichern",
"Save this location as new feature": "Diesen Ort als neues Element speichern",
"Save": "Speichern",
"Saved center and zoom": "Mittelpunkt und Zoom gespeichert",
"Search location": "Ort suchen",
@ -387,7 +386,6 @@
"Zoom to the next": "Zum nächsten zoomen",
"Zoom to the previous": "Zum vorherigen zoomen",
"Zoom to this feature": "Auf dieses Element zoomen",
"Zoom to this place": "Auf diesen Ort zoomen",
"{area}&#8239;acres": "{area} Hektar",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,5 +530,8 @@
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}

View file

@ -299,7 +299,6 @@ const locale = {
"Restore this version": "Επαναφορά αυτής της έκδοσης",
"Save current edits": "Αποθήκευση τρέχουσας επεξεργασίας",
"Save map": "Αποθήκευση χάρτη",
"Save this location as new feature": "Αποθήκευση αυτής της τοποθεσίας ως νέο στοιχείο",
"Save": "Αποθήκευση",
"Saved center and zoom": "Saved center and zoom",
"Search location": "Αναζήτηση τοποθεσίας",
@ -387,7 +386,6 @@ const locale = {
"Zoom to the next": "Εστίαση στο επόμενο",
"Zoom to the previous": "Εστίαση στο προηγούμενο",
"Zoom to this feature": "Εστίαση σε αυτό το στοιχείο",
"Zoom to this place": "Εστίαση σε αυτή την τοποθεσία",
"{area}&#8239;acres": "{area}&#8239;έικρ",
"{area}&#8239;ha": "{area}&#8239;εκτάρια",
"{area}&#8239;m&sup2;": "{area}&#8239;μέτρα&sup2;",
@ -532,7 +530,10 @@ const locale = {
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}
L.registerLocale("el", locale)
L.setLocale("el")

View file

@ -299,7 +299,6 @@
"Restore this version": "Επαναφορά αυτής της έκδοσης",
"Save current edits": "Αποθήκευση τρέχουσας επεξεργασίας",
"Save map": "Αποθήκευση χάρτη",
"Save this location as new feature": "Αποθήκευση αυτής της τοποθεσίας ως νέο στοιχείο",
"Save": "Αποθήκευση",
"Saved center and zoom": "Saved center and zoom",
"Search location": "Αναζήτηση τοποθεσίας",
@ -387,7 +386,6 @@
"Zoom to the next": "Εστίαση στο επόμενο",
"Zoom to the previous": "Εστίαση στο προηγούμενο",
"Zoom to this feature": "Εστίαση σε αυτό το στοιχείο",
"Zoom to this place": "Εστίαση σε αυτή την τοποθεσία",
"{area}&#8239;acres": "{area}&#8239;έικρ",
"{area}&#8239;ha": "{area}&#8239;εκτάρια",
"{area}&#8239;m&sup2;": "{area}&#8239;μέτρα&sup2;",
@ -532,5 +530,8 @@
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}

View file

@ -299,7 +299,6 @@ const locale = {
"Restore this version": "Restore this version",
"Save current edits": "Save current edits",
"Save map": "Save map",
"Save this location as new feature": "Save this location as new feature",
"Save": "Save",
"Saved center and zoom": "Saved center and zoom",
"Search location": "Search location",
@ -387,7 +386,6 @@ const locale = {
"Zoom to the next": "Zoom to the next",
"Zoom to the previous": "Zoom to the previous",
"Zoom to this feature": "Zoom to this feature",
"Zoom to this place": "Zoom to this place",
"{area}&#8239;acres": "{area} acres",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -533,7 +531,9 @@ const locale = {
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink"
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}
L.registerLocale("en", locale)
L.setLocale("en")

View file

@ -299,7 +299,6 @@
"Restore this version": "Restore this version",
"Save current edits": "Save current edits",
"Save map": "Save map",
"Save this location as new feature": "Save this location as new feature",
"Save": "Save",
"Saved center and zoom": "Saved center and zoom",
"Search location": "Search location",
@ -387,7 +386,6 @@
"Zoom to the next": "Zoom to the next",
"Zoom to the previous": "Zoom to the previous",
"Zoom to this feature": "Zoom to this feature",
"Zoom to this place": "Zoom to this place",
"{area}&#8239;acres": "{area} acres",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -533,5 +531,7 @@
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink"
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}

View file

@ -299,7 +299,6 @@
"Restore this version": "Restore this version",
"Save current edits": "Save current edits",
"Save map": "Save map",
"Save this location as new feature": "Save this location as new feature",
"Save": "Save",
"Saved center and zoom": "Saved center and zoom",
"Search location": "Search location",
@ -387,7 +386,6 @@
"Zoom to the next": "Zoom to the next",
"Zoom to the previous": "Zoom to the previous",
"Zoom to this feature": "Zoom to this feature",
"Zoom to this place": "Zoom to this place",
"{area}&#8239;acres": "{area} acres",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,5 +530,8 @@
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}

View file

@ -299,7 +299,6 @@ const locale = {
"Restore this version": "Restaurar esta versión",
"Save current edits": "Guardar las ediciones actuales",
"Save map": "Guardar mapa",
"Save this location as new feature": "Guardar esta ubicación como un nuevo elemento",
"Save": "Guardar",
"Saved center and zoom": "Centro y zoom guardados",
"Search location": "Buscar ubicación",
@ -387,7 +386,6 @@ const locale = {
"Zoom to the next": "Zoom al siguiente",
"Zoom to the previous": "Zoom al anterior",
"Zoom to this feature": "Zoom a este elemento",
"Zoom to this place": "Zoom a este lugar",
"{area}&#8239;acres": "{area} acres",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -526,13 +524,16 @@ const locale = {
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "No se pueden analizar los datos remotos para la capa \"{layer}\" con la URL \"{url}\"",
"Import failed: invalid data": "Falló la importación: datos no válidos",
"Anonymous": "Anónimo",
"created at {date}": "created at {date}",
"modified at {date}": "modified at {date}",
"Default zoom": "Default zoom",
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"created at {date}": "creado el {date}",
"modified at {date}": "modificado el {date}",
"Default zoom": "Zoom predeterminado",
"Default latitude": "Latitud predeterminada",
"Default longitude": "Longitud predeterminada",
"Edit map default view": "Editar vista predeterminada del mapa",
"Use current center and zoom": "Usar el centro y zoom actuales",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}
L.registerLocale("es", locale)
L.setLocale("es")

View file

@ -299,7 +299,6 @@
"Restore this version": "Restaurar esta versión",
"Save current edits": "Guardar las ediciones actuales",
"Save map": "Guardar mapa",
"Save this location as new feature": "Guardar esta ubicación como un nuevo elemento",
"Save": "Guardar",
"Saved center and zoom": "Centro y zoom guardados",
"Search location": "Buscar ubicación",
@ -387,7 +386,6 @@
"Zoom to the next": "Zoom al siguiente",
"Zoom to the previous": "Zoom al anterior",
"Zoom to this feature": "Zoom a este elemento",
"Zoom to this place": "Zoom a este lugar",
"{area}&#8239;acres": "{area} acres",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -526,11 +524,14 @@
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "No se pueden analizar los datos remotos para la capa \"{layer}\" con la URL \"{url}\"",
"Import failed: invalid data": "Falló la importación: datos no válidos",
"Anonymous": "Anónimo",
"created at {date}": "created at {date}",
"modified at {date}": "modified at {date}",
"Default zoom": "Default zoom",
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"created at {date}": "creado el {date}",
"modified at {date}": "modificado el {date}",
"Default zoom": "Zoom predeterminado",
"Default latitude": "Latitud predeterminada",
"Default longitude": "Longitud predeterminada",
"Edit map default view": "Editar vista predeterminada del mapa",
"Use current center and zoom": "Usar el centro y zoom actuales",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}

View file

@ -299,7 +299,6 @@ const locale = {
"Restore this version": "Taasta see versioon",
"Save current edits": "Salvesta praegused muudatused",
"Save map": "Save map",
"Save this location as new feature": "Salvesta see asukoht uue elemendina",
"Save": "Salvesta",
"Saved center and zoom": "Saved center and zoom",
"Search location": "Asukoha otsing",
@ -387,7 +386,6 @@ const locale = {
"Zoom to the next": "Järgmine",
"Zoom to the previous": "Eelmine",
"Zoom to this feature": "Zoom to this feature",
"Zoom to this place": "Suurenda selle kohani",
"{area}&#8239;acres": "{area} acres",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,7 +530,10 @@ const locale = {
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}
L.registerLocale("et", locale)
L.setLocale("et")

View file

@ -299,7 +299,6 @@
"Restore this version": "Taasta see versioon",
"Save current edits": "Salvesta praegused muudatused",
"Save map": "Save map",
"Save this location as new feature": "Salvesta see asukoht uue elemendina",
"Save": "Salvesta",
"Saved center and zoom": "Saved center and zoom",
"Search location": "Asukoha otsing",
@ -387,7 +386,6 @@
"Zoom to the next": "Järgmine",
"Zoom to the previous": "Eelmine",
"Zoom to this feature": "Zoom to this feature",
"Zoom to this place": "Suurenda selle kohani",
"{area}&#8239;acres": "{area} acres",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,5 +530,8 @@
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}

View file

@ -214,7 +214,7 @@ const locale = {
"Limit bounds": "Mugak",
"Link to view the map": "Mapa ikusteko esteka",
"Link to…": "Estekatu honi...",
"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]]": "Testua duen esteka: [[https://adibidez.com|estekaren testua]]",
"Long credits": "Kreditu luzeak",
"Longitude": "Longitudea",
"Make main shape": "Egin forma nagusia",
@ -299,7 +299,6 @@ const locale = {
"Restore this version": "Berreskuratu bertsio hau",
"Save current edits": "Gorde uneko aldaketak",
"Save map": "Gorde mapa",
"Save this location as new feature": "Gorde kokapen hau entitate berri gisa",
"Save": "Gorde",
"Saved center and zoom": "Zentroa eta zoom-maila gordeta",
"Search location": "Bilatu tokia",
@ -317,7 +316,7 @@ const locale = {
"Show this layer in the caption": "Erakutsi geruza hau epigrafean",
"Show/hide layer": "Erakutsi/Ezkutatu geruza",
"Side panel": "Alboko panela",
"Simple link: [[https://example.com]]": "Simple link: [[https://example.com]]",
"Simple link: [[https://example.com]]": "Esteka sinplea: [[https://adibidez.com]]",
"Simplify": "Sinplifikatu",
"Skipping unknown geometry.type: {type}": "geometry.type ezezaguna saltatzen: {type}",
"Slideshow": "Aurkezpena",
@ -387,7 +386,6 @@ const locale = {
"Zoom to the next": "Zooma hurrengora",
"Zoom to the previous": "Zoom aurrekora",
"Zoom to this feature": "Egin zoom entitate honetan",
"Zoom to this place": "Handitu toki honetara",
"{area}&#8239;acres": "{area} akre",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -502,37 +500,40 @@ const locale = {
"Display the open browser control": "Display the open browser control",
"Copy as GeoJSON": "Kopiatu GeoJSON gisa",
"Please zoom in to edit the geometry": "Mesedez, handitu geometria editatzeko",
"New map": "New map",
"My maps": "My maps",
"My teams": "My teams",
"My profile": "My profile",
"Type new owner's username": "Type new owner's username",
"Type editor's username": "Type editor's username",
"Map": "Map",
"Manage collaborators": "Manage collaborators",
"show/hide all layers": "show/hide all layers",
"New map": "Mapa berria",
"My maps": "Nire mapak",
"My teams": "Nire taldeak",
"My profile": "Nire profila",
"Type new owner's username": "Idatzi jabe berriaren erabiltzaile-izena",
"Type editor's username": "Idatzi editorearen erabiltzaile-izena",
"Map": "Mapa",
"Manage collaborators": "Kudeatu laguntzaileak",
"show/hide all layers": "erakutsi/ezkutatu geruza guztiak",
"zoom to data extent": "zoom to data extent",
"download visible data": "download visible data",
"Import helpers": "Import helpers",
"Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
"download visible data": "deskargatu ikusgai dauden datuak",
"Import helpers": "Inportatu laguntzaileak",
"Import helpers will fill the URL field for you.": "Inportatzeko laguntzaileek URL eremua beteko dute zuretzat.",
"Wikipedia": "Wikipedia",
"Save draft": "Save draft",
"No data has been found for import": "No data has been found for import",
"Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
"Disconnected": "Disconnected",
"You must be logged in": "You must be logged in",
"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 parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
"Import failed: invalid data": "Import failed: invalid data",
"Anonymous": "Anonymous",
"created at {date}": "created at {date}",
"modified at {date}": "modified at {date}",
"Default zoom": "Default zoom",
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Save draft": "Gorde zirriborroa",
"No data has been found for import": "Ez da inportatzeko daturik aurkitu",
"Successfully imported {count} feature(s)": "Arrakastaz inportatu {count} funtzioa(k)",
"Disconnected": "Deskonektatuta",
"You must be logged in": "Saioa ireki behar duzu",
"on hover": "Sagua gainetik pasatzean",
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Ezin da urruneko daturik kargatu \"{layer}\" geruzarako \"{url}\" url-arekin",
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Ezin dira urruneko datuak analizatu \"{layer}\" geruzarako \"{url}\" url-arekin",
"Import failed: invalid data": "Inportazioak huts egin du: datu baliogabeak",
"Anonymous": "Anonimoa",
"created at {date}": "{date}-an sortua",
"modified at {date}": "{date}-an aldatua",
"Default zoom": "Lehenetsitako zooma",
"Default latitude": "Lehenetsitako latitudea",
"Default longitude": "Lehenetsitako longitudea",
"Edit map default view": "Mapa editatzeko lehenetsitako ikuspegia",
"Use current center and zoom": "Erabili uneko erdigunea eta zooma",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}
L.registerLocale("eu", locale)
L.setLocale("eu")

View file

@ -214,7 +214,7 @@
"Limit bounds": "Mugak",
"Link to view the map": "Mapa ikusteko esteka",
"Link to…": "Estekatu honi...",
"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]]": "Testua duen esteka: [[https://adibidez.com|estekaren testua]]",
"Long credits": "Kreditu luzeak",
"Longitude": "Longitudea",
"Make main shape": "Egin forma nagusia",
@ -299,7 +299,6 @@
"Restore this version": "Berreskuratu bertsio hau",
"Save current edits": "Gorde uneko aldaketak",
"Save map": "Gorde mapa",
"Save this location as new feature": "Gorde kokapen hau entitate berri gisa",
"Save": "Gorde",
"Saved center and zoom": "Zentroa eta zoom-maila gordeta",
"Search location": "Bilatu tokia",
@ -317,7 +316,7 @@
"Show this layer in the caption": "Erakutsi geruza hau epigrafean",
"Show/hide layer": "Erakutsi/Ezkutatu geruza",
"Side panel": "Alboko panela",
"Simple link: [[https://example.com]]": "Simple link: [[https://example.com]]",
"Simple link: [[https://example.com]]": "Esteka sinplea: [[https://adibidez.com]]",
"Simplify": "Sinplifikatu",
"Skipping unknown geometry.type: {type}": "geometry.type ezezaguna saltatzen: {type}",
"Slideshow": "Aurkezpena",
@ -387,7 +386,6 @@
"Zoom to the next": "Zooma hurrengora",
"Zoom to the previous": "Zoom aurrekora",
"Zoom to this feature": "Egin zoom entitate honetan",
"Zoom to this place": "Handitu toki honetara",
"{area}&#8239;acres": "{area} akre",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -502,35 +500,38 @@
"Display the open browser control": "Display the open browser control",
"Copy as GeoJSON": "Kopiatu GeoJSON gisa",
"Please zoom in to edit the geometry": "Mesedez, handitu geometria editatzeko",
"New map": "New map",
"My maps": "My maps",
"My teams": "My teams",
"My profile": "My profile",
"Type new owner's username": "Type new owner's username",
"Type editor's username": "Type editor's username",
"Map": "Map",
"Manage collaborators": "Manage collaborators",
"show/hide all layers": "show/hide all layers",
"New map": "Mapa berria",
"My maps": "Nire mapak",
"My teams": "Nire taldeak",
"My profile": "Nire profila",
"Type new owner's username": "Idatzi jabe berriaren erabiltzaile-izena",
"Type editor's username": "Idatzi editorearen erabiltzaile-izena",
"Map": "Mapa",
"Manage collaborators": "Kudeatu laguntzaileak",
"show/hide all layers": "erakutsi/ezkutatu geruza guztiak",
"zoom to data extent": "zoom to data extent",
"download visible data": "download visible data",
"Import helpers": "Import helpers",
"Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
"download visible data": "deskargatu ikusgai dauden datuak",
"Import helpers": "Inportatu laguntzaileak",
"Import helpers will fill the URL field for you.": "Inportatzeko laguntzaileek URL eremua beteko dute zuretzat.",
"Wikipedia": "Wikipedia",
"Save draft": "Save draft",
"No data has been found for import": "No data has been found for import",
"Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
"Disconnected": "Disconnected",
"You must be logged in": "You must be logged in",
"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 parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
"Import failed: invalid data": "Import failed: invalid data",
"Anonymous": "Anonymous",
"created at {date}": "created at {date}",
"modified at {date}": "modified at {date}",
"Default zoom": "Default zoom",
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Save draft": "Gorde zirriborroa",
"No data has been found for import": "Ez da inportatzeko daturik aurkitu",
"Successfully imported {count} feature(s)": "Arrakastaz inportatu {count} funtzioa(k)",
"Disconnected": "Deskonektatuta",
"You must be logged in": "Saioa ireki behar duzu",
"on hover": "Sagua gainetik pasatzean",
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Ezin da urruneko daturik kargatu \"{layer}\" geruzarako \"{url}\" url-arekin",
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Ezin dira urruneko datuak analizatu \"{layer}\" geruzarako \"{url}\" url-arekin",
"Import failed: invalid data": "Inportazioak huts egin du: datu baliogabeak",
"Anonymous": "Anonimoa",
"created at {date}": "{date}-an sortua",
"modified at {date}": "{date}-an aldatua",
"Default zoom": "Lehenetsitako zooma",
"Default latitude": "Lehenetsitako latitudea",
"Default longitude": "Lehenetsitako longitudea",
"Edit map default view": "Mapa editatzeko lehenetsitako ikuspegia",
"Use current center and zoom": "Erabili uneko erdigunea eta zooma",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}

View file

@ -299,7 +299,6 @@ const locale = {
"Restore this version": "بازیابی این نسخه",
"Save current edits": "ویرایش‌های جاری را ذخیره کنید",
"Save map": "نقشه را ذخیره کنید",
"Save this location as new feature": "این مکان را به عنوان عنصر جدید ذخیره کنید",
"Save": "ذخیره",
"Saved center and zoom": "مرکزیت و بزرگنمایی ذخیره‌شده",
"Search location": "جستجوی مکان",
@ -387,7 +386,6 @@ const locale = {
"Zoom to the next": "تمرکز روی بعدی",
"Zoom to the previous": "تمرکز روی قبلی",
"Zoom to this feature": "تمرکز روی این عنصر",
"Zoom to this place": "تمرکز روی این مکان",
"{area}&#8239;acres": "{area} هکتار",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,7 +530,10 @@ const locale = {
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}
L.registerLocale("fa_IR", locale)
L.setLocale("fa_IR")

View file

@ -299,7 +299,6 @@
"Restore this version": "بازیابی این نسخه",
"Save current edits": "ویرایش‌های جاری را ذخیره کنید",
"Save map": "نقشه را ذخیره کنید",
"Save this location as new feature": "این مکان را به عنوان عنصر جدید ذخیره کنید",
"Save": "ذخیره",
"Saved center and zoom": "مرکزیت و بزرگنمایی ذخیره‌شده",
"Search location": "جستجوی مکان",
@ -387,7 +386,6 @@
"Zoom to the next": "تمرکز روی بعدی",
"Zoom to the previous": "تمرکز روی قبلی",
"Zoom to this feature": "تمرکز روی این عنصر",
"Zoom to this place": "تمرکز روی این مکان",
"{area}&#8239;acres": "{area} هکتار",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,5 +530,8 @@
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}

View file

@ -299,7 +299,6 @@ const locale = {
"Restore this version": "Palauta tämä versio",
"Save current edits": "Tallenna tämänhetkiset muokkaukset",
"Save map": "Save map",
"Save this location as new feature": "Save this location as new feature",
"Save": "Tallenna",
"Saved center and zoom": "Saved center and zoom",
"Search location": "Search location",
@ -387,7 +386,6 @@ const locale = {
"Zoom to the next": "Kohdenna seuraavaan",
"Zoom to the previous": "Kohdenna edelliseen",
"Zoom to this feature": "Kohdenna tähän piirteeseen",
"Zoom to this place": "Kohdenna tähän paikkaan",
"{area}&#8239;acres": "{area} acres",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,7 +530,10 @@ const locale = {
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}
L.registerLocale("fi", locale)
L.setLocale("fi")

View file

@ -299,7 +299,6 @@
"Restore this version": "Palauta tämä versio",
"Save current edits": "Tallenna tämänhetkiset muokkaukset",
"Save map": "Save map",
"Save this location as new feature": "Save this location as new feature",
"Save": "Tallenna",
"Saved center and zoom": "Saved center and zoom",
"Search location": "Search location",
@ -387,7 +386,6 @@
"Zoom to the next": "Kohdenna seuraavaan",
"Zoom to the previous": "Kohdenna edelliseen",
"Zoom to this feature": "Kohdenna tähän piirteeseen",
"Zoom to this place": "Kohdenna tähän paikkaan",
"{area}&#8239;acres": "{area} acres",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,5 +530,8 @@
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}

View file

@ -299,7 +299,6 @@ const locale = {
"Restore this version": "Restaurer cette version",
"Save current edits": "Enregistrer les changements courants",
"Save map": "Enregistrer la carte",
"Save this location as new feature": "Enregistrer ce lieu comme élément de la carte",
"Save": "Enregistrer",
"Saved center and zoom": "Centre et zoom enregistrés",
"Search location": "Chercher un lieu",
@ -387,7 +386,6 @@ const locale = {
"Zoom to the next": "Suivant",
"Zoom to the previous": "Précédent",
"Zoom to this feature": "Zoomer sur cet élément",
"Zoom to this place": "Zoomer vers ce lieu",
"{area}&#8239;acres": "{area} acres",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -533,7 +531,9 @@ const locale = {
"Default longitude": "Longitude par défaut",
"Edit map default view": "Régler la vue par défaut de la carte",
"Use current center and zoom": "Utiliser le centre et le zoom actuels",
"Layer permalink": "Permalien du calque"
"Layer permalink": "Permalien du calque",
"Save this geometry as a new feature": "Enregistrer cette géométrie comme élément de la carte",
"Save this place as a new feature": "Enregistrer ce lieu comme élément de la carte"
}
L.registerLocale("fr", locale)
L.setLocale("fr")

View file

@ -299,7 +299,6 @@
"Restore this version": "Restaurer cette version",
"Save current edits": "Enregistrer les changements courants",
"Save map": "Enregistrer la carte",
"Save this location as new feature": "Enregistrer ce lieu comme élément de la carte",
"Save": "Enregistrer",
"Saved center and zoom": "Centre et zoom enregistrés",
"Search location": "Chercher un lieu",
@ -387,7 +386,6 @@
"Zoom to the next": "Suivant",
"Zoom to the previous": "Précédent",
"Zoom to this feature": "Zoomer sur cet élément",
"Zoom to this place": "Zoomer vers ce lieu",
"{area}&#8239;acres": "{area} acres",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -533,5 +531,7 @@
"Default longitude": "Longitude par défaut",
"Edit map default view": "Régler la vue par défaut de la carte",
"Use current center and zoom": "Utiliser le centre et le zoom actuels",
"Layer permalink": "Permalien du calque"
"Layer permalink": "Permalien du calque",
"Save this geometry as a new feature": "Enregistrer cette géométrie comme élément de la carte",
"Save this place as a new feature": "Enregistrer ce lieu comme élément de la carte"
}

View file

@ -299,7 +299,6 @@ const locale = {
"Restore this version": "Restabelecer esta versión",
"Save current edits": "Gardar as edicións actuais",
"Save map": "Gardar o mapa",
"Save this location as new feature": "Gardar esta posición coma novo elemento",
"Save": "Gardar",
"Saved center and zoom": "Gardar o centrado e nivel de zoom",
"Search location": "Buscar posición",
@ -387,7 +386,6 @@ const locale = {
"Zoom to the next": "Achegar ata o seguinte",
"Zoom to the previous": "Achegar ata o anterior",
"Zoom to this feature": "Achegar a este elemento",
"Zoom to this place": "Achegar a este lugar",
"{area}&#8239;acres": "{area} acres",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -526,13 +524,16 @@ const locale = {
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Non é posíbel analizar os datos remotos da capa «{layer}» co url «{url}»",
"Import failed: invalid data": "Produciuse un fallo na importación: os datos non son válidos",
"Anonymous": "Anónimo",
"created at {date}": "created at {date}",
"modified at {date}": "modified at {date}",
"Default zoom": "Default zoom",
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"created at {date}": "creado o {data}",
"modified at {date}": "modificado o {data}",
"Default zoom": "Zoom predeterminado",
"Default latitude": "Latitude predeterminada",
"Default longitude": "Lonxitude predeterminada",
"Edit map default view": "Editar a vista predeterminada do mapa",
"Use current center and zoom": "Usar o centrado e o nivel de zoom actual",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}
L.registerLocale("gl", locale)
L.setLocale("gl")

View file

@ -299,7 +299,6 @@
"Restore this version": "Restabelecer esta versión",
"Save current edits": "Gardar as edicións actuais",
"Save map": "Gardar o mapa",
"Save this location as new feature": "Gardar esta posición coma novo elemento",
"Save": "Gardar",
"Saved center and zoom": "Gardar o centrado e nivel de zoom",
"Search location": "Buscar posición",
@ -387,7 +386,6 @@
"Zoom to the next": "Achegar ata o seguinte",
"Zoom to the previous": "Achegar ata o anterior",
"Zoom to this feature": "Achegar a este elemento",
"Zoom to this place": "Achegar a este lugar",
"{area}&#8239;acres": "{area} acres",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -526,11 +524,14 @@
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Non é posíbel analizar os datos remotos da capa «{layer}» co url «{url}»",
"Import failed: invalid data": "Produciuse un fallo na importación: os datos non son válidos",
"Anonymous": "Anónimo",
"created at {date}": "created at {date}",
"modified at {date}": "modified at {date}",
"Default zoom": "Default zoom",
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"created at {date}": "creado o {data}",
"modified at {date}": "modificado o {data}",
"Default zoom": "Zoom predeterminado",
"Default latitude": "Latitude predeterminada",
"Default longitude": "Lonxitude predeterminada",
"Edit map default view": "Editar a vista predeterminada do mapa",
"Use current center and zoom": "Usar o centrado e o nivel de zoom actual",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}

View file

@ -299,7 +299,6 @@ const locale = {
"Restore this version": "שחזור הגרסה הזו",
"Save current edits": "לשמור את העריכות הנוכחיות",
"Save map": "Save map",
"Save this location as new feature": "לשמור את המיקום הזה כתכונה חדשה",
"Save": "לשמור",
"Saved center and zoom": "Saved center and zoom",
"Search location": "חיפוש מיקום",
@ -387,7 +386,6 @@ const locale = {
"Zoom to the next": "התמקדות על הבא",
"Zoom to the previous": "התמקדות על הקודם",
"Zoom to this feature": "התמקדות על תכונה זו",
"Zoom to this place": "התמקדות על המקום הזה",
"{area}&#8239;acres": "{area} acres",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,7 +530,10 @@ const locale = {
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}
L.registerLocale("he", locale)
L.setLocale("he")

View file

@ -299,7 +299,6 @@
"Restore this version": "שחזור הגרסה הזו",
"Save current edits": "לשמור את העריכות הנוכחיות",
"Save map": "Save map",
"Save this location as new feature": "לשמור את המיקום הזה כתכונה חדשה",
"Save": "לשמור",
"Saved center and zoom": "Saved center and zoom",
"Search location": "חיפוש מיקום",
@ -387,7 +386,6 @@
"Zoom to the next": "התמקדות על הבא",
"Zoom to the previous": "התמקדות על הקודם",
"Zoom to this feature": "התמקדות על תכונה זו",
"Zoom to this place": "התמקדות על המקום הזה",
"{area}&#8239;acres": "{area} acres",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,5 +530,8 @@
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}

View file

@ -299,7 +299,6 @@ const locale = {
"Restore this version": "Restore this version",
"Save current edits": "Save current edits",
"Save map": "Save map",
"Save this location as new feature": "Save this location as new feature",
"Save": "Spremi",
"Saved center and zoom": "Saved center and zoom",
"Search location": "Search location",
@ -387,7 +386,6 @@ const locale = {
"Zoom to the next": "Zoom to the next",
"Zoom to the previous": "Zoom to the previous",
"Zoom to this feature": "Uvećaj odabrano",
"Zoom to this place": "Zoom to this place",
"{area}&#8239;acres": "{area} acres",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,7 +530,10 @@ const locale = {
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}
L.registerLocale("hr", locale)
L.setLocale("hr")

View file

@ -299,7 +299,6 @@
"Restore this version": "Restore this version",
"Save current edits": "Save current edits",
"Save map": "Save map",
"Save this location as new feature": "Save this location as new feature",
"Save": "Spremi",
"Saved center and zoom": "Saved center and zoom",
"Search location": "Search location",
@ -387,7 +386,6 @@
"Zoom to the next": "Zoom to the next",
"Zoom to the previous": "Zoom to the previous",
"Zoom to this feature": "Uvećaj odabrano",
"Zoom to this place": "Zoom to this place",
"{area}&#8239;acres": "{area} acres",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,5 +530,8 @@
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}

View file

@ -299,7 +299,6 @@ const locale = {
"Restore this version": "Ennek a változatnak a visszaállítása",
"Save current edits": "Jelenlegi szerkesztések mentése",
"Save map": "Térkép mentése",
"Save this location as new feature": "E hely mentése új objektumként",
"Save": "Mentés",
"Saved center and zoom": "Elmentett középpont és nagyítás",
"Search location": "Hely keresése",
@ -387,7 +386,6 @@ const locale = {
"Zoom to the next": "Nagyítás a következőre",
"Zoom to the previous": "Nagyítás az előzőre",
"Zoom to this feature": "Nagyítás erre az objektumra",
"Zoom to this place": "Nagyítás erre a helyre",
"{area}&#8239;acres": "{area} acre",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,7 +530,10 @@ const locale = {
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}
L.registerLocale("hu", locale)
L.setLocale("hu")

View file

@ -299,7 +299,6 @@
"Restore this version": "Ennek a változatnak a visszaállítása",
"Save current edits": "Jelenlegi szerkesztések mentése",
"Save map": "Térkép mentése",
"Save this location as new feature": "E hely mentése új objektumként",
"Save": "Mentés",
"Saved center and zoom": "Elmentett középpont és nagyítás",
"Search location": "Hely keresése",
@ -387,7 +386,6 @@
"Zoom to the next": "Nagyítás a következőre",
"Zoom to the previous": "Nagyítás az előzőre",
"Zoom to this feature": "Nagyítás erre az objektumra",
"Zoom to this place": "Nagyítás erre a helyre",
"{area}&#8239;acres": "{area} acre",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,5 +530,8 @@
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}

View file

@ -299,7 +299,6 @@ const locale = {
"Restore this version": "Restore this version",
"Save current edits": "Save current edits",
"Save map": "Save map",
"Save this location as new feature": "Save this location as new feature",
"Save": "Save",
"Saved center and zoom": "Saved center and zoom",
"Search location": "Search location",
@ -387,7 +386,6 @@ const locale = {
"Zoom to the next": "Zoom to the next",
"Zoom to the previous": "Zoom to the previous",
"Zoom to this feature": "Zoom to this feature",
"Zoom to this place": "Zoom to this place",
"{area}&#8239;acres": "{area} acres",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,7 +530,10 @@ const locale = {
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}
L.registerLocale("id", locale)
L.setLocale("id")

View file

@ -299,7 +299,6 @@
"Restore this version": "Restore this version",
"Save current edits": "Save current edits",
"Save map": "Save map",
"Save this location as new feature": "Save this location as new feature",
"Save": "Save",
"Saved center and zoom": "Saved center and zoom",
"Search location": "Search location",
@ -387,7 +386,6 @@
"Zoom to the next": "Zoom to the next",
"Zoom to the previous": "Zoom to the previous",
"Zoom to this feature": "Zoom to this feature",
"Zoom to this place": "Zoom to this place",
"{area}&#8239;acres": "{area} acres",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,5 +530,8 @@
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}

View file

@ -299,7 +299,6 @@ const locale = {
"Restore this version": "Endurheimta þessa útgáfu",
"Save current edits": "Vista fyrirliggjandi breytingar",
"Save map": "Save map",
"Save this location as new feature": "Vista þessa staðsetningu sem nýja fitju",
"Save": "Vista",
"Saved center and zoom": "Saved center and zoom",
"Search location": "Leita að staðsetningu",
@ -387,7 +386,6 @@ const locale = {
"Zoom to the next": "Aðdráttur að næsta",
"Zoom to the previous": "Aðdráttur á fyrra",
"Zoom to this feature": "Aðdráttur að þessari fitju",
"Zoom to this place": "Aðdráttur á þennan stað",
"{area}&#8239;acres": "{area} acres",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,7 +530,10 @@ const locale = {
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}
L.registerLocale("is", locale)
L.setLocale("is")

View file

@ -299,7 +299,6 @@
"Restore this version": "Endurheimta þessa útgáfu",
"Save current edits": "Vista fyrirliggjandi breytingar",
"Save map": "Save map",
"Save this location as new feature": "Vista þessa staðsetningu sem nýja fitju",
"Save": "Vista",
"Saved center and zoom": "Saved center and zoom",
"Search location": "Leita að staðsetningu",
@ -387,7 +386,6 @@
"Zoom to the next": "Aðdráttur að næsta",
"Zoom to the previous": "Aðdráttur á fyrra",
"Zoom to this feature": "Aðdráttur að þessari fitju",
"Zoom to this place": "Aðdráttur á þennan stað",
"{area}&#8239;acres": "{area} acres",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,5 +530,8 @@
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}

View file

@ -299,7 +299,6 @@ const locale = {
"Restore this version": "Ripristina questa versione",
"Save current edits": "Salva le modifiche effettuate",
"Save map": "Salva mappa",
"Save this location as new feature": "Salva questa posizione come nuovo oggetto",
"Save": "Salva",
"Saved center and zoom": "Centro e zoom salvati",
"Search location": "Cerca un luogo",
@ -387,7 +386,6 @@ const locale = {
"Zoom to the next": "Zoom sul prossimo",
"Zoom to the previous": "Zoom sul precedente",
"Zoom to this feature": "Zoom su questo oggetto",
"Zoom to this place": "Zoom in questo posto",
"{area}&#8239;acres": "{area} acri",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,7 +530,10 @@ const locale = {
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}
L.registerLocale("it", locale)
L.setLocale("it")

View file

@ -299,7 +299,6 @@
"Restore this version": "Ripristina questa versione",
"Save current edits": "Salva le modifiche effettuate",
"Save map": "Salva mappa",
"Save this location as new feature": "Salva questa posizione come nuovo oggetto",
"Save": "Salva",
"Saved center and zoom": "Centro e zoom salvati",
"Search location": "Cerca un luogo",
@ -387,7 +386,6 @@
"Zoom to the next": "Zoom sul prossimo",
"Zoom to the previous": "Zoom sul precedente",
"Zoom to this feature": "Zoom su questo oggetto",
"Zoom to this place": "Zoom in questo posto",
"{area}&#8239;acres": "{area} acri",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,5 +530,8 @@
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}

View file

@ -299,7 +299,6 @@ const locale = {
"Restore this version": "このバージョンを復元する",
"Save current edits": "編集内容を保存",
"Save map": "Save map",
"Save this location as new feature": "この場所を新しい地物として保存",
"Save": "保存",
"Saved center and zoom": "Saved center and zoom",
"Search location": "地名で検索",
@ -387,7 +386,6 @@ const locale = {
"Zoom to the next": "次にズーム",
"Zoom to the previous": "前にズーム",
"Zoom to this feature": "この地物にズーム",
"Zoom to this place": "この場所にズーム",
"{area}&#8239;acres": "{area} acres",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,7 +530,10 @@ const locale = {
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}
L.registerLocale("ja", locale)
L.setLocale("ja")

View file

@ -299,7 +299,6 @@
"Restore this version": "このバージョンを復元する",
"Save current edits": "編集内容を保存",
"Save map": "Save map",
"Save this location as new feature": "この場所を新しい地物として保存",
"Save": "保存",
"Saved center and zoom": "Saved center and zoom",
"Search location": "地名で検索",
@ -387,7 +386,6 @@
"Zoom to the next": "次にズーム",
"Zoom to the previous": "前にズーム",
"Zoom to this feature": "この地物にズーム",
"Zoom to this place": "この場所にズーム",
"{area}&#8239;acres": "{area} acres",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,5 +530,8 @@
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}

View file

@ -299,7 +299,6 @@ const locale = {
"Restore this version": "Restore this version",
"Save current edits": "Save current edits",
"Save map": "Save map",
"Save this location as new feature": "Save this location as new feature",
"Save": "Save",
"Saved center and zoom": "Saved center and zoom",
"Search location": "Search location",
@ -387,7 +386,6 @@ const locale = {
"Zoom to the next": "Zoom to the next",
"Zoom to the previous": "Zoom to the previous",
"Zoom to this feature": "Zoom to this feature",
"Zoom to this place": "Zoom to this place",
"{area}&#8239;acres": "{area} acres",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,7 +530,10 @@ const locale = {
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}
L.registerLocale("ko", locale)
L.setLocale("ko")

View file

@ -299,7 +299,6 @@
"Restore this version": "Restore this version",
"Save current edits": "Save current edits",
"Save map": "Save map",
"Save this location as new feature": "Save this location as new feature",
"Save": "Save",
"Saved center and zoom": "Saved center and zoom",
"Search location": "Search location",
@ -387,7 +386,6 @@
"Zoom to the next": "Zoom to the next",
"Zoom to the previous": "Zoom to the previous",
"Zoom to this feature": "Zoom to this feature",
"Zoom to this place": "Zoom to this place",
"{area}&#8239;acres": "{area} acres",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,5 +530,8 @@
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}

View file

@ -299,7 +299,6 @@ const locale = {
"Restore this version": "Restore this version",
"Save current edits": "Išsaugoti pakeitimus",
"Save map": "Save map",
"Save this location as new feature": "Save this location as new feature",
"Save": "Išsaugoti",
"Saved center and zoom": "Saved center and zoom",
"Search location": "Search location",
@ -387,7 +386,6 @@ const locale = {
"Zoom to the next": "Priartinti sekantį",
"Zoom to the previous": "Priartinti ankstesnį",
"Zoom to this feature": "Išdidinti šį objektą",
"Zoom to this place": "Zoom to this place",
"{area}&#8239;acres": "{area} acres",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,7 +530,10 @@ const locale = {
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}
L.registerLocale("lt", locale)
L.setLocale("lt")

View file

@ -299,7 +299,6 @@
"Restore this version": "Restore this version",
"Save current edits": "Išsaugoti pakeitimus",
"Save map": "Save map",
"Save this location as new feature": "Save this location as new feature",
"Save": "Išsaugoti",
"Saved center and zoom": "Saved center and zoom",
"Search location": "Search location",
@ -387,7 +386,6 @@
"Zoom to the next": "Priartinti sekantį",
"Zoom to the previous": "Priartinti ankstesnį",
"Zoom to this feature": "Išdidinti šį objektą",
"Zoom to this place": "Zoom to this place",
"{area}&#8239;acres": "{area} acres",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,5 +530,8 @@
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}

View file

@ -299,7 +299,6 @@ const locale = {
"Restore this version": "Pulihkan versi ini",
"Save current edits": "Simpan suntingan semasa",
"Save map": "Simpan peta",
"Save this location as new feature": "Simpan kedudukan ini sebagai sifat baharu",
"Save": "Simpan",
"Saved center and zoom": "Kedudukan tengah dan zum telah disimpan",
"Search location": "Kedudukan carian",
@ -387,7 +386,6 @@ const locale = {
"Zoom to the next": "Zum ke seterusnya",
"Zoom to the previous": "Zum ke sebelumnya",
"Zoom to this feature": "Zum ke sifat ini",
"Zoom to this place": "Zum ke tempat ini",
"{area}&#8239;acres": "{area} ekar",
"{area}&#8239;ha": "{area} hektar",
"{area}&#8239;m&sup2;": "{area} meter&sup2;",
@ -532,7 +530,10 @@ const locale = {
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}
L.registerLocale("ms", locale)
L.setLocale("ms")

View file

@ -299,7 +299,6 @@
"Restore this version": "Pulihkan versi ini",
"Save current edits": "Simpan suntingan semasa",
"Save map": "Simpan peta",
"Save this location as new feature": "Simpan kedudukan ini sebagai sifat baharu",
"Save": "Simpan",
"Saved center and zoom": "Kedudukan tengah dan zum telah disimpan",
"Search location": "Kedudukan carian",
@ -387,7 +386,6 @@
"Zoom to the next": "Zum ke seterusnya",
"Zoom to the previous": "Zum ke sebelumnya",
"Zoom to this feature": "Zum ke sifat ini",
"Zoom to this place": "Zum ke tempat ini",
"{area}&#8239;acres": "{area} ekar",
"{area}&#8239;ha": "{area} hektar",
"{area}&#8239;m&sup2;": "{area} meter&sup2;",
@ -532,5 +530,8 @@
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}

View file

@ -299,7 +299,6 @@ const locale = {
"Restore this version": "Keer terug naar deze versie",
"Save current edits": "Huidige bewerkingen opslaan",
"Save map": "Kaart opslaan",
"Save this location as new feature": "Sla deze locatie op als nieuw object",
"Save": "Opslaan",
"Saved center and zoom": "Midden en zoom bewaard",
"Search location": "Zoek locatie",
@ -387,7 +386,6 @@ const locale = {
"Zoom to the next": "Inzoomen op de volgende",
"Zoom to the previous": "Inzoomen op de vorige",
"Zoom to this feature": "Op dit object inzoomen",
"Zoom to this place": "Inzoomen op deze plaats",
"{area}&#8239;acres": "{area} acres",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -533,7 +531,9 @@ const locale = {
"Default longitude": "Standaard lengtegraad",
"Edit map default view": "Standaardweergave van de kaart bewerken",
"Use current center and zoom": "Gebruik huidig centrum en zoomniveau",
"Layer permalink": "Layer permalink"
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}
L.registerLocale("nl", locale)
L.setLocale("nl")

View file

@ -299,7 +299,6 @@
"Restore this version": "Keer terug naar deze versie",
"Save current edits": "Huidige bewerkingen opslaan",
"Save map": "Kaart opslaan",
"Save this location as new feature": "Sla deze locatie op als nieuw object",
"Save": "Opslaan",
"Saved center and zoom": "Midden en zoom bewaard",
"Search location": "Zoek locatie",
@ -387,7 +386,6 @@
"Zoom to the next": "Inzoomen op de volgende",
"Zoom to the previous": "Inzoomen op de vorige",
"Zoom to this feature": "Op dit object inzoomen",
"Zoom to this place": "Inzoomen op deze plaats",
"{area}&#8239;acres": "{area} acres",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -533,5 +531,7 @@
"Default longitude": "Standaard lengtegraad",
"Edit map default view": "Standaardweergave van de kaart bewerken",
"Use current center and zoom": "Gebruik huidig centrum en zoomniveau",
"Layer permalink": "Layer permalink"
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}

View file

@ -299,7 +299,6 @@ const locale = {
"Restore this version": "Restore this version",
"Save current edits": "Save current edits",
"Save map": "Save map",
"Save this location as new feature": "Save this location as new feature",
"Save": "Save",
"Saved center and zoom": "Saved center and zoom",
"Search location": "Search location",
@ -387,7 +386,6 @@ const locale = {
"Zoom to the next": "Zoom to the next",
"Zoom to the previous": "Zoom to the previous",
"Zoom to this feature": "Zoom to this feature",
"Zoom to this place": "Zoom to this place",
"{area}&#8239;acres": "{area} acres",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,7 +530,10 @@ const locale = {
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}
L.registerLocale("no", locale)
L.setLocale("no")

View file

@ -299,7 +299,6 @@
"Restore this version": "Restore this version",
"Save current edits": "Save current edits",
"Save map": "Save map",
"Save this location as new feature": "Save this location as new feature",
"Save": "Save",
"Saved center and zoom": "Saved center and zoom",
"Search location": "Search location",
@ -387,7 +386,6 @@
"Zoom to the next": "Zoom to the next",
"Zoom to the previous": "Zoom to the previous",
"Zoom to this feature": "Zoom to this feature",
"Zoom to this place": "Zoom to this place",
"{area}&#8239;acres": "{area} acres",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,5 +530,8 @@
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}

View file

@ -299,7 +299,6 @@ const locale = {
"Restore this version": "Przywróć tę wersję",
"Save current edits": "Zapisz obecne edycje",
"Save map": "Zapisz mapę",
"Save this location as new feature": "Zapisz to miejsce jako nowy obiekt",
"Save": "Zapisz",
"Saved center and zoom": "Zapisano pozycję i przybliżenie",
"Search location": "Znajdź miejsce",
@ -387,7 +386,6 @@ const locale = {
"Zoom to the next": "Przybliż do następnego",
"Zoom to the previous": "Przybliż do poprzedniego",
"Zoom to this feature": "Przybliż do tego obiektu",
"Zoom to this place": "Przybliż do tego miejsca",
"{area}&#8239;acres": "{area} akrów",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,7 +530,10 @@ const locale = {
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}
L.registerLocale("pl", locale)
L.setLocale("pl")

View file

@ -299,7 +299,6 @@
"Restore this version": "Przywróć tę wersję",
"Save current edits": "Zapisz obecne edycje",
"Save map": "Zapisz mapę",
"Save this location as new feature": "Zapisz to miejsce jako nowy obiekt",
"Save": "Zapisz",
"Saved center and zoom": "Zapisano pozycję i przybliżenie",
"Search location": "Znajdź miejsce",
@ -387,7 +386,6 @@
"Zoom to the next": "Przybliż do następnego",
"Zoom to the previous": "Przybliż do poprzedniego",
"Zoom to this feature": "Przybliż do tego obiektu",
"Zoom to this place": "Przybliż do tego miejsca",
"{area}&#8239;acres": "{area} akrów",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,5 +530,8 @@
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}

View file

@ -299,7 +299,6 @@
"Restore this version": "Restore this version",
"Save current edits": "Save current edits",
"Save map": "Save map",
"Save this location as new feature": "Save this location as new feature",
"Save": "Save",
"Saved center and zoom": "Saved center and zoom",
"Search location": "Search location",
@ -387,7 +386,6 @@
"Zoom to the next": "Zoom to the next",
"Zoom to the previous": "Zoom to the previous",
"Zoom to this feature": "Zoom to this feature",
"Zoom to this place": "Zoom to this place",
"{area}&#8239;acres": "{area} acres",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,5 +530,8 @@
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}

View file

@ -299,7 +299,6 @@ const locale = {
"Restore this version": "Restaurar esta versão",
"Save current edits": "Guardar edições atuais",
"Save map": "Guardar mapa",
"Save this location as new feature": "Guardar esta localização como novo elemento",
"Save": "Guardar",
"Saved center and zoom": "Centro e zoom guardados",
"Search location": "Procurar localização",
@ -387,7 +386,6 @@ const locale = {
"Zoom to the next": "Aproximar para o seguinte",
"Zoom to the previous": "Aproximar para o anterior",
"Zoom to this feature": "Aproximar a este elemento",
"Zoom to this place": "Aproximar para este local",
"{area}&#8239;acres": "{area} hectares",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -533,7 +531,9 @@ const locale = {
"Default longitude": "Longitude predefinida",
"Edit map default view": "Editar vista predefinida do mapa",
"Use current center and zoom": "Usar o centro e ampliação atuais",
"Layer permalink": "Layer permalink"
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}
L.registerLocale("pt", locale)
L.setLocale("pt")

View file

@ -299,7 +299,6 @@
"Restore this version": "Restaurar esta versão",
"Save current edits": "Guardar edições atuais",
"Save map": "Guardar mapa",
"Save this location as new feature": "Guardar esta localização como novo elemento",
"Save": "Guardar",
"Saved center and zoom": "Centro e zoom guardados",
"Search location": "Procurar localização",
@ -387,7 +386,6 @@
"Zoom to the next": "Aproximar para o seguinte",
"Zoom to the previous": "Aproximar para o anterior",
"Zoom to this feature": "Aproximar a este elemento",
"Zoom to this place": "Aproximar para este local",
"{area}&#8239;acres": "{area} hectares",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -533,5 +531,7 @@
"Default longitude": "Longitude predefinida",
"Edit map default view": "Editar vista predefinida do mapa",
"Use current center and zoom": "Usar o centro e ampliação atuais",
"Layer permalink": "Layer permalink"
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}

View file

@ -299,7 +299,6 @@ const locale = {
"Restore this version": "Restaurar esta versão",
"Save current edits": "Gravar edições atuais",
"Save map": "Save map",
"Save this location as new feature": "Gravar esta localização como novo elemento",
"Save": "Gravar",
"Saved center and zoom": "Saved center and zoom",
"Search location": "Procurar localização",
@ -387,7 +386,6 @@ const locale = {
"Zoom to the next": "Aproximar para o seguinte",
"Zoom to the previous": "Aproximar para o anterior",
"Zoom to this feature": "Aproximar a este elemento",
"Zoom to this place": "Aproximar para este local",
"{area}&#8239;acres": "{area} acres",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,7 +530,10 @@ const locale = {
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}
L.registerLocale("pt_BR", locale)
L.setLocale("pt_BR")

View file

@ -299,7 +299,6 @@
"Restore this version": "Restaurar esta versão",
"Save current edits": "Gravar edições atuais",
"Save map": "Save map",
"Save this location as new feature": "Gravar esta localização como novo elemento",
"Save": "Gravar",
"Saved center and zoom": "Saved center and zoom",
"Search location": "Procurar localização",
@ -387,7 +386,6 @@
"Zoom to the next": "Aproximar para o seguinte",
"Zoom to the previous": "Aproximar para o anterior",
"Zoom to this feature": "Aproximar a este elemento",
"Zoom to this place": "Aproximar para este local",
"{area}&#8239;acres": "{area} acres",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,5 +530,8 @@
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}

View file

@ -299,7 +299,6 @@ const locale = {
"Restore this version": "Restaurar esta versão",
"Save current edits": "Guardar edições atuais",
"Save map": "Guardar mapa",
"Save this location as new feature": "Guardar esta localização como novo elemento",
"Save": "Guardar",
"Saved center and zoom": "Guardar centro e aproximar",
"Search location": "Procurar localização",
@ -387,7 +386,6 @@ const locale = {
"Zoom to the next": "Aproximar para o seguinte",
"Zoom to the previous": "Aproximar para o anterior",
"Zoom to this feature": "Aproximar a este elemento",
"Zoom to this place": "Aproximar para este local",
"{area}&#8239;acres": "{area} hectares",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,7 +530,10 @@ const locale = {
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}
L.registerLocale("pt_PT", locale)
L.setLocale("pt_PT")

View file

@ -299,7 +299,6 @@
"Restore this version": "Restaurar esta versão",
"Save current edits": "Guardar edições atuais",
"Save map": "Guardar mapa",
"Save this location as new feature": "Guardar esta localização como novo elemento",
"Save": "Guardar",
"Saved center and zoom": "Guardar centro e aproximar",
"Search location": "Procurar localização",
@ -387,7 +386,6 @@
"Zoom to the next": "Aproximar para o seguinte",
"Zoom to the previous": "Aproximar para o anterior",
"Zoom to this feature": "Aproximar a este elemento",
"Zoom to this place": "Aproximar para este local",
"{area}&#8239;acres": "{area} hectares",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,5 +530,8 @@
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}

View file

@ -299,7 +299,6 @@ const locale = {
"Restore this version": "Restore this version",
"Save current edits": "Save current edits",
"Save map": "Save map",
"Save this location as new feature": "Save this location as new feature",
"Save": "Salvează",
"Saved center and zoom": "Saved center and zoom",
"Search location": "Căutați locația",
@ -387,7 +386,6 @@ const locale = {
"Zoom to the next": "Zoom to the next",
"Zoom to the previous": "Zoom to the previous",
"Zoom to this feature": "Zoom to this feature",
"Zoom to this place": "Zoom to this place",
"{area}&#8239;acres": "{area} acres",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,7 +530,10 @@ const locale = {
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}
L.registerLocale("ro", locale)
L.setLocale("ro")

View file

@ -299,7 +299,6 @@
"Restore this version": "Restore this version",
"Save current edits": "Save current edits",
"Save map": "Save map",
"Save this location as new feature": "Save this location as new feature",
"Save": "Salvează",
"Saved center and zoom": "Saved center and zoom",
"Search location": "Căutați locația",
@ -387,7 +386,6 @@
"Zoom to the next": "Zoom to the next",
"Zoom to the previous": "Zoom to the previous",
"Zoom to this feature": "Zoom to this feature",
"Zoom to this place": "Zoom to this place",
"{area}&#8239;acres": "{area} acres",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,5 +530,8 @@
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}

View file

@ -299,7 +299,6 @@ const locale = {
"Restore this version": "Восстановить эту версию",
"Save current edits": "Сохранить текущие правки",
"Save map": "Save map",
"Save this location as new feature": "Сохранить это местоположение как новый объект",
"Save": "Сохранить",
"Saved center and zoom": "Saved center and zoom",
"Search location": "Поиск местоположения",
@ -387,7 +386,6 @@ const locale = {
"Zoom to the next": "Приблизиться к следующему",
"Zoom to the previous": "Приблизиться к предыдущему",
"Zoom to this feature": "Приблизиться к этому объекту",
"Zoom to this place": "Приблизить объект",
"{area}&#8239;acres": "{area} acres",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,7 +530,10 @@ const locale = {
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}
L.registerLocale("ru", locale)
L.setLocale("ru")

View file

@ -299,7 +299,6 @@
"Restore this version": "Восстановить эту версию",
"Save current edits": "Сохранить текущие правки",
"Save map": "Save map",
"Save this location as new feature": "Сохранить это местоположение как новый объект",
"Save": "Сохранить",
"Saved center and zoom": "Saved center and zoom",
"Search location": "Поиск местоположения",
@ -387,7 +386,6 @@
"Zoom to the next": "Приблизиться к следующему",
"Zoom to the previous": "Приблизиться к предыдущему",
"Zoom to this feature": "Приблизиться к этому объекту",
"Zoom to this place": "Приблизить объект",
"{area}&#8239;acres": "{area} acres",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,5 +530,8 @@
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}

View file

@ -299,7 +299,6 @@ const locale = {
"Restore this version": "Obnoviť túto verziu",
"Save current edits": "Uložiť nedávne zmeny",
"Save map": "Save map",
"Save this location as new feature": "Uložiť túto polohu ako nový objekt",
"Save": "Uložiť",
"Saved center and zoom": "Saved center and zoom",
"Search location": "Vyhľadať polohu",
@ -387,7 +386,6 @@ const locale = {
"Zoom to the next": "Priblížiť k ďalšiemu",
"Zoom to the previous": "Priblížiť k predošlému",
"Zoom to this feature": "Priblížiť na tento objekt",
"Zoom to this place": "Priblížiť na toto miesto",
"{area}&#8239;acres": "{area} acres",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,7 +530,10 @@ const locale = {
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}
L.registerLocale("sk_SK", locale)
L.setLocale("sk_SK")

View file

@ -299,7 +299,6 @@
"Restore this version": "Obnoviť túto verziu",
"Save current edits": "Uložiť nedávne zmeny",
"Save map": "Save map",
"Save this location as new feature": "Uložiť túto polohu ako nový objekt",
"Save": "Uložiť",
"Saved center and zoom": "Saved center and zoom",
"Search location": "Vyhľadať polohu",
@ -387,7 +386,6 @@
"Zoom to the next": "Priblížiť k ďalšiemu",
"Zoom to the previous": "Priblížiť k predošlému",
"Zoom to this feature": "Priblížiť na tento objekt",
"Zoom to this place": "Priblížiť na toto miesto",
"{area}&#8239;acres": "{area} acres",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,5 +530,8 @@
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}

View file

@ -299,7 +299,6 @@ const locale = {
"Restore this version": "Obnovi različico",
"Save current edits": "Shrani urejanje",
"Save map": "Save map",
"Save this location as new feature": "Shrani mesto kot nov predmet",
"Save": "Shrani",
"Saved center and zoom": "Saved center and zoom",
"Search location": "Preišči mesto",
@ -387,7 +386,6 @@ const locale = {
"Zoom to the next": "Približaj na naslednjo točko",
"Zoom to the previous": "Približaj na predhodno točko",
"Zoom to this feature": "Približaj k predmetu",
"Zoom to this place": "Približaj na to mesto",
"{area}&#8239;acres": "{area} acres",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,7 +530,10 @@ const locale = {
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}
L.registerLocale("sl", locale)
L.setLocale("sl")

View file

@ -299,7 +299,6 @@
"Restore this version": "Obnovi različico",
"Save current edits": "Shrani urejanje",
"Save map": "Save map",
"Save this location as new feature": "Shrani mesto kot nov predmet",
"Save": "Shrani",
"Saved center and zoom": "Saved center and zoom",
"Search location": "Preišči mesto",
@ -387,7 +386,6 @@
"Zoom to the next": "Približaj na naslednjo točko",
"Zoom to the previous": "Približaj na predhodno točko",
"Zoom to this feature": "Približaj k predmetu",
"Zoom to this place": "Približaj na to mesto",
"{area}&#8239;acres": "{area} acres",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,5 +530,8 @@
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}

View file

@ -299,7 +299,6 @@ const locale = {
"Restore this version": "Restore this version",
"Save current edits": "Сачувај тренутна подешавања",
"Save map": "Save map",
"Save this location as new feature": "Сачувај локацију као нови елемент",
"Save": "Сачувај",
"Saved center and zoom": "Saved center and zoom",
"Search location": "Претражи локацију",
@ -387,7 +386,6 @@ const locale = {
"Zoom to the next": "Zoom to the next",
"Zoom to the previous": "Zoom to the previous",
"Zoom to this feature": "Увећај одабрано",
"Zoom to this place": "Zoom to this place",
"{area}&#8239;acres": "{area} acres",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,7 +530,10 @@ const locale = {
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}
L.registerLocale("sr", locale)
L.setLocale("sr")

View file

@ -299,7 +299,6 @@
"Restore this version": "Restore this version",
"Save current edits": "Сачувај тренутна подешавања",
"Save map": "Save map",
"Save this location as new feature": "Сачувај локацију као нови елемент",
"Save": "Сачувај",
"Saved center and zoom": "Saved center and zoom",
"Search location": "Претражи локацију",
@ -387,7 +386,6 @@
"Zoom to the next": "Zoom to the next",
"Zoom to the previous": "Zoom to the previous",
"Zoom to this feature": "Увећај одабрано",
"Zoom to this place": "Zoom to this place",
"{area}&#8239;acres": "{area} acres",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,5 +530,8 @@
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}

View file

@ -299,7 +299,6 @@ const locale = {
"Restore this version": "Återställ denna version",
"Save current edits": "Spara nuvarande ändringar",
"Save map": "Save map",
"Save this location as new feature": "Spara denna plats som nytt kartobjekt",
"Save": "Spara",
"Saved center and zoom": "Saved center and zoom",
"Search location": "Sök plats",
@ -387,7 +386,6 @@ const locale = {
"Zoom to the next": "Panorera till nästa",
"Zoom to the previous": "Panorera till föregående",
"Zoom to this feature": "Zooma till detta objekt",
"Zoom to this place": "Zooma till denna plats",
"{area}&#8239;acres": "{area} acre (ung. tunnland)",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,7 +530,10 @@ const locale = {
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}
L.registerLocale("sv", locale)
L.setLocale("sv")

View file

@ -299,7 +299,6 @@
"Restore this version": "Återställ denna version",
"Save current edits": "Spara nuvarande ändringar",
"Save map": "Save map",
"Save this location as new feature": "Spara denna plats som nytt kartobjekt",
"Save": "Spara",
"Saved center and zoom": "Saved center and zoom",
"Search location": "Sök plats",
@ -387,7 +386,6 @@
"Zoom to the next": "Panorera till nästa",
"Zoom to the previous": "Panorera till föregående",
"Zoom to this feature": "Zooma till detta objekt",
"Zoom to this place": "Zooma till denna plats",
"{area}&#8239;acres": "{area} acre (ung. tunnland)",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,5 +530,8 @@
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}

View file

@ -299,7 +299,6 @@ const locale = {
"Restore this version": "Restore this version",
"Save current edits": "Save current edits",
"Save map": "Save map",
"Save this location as new feature": "Save this location as new feature",
"Save": "Save",
"Saved center and zoom": "Saved center and zoom",
"Search location": "Search location",
@ -387,7 +386,6 @@ const locale = {
"Zoom to the next": "Zoom to the next",
"Zoom to the previous": "Zoom to the previous",
"Zoom to this feature": "Zoom to this feature",
"Zoom to this place": "Zoom to this place",
"{area}&#8239;acres": "{area} acres",
"{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;",
@ -532,7 +530,10 @@ const locale = {
"Default latitude": "Default latitude",
"Default longitude": "Default longitude",
"Edit map default view": "Edit map default view",
"Use current center and zoom": "Use current center and zoom"
"Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink",
"Save this geometry as a new feature": "Save this geometry as a new feature",
"Save this place as a new feature": "Save this place as a new feature"
}
L.registerLocale("th_TH", locale)
L.setLocale("th_TH")

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