chore: move alert.html inside templates and update translations

When alert.html was in static, Django was creating a new translation
file, while we want it to just add those strings in the backend
po file.
This commit is contained in:
Yohan Boniface 2024-06-14 20:40:07 +02:00
parent de106b022f
commit ca18c5b7df
105 changed files with 5655 additions and 2090 deletions

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-24 19:16+0000\n" "POT-Creation-Date: 2024-06-14 17:49+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -25,7 +25,7 @@ msgstr ""
msgid "Everyone can edit" msgid "Everyone can edit"
msgstr "" msgstr ""
#: forms.py:69 models.py:384 #: forms.py:69 models.py:389
msgid "Inherit" msgid "Inherit"
msgstr "" msgstr ""
@ -53,15 +53,15 @@ msgstr ""
msgid "Order of the tilelayers in the edit box" msgid "Order of the tilelayers in the edit box"
msgstr "" msgstr ""
#: models.py:147 models.py:385 #: models.py:147 models.py:390
msgid "Everyone" msgid "Everyone"
msgstr "" msgstr ""
#: models.py:148 models.py:154 models.py:386 #: models.py:148 models.py:154 models.py:391
msgid "Editors only" msgid "Editors only"
msgstr "" msgstr ""
#: models.py:149 models.py:387 #: models.py:149 models.py:392
msgid "Owner only" msgid "Owner only"
msgstr "" msgstr ""
@ -109,7 +109,7 @@ msgstr ""
msgid "editors" msgid "editors"
msgstr "" msgstr ""
#: models.py:186 models.py:408 #: models.py:186 models.py:413
msgid "edit status" msgid "edit status"
msgstr "" msgstr ""
@ -117,23 +117,23 @@ msgstr ""
msgid "share status" msgid "share status"
msgstr "" msgstr ""
#: models.py:194 models.py:403 #: models.py:194 models.py:408
msgid "settings" msgid "settings"
msgstr "" msgstr ""
#: models.py:325 #: models.py:330
msgid "Clone of" msgid "Clone of"
msgstr "" msgstr ""
#: models.py:394 #: models.py:399
msgid "description" msgid "description"
msgstr "" msgstr ""
#: models.py:398 #: models.py:403
msgid "display on load" msgid "display on load"
msgstr "" msgstr ""
#: models.py:399 #: models.py:404
msgid "Display this layer on load." msgid "Display this layer on load."
msgstr "" msgstr ""
@ -262,13 +262,59 @@ msgstr ""
msgid "Play with the demo" msgid "Play with the demo"
msgstr "" msgstr ""
#: templates/umap/content.html:22 #: templates/umap/components/alerts/alert.html:14
#: templates/umap/components/alerts/alert.html:49
#: templates/umap/components/alerts/alert.html:71
msgid "Close"
msgstr ""
#: templates/umap/components/alerts/alert.html:27
#, python-format
msgid ""
"Pro-tip: to easily find back your maps, <a href=\"%(login_url)s\" "
"target=\"_blank\">create an account</a> or <a href=\"%(login_url)s\" "
"target=\"_blank\">log in</a>."
msgstr ""
#: templates/umap/components/alerts/alert.html:30
msgid "Here is your secret link to edit the map, please keep it safe:"
msgstr ""
#: templates/umap/components/alerts/alert.html:33
msgid "Copy link"
msgstr ""
#: templates/umap/components/alerts/alert.html:39
msgid "Enter your email address to receive the secret link:"
msgstr ""
#: templates/umap/components/alerts/alert.html:41
msgid "Email"
msgstr ""
#: templates/umap/components/alerts/alert.html:42
msgid "Send me the link"
msgstr ""
#: templates/umap/components/alerts/alert.html:63
msgid "See their edits in another tab"
msgstr ""
#: templates/umap/components/alerts/alert.html:64
msgid "Keep your changes and loose theirs"
msgstr ""
#: templates/umap/components/alerts/alert.html:65
msgid "Keep their changes and loose yours"
msgstr ""
#: templates/umap/content.html:24
msgid "" msgid ""
"This instance of uMap is currently in read only mode, no creation/edit is " "This instance of uMap is currently in read only mode, no creation/edit is "
"allowed." "allowed."
msgstr "" msgstr ""
#: templates/umap/content.html:30 #: templates/umap/content.html:32
#, python-format #, python-format
msgid "" msgid ""
"This is a demo instance, used for tests and pre-rolling releases. If you " "This is a demo instance, used for tests and pre-rolling releases. If you "
@ -277,11 +323,11 @@ msgid ""
"instance, it's <a href=\"%(repo_url)s\">open source</a>!" "instance, it's <a href=\"%(repo_url)s\">open source</a>!"
msgstr "" msgstr ""
#: templates/umap/home.html:8 #: templates/umap/home.html:11
msgid "Map of the uMaps" msgid "Map of the uMaps"
msgstr "" msgstr ""
#: templates/umap/home.html:14 #: templates/umap/home.html:17
msgid "Get inspired, browse maps" msgid "Get inspired, browse maps"
msgstr "" msgstr ""
@ -289,7 +335,7 @@ msgstr ""
msgid "You are logged in. Continuing..." msgid "You are logged in. Continuing..."
msgstr "" msgstr ""
#: templates/umap/map_list.html:9 views.py:349 #: templates/umap/map_list.html:9 views.py:348
msgid "by" msgid "by"
msgstr "" msgstr ""
@ -446,18 +492,18 @@ msgstr ""
msgid "Your password was changed." msgid "Your password was changed."
msgstr "" msgstr ""
#: templates/umap/search.html:10 #: templates/umap/search.html:13
#, python-format #, python-format
msgid "%(count)s map found:" msgid "%(count)s map found:"
msgid_plural "%(count)s maps found:" msgid_plural "%(count)s maps found:"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: templates/umap/search.html:18 #: templates/umap/search.html:21
msgid "No map found." msgid "No map found."
msgstr "" msgstr ""
#: templates/umap/search.html:21 #: templates/umap/search.html:24
msgid "Latest created maps" msgid "Latest created maps"
msgstr "" msgstr ""
@ -495,57 +541,61 @@ msgstr ""
msgid "You have no map yet." msgid "You have no map yet."
msgstr "" msgstr ""
#: views.py:354 #: views.py:353
msgid "View the map" msgid "View the map"
msgstr "" msgstr ""
#: views.py:716 #: views.py:718
msgid "See full screen" msgid "See full screen"
msgstr "" msgstr ""
#: views.py:817 #: views.py:846
msgid "Map editors updated with success!" msgid "Map editors updated with success!"
msgstr "" msgstr ""
#: views.py:854 #: views.py:883
#, python-format #, python-format
msgid "The uMap edit link for your map: %(map_name)s" msgid "The uMap edit link for your map: %(map_name)s"
msgstr "" msgstr ""
#: views.py:857 #: views.py:886
#, python-format #, python-format
msgid "Here is your secret edit link: %(link)s" msgid "Here is your secret edit link: %(link)s"
msgstr "" msgstr ""
#: views.py:864 #: views.py:893
#, python-format #, python-format
msgid "Can't send email to %(email)s" msgid "Can't send email to %(email)s"
msgstr "" msgstr ""
#: views.py:867 #: views.py:896
#, python-format #, python-format
msgid "Email sent to %(email)s" msgid "Email sent to %(email)s"
msgstr "" msgstr ""
#: views.py:878 #: views.py:907
msgid "Only its owner can delete the map." msgid "Only its owner can delete the map."
msgstr "" msgstr ""
#: views.py:906 #: views.py:910
msgid "Map successfully deleted."
msgstr ""
#: views.py:936
#, python-format #, python-format
msgid "" msgid ""
"Your map has been cloned! If you want to edit this map from another " "Your map has been cloned! If you want to edit this map from another "
"computer, please use this link: %(anonymous_url)s" "computer, please use this link: %(anonymous_url)s"
msgstr "" msgstr ""
#: views.py:911 #: views.py:941
msgid "Congratulations, your map has been cloned!" msgid "Congratulations, your map has been cloned!"
msgstr "" msgstr ""
#: views.py:1146 #: views.py:1176
msgid "Layer successfully deleted." msgid "Layer successfully deleted."
msgstr "" msgstr ""
#: views.py:1168 #: views.py:1198
msgid "Permissions updated with success!" msgid "Permissions updated with success!"
msgstr "" msgstr ""

Binary file not shown.

View file

@ -23,7 +23,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: uMap\n" "Project-Id-Version: uMap\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-01 16:51+0000\n" "POT-Creation-Date: 2024-06-14 17:49+0000\n"
"PO-Revision-Date: 2013-11-22 14:00+0000\n" "PO-Revision-Date: 2013-11-22 14:00+0000\n"
"Last-Translator: yohanboniface <yohanboniface@free.fr>, 2013-2014,2018-2019,2023-2024\n" "Last-Translator: yohanboniface <yohanboniface@free.fr>, 2013-2014,2018-2019,2023-2024\n"
"Language-Team: French (http://app.transifex.com/openstreetmap/umap/language/fr/)\n" "Language-Team: French (http://app.transifex.com/openstreetmap/umap/language/fr/)\n"
@ -41,7 +41,7 @@ msgstr "Modifiable seulement avec le lien de modification secret"
msgid "Everyone can edit" msgid "Everyone can edit"
msgstr "Tout le monde peut modifier" msgstr "Tout le monde peut modifier"
#: forms.py:69 models.py:371 #: forms.py:69 models.py:389
msgid "Inherit" msgid "Inherit"
msgstr "Par défaut" msgstr "Par défaut"
@ -49,107 +49,107 @@ msgstr "Par défaut"
msgid "Site is readonly for maintenance" msgid "Site is readonly for maintenance"
msgstr "Le site est en lecture seule pour maintenance." msgstr "Le site est en lecture seule pour maintenance."
#: models.py:50 #: models.py:53
msgid "name" msgid "name"
msgstr "nom" msgstr "nom"
#: models.py:81 #: models.py:84
msgid "details" msgid "details"
msgstr "détails" msgstr "détails"
#: models.py:82 #: models.py:85
msgid "Link to a page where the licence is detailed." msgid "Link to a page where the licence is detailed."
msgstr "Lien vers une page détaillant la licence." msgstr "Lien vers une page détaillant la licence."
#: models.py:92 #: models.py:95
msgid "URL template using OSM tile format" msgid "URL template using OSM tile format"
msgstr "Modèle d'URL au format des tuiles OSM" msgstr "Modèle d'URL au format des tuiles OSM"
#: models.py:98 #: models.py:101
msgid "Order of the tilelayers in the edit box" msgid "Order of the tilelayers in the edit box"
msgstr "Ordre des calques de tuiles dans le panneau de modification" msgstr "Ordre des calques de tuiles dans le panneau de modification"
#: models.py:144 models.py:372 #: models.py:147 models.py:390
msgid "Everyone" msgid "Everyone"
msgstr "Tout le monde" msgstr "Tout le monde"
#: models.py:145 models.py:151 models.py:373 #: models.py:148 models.py:154 models.py:391
msgid "Editors only" msgid "Editors only"
msgstr "Éditeurs uniquement" msgstr "Éditeurs uniquement"
#: models.py:146 models.py:374 #: models.py:149 models.py:392
msgid "Owner only" msgid "Owner only"
msgstr "Propriétaire uniquement" msgstr "Propriétaire uniquement"
#: models.py:149 #: models.py:152
msgid "Everyone (public)" msgid "Everyone (public)"
msgstr "Tout le monde (public)" msgstr "Tout le monde (public)"
#: models.py:150 #: models.py:153
msgid "Anyone with link" msgid "Anyone with link"
msgstr "Quiconque a le lien" msgstr "Quiconque a le lien"
#: models.py:152 #: models.py:155
msgid "Blocked" msgid "Blocked"
msgstr "Bloquée" msgstr "Bloquée"
#: models.py:155 models.py:378 #: models.py:158
msgid "description"
msgstr "description"
#: models.py:156
msgid "center" msgid "center"
msgstr "centre" msgstr "centre"
#: models.py:157 #: models.py:159
msgid "zoom" msgid "zoom"
msgstr "zoom" msgstr "zoom"
#: models.py:159 #: models.py:161
msgid "locate" msgid "locate"
msgstr "géolocaliser" msgstr "géolocaliser"
#: models.py:159 #: models.py:161
msgid "Locate user on load?" msgid "Locate user on load?"
msgstr "Géolocaliser l'utilisateur au chargement ?" msgstr "Géolocaliser l'utilisateur au chargement ?"
#: models.py:163 #: models.py:165
msgid "Choose the map licence." msgid "Choose the map licence."
msgstr "Choisir une licence pour la carte" msgstr "Choisir une licence pour la carte"
#: models.py:164 #: models.py:166
msgid "licence" msgid "licence"
msgstr "licence" msgstr "licence"
#: models.py:175 #: models.py:177
msgid "owner" msgid "owner"
msgstr "créateur" msgstr "créateur"
#: models.py:179 #: models.py:181
msgid "editors" msgid "editors"
msgstr "éditeurs" msgstr "éditeurs"
#: models.py:184 models.py:392 #: models.py:186 models.py:413
msgid "edit status" msgid "edit status"
msgstr "statut de modification" msgstr "statut de modification"
#: models.py:189 #: models.py:191
msgid "share status" msgid "share status"
msgstr "qui a accès" msgstr "qui a accès"
#: models.py:192 models.py:387 #: models.py:194 models.py:408
msgid "settings" msgid "settings"
msgstr "réglages" msgstr "réglages"
#: models.py:320 #: models.py:330
msgid "Clone of" msgid "Clone of"
msgstr "Clone de" msgstr "Clone de"
#: models.py:382 #: models.py:399
msgid "description"
msgstr "description"
#: models.py:403
msgid "display on load" msgid "display on load"
msgstr "afficher au chargement." msgstr "afficher au chargement."
#: models.py:383 #: models.py:404
msgid "Display this layer on load." msgid "Display this layer on load."
msgstr "Afficher ce calque au chargement." msgstr "Afficher ce calque au chargement."
@ -278,13 +278,59 @@ msgstr "Créer une carte"
msgid "Play with the demo" msgid "Play with the demo"
msgstr "Tester la démo" msgstr "Tester la démo"
#: templates/umap/content.html:22 #: templates/umap/components/alerts/alert.html:14
#: templates/umap/components/alerts/alert.html:49
#: templates/umap/components/alerts/alert.html:71
msgid "Close"
msgstr "Fermer"
#: templates/umap/components/alerts/alert.html:27
#, python-format
msgid ""
"Pro-tip: to easily find back your maps, <a href=\"%(login_url)s\" "
"target=\"_blank\">create an account</a> or <a href=\"%(login_url)s\" "
"target=\"_blank\">log in</a>."
msgstr "Astuce: pour retrouver facilement vos cartes, <a href=\"%(login_url)s\" target=\"_blank\">créez un compte</a> ou <a href=\"%(login_url)s\" target=\"_blank\">identifiez-vous</a>."
#: templates/umap/components/alerts/alert.html:30
msgid "Here is your secret link to edit the map, please keep it safe:"
msgstr "Ceci est le lien d'édition secret, gardez-le en lieu sûr:"
#: templates/umap/components/alerts/alert.html:33
msgid "Copy link"
msgstr "Copier le lien"
#: templates/umap/components/alerts/alert.html:39
msgid "Enter your email address to receive the secret link:"
msgstr "Entrer une adresse mail pour recevoir le lien secret:"
#: templates/umap/components/alerts/alert.html:41
msgid "Email"
msgstr "Courriel"
#: templates/umap/components/alerts/alert.html:42
msgid "Send me the link"
msgstr "Recevoir le lien"
#: templates/umap/components/alerts/alert.html:63
msgid "See their edits in another tab"
msgstr "Voir leurs changements dans un nouvel onglet"
#: templates/umap/components/alerts/alert.html:64
msgid "Keep your changes and loose theirs"
msgstr "Garder mes changements et écraser les leurs"
#: templates/umap/components/alerts/alert.html:65
msgid "Keep their changes and loose yours"
msgstr "Garder leurs changements et écraser les miens"
#: templates/umap/content.html:24
msgid "" msgid ""
"This instance of uMap is currently in read only mode, no creation/edit is " "This instance of uMap is currently in read only mode, no creation/edit is "
"allowed." "allowed."
msgstr "uMap est actuellement en mode lecture seule, aucune création ou modification n'est possible." msgstr "uMap est actuellement en mode lecture seule, aucune création ou modification n'est possible."
#: templates/umap/content.html:30 #: templates/umap/content.html:32
#, python-format #, python-format
msgid "" msgid ""
"This is a demo instance, used for tests and pre-rolling releases. If you " "This is a demo instance, used for tests and pre-rolling releases. If you "
@ -293,11 +339,11 @@ msgid ""
"instance, it's <a href=\"%(repo_url)s\">open source</a>!" "instance, it's <a href=\"%(repo_url)s\">open source</a>!"
msgstr "Il s'agit d'un site de démonstration, utilisé pour les tests et validation avant diffusion. Si vous avez besoin d'une version stable, utilisez plutôt <a href=\"%(stable_url)s\">%(stable_url)s</a>. Vous pouvez aussi mettre en place votre propre version, c'est <a href=\"%(repo_url)s\">open source</a>!" msgstr "Il s'agit d'un site de démonstration, utilisé pour les tests et validation avant diffusion. Si vous avez besoin d'une version stable, utilisez plutôt <a href=\"%(stable_url)s\">%(stable_url)s</a>. Vous pouvez aussi mettre en place votre propre version, c'est <a href=\"%(repo_url)s\">open source</a>!"
#: templates/umap/home.html:8 #: templates/umap/home.html:11
msgid "Map of the uMaps" msgid "Map of the uMaps"
msgstr "La carte des uMaps" msgstr "La carte des uMaps"
#: templates/umap/home.html:14 #: templates/umap/home.html:17
msgid "Get inspired, browse maps" msgid "Get inspired, browse maps"
msgstr "Naviguer dans les cartes" msgstr "Naviguer dans les cartes"
@ -305,7 +351,7 @@ msgstr "Naviguer dans les cartes"
msgid "You are logged in. Continuing..." msgid "You are logged in. Continuing..."
msgstr "Vous êtes maintenant identifié. Merci de patienter..." msgstr "Vous êtes maintenant identifié. Merci de patienter..."
#: templates/umap/map_list.html:9 views.py:342 #: templates/umap/map_list.html:9 views.py:348
msgid "by" msgid "by"
msgstr "par" msgstr "par"
@ -361,37 +407,37 @@ msgstr "Télécharger"
msgid "Clone" msgid "Clone"
msgstr "Cloner" msgstr "Cloner"
#: templates/umap/map_table.html:76 templates/umap/map_table.html:78 #: templates/umap/map_table.html:77 templates/umap/map_table.html:79
msgid "Delete" msgid "Delete"
msgstr "Supprimer" msgstr "Supprimer"
#: templates/umap/map_table.html:91 #: templates/umap/map_table.html:93
msgid "first" msgid "first"
msgstr "début" msgstr "début"
#: templates/umap/map_table.html:92 #: templates/umap/map_table.html:94
msgid "previous" msgid "previous"
msgstr "précédente" msgstr "précédente"
#: templates/umap/map_table.html:100 #: templates/umap/map_table.html:102
#, python-format #, python-format
msgid "Page %(maps_number)s of %(num_pages)s" msgid "Page %(maps_number)s of %(num_pages)s"
msgstr "Page %(maps_number)s de %(num_pages)s" msgstr "Page %(maps_number)s de %(num_pages)s"
#: templates/umap/map_table.html:105 #: templates/umap/map_table.html:107
msgid "next" msgid "next"
msgstr "suivante" msgstr "suivante"
#: templates/umap/map_table.html:106 #: templates/umap/map_table.html:108
msgid "last" msgid "last"
msgstr "fin" msgstr "fin"
#: templates/umap/map_table.html:114 #: templates/umap/map_table.html:116
#, python-format #, python-format
msgid "Lines per page: %(per_page)s" msgid "Lines per page: %(per_page)s"
msgstr "Lignes par page: %(per_page)s" msgstr "Lignes par page: %(per_page)s"
#: templates/umap/map_table.html:119 #: templates/umap/map_table.html:121
#, python-format #, python-format
msgid "%(count)s maps" msgid "%(count)s maps"
msgstr "%(count)s cartes" msgstr "%(count)s cartes"
@ -462,7 +508,7 @@ msgstr "Le mot de passe a été modifié"
msgid "Your password was changed." msgid "Your password was changed."
msgstr "Votre mot de passe a été modifié" msgstr "Votre mot de passe a été modifié"
#: templates/umap/search.html:10 #: templates/umap/search.html:13
#, python-format #, python-format
msgid "%(count)s map found:" msgid "%(count)s map found:"
msgid_plural "%(count)s maps found:" msgid_plural "%(count)s maps found:"
@ -470,11 +516,11 @@ msgstr[0] "%(count)s carte trouvée:"
msgstr[1] "%(count)s cartes trouvées:" msgstr[1] "%(count)s cartes trouvées:"
msgstr[2] "%(count)s cartes trouvées:" msgstr[2] "%(count)s cartes trouvées:"
#: templates/umap/search.html:18 #: templates/umap/search.html:21
msgid "No map found." msgid "No map found."
msgstr "Aucune carte trouvée." msgstr "Aucune carte trouvée."
#: templates/umap/search.html:21 #: templates/umap/search.html:24
msgid "Latest created maps" msgid "Latest created maps"
msgstr "Dernières cartes créées." msgstr "Dernières cartes créées."
@ -512,57 +558,61 @@ msgstr "Télécharger %(count)s cartes"
msgid "You have no map yet." msgid "You have no map yet."
msgstr "Vous n'avez pas encore de carte." msgstr "Vous n'avez pas encore de carte."
#: views.py:347 #: views.py:353
msgid "View the map" msgid "View the map"
msgstr "Voir la carte" msgstr "Voir la carte"
#: views.py:705 #: views.py:718
msgid "See full screen" msgid "See full screen"
msgstr "Plein écran" msgstr "Plein écran"
#: views.py:804 #: views.py:846
msgid "Map editors updated with success!" msgid "Map editors updated with success!"
msgstr "Éditeurs de la carte mis à jour !" msgstr "Éditeurs de la carte mis à jour !"
#: views.py:841 #: views.py:883
#, python-format #, python-format
msgid "The uMap edit link for your map: %(map_name)s" msgid "The uMap edit link for your map: %(map_name)s"
msgstr "La lien d'édition uMap pour votre carte %(map_name)s" msgstr "La lien d'édition uMap pour votre carte %(map_name)s"
#: views.py:844 #: views.py:886
#, python-format #, python-format
msgid "Here is your secret edit link: %(link)s" msgid "Here is your secret edit link: %(link)s"
msgstr "Voici votre lien d'édition secret: %(link)s" msgstr "Voici votre lien d'édition secret: %(link)s"
#: views.py:851 #: views.py:893
#, python-format #, python-format
msgid "Can't send email to %(email)s" msgid "Can't send email to %(email)s"
msgstr "Impossible d'envoyer un courriel vers %(email)s" msgstr "Impossible d'envoyer un courriel vers %(email)s"
#: views.py:854 #: views.py:896
#, python-format #, python-format
msgid "Email sent to %(email)s" msgid "Email sent to %(email)s"
msgstr "Courriel envoyé à %(email)s" msgstr "Courriel envoyé à %(email)s"
#: views.py:865 #: views.py:907
msgid "Only its owner can delete the map." msgid "Only its owner can delete the map."
msgstr "Seul le créateur de la carte peut la supprimer." msgstr "Seul le créateur de la carte peut la supprimer."
#: views.py:893 #: views.py:910
msgid "Map successfully deleted."
msgstr "La bien été supprimée."
#: views.py:936
#, python-format #, python-format
msgid "" msgid ""
"Your map has been cloned! If you want to edit this map from another " "Your map has been cloned! If you want to edit this map from another "
"computer, please use this link: %(anonymous_url)s" "computer, please use this link: %(anonymous_url)s"
msgstr "Votre carte a été dupliquée ! Si vous souhaitez la modifier depuis un autre ordinateur, veuillez utiliser ce lien : %(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:898 #: views.py:941
msgid "Congratulations, your map has been cloned!" msgid "Congratulations, your map has been cloned!"
msgstr "Votre carte a été dupliquée !" msgstr "Votre carte a été dupliquée !"
#: views.py:1136 #: views.py:1176
msgid "Layer successfully deleted." msgid "Layer successfully deleted."
msgstr "Calque supprimé." msgstr "Calque supprimé."
#: views.py:1158 #: views.py:1198
msgid "Permissions updated with success!" msgid "Permissions updated with success!"
msgstr "Les permissions ont bien été modifiées !" msgstr "Les permissions ont bien été modifiées !"

View file

@ -182,7 +182,6 @@ TEMPLATES = [
{ {
"BACKEND": "django.template.backends.django.DjangoTemplates", "BACKEND": "django.template.backends.django.DjangoTemplates",
"APP_DIRS": True, "APP_DIRS": True,
"DIRS": [os.path.join(PROJECT_DIR, STATIC_ROOT)],
"OPTIONS": { "OPTIONS": {
"context_processors": ( "context_processors": (
"django.contrib.auth.context_processors.auth", "django.contrib.auth.context_processors.auth",

View file

@ -48,16 +48,12 @@ const locale = {
"by": "በ", "by": "በ",
"Cache proxied request": "Cache proxied request", "Cache proxied request": "Cache proxied request",
"Cancel edits": "እርማቶችን ሰርዝ", "Cancel edits": "እርማቶችን ሰርዝ",
"Cancel": "አቁም/ሰርዝ",
"Caption": "ካፕሽን", "Caption": "ካፕሽን",
"Center map on your location": "መገኛዎን የሚያሳየውን ካርታ ወደ መሀል ያድርጉ", "Center map on your location": "መገኛዎን የሚያሳየውን ካርታ ወደ መሀል ያድርጉ",
"Change map background": "የካርታውን የጀርባ ገፅታ ይቀይሩ", "Change map background": "የካርታውን የጀርባ ገፅታ ይቀይሩ",
"Change tilelayers": "የታይልሌየሩን", "Change tilelayers": "የታይልሌየሩን",
"Change": "Change", "Change": "Change",
"Choose a preset": "ፕሪሴት ምረጥ",
"Choose the data format": "የረጃውን ፎርማት ቀይር", "Choose the data format": "የረጃውን ፎርማት ቀይር",
"Choose the format of the data to import": "ሊያመጡ የፈለጉትን የመረጃ ፎርማት ይምረጡ",
"Choose the layer to import in": "የሚያስገቡበት ሌየር ይምረጡ",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@ const locale = {
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "መስመሩን ቀጥል", "Continue line": "መስመሩን ቀጥል",
"Coordinates": "ኮርዲኔቶች", "Coordinates": "ኮርዲኔቶች",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "ክሬዲቶች", "Credits": "ክሬዲቶች",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@ const locale = {
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "ይህንን ፊቸር አርም", "Edit this feature": "ይህንን ፊቸር አርም",
"Edit": "አርም", "Edit": "አርም",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "ካርታውን አካትት", "Embed the map": "ካርታውን አካትት",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@ const locale = {
"Image: {{http://image.url.com}}": "ምስል፡{{http://image.url.com}}", "Image: {{http://image.url.com}}": "ምስል፡{{http://image.url.com}}",
"Import data": "መረጃ አምጣ", "Import data": "መረጃ አምጣ",
"Import in a new layer": "አዲስ ሌየር አምጣ", "Import in a new layer": "አዲስ ሌየር አምጣ",
"Import": "አምጣ",
"Imports all umap data, including layers and settings.": "ሌየር እና ሁኔታዎቹን ጨምሮ ሁሉንም የዩማፕ መረጃ ያመጣል", "Imports all umap data, including layers and settings.": "ሌየር እና ሁኔታዎቹን ጨምሮ ሁሉንም የዩማፕ መረጃ ያመጣል",
"Include full screen link?": "ሙሉ ስክሪን ሊክን ያካትት?", "Include full screen link?": "ሙሉ ስክሪን ሊክን ያካትት?",
"Inherit": "ውረስ", "Inherit": "ውረስ",
@ -311,7 +304,6 @@ const locale = {
"Rename this property on all the features": "በሁሉም ፊቸሮች ይህንን ያባህርይ መጠሪያ ያሻሽሉ", "Rename this property on all the features": "በሁሉም ፊቸሮች ይህንን ያባህርይ መጠሪያ ያሻሽሉ",
"Replace layer content": "Replace layer content", "Replace layer content": "Replace layer content",
"Restore this version": "ይህንን እትም መልስ", "Restore this version": "ይህንን እትም መልስ",
"Save anyway": "ለማንኛውም አስቀምጥ/አድን",
"Save current edits": "የአሁኑን እርማቶች አስቀምጥ/አድን", "Save current edits": "የአሁኑን እርማቶች አስቀምጥ/አድን",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "ይህንን ዙም እና መሀከል አስቀምጥ/አድን", "Save this center and zoom": "ይህንን ዙም እና መሀከል አስቀምጥ/አድን",
@ -320,12 +312,9 @@ const locale = {
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Search location", "Search location": "Search location",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "ሙሉውን ስክሪን ተመልከት", "See full screen": "ሙሉውን ስክሪን ተመልከት",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"settings": "settings", "settings": "settings",
"Shape properties": "Shape properties", "Shape properties": "Shape properties",
@ -398,9 +387,7 @@ const locale = {
"Will be displayed in the bottom right corner of the map": "ከታች በቀኝ ኮርነሩ ላይ ይታያል", "Will be displayed in the bottom right corner of the map": "ከታች በቀኝ ኮርነሩ ላይ ይታያል",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "በካርታው ካፕሽን ላይ እንዲታይ ይደረጋል", "Will be visible in the caption of the map": "በካርታው ካፕሽን ላይ እንዲታይ ይደረጋል",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "ውይ! ሌላ ሰው መረጃውን ሳያርመው አይቀርም። ለማንኛውም ማዳን/ማስቀመጥ ይቻላል፣ ነገር ግን የሌሎች እርማቶች ይሰረዛሉ",
"yes": "አዎን", "yes": "አዎን",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "አጉላ", "Zoom in": "አጉላ",
"Zoom level for automatic zooms": "አውቶማቲክ ዙሞች የሚጎሉበት መጠን", "Zoom level for automatic zooms": "አውቶማቲክ ዙሞች የሚጎሉበት መጠን",
"Zoom out": "አርቅ", "Zoom out": "አርቅ",
@ -444,9 +431,57 @@ const locale = {
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }
L.registerLocale("am_ET", locale) L.registerLocale("am_ET", locale)
L.setLocale("am_ET") L.setLocale("am_ET")

View file

@ -48,16 +48,12 @@
"by": "በ", "by": "በ",
"Cache proxied request": "Cache proxied request", "Cache proxied request": "Cache proxied request",
"Cancel edits": "እርማቶችን ሰርዝ", "Cancel edits": "እርማቶችን ሰርዝ",
"Cancel": "አቁም/ሰርዝ",
"Caption": "ካፕሽን", "Caption": "ካፕሽን",
"Center map on your location": "መገኛዎን የሚያሳየውን ካርታ ወደ መሀል ያድርጉ", "Center map on your location": "መገኛዎን የሚያሳየውን ካርታ ወደ መሀል ያድርጉ",
"Change map background": "የካርታውን የጀርባ ገፅታ ይቀይሩ", "Change map background": "የካርታውን የጀርባ ገፅታ ይቀይሩ",
"Change tilelayers": "የታይልሌየሩን", "Change tilelayers": "የታይልሌየሩን",
"Change": "Change", "Change": "Change",
"Choose a preset": "ፕሪሴት ምረጥ",
"Choose the data format": "የረጃውን ፎርማት ቀይር", "Choose the data format": "የረጃውን ፎርማት ቀይር",
"Choose the format of the data to import": "ሊያመጡ የፈለጉትን የመረጃ ፎርማት ይምረጡ",
"Choose the layer to import in": "የሚያስገቡበት ሌየር ይምረጡ",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "መስመሩን ቀጥል", "Continue line": "መስመሩን ቀጥል",
"Coordinates": "ኮርዲኔቶች", "Coordinates": "ኮርዲኔቶች",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "ክሬዲቶች", "Credits": "ክሬዲቶች",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "ይህንን ፊቸር አርም", "Edit this feature": "ይህንን ፊቸር አርም",
"Edit": "አርም", "Edit": "አርም",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "ካርታውን አካትት", "Embed the map": "ካርታውን አካትት",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@
"Image: {{http://image.url.com}}": "ምስል፡{{http://image.url.com}}", "Image: {{http://image.url.com}}": "ምስል፡{{http://image.url.com}}",
"Import data": "መረጃ አምጣ", "Import data": "መረጃ አምጣ",
"Import in a new layer": "አዲስ ሌየር አምጣ", "Import in a new layer": "አዲስ ሌየር አምጣ",
"Import": "አምጣ",
"Imports all umap data, including layers and settings.": "ሌየር እና ሁኔታዎቹን ጨምሮ ሁሉንም የዩማፕ መረጃ ያመጣል", "Imports all umap data, including layers and settings.": "ሌየር እና ሁኔታዎቹን ጨምሮ ሁሉንም የዩማፕ መረጃ ያመጣል",
"Include full screen link?": "ሙሉ ስክሪን ሊክን ያካትት?", "Include full screen link?": "ሙሉ ስክሪን ሊክን ያካትት?",
"Inherit": "ውረስ", "Inherit": "ውረስ",
@ -311,7 +304,6 @@
"Rename this property on all the features": "በሁሉም ፊቸሮች ይህንን ያባህርይ መጠሪያ ያሻሽሉ", "Rename this property on all the features": "በሁሉም ፊቸሮች ይህንን ያባህርይ መጠሪያ ያሻሽሉ",
"Replace layer content": "Replace layer content", "Replace layer content": "Replace layer content",
"Restore this version": "ይህንን እትም መልስ", "Restore this version": "ይህንን እትም መልስ",
"Save anyway": "ለማንኛውም አስቀምጥ/አድን",
"Save current edits": "የአሁኑን እርማቶች አስቀምጥ/አድን", "Save current edits": "የአሁኑን እርማቶች አስቀምጥ/አድን",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "ይህንን ዙም እና መሀከል አስቀምጥ/አድን", "Save this center and zoom": "ይህንን ዙም እና መሀከል አስቀምጥ/አድን",
@ -320,12 +312,9 @@
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Search location", "Search location": "Search location",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "ሙሉውን ስክሪን ተመልከት", "See full screen": "ሙሉውን ስክሪን ተመልከት",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"settings": "settings", "settings": "settings",
"Shape properties": "Shape properties", "Shape properties": "Shape properties",
@ -398,9 +387,7 @@
"Will be displayed in the bottom right corner of the map": "ከታች በቀኝ ኮርነሩ ላይ ይታያል", "Will be displayed in the bottom right corner of the map": "ከታች በቀኝ ኮርነሩ ላይ ይታያል",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "በካርታው ካፕሽን ላይ እንዲታይ ይደረጋል", "Will be visible in the caption of the map": "በካርታው ካፕሽን ላይ እንዲታይ ይደረጋል",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "ውይ! ሌላ ሰው መረጃውን ሳያርመው አይቀርም። ለማንኛውም ማዳን/ማስቀመጥ ይቻላል፣ ነገር ግን የሌሎች እርማቶች ይሰረዛሉ",
"yes": "አዎን", "yes": "አዎን",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "አጉላ", "Zoom in": "አጉላ",
"Zoom level for automatic zooms": "አውቶማቲክ ዙሞች የሚጎሉበት መጠን", "Zoom level for automatic zooms": "አውቶማቲክ ዙሞች የሚጎሉበት መጠን",
"Zoom out": "አርቅ", "Zoom out": "አርቅ",
@ -444,7 +431,55 @@
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }

View file

@ -48,16 +48,12 @@ const locale = {
"by": "by", "by": "by",
"Cache proxied request": "Cache proxied request", "Cache proxied request": "Cache proxied request",
"Cancel edits": "Cancel edits", "Cancel edits": "Cancel edits",
"Cancel": "إلغاء",
"Caption": "شرح", "Caption": "شرح",
"Center map on your location": "Center map on your location", "Center map on your location": "Center map on your location",
"Change map background": "Change map background", "Change map background": "Change map background",
"Change tilelayers": "Change tilelayers", "Change tilelayers": "Change tilelayers",
"Change": "Change", "Change": "Change",
"Choose a preset": "Choose a preset",
"Choose the data format": "اختر تنسيق البيانات", "Choose the data format": "اختر تنسيق البيانات",
"Choose the format of the data to import": "Choose the format of the data to import",
"Choose the layer to import in": "Choose the layer to import in",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@ const locale = {
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "واصل الخط", "Continue line": "واصل الخط",
"Coordinates": "Coordinates", "Coordinates": "Coordinates",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "Credits", "Credits": "Credits",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@ const locale = {
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Edit this feature", "Edit this feature": "Edit this feature",
"Edit": "Edit", "Edit": "Edit",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Embed the map", "Embed the map": "Embed the map",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@ const locale = {
"Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}",
"Import data": "Import data", "Import data": "Import data",
"Import in a new layer": "Import in a new layer", "Import in a new layer": "Import in a new layer",
"Import": "Import",
"Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.",
"Include full screen link?": "Include full screen link?", "Include full screen link?": "Include full screen link?",
"Inherit": "Inherit", "Inherit": "Inherit",
@ -311,7 +304,6 @@ const locale = {
"Rename this property on all the features": "Rename this property on all the features", "Rename this property on all the features": "Rename this property on all the features",
"Replace layer content": "Replace layer content", "Replace layer content": "Replace layer content",
"Restore this version": "Restore this version", "Restore this version": "Restore this version",
"Save anyway": "Save anyway",
"Save current edits": "Save current edits", "Save current edits": "Save current edits",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Save this center and zoom", "Save this center and zoom": "Save this center and zoom",
@ -320,12 +312,9 @@ const locale = {
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Search location", "Search location": "Search location",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "See full screen", "See full screen": "See full screen",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"settings": "settings", "settings": "settings",
"Shape properties": "Shape properties", "Shape properties": "Shape properties",
@ -398,9 +387,7 @@ const locale = {
"Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Will be visible in the caption of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.",
"yes": "نعم", "yes": "نعم",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Zoom in", "Zoom in": "Zoom in",
"Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom level for automatic zooms": "Zoom level for automatic zooms",
"Zoom out": "Zoom out", "Zoom out": "Zoom out",
@ -444,9 +431,57 @@ const locale = {
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }
L.registerLocale("ar", locale) L.registerLocale("ar", locale)
L.setLocale("ar") L.setLocale("ar")

View file

@ -48,16 +48,12 @@
"by": "by", "by": "by",
"Cache proxied request": "Cache proxied request", "Cache proxied request": "Cache proxied request",
"Cancel edits": "Cancel edits", "Cancel edits": "Cancel edits",
"Cancel": "إلغاء",
"Caption": "شرح", "Caption": "شرح",
"Center map on your location": "Center map on your location", "Center map on your location": "Center map on your location",
"Change map background": "Change map background", "Change map background": "Change map background",
"Change tilelayers": "Change tilelayers", "Change tilelayers": "Change tilelayers",
"Change": "Change", "Change": "Change",
"Choose a preset": "Choose a preset",
"Choose the data format": "اختر تنسيق البيانات", "Choose the data format": "اختر تنسيق البيانات",
"Choose the format of the data to import": "Choose the format of the data to import",
"Choose the layer to import in": "Choose the layer to import in",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "واصل الخط", "Continue line": "واصل الخط",
"Coordinates": "Coordinates", "Coordinates": "Coordinates",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "Credits", "Credits": "Credits",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Edit this feature", "Edit this feature": "Edit this feature",
"Edit": "Edit", "Edit": "Edit",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Embed the map", "Embed the map": "Embed the map",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@
"Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}",
"Import data": "Import data", "Import data": "Import data",
"Import in a new layer": "Import in a new layer", "Import in a new layer": "Import in a new layer",
"Import": "Import",
"Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.",
"Include full screen link?": "Include full screen link?", "Include full screen link?": "Include full screen link?",
"Inherit": "Inherit", "Inherit": "Inherit",
@ -311,7 +304,6 @@
"Rename this property on all the features": "Rename this property on all the features", "Rename this property on all the features": "Rename this property on all the features",
"Replace layer content": "Replace layer content", "Replace layer content": "Replace layer content",
"Restore this version": "Restore this version", "Restore this version": "Restore this version",
"Save anyway": "Save anyway",
"Save current edits": "Save current edits", "Save current edits": "Save current edits",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Save this center and zoom", "Save this center and zoom": "Save this center and zoom",
@ -320,12 +312,9 @@
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Search location", "Search location": "Search location",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "See full screen", "See full screen": "See full screen",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"settings": "settings", "settings": "settings",
"Shape properties": "Shape properties", "Shape properties": "Shape properties",
@ -398,9 +387,7 @@
"Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Will be visible in the caption of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.",
"yes": "نعم", "yes": "نعم",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Zoom in", "Zoom in": "Zoom in",
"Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom level for automatic zooms": "Zoom level for automatic zooms",
"Zoom out": "Zoom out", "Zoom out": "Zoom out",
@ -444,7 +431,55 @@
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }

View file

@ -48,16 +48,12 @@ const locale = {
"by": "by", "by": "by",
"Cache proxied request": "Cache proxied request", "Cache proxied request": "Cache proxied request",
"Cancel edits": "Cancel edits", "Cancel edits": "Cancel edits",
"Cancel": "Cancel",
"Caption": "Caption", "Caption": "Caption",
"Center map on your location": "Center map on your location", "Center map on your location": "Center map on your location",
"Change map background": "Change map background", "Change map background": "Change map background",
"Change tilelayers": "Change tilelayers", "Change tilelayers": "Change tilelayers",
"Change": "Change", "Change": "Change",
"Choose a preset": "Choose a preset",
"Choose the data format": "Choose the data format", "Choose the data format": "Choose the data format",
"Choose the format of the data to import": "Choose the format of the data to import",
"Choose the layer to import in": "Choose the layer to import in",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@ const locale = {
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "Continue line", "Continue line": "Continue line",
"Coordinates": "Coordinates", "Coordinates": "Coordinates",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "Credits", "Credits": "Credits",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@ const locale = {
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Edit this feature", "Edit this feature": "Edit this feature",
"Edit": "Edit", "Edit": "Edit",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Embed the map", "Embed the map": "Embed the map",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@ const locale = {
"Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}",
"Import data": "Import data", "Import data": "Import data",
"Import in a new layer": "Import in a new layer", "Import in a new layer": "Import in a new layer",
"Import": "Import",
"Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.",
"Include full screen link?": "Include full screen link?", "Include full screen link?": "Include full screen link?",
"Inherit": "Inherit", "Inherit": "Inherit",
@ -311,7 +304,6 @@ const locale = {
"Rename this property on all the features": "Rename this property on all the features", "Rename this property on all the features": "Rename this property on all the features",
"Replace layer content": "Replace layer content", "Replace layer content": "Replace layer content",
"Restore this version": "Restore this version", "Restore this version": "Restore this version",
"Save anyway": "Save anyway",
"Save current edits": "Save current edits", "Save current edits": "Save current edits",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Save this center and zoom", "Save this center and zoom": "Save this center and zoom",
@ -320,12 +312,9 @@ const locale = {
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Search location", "Search location": "Search location",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "See full screen", "See full screen": "See full screen",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"settings": "settings", "settings": "settings",
"Shape properties": "Shape properties", "Shape properties": "Shape properties",
@ -398,9 +387,7 @@ const locale = {
"Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Will be visible in the caption of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.",
"yes": "yes", "yes": "yes",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Zoom in", "Zoom in": "Zoom in",
"Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom level for automatic zooms": "Zoom level for automatic zooms",
"Zoom out": "Zoom out", "Zoom out": "Zoom out",
@ -444,9 +431,57 @@ const locale = {
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }
L.registerLocale("ast", locale) L.registerLocale("ast", locale)
L.setLocale("ast") L.setLocale("ast")

View file

@ -48,16 +48,12 @@
"by": "by", "by": "by",
"Cache proxied request": "Cache proxied request", "Cache proxied request": "Cache proxied request",
"Cancel edits": "Cancel edits", "Cancel edits": "Cancel edits",
"Cancel": "Cancel",
"Caption": "Caption", "Caption": "Caption",
"Center map on your location": "Center map on your location", "Center map on your location": "Center map on your location",
"Change map background": "Change map background", "Change map background": "Change map background",
"Change tilelayers": "Change tilelayers", "Change tilelayers": "Change tilelayers",
"Change": "Change", "Change": "Change",
"Choose a preset": "Choose a preset",
"Choose the data format": "Choose the data format", "Choose the data format": "Choose the data format",
"Choose the format of the data to import": "Choose the format of the data to import",
"Choose the layer to import in": "Choose the layer to import in",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "Continue line", "Continue line": "Continue line",
"Coordinates": "Coordinates", "Coordinates": "Coordinates",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "Credits", "Credits": "Credits",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Edit this feature", "Edit this feature": "Edit this feature",
"Edit": "Edit", "Edit": "Edit",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Embed the map", "Embed the map": "Embed the map",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@
"Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}",
"Import data": "Import data", "Import data": "Import data",
"Import in a new layer": "Import in a new layer", "Import in a new layer": "Import in a new layer",
"Import": "Import",
"Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.",
"Include full screen link?": "Include full screen link?", "Include full screen link?": "Include full screen link?",
"Inherit": "Inherit", "Inherit": "Inherit",
@ -311,7 +304,6 @@
"Rename this property on all the features": "Rename this property on all the features", "Rename this property on all the features": "Rename this property on all the features",
"Replace layer content": "Replace layer content", "Replace layer content": "Replace layer content",
"Restore this version": "Restore this version", "Restore this version": "Restore this version",
"Save anyway": "Save anyway",
"Save current edits": "Save current edits", "Save current edits": "Save current edits",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Save this center and zoom", "Save this center and zoom": "Save this center and zoom",
@ -320,12 +312,9 @@
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Search location", "Search location": "Search location",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "See full screen", "See full screen": "See full screen",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"settings": "settings", "settings": "settings",
"Shape properties": "Shape properties", "Shape properties": "Shape properties",
@ -398,9 +387,7 @@
"Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Will be visible in the caption of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.",
"yes": "yes", "yes": "yes",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Zoom in", "Zoom in": "Zoom in",
"Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom level for automatic zooms": "Zoom level for automatic zooms",
"Zoom out": "Zoom out", "Zoom out": "Zoom out",
@ -444,7 +431,55 @@
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }

View file

@ -48,16 +48,12 @@ const locale = {
"by": "чрез", "by": "чрез",
"Cache proxied request": "Cache proxied request", "Cache proxied request": "Cache proxied request",
"Cancel edits": "Отмени редакциите", "Cancel edits": "Отмени редакциите",
"Cancel": "Отмени",
"Caption": "Надпис", "Caption": "Надпис",
"Center map on your location": "Center map on your location", "Center map on your location": "Center map on your location",
"Change map background": "Промяна фона на картата", "Change map background": "Промяна фона на картата",
"Change tilelayers": "Променете слоевете", "Change tilelayers": "Променете слоевете",
"Change": "Change", "Change": "Change",
"Choose a preset": "Изберете предварително зададен",
"Choose the data format": "Изберете формата на данните", "Choose the data format": "Изберете формата на данните",
"Choose the format of the data to import": "Изберете формат на данните за внос",
"Choose the layer to import in": "Избери слой за внасяне в",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@ const locale = {
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "Continue line", "Continue line": "Continue line",
"Coordinates": "Координати", "Coordinates": "Координати",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "приемам като достоверен", "Credits": "приемам като достоверен",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@ const locale = {
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Редактирайте тази характеристика", "Edit this feature": "Редактирайте тази характеристика",
"Edit": "Редактиране", "Edit": "Редактиране",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Вграждане на карта", "Embed the map": "Вграждане на карта",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@ const locale = {
"Image: {{http://image.url.com}}": "изображение: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "изображение: {{http://image.url.com}}",
"Import data": "Внасям данни", "Import data": "Внасям данни",
"Import in a new layer": "Import in a new layer", "Import in a new layer": "Import in a new layer",
"Import": "внасяне",
"Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.",
"Include full screen link?": "Включи пълна връзка на екрана?", "Include full screen link?": "Включи пълна връзка на екрана?",
"Inherit": "Наследи", "Inherit": "Наследи",
@ -311,7 +304,6 @@ const locale = {
"Rename this property on all the features": "Rename this property on all the features", "Rename this property on all the features": "Rename this property on all the features",
"Replace layer content": "Replace layer content", "Replace layer content": "Replace layer content",
"Restore this version": "Restore this version", "Restore this version": "Restore this version",
"Save anyway": "Save anyway",
"Save current edits": "Запиши текущите редакции", "Save current edits": "Запиши текущите редакции",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Запази този център и размер", "Save this center and zoom": "Запази този център и размер",
@ -320,12 +312,9 @@ const locale = {
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Search location", "Search location": "Search location",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "Виж на цял екран", "See full screen": "Виж на цял екран",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"settings": "settings", "settings": "settings",
"Shape properties": "Shape properties", "Shape properties": "Shape properties",
@ -398,9 +387,7 @@ const locale = {
"Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Will be visible in the caption of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.",
"yes": "да", "yes": "да",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Zoom in", "Zoom in": "Zoom in",
"Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom level for automatic zooms": "Zoom level for automatic zooms",
"Zoom out": "Намаляване на мащаба", "Zoom out": "Намаляване на мащаба",
@ -444,9 +431,57 @@ const locale = {
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }
L.registerLocale("bg", locale) L.registerLocale("bg", locale)
L.setLocale("bg") L.setLocale("bg")

View file

@ -48,16 +48,12 @@
"by": "чрез", "by": "чрез",
"Cache proxied request": "Cache proxied request", "Cache proxied request": "Cache proxied request",
"Cancel edits": "Отмени редакциите", "Cancel edits": "Отмени редакциите",
"Cancel": "Отмени",
"Caption": "Надпис", "Caption": "Надпис",
"Center map on your location": "Center map on your location", "Center map on your location": "Center map on your location",
"Change map background": "Промяна фона на картата", "Change map background": "Промяна фона на картата",
"Change tilelayers": "Променете слоевете", "Change tilelayers": "Променете слоевете",
"Change": "Change", "Change": "Change",
"Choose a preset": "Изберете предварително зададен",
"Choose the data format": "Изберете формата на данните", "Choose the data format": "Изберете формата на данните",
"Choose the format of the data to import": "Изберете формат на данните за внос",
"Choose the layer to import in": "Избери слой за внасяне в",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "Continue line", "Continue line": "Continue line",
"Coordinates": "Координати", "Coordinates": "Координати",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "приемам като достоверен", "Credits": "приемам като достоверен",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Редактирайте тази характеристика", "Edit this feature": "Редактирайте тази характеристика",
"Edit": "Редактиране", "Edit": "Редактиране",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Вграждане на карта", "Embed the map": "Вграждане на карта",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@
"Image: {{http://image.url.com}}": "изображение: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "изображение: {{http://image.url.com}}",
"Import data": "Внасям данни", "Import data": "Внасям данни",
"Import in a new layer": "Import in a new layer", "Import in a new layer": "Import in a new layer",
"Import": "внасяне",
"Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.",
"Include full screen link?": "Включи пълна връзка на екрана?", "Include full screen link?": "Включи пълна връзка на екрана?",
"Inherit": "Наследи", "Inherit": "Наследи",
@ -311,7 +304,6 @@
"Rename this property on all the features": "Rename this property on all the features", "Rename this property on all the features": "Rename this property on all the features",
"Replace layer content": "Replace layer content", "Replace layer content": "Replace layer content",
"Restore this version": "Restore this version", "Restore this version": "Restore this version",
"Save anyway": "Save anyway",
"Save current edits": "Запиши текущите редакции", "Save current edits": "Запиши текущите редакции",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Запази този център и размер", "Save this center and zoom": "Запази този център и размер",
@ -320,12 +312,9 @@
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Search location", "Search location": "Search location",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "Виж на цял екран", "See full screen": "Виж на цял екран",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"settings": "settings", "settings": "settings",
"Shape properties": "Shape properties", "Shape properties": "Shape properties",
@ -398,9 +387,7 @@
"Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Will be visible in the caption of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.",
"yes": "да", "yes": "да",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Zoom in", "Zoom in": "Zoom in",
"Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom level for automatic zooms": "Zoom level for automatic zooms",
"Zoom out": "Намаляване на мащаба", "Zoom out": "Намаляване на мащаба",
@ -444,7 +431,55 @@
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }

View file

@ -48,16 +48,12 @@ const locale = {
"by": "gant", "by": "gant",
"Cache proxied request": "Cache proxied request", "Cache proxied request": "Cache proxied request",
"Cancel edits": "Nullañ ar c'hemmoù", "Cancel edits": "Nullañ ar c'hemmoù",
"Cancel": "Nullañ",
"Caption": "Alc'hwez", "Caption": "Alc'hwez",
"Center map on your location": "Kreizañ ar gartenn war al lec'h m'emaoc'h", "Center map on your location": "Kreizañ ar gartenn war al lec'h m'emaoc'h",
"Change map background": "Cheñch foñs ar gartenn", "Change map background": "Cheñch foñs ar gartenn",
"Change tilelayers": "Cheñch foñs ar gartenn", "Change tilelayers": "Cheñch foñs ar gartenn",
"Change": "Kemmañ", "Change": "Kemmañ",
"Choose a preset": "Diuzañ ur rakdibab",
"Choose the data format": "Diuzañ furmad ar roadennoù", "Choose the data format": "Diuzañ furmad ar roadennoù",
"Choose the format of the data to import": "Diuzañ furmad ar roadennoù da enporzhiañ",
"Choose the layer to import in": "Diuzañ ar gwiskad evit enporzhiañ e-barzh",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@ const locale = {
"Congratulations, your map has been created!": "Gourc'hemennoù, ho kartenn zo bet krouet!", "Congratulations, your map has been created!": "Gourc'hemennoù, ho kartenn zo bet krouet!",
"Continue line": "Kenderc'hel al linenn", "Continue line": "Kenderc'hel al linenn",
"Coordinates": "Daveennoù", "Coordinates": "Daveennoù",
"Copy link": "Eilañ an ere",
"copy": "eilañ", "copy": "eilañ",
"Credits": "Kredadoù", "Credits": "Kredadoù",
"Current map view": "Listenn an objedoù a c'haller gwelet", "Current map view": "Listenn an objedoù a c'haller gwelet",
@ -152,7 +147,6 @@ const locale = {
"Edit the title of the map": "Kemmañ titl ar gartenn", "Edit the title of the map": "Kemmañ titl ar gartenn",
"Edit this feature": "Kemmañ an elfenn-mañ", "Edit this feature": "Kemmañ an elfenn-mañ",
"Edit": "Aozañ", "Edit": "Aozañ",
"Email": "Postel",
"Embed and link options": "Dibarzhioù enframmañ ha liammoù", "Embed and link options": "Dibarzhioù enframmañ ha liammoù",
"Embed the map": "Enframmañ ar gartenn", "Embed the map": "Enframmañ ar gartenn",
"Emoji & Character": "Emoji & Testenn", "Emoji & Character": "Emoji & Testenn",
@ -200,7 +194,6 @@ const locale = {
"Image: {{http://image.url.com}}": "Skeudenn: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Skeudenn: {{http://image.url.com}}",
"Import data": "Enporzhiañ roadennoù", "Import data": "Enporzhiañ roadennoù",
"Import in a new layer": "Enporzhiañ ur gwiskad nevez", "Import in a new layer": "Enporzhiañ ur gwiskad nevez",
"Import": "Enporzhiañ",
"Imports all umap data, including layers and settings.": "Enporzhiañ holl roadennoù ar gartenn, ar gwiskadoù hag an arventennoù en o zouez.", "Imports all umap data, including layers and settings.": "Enporzhiañ holl roadennoù ar gartenn, ar gwiskadoù hag an arventennoù en o zouez.",
"Include full screen link?": "Lakaat ul liamm \"skramm a-bezh\" e-barzh?", "Include full screen link?": "Lakaat ul liamm \"skramm a-bezh\" e-barzh?",
"Inherit": "Heritañ", "Inherit": "Heritañ",
@ -311,7 +304,6 @@ const locale = {
"Rename this property on all the features": "Adenvel ar perzh-mañ", "Rename this property on all the features": "Adenvel ar perzh-mañ",
"Replace layer content": "Erlec'hiañ endalc'had ar gwiskad", "Replace layer content": "Erlec'hiañ endalc'had ar gwiskad",
"Restore this version": "Adsevel ar stumm-mañ?", "Restore this version": "Adsevel ar stumm-mañ?",
"Save anyway": "Enrollañ evelkent",
"Save current edits": "Enrollañ ar c'hemmoù a-vremañ ", "Save current edits": "Enrollañ ar c'hemmoù a-vremañ ",
"Save map": "Enrollañ ar gartenn", "Save map": "Enrollañ ar gartenn",
"Save this center and zoom": "Enrollañ ar c'hreiz hag ar zoum-mañ", "Save this center and zoom": "Enrollañ ar c'hreiz hag ar zoum-mañ",
@ -320,12 +312,9 @@ const locale = {
"Saved center and zoom": "Kreiz ha zoum enrollet", "Saved center and zoom": "Kreiz ha zoum enrollet",
"Search location": "Klask ul lec'h", "Search location": "Klask ul lec'h",
"Search": "Klask", "Search": "Klask",
"Secret edit link copied to clipboard!": "Liamm aozañ kuzh eilet er golver!",
"Secret edit link:": "Liamm aozañ kuzh:", "Secret edit link:": "Liamm aozañ kuzh:",
"See layers": "Diskouez ar gwiskadoù",
"See full screen": "Gwelet e skramm a-bezh", "See full screen": "Gwelet e skramm a-bezh",
"See on OpenStreetMap": "Gwelet war OpenStreetMap", "See on OpenStreetMap": "Gwelet war OpenStreetMap",
"Send me the link": "Kas al liamm din",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Diweredekaat evit kuzhat ar gwiskad-mañ ouzh an diaporama, ar merdeer roadennoù...", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Diweredekaat evit kuzhat ar gwiskad-mañ ouzh an diaporama, ar merdeer roadennoù...",
"settings": "arventennoù", "settings": "arventennoù",
"Shape properties": "Perzhioù ar furm", "Shape properties": "Perzhioù ar furm",
@ -398,9 +387,7 @@ const locale = {
"Will be displayed in the bottom right corner of the map": "Diskwelet e vo e traoñ a-zehoù ar gartenn", "Will be displayed in the bottom right corner of the map": "Diskwelet e vo e traoñ a-zehoù ar gartenn",
"Will be permanently visible in the bottom left corner of the map": "Diskwel dalc'hmat e traoñ a-gleiz ar gartenn", "Will be permanently visible in the bottom left corner of the map": "Diskwel dalc'hmat e traoñ a-gleiz ar gartenn",
"Will be visible in the caption of the map": "Gwelus e vo en alc'hwez ar gartenn", "Will be visible in the caption of the map": "Gwelus e vo en alc'hwez ar gartenn",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Chaous! Seblant a ra ez eus bet kemmet ar gartenn gant unan bennak all. Gallout a rit enrollañ koulskoude, kollet e vo e roadennoù avat.",
"yes": "ya", "yes": "ya",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Krouet eo bet ho kartenn! Peogwir n'oc'h ket kevreet, setu al liamm kuzh evit aozañ ar gartenn diwezhatoc'h, diwallit mat anezhañ !",
"Zoom in": "Zoumañ", "Zoom in": "Zoumañ",
"Zoom level for automatic zooms": "Live ar zoum emgefreek", "Zoom level for automatic zooms": "Live ar zoum emgefreek",
"Zoom out": "Dizoumañ", "Zoom out": "Dizoumañ",
@ -444,9 +431,57 @@ const locale = {
"Filter data": "Roadennoù ar sil", "Filter data": "Roadennoù ar sil",
"Search map features…": "Klask perzhioù ar gartenn..", "Search map features…": "Klask perzhioù ar gartenn..",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }
L.registerLocale("br", locale) L.registerLocale("br", locale)
L.setLocale("br") L.setLocale("br")

View file

@ -48,16 +48,12 @@
"by": "gant", "by": "gant",
"Cache proxied request": "Cache proxied request", "Cache proxied request": "Cache proxied request",
"Cancel edits": "Nullañ ar c'hemmoù", "Cancel edits": "Nullañ ar c'hemmoù",
"Cancel": "Nullañ",
"Caption": "Alc'hwez", "Caption": "Alc'hwez",
"Center map on your location": "Kreizañ ar gartenn war al lec'h m'emaoc'h", "Center map on your location": "Kreizañ ar gartenn war al lec'h m'emaoc'h",
"Change map background": "Cheñch foñs ar gartenn", "Change map background": "Cheñch foñs ar gartenn",
"Change tilelayers": "Cheñch foñs ar gartenn", "Change tilelayers": "Cheñch foñs ar gartenn",
"Change": "Kemmañ", "Change": "Kemmañ",
"Choose a preset": "Diuzañ ur rakdibab",
"Choose the data format": "Diuzañ furmad ar roadennoù", "Choose the data format": "Diuzañ furmad ar roadennoù",
"Choose the format of the data to import": "Diuzañ furmad ar roadennoù da enporzhiañ",
"Choose the layer to import in": "Diuzañ ar gwiskad evit enporzhiañ e-barzh",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@
"Congratulations, your map has been created!": "Gourc'hemennoù, ho kartenn zo bet krouet!", "Congratulations, your map has been created!": "Gourc'hemennoù, ho kartenn zo bet krouet!",
"Continue line": "Kenderc'hel al linenn", "Continue line": "Kenderc'hel al linenn",
"Coordinates": "Daveennoù", "Coordinates": "Daveennoù",
"Copy link": "Eilañ an ere",
"copy": "eilañ", "copy": "eilañ",
"Credits": "Kredadoù", "Credits": "Kredadoù",
"Current map view": "Listenn an objedoù a c'haller gwelet", "Current map view": "Listenn an objedoù a c'haller gwelet",
@ -152,7 +147,6 @@
"Edit the title of the map": "Kemmañ titl ar gartenn", "Edit the title of the map": "Kemmañ titl ar gartenn",
"Edit this feature": "Kemmañ an elfenn-mañ", "Edit this feature": "Kemmañ an elfenn-mañ",
"Edit": "Aozañ", "Edit": "Aozañ",
"Email": "Postel",
"Embed and link options": "Dibarzhioù enframmañ ha liammoù", "Embed and link options": "Dibarzhioù enframmañ ha liammoù",
"Embed the map": "Enframmañ ar gartenn", "Embed the map": "Enframmañ ar gartenn",
"Emoji & Character": "Emoji & Testenn", "Emoji & Character": "Emoji & Testenn",
@ -200,7 +194,6 @@
"Image: {{http://image.url.com}}": "Skeudenn: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Skeudenn: {{http://image.url.com}}",
"Import data": "Enporzhiañ roadennoù", "Import data": "Enporzhiañ roadennoù",
"Import in a new layer": "Enporzhiañ ur gwiskad nevez", "Import in a new layer": "Enporzhiañ ur gwiskad nevez",
"Import": "Enporzhiañ",
"Imports all umap data, including layers and settings.": "Enporzhiañ holl roadennoù ar gartenn, ar gwiskadoù hag an arventennoù en o zouez.", "Imports all umap data, including layers and settings.": "Enporzhiañ holl roadennoù ar gartenn, ar gwiskadoù hag an arventennoù en o zouez.",
"Include full screen link?": "Lakaat ul liamm \"skramm a-bezh\" e-barzh?", "Include full screen link?": "Lakaat ul liamm \"skramm a-bezh\" e-barzh?",
"Inherit": "Heritañ", "Inherit": "Heritañ",
@ -311,7 +304,6 @@
"Rename this property on all the features": "Adenvel ar perzh-mañ", "Rename this property on all the features": "Adenvel ar perzh-mañ",
"Replace layer content": "Erlec'hiañ endalc'had ar gwiskad", "Replace layer content": "Erlec'hiañ endalc'had ar gwiskad",
"Restore this version": "Adsevel ar stumm-mañ?", "Restore this version": "Adsevel ar stumm-mañ?",
"Save anyway": "Enrollañ evelkent",
"Save current edits": "Enrollañ ar c'hemmoù a-vremañ ", "Save current edits": "Enrollañ ar c'hemmoù a-vremañ ",
"Save map": "Enrollañ ar gartenn", "Save map": "Enrollañ ar gartenn",
"Save this center and zoom": "Enrollañ ar c'hreiz hag ar zoum-mañ", "Save this center and zoom": "Enrollañ ar c'hreiz hag ar zoum-mañ",
@ -320,12 +312,9 @@
"Saved center and zoom": "Kreiz ha zoum enrollet", "Saved center and zoom": "Kreiz ha zoum enrollet",
"Search location": "Klask ul lec'h", "Search location": "Klask ul lec'h",
"Search": "Klask", "Search": "Klask",
"Secret edit link copied to clipboard!": "Liamm aozañ kuzh eilet er golver!",
"Secret edit link:": "Liamm aozañ kuzh:", "Secret edit link:": "Liamm aozañ kuzh:",
"See layers": "Diskouez ar gwiskadoù",
"See full screen": "Gwelet e skramm a-bezh", "See full screen": "Gwelet e skramm a-bezh",
"See on OpenStreetMap": "Gwelet war OpenStreetMap", "See on OpenStreetMap": "Gwelet war OpenStreetMap",
"Send me the link": "Kas al liamm din",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Diweredekaat evit kuzhat ar gwiskad-mañ ouzh an diaporama, ar merdeer roadennoù...", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Diweredekaat evit kuzhat ar gwiskad-mañ ouzh an diaporama, ar merdeer roadennoù...",
"settings": "arventennoù", "settings": "arventennoù",
"Shape properties": "Perzhioù ar furm", "Shape properties": "Perzhioù ar furm",
@ -398,9 +387,7 @@
"Will be displayed in the bottom right corner of the map": "Diskwelet e vo e traoñ a-zehoù ar gartenn", "Will be displayed in the bottom right corner of the map": "Diskwelet e vo e traoñ a-zehoù ar gartenn",
"Will be permanently visible in the bottom left corner of the map": "Diskwel dalc'hmat e traoñ a-gleiz ar gartenn", "Will be permanently visible in the bottom left corner of the map": "Diskwel dalc'hmat e traoñ a-gleiz ar gartenn",
"Will be visible in the caption of the map": "Gwelus e vo en alc'hwez ar gartenn", "Will be visible in the caption of the map": "Gwelus e vo en alc'hwez ar gartenn",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Chaous! Seblant a ra ez eus bet kemmet ar gartenn gant unan bennak all. Gallout a rit enrollañ koulskoude, kollet e vo e roadennoù avat.",
"yes": "ya", "yes": "ya",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Krouet eo bet ho kartenn! Peogwir n'oc'h ket kevreet, setu al liamm kuzh evit aozañ ar gartenn diwezhatoc'h, diwallit mat anezhañ !",
"Zoom in": "Zoumañ", "Zoom in": "Zoumañ",
"Zoom level for automatic zooms": "Live ar zoum emgefreek", "Zoom level for automatic zooms": "Live ar zoum emgefreek",
"Zoom out": "Dizoumañ", "Zoom out": "Dizoumañ",
@ -444,7 +431,55 @@
"Filter data": "Roadennoù ar sil", "Filter data": "Roadennoù ar sil",
"Search map features…": "Klask perzhioù ar gartenn..", "Search map features…": "Klask perzhioù ar gartenn..",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }

View file

@ -48,16 +48,12 @@ const locale = {
"by": "per", "by": "per",
"Cache proxied request": "Petició proxy en memòria cau", "Cache proxied request": "Petició proxy en memòria cau",
"Cancel edits": "Cancel·la les edicions", "Cancel edits": "Cancel·la les edicions",
"Cancel": "Cancel·la",
"Caption": "Llegenda", "Caption": "Llegenda",
"Center map on your location": "Centra el mapa a la vostra ubicació", "Center map on your location": "Centra el mapa a la vostra ubicació",
"Change map background": "Canvia el fons del mapa", "Change map background": "Canvia el fons del mapa",
"Change tilelayers": "Canvia les capes de tessel·les", "Change tilelayers": "Canvia les capes de tessel·les",
"Change": "Change", "Change": "Change",
"Choose a preset": "Choose a preset",
"Choose the data format": "Trieu el format de dades", "Choose the data format": "Trieu el format de dades",
"Choose the format of the data to import": "Trieu el format de les dades a importar",
"Choose the layer to import in": "Trieu la capa que on voleu importar",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@ const locale = {
"Congratulations, your map has been created!": "Enhorabona, s'ha creat el mapa!", "Congratulations, your map has been created!": "Enhorabona, s'ha creat el mapa!",
"Continue line": "Continue line", "Continue line": "Continue line",
"Coordinates": "Coordenades", "Coordinates": "Coordenades",
"Copy link": "Copia l'enllaç",
"copy": "copy", "copy": "copy",
"Credits": "Crèdits", "Credits": "Crèdits",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@ const locale = {
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Edita aquesta característica", "Edit this feature": "Edita aquesta característica",
"Edit": "Edita", "Edit": "Edita",
"Email": "Envia per correu electrònic",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Incrusta el mapa", "Embed the map": "Incrusta el mapa",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@ const locale = {
"Image: {{http://image.url.com}}": "Imatge: {{http://imatge.url.com}}", "Image: {{http://image.url.com}}": "Imatge: {{http://imatge.url.com}}",
"Import data": "Importa dades", "Import data": "Importa dades",
"Import in a new layer": "Import in a new layer", "Import in a new layer": "Import in a new layer",
"Import": "Importa",
"Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.",
"Include full screen link?": "Voleu incloure l'enllaç a pantalla completa?", "Include full screen link?": "Voleu incloure l'enllaç a pantalla completa?",
"Inherit": "Hereta", "Inherit": "Hereta",
@ -311,7 +304,6 @@ const locale = {
"Rename this property on all the features": "Canvia el nom d'aquesta propietat en totes les característiques", "Rename this property on all the features": "Canvia el nom d'aquesta propietat en totes les característiques",
"Replace layer content": "Replace layer content", "Replace layer content": "Replace layer content",
"Restore this version": "Restore this version", "Restore this version": "Restore this version",
"Save anyway": "Desa-ho igualment",
"Save current edits": "Desa les edicions actuals", "Save current edits": "Desa les edicions actuals",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Desa aquest centre i escala", "Save this center and zoom": "Desa aquest centre i escala",
@ -320,12 +312,9 @@ const locale = {
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Search location", "Search location": "Search location",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "L'enllaç secret s'ha copiat al porta-retalls!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "Mostra-ho a pantalla completa", "See full screen": "Mostra-ho a pantalla completa",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Envia'm aquest enllaç",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"settings": "settings", "settings": "settings",
"Shape properties": "Shape properties", "Shape properties": "Shape properties",
@ -398,9 +387,7 @@ const locale = {
"Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Will be visible in the caption of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.",
"yes": "sí", "yes": "sí",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "S'ha creat el vostre mapa! Com que no heu iniciat sessió, aquí teniu l'enllaç secret per a editar-lo. Conserveu-lo en un lloc segur:",
"Zoom in": "Apropa't", "Zoom in": "Apropa't",
"Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom level for automatic zooms": "Zoom level for automatic zooms",
"Zoom out": "Allunya't", "Zoom out": "Allunya't",
@ -444,9 +431,57 @@ const locale = {
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }
L.registerLocale("ca", locale) L.registerLocale("ca", locale)
L.setLocale("ca") L.setLocale("ca")

View file

@ -48,16 +48,12 @@
"by": "per", "by": "per",
"Cache proxied request": "Petició proxy en memòria cau", "Cache proxied request": "Petició proxy en memòria cau",
"Cancel edits": "Cancel·la les edicions", "Cancel edits": "Cancel·la les edicions",
"Cancel": "Cancel·la",
"Caption": "Llegenda", "Caption": "Llegenda",
"Center map on your location": "Centra el mapa a la vostra ubicació", "Center map on your location": "Centra el mapa a la vostra ubicació",
"Change map background": "Canvia el fons del mapa", "Change map background": "Canvia el fons del mapa",
"Change tilelayers": "Canvia les capes de tessel·les", "Change tilelayers": "Canvia les capes de tessel·les",
"Change": "Change", "Change": "Change",
"Choose a preset": "Choose a preset",
"Choose the data format": "Trieu el format de dades", "Choose the data format": "Trieu el format de dades",
"Choose the format of the data to import": "Trieu el format de les dades a importar",
"Choose the layer to import in": "Trieu la capa que on voleu importar",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@
"Congratulations, your map has been created!": "Enhorabona, s'ha creat el mapa!", "Congratulations, your map has been created!": "Enhorabona, s'ha creat el mapa!",
"Continue line": "Continue line", "Continue line": "Continue line",
"Coordinates": "Coordenades", "Coordinates": "Coordenades",
"Copy link": "Copia l'enllaç",
"copy": "copy", "copy": "copy",
"Credits": "Crèdits", "Credits": "Crèdits",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Edita aquesta característica", "Edit this feature": "Edita aquesta característica",
"Edit": "Edita", "Edit": "Edita",
"Email": "Envia per correu electrònic",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Incrusta el mapa", "Embed the map": "Incrusta el mapa",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@
"Image: {{http://image.url.com}}": "Imatge: {{http://imatge.url.com}}", "Image: {{http://image.url.com}}": "Imatge: {{http://imatge.url.com}}",
"Import data": "Importa dades", "Import data": "Importa dades",
"Import in a new layer": "Import in a new layer", "Import in a new layer": "Import in a new layer",
"Import": "Importa",
"Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.",
"Include full screen link?": "Voleu incloure l'enllaç a pantalla completa?", "Include full screen link?": "Voleu incloure l'enllaç a pantalla completa?",
"Inherit": "Hereta", "Inherit": "Hereta",
@ -311,7 +304,6 @@
"Rename this property on all the features": "Canvia el nom d'aquesta propietat en totes les característiques", "Rename this property on all the features": "Canvia el nom d'aquesta propietat en totes les característiques",
"Replace layer content": "Replace layer content", "Replace layer content": "Replace layer content",
"Restore this version": "Restore this version", "Restore this version": "Restore this version",
"Save anyway": "Desa-ho igualment",
"Save current edits": "Desa les edicions actuals", "Save current edits": "Desa les edicions actuals",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Desa aquest centre i escala", "Save this center and zoom": "Desa aquest centre i escala",
@ -320,12 +312,9 @@
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Search location", "Search location": "Search location",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "L'enllaç secret s'ha copiat al porta-retalls!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "Mostra-ho a pantalla completa", "See full screen": "Mostra-ho a pantalla completa",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Envia'm aquest enllaç",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"settings": "settings", "settings": "settings",
"Shape properties": "Shape properties", "Shape properties": "Shape properties",
@ -398,9 +387,7 @@
"Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Will be visible in the caption of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.",
"yes": "sí", "yes": "sí",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "S'ha creat el vostre mapa! Com que no heu iniciat sessió, aquí teniu l'enllaç secret per a editar-lo. Conserveu-lo en un lloc segur:",
"Zoom in": "Apropa't", "Zoom in": "Apropa't",
"Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom level for automatic zooms": "Zoom level for automatic zooms",
"Zoom out": "Allunya't", "Zoom out": "Allunya't",
@ -444,7 +431,55 @@
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }

View file

@ -48,16 +48,12 @@ const locale = {
"by": "od", "by": "od",
"Cache proxied request": "Požadavek na zástupnou mezipaměť", "Cache proxied request": "Požadavek na zástupnou mezipaměť",
"Cancel edits": "Stornovat úpravy", "Cancel edits": "Stornovat úpravy",
"Cancel": "Storno",
"Caption": "Popisek", "Caption": "Popisek",
"Center map on your location": "Přemístit se na mapě na vaši polohu", "Center map on your location": "Přemístit se na mapě na vaši polohu",
"Change map background": "Změnit pozadí mapy", "Change map background": "Změnit pozadí mapy",
"Change tilelayers": "Změnit pozadí mapy", "Change tilelayers": "Změnit pozadí mapy",
"Change": "Změnit", "Change": "Změnit",
"Choose a preset": "Zvolte přednastavení",
"Choose the data format": "Vyberte formát dat", "Choose the data format": "Vyberte formát dat",
"Choose the format of the data to import": "Zvolte v jakém formátu jsou importovaná data",
"Choose the layer to import in": "Zvolte vrstvu, do které se bude importovat",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth třídy", "Choropleth classes": "Choropleth třídy",
"Choropleth color palette": "Choropleth paleta barev", "Choropleth color palette": "Choropleth paleta barev",
@ -87,7 +83,6 @@ const locale = {
"Congratulations, your map has been created!": "Gratulujeme, vaše mapa byla vytvořena!", "Congratulations, your map has been created!": "Gratulujeme, vaše mapa byla vytvořena!",
"Continue line": "Pokračovat v čáře", "Continue line": "Pokračovat v čáře",
"Coordinates": "Souřadnice", "Coordinates": "Souřadnice",
"Copy link": "Kopírovat odkaz",
"copy": "kopírovat", "copy": "kopírovat",
"Credits": "Autorství", "Credits": "Autorství",
"Current map view": "Aktuální zobrazení mapy", "Current map view": "Aktuální zobrazení mapy",
@ -152,7 +147,6 @@ const locale = {
"Edit the title of the map": "Upravit název mapy", "Edit the title of the map": "Upravit název mapy",
"Edit this feature": "Upravit tento objekt", "Edit this feature": "Upravit tento objekt",
"Edit": "Upravit", "Edit": "Upravit",
"Email": "E-mail",
"Embed and link options": "Možnosti vložení a propojení", "Embed and link options": "Možnosti vložení a propojení",
"Embed the map": "Vložit mapu do jiného webu", "Embed the map": "Vložit mapu do jiného webu",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@ const locale = {
"Image: {{http://image.url.com}}": "Obrázek: {{http://priklad.cz/obrazek.jpg}}", "Image: {{http://image.url.com}}": "Obrázek: {{http://priklad.cz/obrazek.jpg}}",
"Import data": "Import dat", "Import data": "Import dat",
"Import in a new layer": "Importovat do nové vrstvy", "Import in a new layer": "Importovat do nové vrstvy",
"Import": "Importovat",
"Imports all umap data, including layers and settings.": "Importuje všechy data umapy, včetně vrstev a nastavení", "Imports all umap data, including layers and settings.": "Importuje všechy data umapy, včetně vrstev a nastavení",
"Include full screen link?": "Zahrnout odkaz na celou obrazovku?", "Include full screen link?": "Zahrnout odkaz na celou obrazovku?",
"Inherit": "výchozí", "Inherit": "výchozí",
@ -311,7 +304,6 @@ const locale = {
"Rename this property on all the features": "Přejmenovat tuto vlastnost na všech objektech", "Rename this property on all the features": "Přejmenovat tuto vlastnost na všech objektech",
"Replace layer content": "Nahradit obsah vrstvy", "Replace layer content": "Nahradit obsah vrstvy",
"Restore this version": "Obnovit tuto verzi", "Restore this version": "Obnovit tuto verzi",
"Save anyway": "I tak uložit",
"Save current edits": "Ulož nedávné změny", "Save current edits": "Ulož nedávné změny",
"Save map": "Uložit mapu", "Save map": "Uložit mapu",
"Save this center and zoom": "Ulož tuto pozici mapy a její přiblížení", "Save this center and zoom": "Ulož tuto pozici mapy a její přiblížení",
@ -320,12 +312,9 @@ const locale = {
"Saved center and zoom": "Uložený střed a zoom", "Saved center and zoom": "Uložený střed a zoom",
"Search location": "Vyhledat místo na mapě", "Search location": "Vyhledat místo na mapě",
"Search": "Hledat", "Search": "Hledat",
"Secret edit link copied to clipboard!": "Tajný odkaz na úpravy do schránky!",
"Secret edit link:": "Tajný odkaz na úpravy:", "Secret edit link:": "Tajný odkaz na úpravy:",
"See layers": "Zobrazit vrstvy",
"See full screen": "Na celou obrazovku", "See full screen": "Na celou obrazovku",
"See on OpenStreetMap": "Zobrazit na OpenStreetMap", "See on OpenStreetMap": "Zobrazit na OpenStreetMap",
"Send me the link": "Pošlete mi odkaz",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Nastavte na false pro ukrytí této vrstvy z prezentace, prohlížeče dat, vyskakovací navigace...", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Nastavte na false pro ukrytí této vrstvy z prezentace, prohlížeče dat, vyskakovací navigace...",
"settings": "nastavení", "settings": "nastavení",
"Shape properties": "Vlastností tvaru", "Shape properties": "Vlastností tvaru",
@ -398,9 +387,7 @@ const locale = {
"Will be displayed in the bottom right corner of the map": "Bude zobrazeno s mapou napravo dole", "Will be displayed in the bottom right corner of the map": "Bude zobrazeno s mapou napravo dole",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Bude zobrazeno v popisu mapy", "Will be visible in the caption of the map": "Bude zobrazeno v popisu mapy",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Ojoj! Někdo jiný mezitím také upravil data. Můžete je uložit bez ohledu na to, ale smažete tak jeho změny.",
"yes": "ano", "yes": "ano",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Vaše mapa byla vytvořena! Protože nejste přihlášeni, zde je váš tajný odkaz na úpravu mapy, uschovejte jej prosím:",
"Zoom in": "Přiblížit", "Zoom in": "Přiblížit",
"Zoom level for automatic zooms": "Úroveň přiblížení pro automatické přiblížení", "Zoom level for automatic zooms": "Úroveň přiblížení pro automatické přiblížení",
"Zoom out": "Oddálit", "Zoom out": "Oddálit",
@ -444,9 +431,57 @@ const locale = {
"Filter data": "Filtrovat data", "Filter data": "Filtrovat data",
"Search map features…": "Hledat objekty mapy…", "Search map features…": "Hledat objekty mapy…",
"Reset all": "Obnovit vše", "Reset all": "Obnovit vše",
"Browser in data mode": "Prohlížeč v datovém režimu", "Open browser": "Open browser",
"Browser in layers mode": "Prohlížeč v režimu vrstev", "Open caption": "Open caption",
"Browser in filters mode": "Prohlížeč v režimu filtrů" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }
L.registerLocale("cs_CZ", locale) L.registerLocale("cs_CZ", locale)
L.setLocale("cs_CZ") L.setLocale("cs_CZ")

View file

@ -48,16 +48,12 @@
"by": "od", "by": "od",
"Cache proxied request": "Požadavek na zástupnou mezipaměť", "Cache proxied request": "Požadavek na zástupnou mezipaměť",
"Cancel edits": "Stornovat úpravy", "Cancel edits": "Stornovat úpravy",
"Cancel": "Storno",
"Caption": "Popisek", "Caption": "Popisek",
"Center map on your location": "Přemístit se na mapě na vaši polohu", "Center map on your location": "Přemístit se na mapě na vaši polohu",
"Change map background": "Změnit pozadí mapy", "Change map background": "Změnit pozadí mapy",
"Change tilelayers": "Změnit pozadí mapy", "Change tilelayers": "Změnit pozadí mapy",
"Change": "Změnit", "Change": "Změnit",
"Choose a preset": "Zvolte přednastavení",
"Choose the data format": "Vyberte formát dat", "Choose the data format": "Vyberte formát dat",
"Choose the format of the data to import": "Zvolte v jakém formátu jsou importovaná data",
"Choose the layer to import in": "Zvolte vrstvu, do které se bude importovat",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth třídy", "Choropleth classes": "Choropleth třídy",
"Choropleth color palette": "Choropleth paleta barev", "Choropleth color palette": "Choropleth paleta barev",
@ -87,7 +83,6 @@
"Congratulations, your map has been created!": "Gratulujeme, vaše mapa byla vytvořena!", "Congratulations, your map has been created!": "Gratulujeme, vaše mapa byla vytvořena!",
"Continue line": "Pokračovat v čáře", "Continue line": "Pokračovat v čáře",
"Coordinates": "Souřadnice", "Coordinates": "Souřadnice",
"Copy link": "Kopírovat odkaz",
"copy": "kopírovat", "copy": "kopírovat",
"Credits": "Autorství", "Credits": "Autorství",
"Current map view": "Aktuální zobrazení mapy", "Current map view": "Aktuální zobrazení mapy",
@ -152,7 +147,6 @@
"Edit the title of the map": "Upravit název mapy", "Edit the title of the map": "Upravit název mapy",
"Edit this feature": "Upravit tento objekt", "Edit this feature": "Upravit tento objekt",
"Edit": "Upravit", "Edit": "Upravit",
"Email": "E-mail",
"Embed and link options": "Možnosti vložení a propojení", "Embed and link options": "Možnosti vložení a propojení",
"Embed the map": "Vložit mapu do jiného webu", "Embed the map": "Vložit mapu do jiného webu",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@
"Image: {{http://image.url.com}}": "Obrázek: {{http://priklad.cz/obrazek.jpg}}", "Image: {{http://image.url.com}}": "Obrázek: {{http://priklad.cz/obrazek.jpg}}",
"Import data": "Import dat", "Import data": "Import dat",
"Import in a new layer": "Importovat do nové vrstvy", "Import in a new layer": "Importovat do nové vrstvy",
"Import": "Importovat",
"Imports all umap data, including layers and settings.": "Importuje všechy data umapy, včetně vrstev a nastavení", "Imports all umap data, including layers and settings.": "Importuje všechy data umapy, včetně vrstev a nastavení",
"Include full screen link?": "Zahrnout odkaz na celou obrazovku?", "Include full screen link?": "Zahrnout odkaz na celou obrazovku?",
"Inherit": "výchozí", "Inherit": "výchozí",
@ -311,7 +304,6 @@
"Rename this property on all the features": "Přejmenovat tuto vlastnost na všech objektech", "Rename this property on all the features": "Přejmenovat tuto vlastnost na všech objektech",
"Replace layer content": "Nahradit obsah vrstvy", "Replace layer content": "Nahradit obsah vrstvy",
"Restore this version": "Obnovit tuto verzi", "Restore this version": "Obnovit tuto verzi",
"Save anyway": "I tak uložit",
"Save current edits": "Ulož nedávné změny", "Save current edits": "Ulož nedávné změny",
"Save map": "Uložit mapu", "Save map": "Uložit mapu",
"Save this center and zoom": "Ulož tuto pozici mapy a její přiblížení", "Save this center and zoom": "Ulož tuto pozici mapy a její přiblížení",
@ -320,12 +312,9 @@
"Saved center and zoom": "Uložený střed a zoom", "Saved center and zoom": "Uložený střed a zoom",
"Search location": "Vyhledat místo na mapě", "Search location": "Vyhledat místo na mapě",
"Search": "Hledat", "Search": "Hledat",
"Secret edit link copied to clipboard!": "Tajný odkaz na úpravy do schránky!",
"Secret edit link:": "Tajný odkaz na úpravy:", "Secret edit link:": "Tajný odkaz na úpravy:",
"See layers": "Zobrazit vrstvy",
"See full screen": "Na celou obrazovku", "See full screen": "Na celou obrazovku",
"See on OpenStreetMap": "Zobrazit na OpenStreetMap", "See on OpenStreetMap": "Zobrazit na OpenStreetMap",
"Send me the link": "Pošlete mi odkaz",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Nastavte na false pro ukrytí této vrstvy z prezentace, prohlížeče dat, vyskakovací navigace...", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Nastavte na false pro ukrytí této vrstvy z prezentace, prohlížeče dat, vyskakovací navigace...",
"settings": "nastavení", "settings": "nastavení",
"Shape properties": "Vlastností tvaru", "Shape properties": "Vlastností tvaru",
@ -398,9 +387,7 @@
"Will be displayed in the bottom right corner of the map": "Bude zobrazeno s mapou napravo dole", "Will be displayed in the bottom right corner of the map": "Bude zobrazeno s mapou napravo dole",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Bude zobrazeno v popisu mapy", "Will be visible in the caption of the map": "Bude zobrazeno v popisu mapy",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Ojoj! Někdo jiný mezitím také upravil data. Můžete je uložit bez ohledu na to, ale smažete tak jeho změny.",
"yes": "ano", "yes": "ano",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Vaše mapa byla vytvořena! Protože nejste přihlášeni, zde je váš tajný odkaz na úpravu mapy, uschovejte jej prosím:",
"Zoom in": "Přiblížit", "Zoom in": "Přiblížit",
"Zoom level for automatic zooms": "Úroveň přiblížení pro automatické přiblížení", "Zoom level for automatic zooms": "Úroveň přiblížení pro automatické přiblížení",
"Zoom out": "Oddálit", "Zoom out": "Oddálit",
@ -444,7 +431,55 @@
"Filter data": "Filtrovat data", "Filter data": "Filtrovat data",
"Search map features…": "Hledat objekty mapy…", "Search map features…": "Hledat objekty mapy…",
"Reset all": "Obnovit vše", "Reset all": "Obnovit vše",
"Browser in data mode": "Prohlížeč v datovém režimu", "Open browser": "Open browser",
"Browser in layers mode": "Prohlížeč v režimu vrstev", "Open caption": "Open caption",
"Browser in filters mode": "Prohlížeč v režimu filtrů" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }

View file

@ -48,16 +48,12 @@ const locale = {
"by": "af", "by": "af",
"Cache proxied request": "Forespørgsel i proxycache", "Cache proxied request": "Forespørgsel i proxycache",
"Cancel edits": "Fortryd redigeringer", "Cancel edits": "Fortryd redigeringer",
"Cancel": "Fortryd",
"Caption": "Billedtekst", "Caption": "Billedtekst",
"Center map on your location": "Centrer kort på din placering", "Center map on your location": "Centrer kort på din placering",
"Change map background": "Skift kortbaggrund", "Change map background": "Skift kortbaggrund",
"Change tilelayers": "Skift kortlag", "Change tilelayers": "Skift kortlag",
"Change": "Change", "Change": "Change",
"Choose a preset": "Vælg en forudindstilling",
"Choose the data format": "Vælg dataformat", "Choose the data format": "Vælg dataformat",
"Choose the format of the data to import": "Vælg imports dataformat",
"Choose the layer to import in": "Vælg lag der skal importeres",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@ const locale = {
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "Fortsæt linje", "Continue line": "Fortsæt linje",
"Coordinates": "Koordinater", "Coordinates": "Koordinater",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "Kreditering", "Credits": "Kreditering",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@ const locale = {
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Rediger dette objekt", "Edit this feature": "Rediger dette objekt",
"Edit": "Redigering", "Edit": "Redigering",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Indlejring af kortet", "Embed the map": "Indlejring af kortet",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@ const locale = {
"Image: {{http://image.url.com}}": "Billede: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Billede: {{http://image.url.com}}",
"Import data": "Importer data", "Import data": "Importer data",
"Import in a new layer": "Importerer i et nyt lag", "Import in a new layer": "Importerer i et nyt lag",
"Import": "Import",
"Imports all umap data, including layers and settings.": "Importerer alle umapdata, inklusiv lag og indstillinger,", "Imports all umap data, including layers and settings.": "Importerer alle umapdata, inklusiv lag og indstillinger,",
"Include full screen link?": "Inkluder fuldskærmslink?", "Include full screen link?": "Inkluder fuldskærmslink?",
"Inherit": "Nedarv", "Inherit": "Nedarv",
@ -311,7 +304,6 @@ const locale = {
"Rename this property on all the features": "Omdøb denne egenskab på alle objekter", "Rename this property on all the features": "Omdøb denne egenskab på alle objekter",
"Replace layer content": "Erstat lags indhold", "Replace layer content": "Erstat lags indhold",
"Restore this version": "Genskab denne version", "Restore this version": "Genskab denne version",
"Save anyway": "Gem alligevel",
"Save current edits": "Gem nuværende redigeringer", "Save current edits": "Gem nuværende redigeringer",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Gem med dette center og zoom", "Save this center and zoom": "Gem med dette center og zoom",
@ -320,12 +312,9 @@ const locale = {
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Søg efter placering", "Search location": "Søg efter placering",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "Se i fuld skærm", "See full screen": "Se i fuld skærm",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Sæt den til false, for at skjule dette lag fra slideshowet, databrowseren, popupnavigeringen…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Sæt den til false, for at skjule dette lag fra slideshowet, databrowseren, popupnavigeringen…",
"settings": "settings", "settings": "settings",
"Shape properties": "Figuregenskaber", "Shape properties": "Figuregenskaber",
@ -398,9 +387,7 @@ const locale = {
"Will be displayed in the bottom right corner of the map": "Vil blive vist i kortets nederste højre hjørne", "Will be displayed in the bottom right corner of the map": "Vil blive vist i kortets nederste højre hjørne",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Vil være synlig i tekstfeltet på kortet", "Will be visible in the caption of the map": "Vil være synlig i tekstfeltet på kortet",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Ups! Det ser ud til at nogen har rettet i dataene. Du kan gemme alligevel, men det vil overskrive andres ændringer.",
"yes": "ja", "yes": "ja",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Zoom ind", "Zoom in": "Zoom ind",
"Zoom level for automatic zooms": "Zoomniveau for automatisk zooming", "Zoom level for automatic zooms": "Zoomniveau for automatisk zooming",
"Zoom out": "Zoom ud", "Zoom out": "Zoom ud",
@ -444,9 +431,57 @@ const locale = {
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }
L.registerLocale("da", locale) L.registerLocale("da", locale)
L.setLocale("da") L.setLocale("da")

View file

@ -48,16 +48,12 @@
"by": "af", "by": "af",
"Cache proxied request": "Forespørgsel i proxycache", "Cache proxied request": "Forespørgsel i proxycache",
"Cancel edits": "Fortryd redigeringer", "Cancel edits": "Fortryd redigeringer",
"Cancel": "Fortryd",
"Caption": "Billedtekst", "Caption": "Billedtekst",
"Center map on your location": "Centrer kort på din placering", "Center map on your location": "Centrer kort på din placering",
"Change map background": "Skift kortbaggrund", "Change map background": "Skift kortbaggrund",
"Change tilelayers": "Skift kortlag", "Change tilelayers": "Skift kortlag",
"Change": "Change", "Change": "Change",
"Choose a preset": "Vælg en forudindstilling",
"Choose the data format": "Vælg dataformat", "Choose the data format": "Vælg dataformat",
"Choose the format of the data to import": "Vælg imports dataformat",
"Choose the layer to import in": "Vælg lag der skal importeres",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "Fortsæt linje", "Continue line": "Fortsæt linje",
"Coordinates": "Koordinater", "Coordinates": "Koordinater",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "Kreditering", "Credits": "Kreditering",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Rediger dette objekt", "Edit this feature": "Rediger dette objekt",
"Edit": "Redigering", "Edit": "Redigering",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Indlejring af kortet", "Embed the map": "Indlejring af kortet",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@
"Image: {{http://image.url.com}}": "Billede: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Billede: {{http://image.url.com}}",
"Import data": "Importer data", "Import data": "Importer data",
"Import in a new layer": "Importerer i et nyt lag", "Import in a new layer": "Importerer i et nyt lag",
"Import": "Import",
"Imports all umap data, including layers and settings.": "Importerer alle umapdata, inklusiv lag og indstillinger,", "Imports all umap data, including layers and settings.": "Importerer alle umapdata, inklusiv lag og indstillinger,",
"Include full screen link?": "Inkluder fuldskærmslink?", "Include full screen link?": "Inkluder fuldskærmslink?",
"Inherit": "Nedarv", "Inherit": "Nedarv",
@ -311,7 +304,6 @@
"Rename this property on all the features": "Omdøb denne egenskab på alle objekter", "Rename this property on all the features": "Omdøb denne egenskab på alle objekter",
"Replace layer content": "Erstat lags indhold", "Replace layer content": "Erstat lags indhold",
"Restore this version": "Genskab denne version", "Restore this version": "Genskab denne version",
"Save anyway": "Gem alligevel",
"Save current edits": "Gem nuværende redigeringer", "Save current edits": "Gem nuværende redigeringer",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Gem med dette center og zoom", "Save this center and zoom": "Gem med dette center og zoom",
@ -320,12 +312,9 @@
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Søg efter placering", "Search location": "Søg efter placering",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "Se i fuld skærm", "See full screen": "Se i fuld skærm",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Sæt den til false, for at skjule dette lag fra slideshowet, databrowseren, popupnavigeringen…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Sæt den til false, for at skjule dette lag fra slideshowet, databrowseren, popupnavigeringen…",
"settings": "settings", "settings": "settings",
"Shape properties": "Figuregenskaber", "Shape properties": "Figuregenskaber",
@ -398,9 +387,7 @@
"Will be displayed in the bottom right corner of the map": "Vil blive vist i kortets nederste højre hjørne", "Will be displayed in the bottom right corner of the map": "Vil blive vist i kortets nederste højre hjørne",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Vil være synlig i tekstfeltet på kortet", "Will be visible in the caption of the map": "Vil være synlig i tekstfeltet på kortet",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Ups! Det ser ud til at nogen har rettet i dataene. Du kan gemme alligevel, men det vil overskrive andres ændringer.",
"yes": "ja", "yes": "ja",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Zoom ind", "Zoom in": "Zoom ind",
"Zoom level for automatic zooms": "Zoomniveau for automatisk zooming", "Zoom level for automatic zooms": "Zoomniveau for automatisk zooming",
"Zoom out": "Zoom ud", "Zoom out": "Zoom ud",
@ -444,7 +431,55 @@
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }

View file

@ -48,16 +48,12 @@ const locale = {
"by": "von", "by": "von",
"Cache proxied request": "Proxycache-Anfrage", "Cache proxied request": "Proxycache-Anfrage",
"Cancel edits": "Bearbeitungen abbrechen", "Cancel edits": "Bearbeitungen abbrechen",
"Cancel": "Abbrechen",
"Caption": "Überschrift", "Caption": "Überschrift",
"Center map on your location": "Die Karte auf deinen Standort ausrichten", "Center map on your location": "Die Karte auf deinen Standort ausrichten",
"Change map background": "Hintergrundkarte ändern", "Change map background": "Hintergrundkarte ändern",
"Change tilelayers": "Kachelebenen ändern", "Change tilelayers": "Kachelebenen ändern",
"Change": "Change", "Change": "Change",
"Choose a preset": "Wähle eine Vorlage",
"Choose the data format": "Wähle das Datenformat", "Choose the data format": "Wähle das Datenformat",
"Choose the format of the data to import": "Wähle das Datenformat für den Import",
"Choose the layer to import in": "Wähle die Ebene, in die importiert werden soll",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@ const locale = {
"Congratulations, your map has been created!": "Glückwunsch, deine Karte wurde erstellt!", "Congratulations, your map has been created!": "Glückwunsch, deine Karte wurde erstellt!",
"Continue line": "Linie fortführen", "Continue line": "Linie fortführen",
"Coordinates": "Koordinaten", "Coordinates": "Koordinaten",
"Copy link": "Link kopieren",
"copy": "kopieren", "copy": "kopieren",
"Credits": "Credits", "Credits": "Credits",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@ const locale = {
"Edit the title of the map": "Die Überschrift der Karte bearbeiten", "Edit the title of the map": "Die Überschrift der Karte bearbeiten",
"Edit this feature": "Dieses Element bearbeiten", "Edit this feature": "Dieses Element bearbeiten",
"Edit": "Bearbeiten", "Edit": "Bearbeiten",
"Email": "Email",
"Embed and link options": "Optionen zum Einbetten und für eine angepasste Kartenansicht", "Embed and link options": "Optionen zum Einbetten und für eine angepasste Kartenansicht",
"Embed the map": "Karte einbinden", "Embed the map": "Karte einbinden",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@ const locale = {
"Image: {{http://image.url.com}}": "Bild: {{http://bild.url.com}}", "Image: {{http://image.url.com}}": "Bild: {{http://bild.url.com}}",
"Import data": "Daten importieren", "Import data": "Daten importieren",
"Import in a new layer": "In eine neue Ebene importieren", "Import in a new layer": "In eine neue Ebene importieren",
"Import": "Importieren",
"Imports all umap data, including layers and settings.": "Importiert alle uMap-Daten inklusive Ebenen und Einstellungen", "Imports all umap data, including layers and settings.": "Importiert alle uMap-Daten inklusive Ebenen und Einstellungen",
"Include full screen link?": "Link für Vollbildanzeige einbeziehen?", "Include full screen link?": "Link für Vollbildanzeige einbeziehen?",
"Inherit": "erben", "Inherit": "erben",
@ -311,7 +304,6 @@ const locale = {
"Rename this property on all the features": "Dieses Merkmal bei allen Elementen umbenennen", "Rename this property on all the features": "Dieses Merkmal bei allen Elementen umbenennen",
"Replace layer content": "Ebeneninhalt ersetzen", "Replace layer content": "Ebeneninhalt ersetzen",
"Restore this version": "Diese Version wiederherstellen", "Restore this version": "Diese Version wiederherstellen",
"Save anyway": "Trotzdem speichern",
"Save current edits": "Aktuelle Änderungen speichern", "Save current edits": "Aktuelle Änderungen speichern",
"Save map": "Karte speichern", "Save map": "Karte speichern",
"Save this center and zoom": "Aktuelle Position und Zoomstufe speichern", "Save this center and zoom": "Aktuelle Position und Zoomstufe speichern",
@ -320,12 +312,9 @@ const locale = {
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Ort suchen", "Search location": "Ort suchen",
"Search": "Suche", "Search": "Suche",
"Secret edit link copied to clipboard!": "Geheimer Link zum Bearbeiten der Karte in die Zwischenablage kopiert!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "Vollbildanzeige", "See full screen": "Vollbildanzeige",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Link verschicken",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Setze es auf Nein, um diese Ebene in der Diashow, im Datenbrowser, in der Popup-Navigation,... auszublenden.", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Setze es auf Nein, um diese Ebene in der Diashow, im Datenbrowser, in der Popup-Navigation,... auszublenden.",
"settings": "Einstellungen", "settings": "Einstellungen",
"Shape properties": "Formeigenschaften", "Shape properties": "Formeigenschaften",
@ -398,9 +387,7 @@ const locale = {
"Will be displayed in the bottom right corner of the map": "Wird in rechten unteren Ecke der Karte angezeigt", "Will be displayed in the bottom right corner of the map": "Wird in rechten unteren Ecke der Karte angezeigt",
"Will be permanently visible in the bottom left corner of the map": "Wird in der unteren linken Ecke der Karte permanent sichtbar sein", "Will be permanently visible in the bottom left corner of the map": "Wird in der unteren linken Ecke der Karte permanent sichtbar sein",
"Will be visible in the caption of the map": "Wird in der Überschrift der Karte angezeigt", "Will be visible in the caption of the map": "Wird in der Überschrift der Karte angezeigt",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Hoppla! Jemand anders hat die Daten bearbeitet. Du kannst trotzdem speichern, von anderen vorgenommene Änderungen werden dabei aber gelöscht.",
"yes": "Ja", "yes": "Ja",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Deine Karte wurde erstellt! Da du nicht eingeloggt bist, nutze bitte zukünftig folgenden geheimen Link zum Bearbeiten deiner Karte; bitte verwahre ihn sicher:",
"Zoom in": "Hineinzoomen", "Zoom in": "Hineinzoomen",
"Zoom level for automatic zooms": "Zommstufe für automatischen Zoom", "Zoom level for automatic zooms": "Zommstufe für automatischen Zoom",
"Zoom out": "Herauszoomen", "Zoom out": "Herauszoomen",
@ -444,9 +431,57 @@ const locale = {
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }
L.registerLocale("de", locale) L.registerLocale("de", locale)
L.setLocale("de") L.setLocale("de")

View file

@ -48,16 +48,12 @@
"by": "von", "by": "von",
"Cache proxied request": "Proxycache-Anfrage", "Cache proxied request": "Proxycache-Anfrage",
"Cancel edits": "Bearbeitungen abbrechen", "Cancel edits": "Bearbeitungen abbrechen",
"Cancel": "Abbrechen",
"Caption": "Überschrift", "Caption": "Überschrift",
"Center map on your location": "Die Karte auf deinen Standort ausrichten", "Center map on your location": "Die Karte auf deinen Standort ausrichten",
"Change map background": "Hintergrundkarte ändern", "Change map background": "Hintergrundkarte ändern",
"Change tilelayers": "Kachelebenen ändern", "Change tilelayers": "Kachelebenen ändern",
"Change": "Change", "Change": "Change",
"Choose a preset": "Wähle eine Vorlage",
"Choose the data format": "Wähle das Datenformat", "Choose the data format": "Wähle das Datenformat",
"Choose the format of the data to import": "Wähle das Datenformat für den Import",
"Choose the layer to import in": "Wähle die Ebene, in die importiert werden soll",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@
"Congratulations, your map has been created!": "Glückwunsch, deine Karte wurde erstellt!", "Congratulations, your map has been created!": "Glückwunsch, deine Karte wurde erstellt!",
"Continue line": "Linie fortführen", "Continue line": "Linie fortführen",
"Coordinates": "Koordinaten", "Coordinates": "Koordinaten",
"Copy link": "Link kopieren",
"copy": "kopieren", "copy": "kopieren",
"Credits": "Credits", "Credits": "Credits",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@
"Edit the title of the map": "Die Überschrift der Karte bearbeiten", "Edit the title of the map": "Die Überschrift der Karte bearbeiten",
"Edit this feature": "Dieses Element bearbeiten", "Edit this feature": "Dieses Element bearbeiten",
"Edit": "Bearbeiten", "Edit": "Bearbeiten",
"Email": "Email",
"Embed and link options": "Optionen zum Einbetten und für eine angepasste Kartenansicht", "Embed and link options": "Optionen zum Einbetten und für eine angepasste Kartenansicht",
"Embed the map": "Karte einbinden", "Embed the map": "Karte einbinden",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@
"Image: {{http://image.url.com}}": "Bild: {{http://bild.url.com}}", "Image: {{http://image.url.com}}": "Bild: {{http://bild.url.com}}",
"Import data": "Daten importieren", "Import data": "Daten importieren",
"Import in a new layer": "In eine neue Ebene importieren", "Import in a new layer": "In eine neue Ebene importieren",
"Import": "Importieren",
"Imports all umap data, including layers and settings.": "Importiert alle uMap-Daten inklusive Ebenen und Einstellungen", "Imports all umap data, including layers and settings.": "Importiert alle uMap-Daten inklusive Ebenen und Einstellungen",
"Include full screen link?": "Link für Vollbildanzeige einbeziehen?", "Include full screen link?": "Link für Vollbildanzeige einbeziehen?",
"Inherit": "erben", "Inherit": "erben",
@ -311,7 +304,6 @@
"Rename this property on all the features": "Dieses Merkmal bei allen Elementen umbenennen", "Rename this property on all the features": "Dieses Merkmal bei allen Elementen umbenennen",
"Replace layer content": "Ebeneninhalt ersetzen", "Replace layer content": "Ebeneninhalt ersetzen",
"Restore this version": "Diese Version wiederherstellen", "Restore this version": "Diese Version wiederherstellen",
"Save anyway": "Trotzdem speichern",
"Save current edits": "Aktuelle Änderungen speichern", "Save current edits": "Aktuelle Änderungen speichern",
"Save map": "Karte speichern", "Save map": "Karte speichern",
"Save this center and zoom": "Aktuelle Position und Zoomstufe speichern", "Save this center and zoom": "Aktuelle Position und Zoomstufe speichern",
@ -320,12 +312,9 @@
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Ort suchen", "Search location": "Ort suchen",
"Search": "Suche", "Search": "Suche",
"Secret edit link copied to clipboard!": "Geheimer Link zum Bearbeiten der Karte in die Zwischenablage kopiert!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "Vollbildanzeige", "See full screen": "Vollbildanzeige",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Link verschicken",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Setze es auf Nein, um diese Ebene in der Diashow, im Datenbrowser, in der Popup-Navigation,... auszublenden.", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Setze es auf Nein, um diese Ebene in der Diashow, im Datenbrowser, in der Popup-Navigation,... auszublenden.",
"settings": "Einstellungen", "settings": "Einstellungen",
"Shape properties": "Formeigenschaften", "Shape properties": "Formeigenschaften",
@ -398,9 +387,7 @@
"Will be displayed in the bottom right corner of the map": "Wird in rechten unteren Ecke der Karte angezeigt", "Will be displayed in the bottom right corner of the map": "Wird in rechten unteren Ecke der Karte angezeigt",
"Will be permanently visible in the bottom left corner of the map": "Wird in der unteren linken Ecke der Karte permanent sichtbar sein", "Will be permanently visible in the bottom left corner of the map": "Wird in der unteren linken Ecke der Karte permanent sichtbar sein",
"Will be visible in the caption of the map": "Wird in der Überschrift der Karte angezeigt", "Will be visible in the caption of the map": "Wird in der Überschrift der Karte angezeigt",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Hoppla! Jemand anders hat die Daten bearbeitet. Du kannst trotzdem speichern, von anderen vorgenommene Änderungen werden dabei aber gelöscht.",
"yes": "Ja", "yes": "Ja",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Deine Karte wurde erstellt! Da du nicht eingeloggt bist, nutze bitte zukünftig folgenden geheimen Link zum Bearbeiten deiner Karte; bitte verwahre ihn sicher:",
"Zoom in": "Hineinzoomen", "Zoom in": "Hineinzoomen",
"Zoom level for automatic zooms": "Zommstufe für automatischen Zoom", "Zoom level for automatic zooms": "Zommstufe für automatischen Zoom",
"Zoom out": "Herauszoomen", "Zoom out": "Herauszoomen",
@ -444,7 +431,55 @@
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }

View file

@ -48,16 +48,12 @@ const locale = {
"by": "από", "by": "από",
"Cache proxied request": "Αίτημα μεσολάβησης προσωρινής μνήμης", "Cache proxied request": "Αίτημα μεσολάβησης προσωρινής μνήμης",
"Cancel edits": "Ακύρωση επεξεργασίας", "Cancel edits": "Ακύρωση επεξεργασίας",
"Cancel": "Άκυρο",
"Caption": "Λεζάντα", "Caption": "Λεζάντα",
"Center map on your location": "Κεντράρισμα του χάρτη στην τοποθεσία σας", "Center map on your location": "Κεντράρισμα του χάρτη στην τοποθεσία σας",
"Change map background": "Αλλαγή υποβάθρου του χάρτη", "Change map background": "Αλλαγή υποβάθρου του χάρτη",
"Change tilelayers": "Αλλαγή χαρτογραφικού υπόβαθρου", "Change tilelayers": "Αλλαγή χαρτογραφικού υπόβαθρου",
"Change": "Αλλαγή", "Change": "Αλλαγή",
"Choose a preset": "Επιλογή προκαθορισμένου",
"Choose the data format": "Επιλογή μορφοποίησης δεδομένων", "Choose the data format": "Επιλογή μορφοποίησης δεδομένων",
"Choose the format of the data to import": "Επιλέξτε τη μορφοποίηση των δεδομένων που θα εισαχθούν",
"Choose the layer to import in": "Επιλέξτε το επίπεδο στο οποίο θα η εισαγωγή",
"Choropleth breakpoints": "Χωροπληθή σημεία διακοπής", "Choropleth breakpoints": "Χωροπληθή σημεία διακοπής",
"Choropleth classes": "Χωροπληθείς κατηγορίες", "Choropleth classes": "Χωροπληθείς κατηγορίες",
"Choropleth color palette": "Χωροπληθής παλέτα χρωμάτων", "Choropleth color palette": "Χωροπληθής παλέτα χρωμάτων",
@ -87,7 +83,6 @@ const locale = {
"Congratulations, your map has been created!": "Συγχαρητήρια, ο χάρτης σας δημιουργήθηκε!", "Congratulations, your map has been created!": "Συγχαρητήρια, ο χάρτης σας δημιουργήθηκε!",
"Continue line": "Συνέχεια γραμμής", "Continue line": "Συνέχεια γραμμής",
"Coordinates": "Συντεταγμένες", "Coordinates": "Συντεταγμένες",
"Copy link": "Αντιγραφή συνδέσμου",
"copy": "copy", "copy": "copy",
"Credits": "Εύσημα", "Credits": "Εύσημα",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@ const locale = {
"Edit the title of the map": "Επεξεργασία τίτλου του χάρτη", "Edit the title of the map": "Επεξεργασία τίτλου του χάρτη",
"Edit this feature": "Επεξεργασία αυτού του στοιχείου", "Edit this feature": "Επεξεργασία αυτού του στοιχείου",
"Edit": "Επεξεργασία", "Edit": "Επεξεργασία",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Ένθεση του χάρτη", "Embed the map": "Ένθεση του χάρτη",
"Emoji & Character": "Emoji & Χαρακτήρες", "Emoji & Character": "Emoji & Χαρακτήρες",
@ -200,7 +194,6 @@ const locale = {
"Image: {{http://image.url.com}}": "Εικόνα: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Εικόνα: {{http://image.url.com}}",
"Import data": "Εισαγωγή δεδομένων", "Import data": "Εισαγωγή δεδομένων",
"Import in a new layer": "Εισαγωγή σε νέο επίπεδο", "Import in a new layer": "Εισαγωγή σε νέο επίπεδο",
"Import": "Εισαγωγή",
"Imports all umap data, including layers and settings.": "Εισάγει όλα τα δεδομένα umap, μαζί με τα επίπεδα και τις ρυθμίσεις.", "Imports all umap data, including layers and settings.": "Εισάγει όλα τα δεδομένα umap, μαζί με τα επίπεδα και τις ρυθμίσεις.",
"Include full screen link?": "Συμπερίληψη συνδέσμου πλήρους οθόνης;", "Include full screen link?": "Συμπερίληψη συνδέσμου πλήρους οθόνης;",
"Inherit": "Κληρονομημένο", "Inherit": "Κληρονομημένο",
@ -311,7 +304,6 @@ const locale = {
"Rename this property on all the features": "Μετονομασία αυτής της ιδιότητας σε όλα τα στοιχεία", "Rename this property on all the features": "Μετονομασία αυτής της ιδιότητας σε όλα τα στοιχεία",
"Replace layer content": "Αντικατάσταση περιεχομένου του επιπέδου", "Replace layer content": "Αντικατάσταση περιεχομένου του επιπέδου",
"Restore this version": "Επαναφορά αυτής της έκδοσης", "Restore this version": "Επαναφορά αυτής της έκδοσης",
"Save anyway": "Αποθήκευση οπωσδήποτε",
"Save current edits": "Αποθήκευση τρέχουσας επεξεργασίας", "Save current edits": "Αποθήκευση τρέχουσας επεξεργασίας",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Αποθήκευση αυτής της προβολής με το συγκεκριμένο κεντράρισμα και το επίπεδο εστίασης.", "Save this center and zoom": "Αποθήκευση αυτής της προβολής με το συγκεκριμένο κεντράρισμα και το επίπεδο εστίασης.",
@ -320,12 +312,9 @@ const locale = {
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Αναζήτηση τοποθεσίας", "Search location": "Αναζήτηση τοποθεσίας",
"Search": "Αναζήτηση", "Search": "Αναζήτηση",
"Secret edit link copied to clipboard!": "Ο μυστικός σύνδεσμος επεξεργασίας αντιγράφηκε στο πρόχειρο!",
"Secret edit link:": "Μυστικός σύνδεσμος επεξεργασίας:", "Secret edit link:": "Μυστικός σύνδεσμος επεξεργασίας:",
"See layers": "See layers",
"See full screen": "Εμφάνιση πλήρους οθόνης", "See full screen": "Εμφάνιση πλήρους οθόνης",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Στείλε μου τον σύνδεσμο",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Απενεργοποίηση εάν επιθυμείτε την απόκρυψη του επιπέδου κατά την προβολή των διαφανειών, την περιήγηση δεδομένων, την αναδυόμενη πλοήγηση...", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Απενεργοποίηση εάν επιθυμείτε την απόκρυψη του επιπέδου κατά την προβολή των διαφανειών, την περιήγηση δεδομένων, την αναδυόμενη πλοήγηση...",
"settings": "settings", "settings": "settings",
"Shape properties": "Ιδιότητες σχήματος", "Shape properties": "Ιδιότητες σχήματος",
@ -398,9 +387,7 @@ const locale = {
"Will be displayed in the bottom right corner of the map": "Θα εμφανιστεί στην κάτω δεξιά γωνία του χάρτη", "Will be displayed in the bottom right corner of the map": "Θα εμφανιστεί στην κάτω δεξιά γωνία του χάρτη",
"Will be permanently visible in the bottom left corner of the map": "Θα είναι μόνιμα ορατό στην κάτω αριστερή γωνία του χάρτη.", "Will be permanently visible in the bottom left corner of the map": "Θα είναι μόνιμα ορατό στην κάτω αριστερή γωνία του χάρτη.",
"Will be visible in the caption of the map": "Θα είναι ορατό στη λεζάντα του χάρτη", "Will be visible in the caption of the map": "Θα είναι ορατό στη λεζάντα του χάρτη",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Οπς! Κάποιος άλλος φαίνεται πως έχει επεξεργαστεί τα δεδομένα. Μπορείτε να αποθηκεύσετε ούτως ή άλλως, αλλά αυτό θα διαγράψει τις αλλαγές που έγιναν από άλλους.",
"yes": "ναι", "yes": "ναι",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Ο χάρτης σας δημιουργήθηκε! Καθώς δεν είστε συνδεδεμένοι, εδώ είναι ο μυστικός σύνδεσμός σας για να επεξεργαστείτε τον χάρτη. Κρατήστε τον ασφαλή:",
"Zoom in": "Μεγέθυνση", "Zoom in": "Μεγέθυνση",
"Zoom level for automatic zooms": "Επίπεδο εστίασης για αυτόματες μεγεθύνσεις/σμικρύνσεις", "Zoom level for automatic zooms": "Επίπεδο εστίασης για αυτόματες μεγεθύνσεις/σμικρύνσεις",
"Zoom out": "Σμίκρυνση", "Zoom out": "Σμίκρυνση",
@ -444,9 +431,57 @@ const locale = {
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }
L.registerLocale("el", locale) L.registerLocale("el", locale)
L.setLocale("el") L.setLocale("el")

View file

@ -48,16 +48,12 @@
"by": "από", "by": "από",
"Cache proxied request": "Αίτημα μεσολάβησης προσωρινής μνήμης", "Cache proxied request": "Αίτημα μεσολάβησης προσωρινής μνήμης",
"Cancel edits": "Ακύρωση επεξεργασίας", "Cancel edits": "Ακύρωση επεξεργασίας",
"Cancel": "Άκυρο",
"Caption": "Λεζάντα", "Caption": "Λεζάντα",
"Center map on your location": "Κεντράρισμα του χάρτη στην τοποθεσία σας", "Center map on your location": "Κεντράρισμα του χάρτη στην τοποθεσία σας",
"Change map background": "Αλλαγή υποβάθρου του χάρτη", "Change map background": "Αλλαγή υποβάθρου του χάρτη",
"Change tilelayers": "Αλλαγή χαρτογραφικού υπόβαθρου", "Change tilelayers": "Αλλαγή χαρτογραφικού υπόβαθρου",
"Change": "Αλλαγή", "Change": "Αλλαγή",
"Choose a preset": "Επιλογή προκαθορισμένου",
"Choose the data format": "Επιλογή μορφοποίησης δεδομένων", "Choose the data format": "Επιλογή μορφοποίησης δεδομένων",
"Choose the format of the data to import": "Επιλέξτε τη μορφοποίηση των δεδομένων που θα εισαχθούν",
"Choose the layer to import in": "Επιλέξτε το επίπεδο στο οποίο θα η εισαγωγή",
"Choropleth breakpoints": "Χωροπληθή σημεία διακοπής", "Choropleth breakpoints": "Χωροπληθή σημεία διακοπής",
"Choropleth classes": "Χωροπληθείς κατηγορίες", "Choropleth classes": "Χωροπληθείς κατηγορίες",
"Choropleth color palette": "Χωροπληθής παλέτα χρωμάτων", "Choropleth color palette": "Χωροπληθής παλέτα χρωμάτων",
@ -87,7 +83,6 @@
"Congratulations, your map has been created!": "Συγχαρητήρια, ο χάρτης σας δημιουργήθηκε!", "Congratulations, your map has been created!": "Συγχαρητήρια, ο χάρτης σας δημιουργήθηκε!",
"Continue line": "Συνέχεια γραμμής", "Continue line": "Συνέχεια γραμμής",
"Coordinates": "Συντεταγμένες", "Coordinates": "Συντεταγμένες",
"Copy link": "Αντιγραφή συνδέσμου",
"copy": "copy", "copy": "copy",
"Credits": "Εύσημα", "Credits": "Εύσημα",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@
"Edit the title of the map": "Επεξεργασία τίτλου του χάρτη", "Edit the title of the map": "Επεξεργασία τίτλου του χάρτη",
"Edit this feature": "Επεξεργασία αυτού του στοιχείου", "Edit this feature": "Επεξεργασία αυτού του στοιχείου",
"Edit": "Επεξεργασία", "Edit": "Επεξεργασία",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Ένθεση του χάρτη", "Embed the map": "Ένθεση του χάρτη",
"Emoji & Character": "Emoji & Χαρακτήρες", "Emoji & Character": "Emoji & Χαρακτήρες",
@ -200,7 +194,6 @@
"Image: {{http://image.url.com}}": "Εικόνα: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Εικόνα: {{http://image.url.com}}",
"Import data": "Εισαγωγή δεδομένων", "Import data": "Εισαγωγή δεδομένων",
"Import in a new layer": "Εισαγωγή σε νέο επίπεδο", "Import in a new layer": "Εισαγωγή σε νέο επίπεδο",
"Import": "Εισαγωγή",
"Imports all umap data, including layers and settings.": "Εισάγει όλα τα δεδομένα umap, μαζί με τα επίπεδα και τις ρυθμίσεις.", "Imports all umap data, including layers and settings.": "Εισάγει όλα τα δεδομένα umap, μαζί με τα επίπεδα και τις ρυθμίσεις.",
"Include full screen link?": "Συμπερίληψη συνδέσμου πλήρους οθόνης;", "Include full screen link?": "Συμπερίληψη συνδέσμου πλήρους οθόνης;",
"Inherit": "Κληρονομημένο", "Inherit": "Κληρονομημένο",
@ -311,7 +304,6 @@
"Rename this property on all the features": "Μετονομασία αυτής της ιδιότητας σε όλα τα στοιχεία", "Rename this property on all the features": "Μετονομασία αυτής της ιδιότητας σε όλα τα στοιχεία",
"Replace layer content": "Αντικατάσταση περιεχομένου του επιπέδου", "Replace layer content": "Αντικατάσταση περιεχομένου του επιπέδου",
"Restore this version": "Επαναφορά αυτής της έκδοσης", "Restore this version": "Επαναφορά αυτής της έκδοσης",
"Save anyway": "Αποθήκευση οπωσδήποτε",
"Save current edits": "Αποθήκευση τρέχουσας επεξεργασίας", "Save current edits": "Αποθήκευση τρέχουσας επεξεργασίας",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Αποθήκευση αυτής της προβολής με το συγκεκριμένο κεντράρισμα και το επίπεδο εστίασης.", "Save this center and zoom": "Αποθήκευση αυτής της προβολής με το συγκεκριμένο κεντράρισμα και το επίπεδο εστίασης.",
@ -320,12 +312,9 @@
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Αναζήτηση τοποθεσίας", "Search location": "Αναζήτηση τοποθεσίας",
"Search": "Αναζήτηση", "Search": "Αναζήτηση",
"Secret edit link copied to clipboard!": "Ο μυστικός σύνδεσμος επεξεργασίας αντιγράφηκε στο πρόχειρο!",
"Secret edit link:": "Μυστικός σύνδεσμος επεξεργασίας:", "Secret edit link:": "Μυστικός σύνδεσμος επεξεργασίας:",
"See layers": "See layers",
"See full screen": "Εμφάνιση πλήρους οθόνης", "See full screen": "Εμφάνιση πλήρους οθόνης",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Στείλε μου τον σύνδεσμο",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Απενεργοποίηση εάν επιθυμείτε την απόκρυψη του επιπέδου κατά την προβολή των διαφανειών, την περιήγηση δεδομένων, την αναδυόμενη πλοήγηση...", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Απενεργοποίηση εάν επιθυμείτε την απόκρυψη του επιπέδου κατά την προβολή των διαφανειών, την περιήγηση δεδομένων, την αναδυόμενη πλοήγηση...",
"settings": "settings", "settings": "settings",
"Shape properties": "Ιδιότητες σχήματος", "Shape properties": "Ιδιότητες σχήματος",
@ -398,9 +387,7 @@
"Will be displayed in the bottom right corner of the map": "Θα εμφανιστεί στην κάτω δεξιά γωνία του χάρτη", "Will be displayed in the bottom right corner of the map": "Θα εμφανιστεί στην κάτω δεξιά γωνία του χάρτη",
"Will be permanently visible in the bottom left corner of the map": "Θα είναι μόνιμα ορατό στην κάτω αριστερή γωνία του χάρτη.", "Will be permanently visible in the bottom left corner of the map": "Θα είναι μόνιμα ορατό στην κάτω αριστερή γωνία του χάρτη.",
"Will be visible in the caption of the map": "Θα είναι ορατό στη λεζάντα του χάρτη", "Will be visible in the caption of the map": "Θα είναι ορατό στη λεζάντα του χάρτη",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Οπς! Κάποιος άλλος φαίνεται πως έχει επεξεργαστεί τα δεδομένα. Μπορείτε να αποθηκεύσετε ούτως ή άλλως, αλλά αυτό θα διαγράψει τις αλλαγές που έγιναν από άλλους.",
"yes": "ναι", "yes": "ναι",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Ο χάρτης σας δημιουργήθηκε! Καθώς δεν είστε συνδεδεμένοι, εδώ είναι ο μυστικός σύνδεσμός σας για να επεξεργαστείτε τον χάρτη. Κρατήστε τον ασφαλή:",
"Zoom in": "Μεγέθυνση", "Zoom in": "Μεγέθυνση",
"Zoom level for automatic zooms": "Επίπεδο εστίασης για αυτόματες μεγεθύνσεις/σμικρύνσεις", "Zoom level for automatic zooms": "Επίπεδο εστίασης για αυτόματες μεγεθύνσεις/σμικρύνσεις",
"Zoom out": "Σμίκρυνση", "Zoom out": "Σμίκρυνση",
@ -444,7 +431,55 @@
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }

View file

@ -48,16 +48,12 @@ const locale = {
"by": "by", "by": "by",
"Cache proxied request": "Cache proxied request", "Cache proxied request": "Cache proxied request",
"Cancel edits": "Cancel edits", "Cancel edits": "Cancel edits",
"Cancel": "Cancel",
"Caption": "Caption", "Caption": "Caption",
"Center map on your location": "Center map on your location", "Center map on your location": "Center map on your location",
"Change map background": "Change map background", "Change map background": "Change map background",
"Change tilelayers": "Change tilelayers", "Change tilelayers": "Change tilelayers",
"Change": "Change", "Change": "Change",
"Choose a preset": "Choose a preset",
"Choose the data format": "Choose the data format", "Choose the data format": "Choose the data format",
"Choose the format of the data to import": "Choose the format of the data to import",
"Choose the layer to import in": "Choose the layer to import in",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@ const locale = {
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "Continue line", "Continue line": "Continue line",
"Coordinates": "Coordinates", "Coordinates": "Coordinates",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "Credits", "Credits": "Credits",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@ const locale = {
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Edit this feature", "Edit this feature": "Edit this feature",
"Edit": "Edit", "Edit": "Edit",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Embed the map", "Embed the map": "Embed the map",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@ const locale = {
"Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}",
"Import data": "Import data", "Import data": "Import data",
"Import in a new layer": "Import in a new layer", "Import in a new layer": "Import in a new layer",
"Import": "Import",
"Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.",
"Include full screen link?": "Include full screen link?", "Include full screen link?": "Include full screen link?",
"Inherit": "Inherit", "Inherit": "Inherit",
@ -311,7 +304,6 @@ const locale = {
"Rename this property on all the features": "Rename this property on all the features", "Rename this property on all the features": "Rename this property on all the features",
"Replace layer content": "Replace layer content", "Replace layer content": "Replace layer content",
"Restore this version": "Restore this version", "Restore this version": "Restore this version",
"Save anyway": "Save anyway",
"Save current edits": "Save current edits", "Save current edits": "Save current edits",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Save this center and zoom", "Save this center and zoom": "Save this center and zoom",
@ -320,12 +312,9 @@ const locale = {
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Search location", "Search location": "Search location",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "See full screen", "See full screen": "See full screen",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"settings": "settings", "settings": "settings",
"Shape properties": "Shape properties", "Shape properties": "Shape properties",
@ -398,9 +387,7 @@ const locale = {
"Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Will be visible in the caption of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.",
"yes": "yes", "yes": "yes",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Zoom in", "Zoom in": "Zoom in",
"Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom level for automatic zooms": "Zoom level for automatic zooms",
"Zoom out": "Zoom out", "Zoom out": "Zoom out",
@ -444,9 +431,57 @@ const locale = {
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }
L.registerLocale("en", locale) L.registerLocale("en", locale)
L.setLocale("en") L.setLocale("en")

View file

@ -48,16 +48,12 @@
"by": "by", "by": "by",
"Cache proxied request": "Cache proxied request", "Cache proxied request": "Cache proxied request",
"Cancel edits": "Cancel edits", "Cancel edits": "Cancel edits",
"Cancel": "Cancel",
"Caption": "Caption", "Caption": "Caption",
"Center map on your location": "Center map on your location", "Center map on your location": "Center map on your location",
"Change map background": "Change map background", "Change map background": "Change map background",
"Change tilelayers": "Change tilelayers", "Change tilelayers": "Change tilelayers",
"Change": "Change", "Change": "Change",
"Choose a preset": "Choose a preset",
"Choose the data format": "Choose the data format", "Choose the data format": "Choose the data format",
"Choose the format of the data to import": "Choose the format of the data to import",
"Choose the layer to import in": "Choose the layer to import in",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "Continue line", "Continue line": "Continue line",
"Coordinates": "Coordinates", "Coordinates": "Coordinates",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "Credits", "Credits": "Credits",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Edit this feature", "Edit this feature": "Edit this feature",
"Edit": "Edit", "Edit": "Edit",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Embed the map", "Embed the map": "Embed the map",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@
"Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}",
"Import data": "Import data", "Import data": "Import data",
"Import in a new layer": "Import in a new layer", "Import in a new layer": "Import in a new layer",
"Import": "Import",
"Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.",
"Include full screen link?": "Include full screen link?", "Include full screen link?": "Include full screen link?",
"Inherit": "Inherit", "Inherit": "Inherit",
@ -311,7 +304,6 @@
"Rename this property on all the features": "Rename this property on all the features", "Rename this property on all the features": "Rename this property on all the features",
"Replace layer content": "Replace layer content", "Replace layer content": "Replace layer content",
"Restore this version": "Restore this version", "Restore this version": "Restore this version",
"Save anyway": "Save anyway",
"Save current edits": "Save current edits", "Save current edits": "Save current edits",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Save this center and zoom", "Save this center and zoom": "Save this center and zoom",
@ -320,12 +312,9 @@
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Search location", "Search location": "Search location",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "See full screen", "See full screen": "See full screen",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"settings": "settings", "settings": "settings",
"Shape properties": "Shape properties", "Shape properties": "Shape properties",
@ -398,9 +387,7 @@
"Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Will be visible in the caption of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.",
"yes": "yes", "yes": "yes",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Zoom in", "Zoom in": "Zoom in",
"Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom level for automatic zooms": "Zoom level for automatic zooms",
"Zoom out": "Zoom out", "Zoom out": "Zoom out",
@ -444,7 +431,55 @@
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }

View file

@ -48,16 +48,12 @@
"by": "by", "by": "by",
"Cache proxied request": "Cache proxied request", "Cache proxied request": "Cache proxied request",
"Cancel edits": "Cancel edits", "Cancel edits": "Cancel edits",
"Cancel": "Cancel",
"Caption": "Caption", "Caption": "Caption",
"Center map on your location": "Center map on your location", "Center map on your location": "Center map on your location",
"Change map background": "Change basemap", "Change map background": "Change basemap",
"Change tilelayers": "Set map background", "Change tilelayers": "Set map background",
"Change": "Change", "Change": "Change",
"Choose a preset": "Choose a preset",
"Choose the data format": "Choose...", "Choose the data format": "Choose...",
"Choose the format of the data to import": "Data format:",
"Choose the layer to import in": "Import into layer:",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "Continue line", "Continue line": "Continue line",
"Coordinates": "Coordinates", "Coordinates": "Coordinates",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "Credits", "Credits": "Credits",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Edit this feature", "Edit this feature": "Edit this feature",
"Edit": "Edit", "Edit": "Edit",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Embed map", "Embed the map": "Embed map",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@
"Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}",
"Import data": "Import data", "Import data": "Import data",
"Import in a new layer": "Import in a new layer", "Import in a new layer": "Import in a new layer",
"Import": "Import",
"Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.",
"Include full screen link?": "Include full screen link?", "Include full screen link?": "Include full screen link?",
"Inherit": "Inherit", "Inherit": "Inherit",
@ -311,7 +304,6 @@
"Rename this property on all the features": "Rename this property on all features", "Rename this property on all the features": "Rename this property on all features",
"Replace layer content": "Replace layer content", "Replace layer content": "Replace layer content",
"Restore this version": "Restore this version", "Restore this version": "Restore this version",
"Save anyway": "Save anyway",
"Save current edits": "Save current edits", "Save current edits": "Save current edits",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Save this center and zoom", "Save this center and zoom": "Save this center and zoom",
@ -320,12 +312,9 @@
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Search location", "Search location": "Search location",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "See full screen", "See full screen": "See full screen",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"settings": "settings", "settings": "settings",
"Shape properties": "Shape properties", "Shape properties": "Shape properties",
@ -398,9 +387,7 @@
"Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Will be visible in the caption of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Warning! Someone else seems to have edited the data. If you save now, you will erase any changes made by others.",
"yes": "yes", "yes": "yes",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Zoom in", "Zoom in": "Zoom in",
"Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom level for automatic zooms": "Zoom level for automatic zooms",
"Zoom out": "Zoom out", "Zoom out": "Zoom out",
@ -444,7 +431,55 @@
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }

View file

@ -48,16 +48,12 @@ const locale = {
"by": "por", "by": "por",
"Cache proxied request": "Caché de la petición proxy", "Cache proxied request": "Caché de la petición proxy",
"Cancel edits": "Cancelar las ediciones", "Cancel edits": "Cancelar las ediciones",
"Cancel": "Cancelar",
"Caption": "Subtítulo", "Caption": "Subtítulo",
"Center map on your location": "Centrar el mapa en su ubicación", "Center map on your location": "Centrar el mapa en su ubicación",
"Change map background": "Cambiar el fondo del mapa", "Change map background": "Cambiar el fondo del mapa",
"Change tilelayers": "Cambiar la capa de teselas", "Change tilelayers": "Cambiar la capa de teselas",
"Change": "Cambiar", "Change": "Cambiar",
"Choose a preset": "Elegir un preestablecido",
"Choose the data format": "Elegir el formato de datos", "Choose the data format": "Elegir el formato de datos",
"Choose the format of the data to import": "Elegir el formato de los datos a importar",
"Choose the layer to import in": "Elegir la capa a la que se importa",
"Choropleth breakpoints": "Puntos de ruptura de la Coropleta", "Choropleth breakpoints": "Puntos de ruptura de la Coropleta",
"Choropleth classes": "Clases de coropletas", "Choropleth classes": "Clases de coropletas",
"Choropleth color palette": "Paleta de colores Coropleta", "Choropleth color palette": "Paleta de colores Coropleta",
@ -87,7 +83,6 @@ const locale = {
"Congratulations, your map has been created!": "Enhorabuena, ¡su mapa ha sido creado!", "Congratulations, your map has been created!": "Enhorabuena, ¡su mapa ha sido creado!",
"Continue line": "Línea continua", "Continue line": "Línea continua",
"Coordinates": "Coordenadas", "Coordinates": "Coordenadas",
"Copy link": "Copiar enlace",
"copy": "copy", "copy": "copy",
"Credits": "Créditos", "Credits": "Créditos",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@ const locale = {
"Edit the title of the map": "Editar el título del mapa", "Edit the title of the map": "Editar el título del mapa",
"Edit this feature": "Editar este elemento", "Edit this feature": "Editar este elemento",
"Edit": "Editar", "Edit": "Editar",
"Email": "Correoe",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Embeber el mapa", "Embed the map": "Embeber el mapa",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@ const locale = {
"Image: {{http://image.url.com}}": "Imagen: {{http://imagen.url.com}}", "Image: {{http://image.url.com}}": "Imagen: {{http://imagen.url.com}}",
"Import data": "Importar datos", "Import data": "Importar datos",
"Import in a new layer": "Importar en una nueva capa", "Import in a new layer": "Importar en una nueva capa",
"Import": "Importar",
"Imports all umap data, including layers and settings.": "Importar todos los datos umap, incluyendo capas y ajustes.", "Imports all umap data, including layers and settings.": "Importar todos los datos umap, incluyendo capas y ajustes.",
"Include full screen link?": "¿Incluir el enlace a pantalla completa?", "Include full screen link?": "¿Incluir el enlace a pantalla completa?",
"Inherit": "Heredar", "Inherit": "Heredar",
@ -311,7 +304,6 @@ const locale = {
"Rename this property on all the features": "Renombrar esta propiedad en todos los elementos", "Rename this property on all the features": "Renombrar esta propiedad en todos los elementos",
"Replace layer content": "Reemplaza el contenido de la capa", "Replace layer content": "Reemplaza el contenido de la capa",
"Restore this version": "Restaurar esta versión", "Restore this version": "Restaurar esta versión",
"Save anyway": "Guardar de todos modos",
"Save current edits": "Guardar las ediciones actuales", "Save current edits": "Guardar las ediciones actuales",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Guardar este centrado y acercamiento", "Save this center and zoom": "Guardar este centrado y acercamiento",
@ -320,12 +312,9 @@ const locale = {
"Saved center and zoom": "Centro y zoom guardados", "Saved center and zoom": "Centro y zoom guardados",
"Search location": "Buscar ubicación", "Search location": "Buscar ubicación",
"Search": "Buscar", "Search": "Buscar",
"Secret edit link copied to clipboard!": "Enlace de edición secreto copiado en el portapapeles",
"Secret edit link:": "Enlace secreto de edición:", "Secret edit link:": "Enlace secreto de edición:",
"See layers": "See layers",
"See full screen": "Ver pantalla completa", "See full screen": "Ver pantalla completa",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Envíeme el enlace",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Establecer en falso para ocultar esta capa de la presentación de diapositivas, el navegador de datos, la navegación emergente...", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Establecer en falso para ocultar esta capa de la presentación de diapositivas, el navegador de datos, la navegación emergente...",
"settings": "settings", "settings": "settings",
"Shape properties": "Propiedades de la figura", "Shape properties": "Propiedades de la figura",
@ -398,9 +387,7 @@ const locale = {
"Will be displayed in the bottom right corner of the map": "Se mostrará en la esquina inferior izquierda del mapa", "Will be displayed in the bottom right corner of the map": "Se mostrará en la esquina inferior izquierda del mapa",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Será visible en el subtítulo del mapa", "Will be visible in the caption of the map": "Será visible en el subtítulo del mapa",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "¡Oops! Alguien parece haber editado los datos. Puedes guardar de todos modos, pero esto va a borrar los cambios realizados por otros.",
"yes": "si", "yes": "si",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "¡Su mapa ha sido creado! Como no ha iniciado sesión, aquí tiene el enlace secreto para editar el mapa:",
"Zoom in": "Acercar", "Zoom in": "Acercar",
"Zoom level for automatic zooms": "Nivel de acercamiento para acercamientos automáticos", "Zoom level for automatic zooms": "Nivel de acercamiento para acercamientos automáticos",
"Zoom out": "Alejar", "Zoom out": "Alejar",
@ -444,9 +431,57 @@ const locale = {
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }
L.registerLocale("es", locale) L.registerLocale("es", locale)
L.setLocale("es") L.setLocale("es")

View file

@ -48,16 +48,12 @@
"by": "por", "by": "por",
"Cache proxied request": "Caché de la petición proxy", "Cache proxied request": "Caché de la petición proxy",
"Cancel edits": "Cancelar las ediciones", "Cancel edits": "Cancelar las ediciones",
"Cancel": "Cancelar",
"Caption": "Subtítulo", "Caption": "Subtítulo",
"Center map on your location": "Centrar el mapa en su ubicación", "Center map on your location": "Centrar el mapa en su ubicación",
"Change map background": "Cambiar el fondo del mapa", "Change map background": "Cambiar el fondo del mapa",
"Change tilelayers": "Cambiar la capa de teselas", "Change tilelayers": "Cambiar la capa de teselas",
"Change": "Cambiar", "Change": "Cambiar",
"Choose a preset": "Elegir un preestablecido",
"Choose the data format": "Elegir el formato de datos", "Choose the data format": "Elegir el formato de datos",
"Choose the format of the data to import": "Elegir el formato de los datos a importar",
"Choose the layer to import in": "Elegir la capa a la que se importa",
"Choropleth breakpoints": "Puntos de ruptura de la Coropleta", "Choropleth breakpoints": "Puntos de ruptura de la Coropleta",
"Choropleth classes": "Clases de coropletas", "Choropleth classes": "Clases de coropletas",
"Choropleth color palette": "Paleta de colores Coropleta", "Choropleth color palette": "Paleta de colores Coropleta",
@ -87,7 +83,6 @@
"Congratulations, your map has been created!": "Enhorabuena, ¡su mapa ha sido creado!", "Congratulations, your map has been created!": "Enhorabuena, ¡su mapa ha sido creado!",
"Continue line": "Línea continua", "Continue line": "Línea continua",
"Coordinates": "Coordenadas", "Coordinates": "Coordenadas",
"Copy link": "Copiar enlace",
"copy": "copy", "copy": "copy",
"Credits": "Créditos", "Credits": "Créditos",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@
"Edit the title of the map": "Editar el título del mapa", "Edit the title of the map": "Editar el título del mapa",
"Edit this feature": "Editar este elemento", "Edit this feature": "Editar este elemento",
"Edit": "Editar", "Edit": "Editar",
"Email": "Correoe",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Embeber el mapa", "Embed the map": "Embeber el mapa",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@
"Image: {{http://image.url.com}}": "Imagen: {{http://imagen.url.com}}", "Image: {{http://image.url.com}}": "Imagen: {{http://imagen.url.com}}",
"Import data": "Importar datos", "Import data": "Importar datos",
"Import in a new layer": "Importar en una nueva capa", "Import in a new layer": "Importar en una nueva capa",
"Import": "Importar",
"Imports all umap data, including layers and settings.": "Importar todos los datos umap, incluyendo capas y ajustes.", "Imports all umap data, including layers and settings.": "Importar todos los datos umap, incluyendo capas y ajustes.",
"Include full screen link?": "¿Incluir el enlace a pantalla completa?", "Include full screen link?": "¿Incluir el enlace a pantalla completa?",
"Inherit": "Heredar", "Inherit": "Heredar",
@ -311,7 +304,6 @@
"Rename this property on all the features": "Renombrar esta propiedad en todos los elementos", "Rename this property on all the features": "Renombrar esta propiedad en todos los elementos",
"Replace layer content": "Reemplaza el contenido de la capa", "Replace layer content": "Reemplaza el contenido de la capa",
"Restore this version": "Restaurar esta versión", "Restore this version": "Restaurar esta versión",
"Save anyway": "Guardar de todos modos",
"Save current edits": "Guardar las ediciones actuales", "Save current edits": "Guardar las ediciones actuales",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Guardar este centrado y acercamiento", "Save this center and zoom": "Guardar este centrado y acercamiento",
@ -320,12 +312,9 @@
"Saved center and zoom": "Centro y zoom guardados", "Saved center and zoom": "Centro y zoom guardados",
"Search location": "Buscar ubicación", "Search location": "Buscar ubicación",
"Search": "Buscar", "Search": "Buscar",
"Secret edit link copied to clipboard!": "Enlace de edición secreto copiado en el portapapeles",
"Secret edit link:": "Enlace secreto de edición:", "Secret edit link:": "Enlace secreto de edición:",
"See layers": "See layers",
"See full screen": "Ver pantalla completa", "See full screen": "Ver pantalla completa",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Envíeme el enlace",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Establecer en falso para ocultar esta capa de la presentación de diapositivas, el navegador de datos, la navegación emergente...", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Establecer en falso para ocultar esta capa de la presentación de diapositivas, el navegador de datos, la navegación emergente...",
"settings": "settings", "settings": "settings",
"Shape properties": "Propiedades de la figura", "Shape properties": "Propiedades de la figura",
@ -398,9 +387,7 @@
"Will be displayed in the bottom right corner of the map": "Se mostrará en la esquina inferior izquierda del mapa", "Will be displayed in the bottom right corner of the map": "Se mostrará en la esquina inferior izquierda del mapa",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Será visible en el subtítulo del mapa", "Will be visible in the caption of the map": "Será visible en el subtítulo del mapa",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "¡Oops! Alguien parece haber editado los datos. Puedes guardar de todos modos, pero esto va a borrar los cambios realizados por otros.",
"yes": "si", "yes": "si",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "¡Su mapa ha sido creado! Como no ha iniciado sesión, aquí tiene el enlace secreto para editar el mapa:",
"Zoom in": "Acercar", "Zoom in": "Acercar",
"Zoom level for automatic zooms": "Nivel de acercamiento para acercamientos automáticos", "Zoom level for automatic zooms": "Nivel de acercamiento para acercamientos automáticos",
"Zoom out": "Alejar", "Zoom out": "Alejar",
@ -444,7 +431,55 @@
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }

View file

@ -48,16 +48,12 @@ const locale = {
"by": "autorilt", "by": "autorilt",
"Cache proxied request": "Cache proxied request", "Cache proxied request": "Cache proxied request",
"Cancel edits": "Loobu muudatustest", "Cancel edits": "Loobu muudatustest",
"Cancel": "Loobu",
"Caption": "Legend", "Caption": "Legend",
"Center map on your location": "Sea oma asukoht keskpunktiks", "Center map on your location": "Sea oma asukoht keskpunktiks",
"Change map background": "Vaheta kaardi taust", "Change map background": "Vaheta kaardi taust",
"Change tilelayers": "Vaheta kaardi taust", "Change tilelayers": "Vaheta kaardi taust",
"Change": "Change", "Change": "Change",
"Choose a preset": "Vali algseade",
"Choose the data format": "Vali andmevorming", "Choose the data format": "Vali andmevorming",
"Choose the format of the data to import": "Vali importimise andmevorming",
"Choose the layer to import in": "Vali kiht, millesse importida",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@ const locale = {
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "Jätka joont", "Continue line": "Jätka joont",
"Coordinates": "Koordinaadid", "Coordinates": "Koordinaadid",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "Õigused", "Credits": "Õigused",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@ const locale = {
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Muuda seda elementi", "Edit this feature": "Muuda seda elementi",
"Edit": "Muuda", "Edit": "Muuda",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Manusta kaart", "Embed the map": "Manusta kaart",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@ const locale = {
"Image: {{http://image.url.com}}": "Pilt: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Pilt: {{http://image.url.com}}",
"Import data": "Impordi andmed", "Import data": "Impordi andmed",
"Import in a new layer": "Impordi uuele kihile", "Import in a new layer": "Impordi uuele kihile",
"Import": "Import",
"Imports all umap data, including layers and settings.": "Impordib kõik uMapi andmed, k.a kihid ja seaded.", "Imports all umap data, including layers and settings.": "Impordib kõik uMapi andmed, k.a kihid ja seaded.",
"Include full screen link?": "Lisa täisekraani link?", "Include full screen link?": "Lisa täisekraani link?",
"Inherit": "Päri", "Inherit": "Päri",
@ -311,7 +304,6 @@ const locale = {
"Rename this property on all the features": "Rename this property on all the features", "Rename this property on all the features": "Rename this property on all the features",
"Replace layer content": "Asenda kihi sisu", "Replace layer content": "Asenda kihi sisu",
"Restore this version": "Taasta see versioon", "Restore this version": "Taasta see versioon",
"Save anyway": "Salvesta sellegipoolest",
"Save current edits": "Salvesta praegused muudatused", "Save current edits": "Salvesta praegused muudatused",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Salvesta see keskpunkt ja suurendus", "Save this center and zoom": "Salvesta see keskpunkt ja suurendus",
@ -320,12 +312,9 @@ const locale = {
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Asukoha otsing", "Search location": "Asukoha otsing",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "Täisekraanvaade", "See full screen": "Täisekraanvaade",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"settings": "settings", "settings": "settings",
"Shape properties": "Kujundi omadused", "Shape properties": "Kujundi omadused",
@ -398,9 +387,7 @@ const locale = {
"Will be displayed in the bottom right corner of the map": "Kuvatakse kaardi alumises paremas nurgas", "Will be displayed in the bottom right corner of the map": "Kuvatakse kaardi alumises paremas nurgas",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Nähtav kaardi legendil", "Will be visible in the caption of the map": "Nähtav kaardi legendil",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.",
"yes": "jah", "yes": "jah",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Suurenda", "Zoom in": "Suurenda",
"Zoom level for automatic zooms": "Suurendusaste automaatse suurenduse korral", "Zoom level for automatic zooms": "Suurendusaste automaatse suurenduse korral",
"Zoom out": "Vähenda", "Zoom out": "Vähenda",
@ -444,9 +431,57 @@ const locale = {
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }
L.registerLocale("et", locale) L.registerLocale("et", locale)
L.setLocale("et") L.setLocale("et")

View file

@ -48,16 +48,12 @@
"by": "autorilt", "by": "autorilt",
"Cache proxied request": "Cache proxied request", "Cache proxied request": "Cache proxied request",
"Cancel edits": "Loobu muudatustest", "Cancel edits": "Loobu muudatustest",
"Cancel": "Loobu",
"Caption": "Legend", "Caption": "Legend",
"Center map on your location": "Sea oma asukoht keskpunktiks", "Center map on your location": "Sea oma asukoht keskpunktiks",
"Change map background": "Vaheta kaardi taust", "Change map background": "Vaheta kaardi taust",
"Change tilelayers": "Vaheta kaardi taust", "Change tilelayers": "Vaheta kaardi taust",
"Change": "Change", "Change": "Change",
"Choose a preset": "Vali algseade",
"Choose the data format": "Vali andmevorming", "Choose the data format": "Vali andmevorming",
"Choose the format of the data to import": "Vali importimise andmevorming",
"Choose the layer to import in": "Vali kiht, millesse importida",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "Jätka joont", "Continue line": "Jätka joont",
"Coordinates": "Koordinaadid", "Coordinates": "Koordinaadid",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "Õigused", "Credits": "Õigused",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Muuda seda elementi", "Edit this feature": "Muuda seda elementi",
"Edit": "Muuda", "Edit": "Muuda",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Manusta kaart", "Embed the map": "Manusta kaart",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@
"Image: {{http://image.url.com}}": "Pilt: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Pilt: {{http://image.url.com}}",
"Import data": "Impordi andmed", "Import data": "Impordi andmed",
"Import in a new layer": "Impordi uuele kihile", "Import in a new layer": "Impordi uuele kihile",
"Import": "Import",
"Imports all umap data, including layers and settings.": "Impordib kõik uMapi andmed, k.a kihid ja seaded.", "Imports all umap data, including layers and settings.": "Impordib kõik uMapi andmed, k.a kihid ja seaded.",
"Include full screen link?": "Lisa täisekraani link?", "Include full screen link?": "Lisa täisekraani link?",
"Inherit": "Päri", "Inherit": "Päri",
@ -311,7 +304,6 @@
"Rename this property on all the features": "Rename this property on all the features", "Rename this property on all the features": "Rename this property on all the features",
"Replace layer content": "Asenda kihi sisu", "Replace layer content": "Asenda kihi sisu",
"Restore this version": "Taasta see versioon", "Restore this version": "Taasta see versioon",
"Save anyway": "Salvesta sellegipoolest",
"Save current edits": "Salvesta praegused muudatused", "Save current edits": "Salvesta praegused muudatused",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Salvesta see keskpunkt ja suurendus", "Save this center and zoom": "Salvesta see keskpunkt ja suurendus",
@ -320,12 +312,9 @@
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Asukoha otsing", "Search location": "Asukoha otsing",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "Täisekraanvaade", "See full screen": "Täisekraanvaade",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"settings": "settings", "settings": "settings",
"Shape properties": "Kujundi omadused", "Shape properties": "Kujundi omadused",
@ -398,9 +387,7 @@
"Will be displayed in the bottom right corner of the map": "Kuvatakse kaardi alumises paremas nurgas", "Will be displayed in the bottom right corner of the map": "Kuvatakse kaardi alumises paremas nurgas",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Nähtav kaardi legendil", "Will be visible in the caption of the map": "Nähtav kaardi legendil",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.",
"yes": "jah", "yes": "jah",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Suurenda", "Zoom in": "Suurenda",
"Zoom level for automatic zooms": "Suurendusaste automaatse suurenduse korral", "Zoom level for automatic zooms": "Suurendusaste automaatse suurenduse korral",
"Zoom out": "Vähenda", "Zoom out": "Vähenda",
@ -444,7 +431,55 @@
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }

View file

@ -48,16 +48,12 @@ const locale = {
"by": "by", "by": "by",
"Cache proxied request": "Cache proxied request", "Cache proxied request": "Cache proxied request",
"Cancel edits": "Cancel edits", "Cancel edits": "Cancel edits",
"Cancel": "Utzi",
"Caption": "Testua", "Caption": "Testua",
"Center map on your location": "Center map on your location", "Center map on your location": "Center map on your location",
"Change map background": "Change map background", "Change map background": "Change map background",
"Change tilelayers": "Change tilelayers", "Change tilelayers": "Change tilelayers",
"Change": "Change", "Change": "Change",
"Choose a preset": "Choose a preset",
"Choose the data format": "Aukeratu data-formatua", "Choose the data format": "Aukeratu data-formatua",
"Choose the format of the data to import": "Choose the format of the data to import",
"Choose the layer to import in": "Choose the layer to import in",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@ const locale = {
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "Continue line", "Continue line": "Continue line",
"Coordinates": "Coordinates", "Coordinates": "Coordinates",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "Credits", "Credits": "Credits",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@ const locale = {
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Edit this feature", "Edit this feature": "Edit this feature",
"Edit": "Edit", "Edit": "Edit",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Embed the map", "Embed the map": "Embed the map",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@ const locale = {
"Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}",
"Import data": "Import data", "Import data": "Import data",
"Import in a new layer": "Import in a new layer", "Import in a new layer": "Import in a new layer",
"Import": "Import",
"Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.",
"Include full screen link?": "Include full screen link?", "Include full screen link?": "Include full screen link?",
"Inherit": "Inherit", "Inherit": "Inherit",
@ -311,7 +304,6 @@ const locale = {
"Rename this property on all the features": "Rename this property on all the features", "Rename this property on all the features": "Rename this property on all the features",
"Replace layer content": "Replace layer content", "Replace layer content": "Replace layer content",
"Restore this version": "Restore this version", "Restore this version": "Restore this version",
"Save anyway": "Save anyway",
"Save current edits": "Save current edits", "Save current edits": "Save current edits",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Save this center and zoom", "Save this center and zoom": "Save this center and zoom",
@ -320,12 +312,9 @@ const locale = {
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Search location", "Search location": "Search location",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "See full screen", "See full screen": "See full screen",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"settings": "settings", "settings": "settings",
"Shape properties": "Shape properties", "Shape properties": "Shape properties",
@ -398,9 +387,7 @@ const locale = {
"Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Will be visible in the caption of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.",
"yes": "bai", "yes": "bai",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Zoom in", "Zoom in": "Zoom in",
"Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom level for automatic zooms": "Zoom level for automatic zooms",
"Zoom out": "Zoom out", "Zoom out": "Zoom out",
@ -444,9 +431,57 @@ const locale = {
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }
L.registerLocale("eu", locale) L.registerLocale("eu", locale)
L.setLocale("eu") L.setLocale("eu")

View file

@ -48,16 +48,12 @@
"by": "by", "by": "by",
"Cache proxied request": "Cache proxied request", "Cache proxied request": "Cache proxied request",
"Cancel edits": "Cancel edits", "Cancel edits": "Cancel edits",
"Cancel": "Utzi",
"Caption": "Testua", "Caption": "Testua",
"Center map on your location": "Center map on your location", "Center map on your location": "Center map on your location",
"Change map background": "Change map background", "Change map background": "Change map background",
"Change tilelayers": "Change tilelayers", "Change tilelayers": "Change tilelayers",
"Change": "Change", "Change": "Change",
"Choose a preset": "Choose a preset",
"Choose the data format": "Aukeratu data-formatua", "Choose the data format": "Aukeratu data-formatua",
"Choose the format of the data to import": "Choose the format of the data to import",
"Choose the layer to import in": "Choose the layer to import in",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "Continue line", "Continue line": "Continue line",
"Coordinates": "Coordinates", "Coordinates": "Coordinates",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "Credits", "Credits": "Credits",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Edit this feature", "Edit this feature": "Edit this feature",
"Edit": "Edit", "Edit": "Edit",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Embed the map", "Embed the map": "Embed the map",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@
"Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}",
"Import data": "Import data", "Import data": "Import data",
"Import in a new layer": "Import in a new layer", "Import in a new layer": "Import in a new layer",
"Import": "Import",
"Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.",
"Include full screen link?": "Include full screen link?", "Include full screen link?": "Include full screen link?",
"Inherit": "Inherit", "Inherit": "Inherit",
@ -311,7 +304,6 @@
"Rename this property on all the features": "Rename this property on all the features", "Rename this property on all the features": "Rename this property on all the features",
"Replace layer content": "Replace layer content", "Replace layer content": "Replace layer content",
"Restore this version": "Restore this version", "Restore this version": "Restore this version",
"Save anyway": "Save anyway",
"Save current edits": "Save current edits", "Save current edits": "Save current edits",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Save this center and zoom", "Save this center and zoom": "Save this center and zoom",
@ -320,12 +312,9 @@
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Search location", "Search location": "Search location",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "See full screen", "See full screen": "See full screen",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"settings": "settings", "settings": "settings",
"Shape properties": "Shape properties", "Shape properties": "Shape properties",
@ -398,9 +387,7 @@
"Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Will be visible in the caption of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.",
"yes": "bai", "yes": "bai",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Zoom in", "Zoom in": "Zoom in",
"Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom level for automatic zooms": "Zoom level for automatic zooms",
"Zoom out": "Zoom out", "Zoom out": "Zoom out",
@ -444,7 +431,55 @@
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }

View file

@ -48,16 +48,12 @@ const locale = {
"by": "بوسیله", "by": "بوسیله",
"Cache proxied request": "درخواست پراکسی حافظه پنهان", "Cache proxied request": "درخواست پراکسی حافظه پنهان",
"Cancel edits": "لغو ویرایش ها", "Cancel edits": "لغو ویرایش ها",
"Cancel": "انصراف",
"Caption": "درباره", "Caption": "درباره",
"Center map on your location": "نقشه مرکز بر روی موقعیت مکانی شما", "Center map on your location": "نقشه مرکز بر روی موقعیت مکانی شما",
"Change map background": "تغییر پس زمینه نقشه", "Change map background": "تغییر پس زمینه نقشه",
"Change tilelayers": "کاشی های کاری را تغییر دهید", "Change tilelayers": "کاشی های کاری را تغییر دهید",
"Change": "Change", "Change": "Change",
"Choose a preset": "از پیش تعیین شده را انتخاب کنید",
"Choose the data format": "قالب داده را انتخاب کنید", "Choose the data format": "قالب داده را انتخاب کنید",
"Choose the format of the data to import": "قالب داده را برای وارد کردن انتخاب کنید",
"Choose the layer to import in": "لایه ای را برای وارد کردن انتخاب کنید",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@ const locale = {
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "ادامه خط", "Continue line": "ادامه خط",
"Coordinates": "مختصات", "Coordinates": "مختصات",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "اعتبار", "Credits": "اعتبار",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@ const locale = {
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "این ویژگی را ویرایش کنید", "Edit this feature": "این ویژگی را ویرایش کنید",
"Edit": "ویرایش", "Edit": "ویرایش",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "نقشه را جاسازی کنید", "Embed the map": "نقشه را جاسازی کنید",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@ const locale = {
"Image: {{http://image.url.com}}": "تصویر: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "تصویر: {{http://image.url.com}}",
"Import data": "وارد كردن داده", "Import data": "وارد كردن داده",
"Import in a new layer": "وارد کردن در یک لایه جدید", "Import in a new layer": "وارد کردن در یک لایه جدید",
"Import": "وارد كردن",
"Imports all umap data, including layers and settings.": "همه داده های umap ، از جمله لایه ها و تنظیمات را وارد می کند.", "Imports all umap data, including layers and settings.": "همه داده های umap ، از جمله لایه ها و تنظیمات را وارد می کند.",
"Include full screen link?": "پیوند تمام صفحه را شامل می شود؟", "Include full screen link?": "پیوند تمام صفحه را شامل می شود؟",
"Inherit": "ارث بری", "Inherit": "ارث بری",
@ -311,7 +304,6 @@ const locale = {
"Rename this property on all the features": "نام این ویژگی را در همه ویژگی ها تغییر دهید", "Rename this property on all the features": "نام این ویژگی را در همه ویژگی ها تغییر دهید",
"Replace layer content": "جایگزینی محتوای لایه", "Replace layer content": "جایگزینی محتوای لایه",
"Restore this version": "این نسخه را بازیابی کنید", "Restore this version": "این نسخه را بازیابی کنید",
"Save anyway": "به هر حال ذخیره کنید",
"Save current edits": "ویرایش های فعلی را ذخیره کنید", "Save current edits": "ویرایش های فعلی را ذخیره کنید",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "این مرکز را ذخیره کرده و بزرگنمایی کنید", "Save this center and zoom": "این مرکز را ذخیره کرده و بزرگنمایی کنید",
@ -320,12 +312,9 @@ const locale = {
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "مکان را جستجو کنید", "Search location": "مکان را جستجو کنید",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "تمام صفحه را مشاهده کنید", "See full screen": "تمام صفحه را مشاهده کنید",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "آن را روی غلط/false تنظیم کنید تا این لایه از نمایش اسلاید، مرورگر داده، ناوبری بازشو پنهان شود…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "آن را روی غلط/false تنظیم کنید تا این لایه از نمایش اسلاید، مرورگر داده، ناوبری بازشو پنهان شود…",
"settings": "settings", "settings": "settings",
"Shape properties": "ویژگی های شکل", "Shape properties": "ویژگی های شکل",
@ -398,9 +387,7 @@ const locale = {
"Will be displayed in the bottom right corner of the map": "در گوشه سمت راست پایین نقشه نمایش داده می شود", "Will be displayed in the bottom right corner of the map": "در گوشه سمت راست پایین نقشه نمایش داده می شود",
"Will be permanently visible in the bottom left corner of the map": "برای همیشه در گوشه سمت چپ پایین نقشه قابل مشاهده خواهد بود", "Will be permanently visible in the bottom left corner of the map": "برای همیشه در گوشه سمت چپ پایین نقشه قابل مشاهده خواهد بود",
"Will be visible in the caption of the map": "در زیرنویس نقشه قابل مشاهده خواهد بود", "Will be visible in the caption of the map": "در زیرنویس نقشه قابل مشاهده خواهد بود",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "وای! به نظر می رسد شخص دیگری داده ها را ویرایش کرده است. در هر صورت می توانید ذخیره کنید، اما با این کار تغییرات ایجاد شده توسط دیگران پاک می شود.",
"yes": "بله", "yes": "بله",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "بزرگنمایی", "Zoom in": "بزرگنمایی",
"Zoom level for automatic zooms": "سطح زوم برای بزرگنمایی خودکار", "Zoom level for automatic zooms": "سطح زوم برای بزرگنمایی خودکار",
"Zoom out": "کوچک نمایی", "Zoom out": "کوچک نمایی",
@ -444,9 +431,57 @@ const locale = {
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }
L.registerLocale("fa_IR", locale) L.registerLocale("fa_IR", locale)
L.setLocale("fa_IR") L.setLocale("fa_IR")

View file

@ -48,16 +48,12 @@
"by": "بوسیله", "by": "بوسیله",
"Cache proxied request": "درخواست پراکسی حافظه پنهان", "Cache proxied request": "درخواست پراکسی حافظه پنهان",
"Cancel edits": "لغو ویرایش ها", "Cancel edits": "لغو ویرایش ها",
"Cancel": "انصراف",
"Caption": "درباره", "Caption": "درباره",
"Center map on your location": "نقشه مرکز بر روی موقعیت مکانی شما", "Center map on your location": "نقشه مرکز بر روی موقعیت مکانی شما",
"Change map background": "تغییر پس زمینه نقشه", "Change map background": "تغییر پس زمینه نقشه",
"Change tilelayers": "کاشی های کاری را تغییر دهید", "Change tilelayers": "کاشی های کاری را تغییر دهید",
"Change": "Change", "Change": "Change",
"Choose a preset": "از پیش تعیین شده را انتخاب کنید",
"Choose the data format": "قالب داده را انتخاب کنید", "Choose the data format": "قالب داده را انتخاب کنید",
"Choose the format of the data to import": "قالب داده را برای وارد کردن انتخاب کنید",
"Choose the layer to import in": "لایه ای را برای وارد کردن انتخاب کنید",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "ادامه خط", "Continue line": "ادامه خط",
"Coordinates": "مختصات", "Coordinates": "مختصات",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "اعتبار", "Credits": "اعتبار",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "این ویژگی را ویرایش کنید", "Edit this feature": "این ویژگی را ویرایش کنید",
"Edit": "ویرایش", "Edit": "ویرایش",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "نقشه را جاسازی کنید", "Embed the map": "نقشه را جاسازی کنید",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@
"Image: {{http://image.url.com}}": "تصویر: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "تصویر: {{http://image.url.com}}",
"Import data": "وارد كردن داده", "Import data": "وارد كردن داده",
"Import in a new layer": "وارد کردن در یک لایه جدید", "Import in a new layer": "وارد کردن در یک لایه جدید",
"Import": "وارد كردن",
"Imports all umap data, including layers and settings.": "همه داده های umap ، از جمله لایه ها و تنظیمات را وارد می کند.", "Imports all umap data, including layers and settings.": "همه داده های umap ، از جمله لایه ها و تنظیمات را وارد می کند.",
"Include full screen link?": "پیوند تمام صفحه را شامل می شود؟", "Include full screen link?": "پیوند تمام صفحه را شامل می شود؟",
"Inherit": "ارث بری", "Inherit": "ارث بری",
@ -311,7 +304,6 @@
"Rename this property on all the features": "نام این ویژگی را در همه ویژگی ها تغییر دهید", "Rename this property on all the features": "نام این ویژگی را در همه ویژگی ها تغییر دهید",
"Replace layer content": "جایگزینی محتوای لایه", "Replace layer content": "جایگزینی محتوای لایه",
"Restore this version": "این نسخه را بازیابی کنید", "Restore this version": "این نسخه را بازیابی کنید",
"Save anyway": "به هر حال ذخیره کنید",
"Save current edits": "ویرایش های فعلی را ذخیره کنید", "Save current edits": "ویرایش های فعلی را ذخیره کنید",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "این مرکز را ذخیره کرده و بزرگنمایی کنید", "Save this center and zoom": "این مرکز را ذخیره کرده و بزرگنمایی کنید",
@ -320,12 +312,9 @@
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "مکان را جستجو کنید", "Search location": "مکان را جستجو کنید",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "تمام صفحه را مشاهده کنید", "See full screen": "تمام صفحه را مشاهده کنید",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "آن را روی غلط/false تنظیم کنید تا این لایه از نمایش اسلاید، مرورگر داده، ناوبری بازشو پنهان شود…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "آن را روی غلط/false تنظیم کنید تا این لایه از نمایش اسلاید، مرورگر داده، ناوبری بازشو پنهان شود…",
"settings": "settings", "settings": "settings",
"Shape properties": "ویژگی های شکل", "Shape properties": "ویژگی های شکل",
@ -398,9 +387,7 @@
"Will be displayed in the bottom right corner of the map": "در گوشه سمت راست پایین نقشه نمایش داده می شود", "Will be displayed in the bottom right corner of the map": "در گوشه سمت راست پایین نقشه نمایش داده می شود",
"Will be permanently visible in the bottom left corner of the map": "برای همیشه در گوشه سمت چپ پایین نقشه قابل مشاهده خواهد بود", "Will be permanently visible in the bottom left corner of the map": "برای همیشه در گوشه سمت چپ پایین نقشه قابل مشاهده خواهد بود",
"Will be visible in the caption of the map": "در زیرنویس نقشه قابل مشاهده خواهد بود", "Will be visible in the caption of the map": "در زیرنویس نقشه قابل مشاهده خواهد بود",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "وای! به نظر می رسد شخص دیگری داده ها را ویرایش کرده است. در هر صورت می توانید ذخیره کنید، اما با این کار تغییرات ایجاد شده توسط دیگران پاک می شود.",
"yes": "بله", "yes": "بله",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "بزرگنمایی", "Zoom in": "بزرگنمایی",
"Zoom level for automatic zooms": "سطح زوم برای بزرگنمایی خودکار", "Zoom level for automatic zooms": "سطح زوم برای بزرگنمایی خودکار",
"Zoom out": "کوچک نمایی", "Zoom out": "کوچک نمایی",
@ -444,7 +431,55 @@
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }

View file

@ -48,16 +48,12 @@ const locale = {
"by": "taholta", "by": "taholta",
"Cache proxied request": "Cache proxied request", "Cache proxied request": "Cache proxied request",
"Cancel edits": "Peruuta muokkaukset", "Cancel edits": "Peruuta muokkaukset",
"Cancel": "Peruuta",
"Caption": "Kuvateksti", "Caption": "Kuvateksti",
"Center map on your location": "Keskitä kartta sijaintiisi", "Center map on your location": "Keskitä kartta sijaintiisi",
"Change map background": "Vaihda taustakarttaa", "Change map background": "Vaihda taustakarttaa",
"Change tilelayers": "Muuta karttavaihtoehtoja", "Change tilelayers": "Muuta karttavaihtoehtoja",
"Change": "Change", "Change": "Change",
"Choose a preset": "Valitse",
"Choose the data format": "Valitse päivämäärän muoto", "Choose the data format": "Valitse päivämäärän muoto",
"Choose the format of the data to import": "Valitse tuotavien tietojen formaatti",
"Choose the layer to import in": "Valitse kerros johon tieto tuodaan",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@ const locale = {
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "Jatka viivaa", "Continue line": "Jatka viivaa",
"Coordinates": "Koordinaatit", "Coordinates": "Koordinaatit",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "Tunnustukset", "Credits": "Tunnustukset",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@ const locale = {
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Muokkaa tätä piirrettä", "Edit this feature": "Muokkaa tätä piirrettä",
"Edit": "Muokkaa", "Edit": "Muokkaa",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Liitä kartta", "Embed the map": "Liitä kartta",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@ const locale = {
"Image: {{http://image.url.com}}": "Kuva: {{http://kuva.url.com}}", "Image: {{http://image.url.com}}": "Kuva: {{http://kuva.url.com}}",
"Import data": "Tuo tietoja", "Import data": "Tuo tietoja",
"Import in a new layer": "Tuo uuteen kerrokseen", "Import in a new layer": "Tuo uuteen kerrokseen",
"Import": "Tuo",
"Imports all umap data, including layers and settings.": "Tuo kaikki karttatiedot, mukaan lukien datatasot ja asetukset.", "Imports all umap data, including layers and settings.": "Tuo kaikki karttatiedot, mukaan lukien datatasot ja asetukset.",
"Include full screen link?": "Sisällytä koko näyttö -linkki?", "Include full screen link?": "Sisällytä koko näyttö -linkki?",
"Inherit": "Peri", "Inherit": "Peri",
@ -311,7 +304,6 @@ const locale = {
"Rename this property on all the features": "Uudelleen nimeä tämä ominaisuus kaikissa piirteissä", "Rename this property on all the features": "Uudelleen nimeä tämä ominaisuus kaikissa piirteissä",
"Replace layer content": "Korvaa kerroksen sisältö", "Replace layer content": "Korvaa kerroksen sisältö",
"Restore this version": "Palauta tämä versio", "Restore this version": "Palauta tämä versio",
"Save anyway": "Tallenna joka tapauksessa",
"Save current edits": "Tallenna tämänhetkiset muokkaukset", "Save current edits": "Tallenna tämänhetkiset muokkaukset",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Tallenna tämä kartan keskitys ja zoomaustaso", "Save this center and zoom": "Tallenna tämä kartan keskitys ja zoomaustaso",
@ -320,12 +312,9 @@ const locale = {
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Search location", "Search location": "Search location",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "Katso koko näytöllä", "See full screen": "Katso koko näytöllä",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"settings": "settings", "settings": "settings",
"Shape properties": "Piirteen ominaisuudet", "Shape properties": "Piirteen ominaisuudet",
@ -398,9 +387,7 @@ const locale = {
"Will be displayed in the bottom right corner of the map": "Näytetään kartan oikeassa alakulmassa", "Will be displayed in the bottom right corner of the map": "Näytetään kartan oikeassa alakulmassa",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Näytetään kartan kuvatekstinä", "Will be visible in the caption of the map": "Näytetään kartan kuvatekstinä",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Hupsankeikkaa! Joku muu on näemmä muokannut tietoja. Voit tallentaa joka tapauksessa, mutta tallentamisesi poistaa muiden muokkaukset.",
"yes": "kyllä", "yes": "kyllä",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Lähennä", "Zoom in": "Lähennä",
"Zoom level for automatic zooms": "Zoomaustaso automaattisessa zoomauksessa", "Zoom level for automatic zooms": "Zoomaustaso automaattisessa zoomauksessa",
"Zoom out": "Loitonna", "Zoom out": "Loitonna",
@ -444,9 +431,57 @@ const locale = {
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }
L.registerLocale("fi", locale) L.registerLocale("fi", locale)
L.setLocale("fi") L.setLocale("fi")

View file

@ -48,16 +48,12 @@
"by": "taholta", "by": "taholta",
"Cache proxied request": "Cache proxied request", "Cache proxied request": "Cache proxied request",
"Cancel edits": "Peruuta muokkaukset", "Cancel edits": "Peruuta muokkaukset",
"Cancel": "Peruuta",
"Caption": "Kuvateksti", "Caption": "Kuvateksti",
"Center map on your location": "Keskitä kartta sijaintiisi", "Center map on your location": "Keskitä kartta sijaintiisi",
"Change map background": "Vaihda taustakarttaa", "Change map background": "Vaihda taustakarttaa",
"Change tilelayers": "Muuta karttavaihtoehtoja", "Change tilelayers": "Muuta karttavaihtoehtoja",
"Change": "Change", "Change": "Change",
"Choose a preset": "Valitse",
"Choose the data format": "Valitse päivämäärän muoto", "Choose the data format": "Valitse päivämäärän muoto",
"Choose the format of the data to import": "Valitse tuotavien tietojen formaatti",
"Choose the layer to import in": "Valitse kerros johon tieto tuodaan",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "Jatka viivaa", "Continue line": "Jatka viivaa",
"Coordinates": "Koordinaatit", "Coordinates": "Koordinaatit",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "Tunnustukset", "Credits": "Tunnustukset",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Muokkaa tätä piirrettä", "Edit this feature": "Muokkaa tätä piirrettä",
"Edit": "Muokkaa", "Edit": "Muokkaa",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Liitä kartta", "Embed the map": "Liitä kartta",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@
"Image: {{http://image.url.com}}": "Kuva: {{http://kuva.url.com}}", "Image: {{http://image.url.com}}": "Kuva: {{http://kuva.url.com}}",
"Import data": "Tuo tietoja", "Import data": "Tuo tietoja",
"Import in a new layer": "Tuo uuteen kerrokseen", "Import in a new layer": "Tuo uuteen kerrokseen",
"Import": "Tuo",
"Imports all umap data, including layers and settings.": "Tuo kaikki karttatiedot, mukaan lukien datatasot ja asetukset.", "Imports all umap data, including layers and settings.": "Tuo kaikki karttatiedot, mukaan lukien datatasot ja asetukset.",
"Include full screen link?": "Sisällytä koko näyttö -linkki?", "Include full screen link?": "Sisällytä koko näyttö -linkki?",
"Inherit": "Peri", "Inherit": "Peri",
@ -311,7 +304,6 @@
"Rename this property on all the features": "Uudelleen nimeä tämä ominaisuus kaikissa piirteissä", "Rename this property on all the features": "Uudelleen nimeä tämä ominaisuus kaikissa piirteissä",
"Replace layer content": "Korvaa kerroksen sisältö", "Replace layer content": "Korvaa kerroksen sisältö",
"Restore this version": "Palauta tämä versio", "Restore this version": "Palauta tämä versio",
"Save anyway": "Tallenna joka tapauksessa",
"Save current edits": "Tallenna tämänhetkiset muokkaukset", "Save current edits": "Tallenna tämänhetkiset muokkaukset",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Tallenna tämä kartan keskitys ja zoomaustaso", "Save this center and zoom": "Tallenna tämä kartan keskitys ja zoomaustaso",
@ -320,12 +312,9 @@
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Search location", "Search location": "Search location",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "Katso koko näytöllä", "See full screen": "Katso koko näytöllä",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"settings": "settings", "settings": "settings",
"Shape properties": "Piirteen ominaisuudet", "Shape properties": "Piirteen ominaisuudet",
@ -398,9 +387,7 @@
"Will be displayed in the bottom right corner of the map": "Näytetään kartan oikeassa alakulmassa", "Will be displayed in the bottom right corner of the map": "Näytetään kartan oikeassa alakulmassa",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Näytetään kartan kuvatekstinä", "Will be visible in the caption of the map": "Näytetään kartan kuvatekstinä",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Hupsankeikkaa! Joku muu on näemmä muokannut tietoja. Voit tallentaa joka tapauksessa, mutta tallentamisesi poistaa muiden muokkaukset.",
"yes": "kyllä", "yes": "kyllä",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Lähennä", "Zoom in": "Lähennä",
"Zoom level for automatic zooms": "Zoomaustaso automaattisessa zoomauksessa", "Zoom level for automatic zooms": "Zoomaustaso automaattisessa zoomauksessa",
"Zoom out": "Loitonna", "Zoom out": "Loitonna",
@ -444,7 +431,55 @@
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }

View file

@ -48,16 +48,12 @@ const locale = {
"by": "par", "by": "par",
"Cache proxied request": "Cacher la requête avec proxy", "Cache proxied request": "Cacher la requête avec proxy",
"Cancel edits": "Annuler les modifications", "Cancel edits": "Annuler les modifications",
"Cancel": "Annuler",
"Caption": "Légende", "Caption": "Légende",
"Center map on your location": "Centrer la carte sur votre position", "Center map on your location": "Centrer la carte sur votre position",
"Change map background": "Changer le fond de carte", "Change map background": "Changer le fond de carte",
"Change tilelayers": "Changer le fond de carte", "Change tilelayers": "Changer le fond de carte",
"Change": "Modifier", "Change": "Modifier",
"Choose a preset": "Choisir dans les présélections",
"Choose the data format": "Choisir le format des données", "Choose the data format": "Choisir le format des données",
"Choose the format of the data to import": "Choisir le format des données pour l'import",
"Choose the layer to import in": "Choisir le calque de données pour l'import",
"Choropleth breakpoints": "Seuils choropleth", "Choropleth breakpoints": "Seuils choropleth",
"Choropleth classes": "Classes choropleth", "Choropleth classes": "Classes choropleth",
"Choropleth color palette": "Palettes de couleurs choropleth", "Choropleth color palette": "Palettes de couleurs choropleth",
@ -87,7 +83,6 @@ const locale = {
"Congratulations, your map has been created!": "Félicitations, votre carte a bien été créée !", "Congratulations, your map has been created!": "Félicitations, votre carte a bien été créée !",
"Continue line": "Continuer la ligne", "Continue line": "Continuer la ligne",
"Coordinates": "Coordonnées", "Coordinates": "Coordonnées",
"Copy link": "Copier le lien",
"copy": "copier", "copy": "copier",
"Credits": "Crédits", "Credits": "Crédits",
"Current map view": "Lister seulement les éléments visibles", "Current map view": "Lister seulement les éléments visibles",
@ -152,7 +147,6 @@ const locale = {
"Edit the title of the map": "Modifier le titre de la carte", "Edit the title of the map": "Modifier le titre de la carte",
"Edit this feature": "Éditer cet élément", "Edit this feature": "Éditer cet élément",
"Edit": "Éditer", "Edit": "Éditer",
"Email": "Courriel",
"Embed and link options": "Intégration et partage", "Embed and link options": "Intégration et partage",
"Embed the map": "Intégrer la carte dans une iframe", "Embed the map": "Intégrer la carte dans une iframe",
"Emoji & Character": "Emoji & texte", "Emoji & Character": "Emoji & texte",
@ -200,7 +194,6 @@ const locale = {
"Image: {{http://image.url.com}}": "Image : {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Image : {{http://image.url.com}}",
"Import data": "Importer des données", "Import data": "Importer des données",
"Import in a new layer": "Importer dans un nouveau calque", "Import in a new layer": "Importer dans un nouveau calque",
"Import": "Importer",
"Imports all umap data, including layers and settings.": "Importer toutes les données de la carte, y compris les calques et les propriétés", "Imports all umap data, including layers and settings.": "Importer toutes les données de la carte, y compris les calques et les propriétés",
"Include full screen link?": "Inclure le lien \"plein écran\" ?", "Include full screen link?": "Inclure le lien \"plein écran\" ?",
"Inherit": "Hériter", "Inherit": "Hériter",
@ -311,7 +304,6 @@ const locale = {
"Rename this property on all the features": "Renommer la propriété", "Rename this property on all the features": "Renommer la propriété",
"Replace layer content": "Remplacer le contenu du calque", "Replace layer content": "Remplacer le contenu du calque",
"Restore this version": "Restaurer cette version", "Restore this version": "Restaurer cette version",
"Save anyway": "Continuer",
"Save current edits": "Enregistrer les changements courants", "Save current edits": "Enregistrer les changements courants",
"Save map": "Enregistrer la carte", "Save map": "Enregistrer la carte",
"Save this center and zoom": "Enregistrer le zoom et le centre actuels", "Save this center and zoom": "Enregistrer le zoom et le centre actuels",
@ -320,12 +312,9 @@ const locale = {
"Saved center and zoom": "Centre et zoom enregistrés", "Saved center and zoom": "Centre et zoom enregistrés",
"Search location": "Chercher un lieu", "Search location": "Chercher un lieu",
"Search": "Chercher", "Search": "Chercher",
"Secret edit link copied to clipboard!": "Lien d'édition secret copié dans le presse-papier!",
"Secret edit link:": "Lien d'édition secret :", "Secret edit link:": "Lien d'édition secret :",
"See layers": "Voir les calques",
"See full screen": "Voir en plein écran", "See full screen": "Voir en plein écran",
"See on OpenStreetMap": "Voir sur OpenStreetMap", "See on OpenStreetMap": "Voir sur OpenStreetMap",
"Send me the link": "Envoyer le lien",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Désactiver pour masquer ce calque du diaporama, du navigateur de données…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Désactiver pour masquer ce calque du diaporama, du navigateur de données…",
"settings": "paramètres", "settings": "paramètres",
"Shape properties": "Propriétés de la forme", "Shape properties": "Propriétés de la forme",
@ -398,9 +387,7 @@ const locale = {
"Will be displayed in the bottom right corner of the map": "S'affiche dans le coin en bas à droite de la carte", "Will be displayed in the bottom right corner of the map": "S'affiche dans le coin en bas à droite de la carte",
"Will be permanently visible in the bottom left corner of the map": "Afficher en permanence au coin en bas à gauche de la carte", "Will be permanently visible in the bottom left corner of the map": "Afficher en permanence au coin en bas à gauche de la carte",
"Will be visible in the caption of the map": "Sera visible dans la légende de la carte", "Will be visible in the caption of the map": "Sera visible dans la légende de la carte",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Aïe ! Quelqu'un d'autre semble avoir modifié la carte. Vous pouvez continuer l'enregistrement, mais ses données seront perdues.",
"yes": "oui", "yes": "oui",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Votre carte a été créée! Comme vous n'êtes pas identifié, voici le lien secret pour éditer la carte à l'avenir, conservez-le précieusement:",
"Zoom in": "Zoomer", "Zoom in": "Zoomer",
"Zoom level for automatic zooms": "Niveau de zoom automatique", "Zoom level for automatic zooms": "Niveau de zoom automatique",
"Zoom out": "Dézoomer", "Zoom out": "Dézoomer",
@ -444,9 +431,57 @@ const locale = {
"Filter data": "Filtrer les données", "Filter data": "Filtrer les données",
"Search map features…": "Chercher des éléments de la carte", "Search map features…": "Chercher des éléments de la carte",
"Reset all": "Tout réinitialiser", "Reset all": "Tout réinitialiser",
"Browser in data mode": "Navigateur de données", "Open browser": "Explorateur",
"Browser in layers mode": "Navigateur de calques", "Open caption": "Légende",
"Browser in filters mode": "Navigateur de filtres" "Your map has been created with an anonymous account!": "La carte a été créée avec un compte anonyme !",
"Real-time collaboration": "Collaboration temps réel",
"Cannot parse data": "Données invalides",
"Start typing...": "Taper…",
"No result": "Aucun résultat",
"Data browser": "Explorateur de données",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "À partir d'une URL, uMap peut soit copier les données dans un calque, soit ajouter cette URL comme source de données distantes. Dans ce cas, les données sont téléchargées depuis cette URL à chaque chargement de la carte, et donc sont toujours à jour, mais il n'est alors pas possible de les modifier dans uMap.",
"Overpass supported expressions": "Expressions pour les requêtes Overpass",
"key (eg. building)": "clé (ex. building)",
"!key (eg. !name)": "!clé (ex. !name)",
"key=value (eg. building=yes)": "clé=valeur (ex. building=yes)",
"key!=value (eg. building!=yes)": "clé!=valeur (ex. building!=yes)",
"key~value (eg. name~Grisy)": "clé~valeur (ex. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"valeur|valeur2\" (ex. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "Plus d'infos sur la syntaxe Overpass",
"For more complex needs, see": "Pour les besoins plus avancés:",
"Choose data": "Choisir les données",
"Import helpers:": "Assistants d'import:",
"Choose the format": "Choisir le format",
"Choose the layer": "Choisir le calque",
"Layer name": "Nom du calque",
"Choose import mode": "Choisir le mode d'import",
"Copy into the layer": "Copier dans le calque",
"Link to the layer as remote data": "Associer au calque comme données distantes",
"Condition": "Condition",
"key=value or key!=value": "clé=valeur ou clé!=valeur",
"Are you sure you want to delete this rule?": "Confirmez-vous la suppression de cette règle ?",
"empty rule": "règle vide",
"Conditional style rules": "Règles de formatage conditionnelles",
"Add rule": "Ajouter une règle",
"Browser: data": "Explorateur: données",
"Browser: layers": "Explorateur: calques",
"Browser: filters": "Explorateur: filtres",
"Enable real-time collaboration": "Activer la collaboration temps réel",
"✅ Copied!": "✅ Copié!",
"Choose a dataset": "Choisir un jeu de données",
"Choose this dataset": "Choisir ce jeu de données",
"GeoDataMine: thematic data from OpenStreetMap": "GéoDataMine: données thématiques à partir d'OpenStreetMap",
"Choose a theme": "Choisir un thème",
"Symplify all geometries to points": "Simplifier les géométries en points",
"Choose this data": "Choisir ces données",
"Search admin boundary": "Chercher une limite administrative",
"Please choose a theme and a boundary first.": "Merci de choisir un thème et une limite administrative.",
"Expression": "Expression",
"Geometry mode": "Type de géométries",
"Only geometry centers": "Seulement les centres",
"Search area": "Chercher un coin",
"Type area name, or let empty to load data in current map view": "Entrer le nom d'un périmètre géographique, ou laisser vide pour utiliser la vue courante de la carte",
"Please define an expression for the query first": "Définir une expression pour la requête"
} }
L.registerLocale("fr", locale) L.registerLocale("fr", locale)
L.setLocale("fr") L.setLocale("fr")

View file

@ -48,16 +48,12 @@
"by": "par", "by": "par",
"Cache proxied request": "Cacher la requête avec proxy", "Cache proxied request": "Cacher la requête avec proxy",
"Cancel edits": "Annuler les modifications", "Cancel edits": "Annuler les modifications",
"Cancel": "Annuler",
"Caption": "Légende", "Caption": "Légende",
"Center map on your location": "Centrer la carte sur votre position", "Center map on your location": "Centrer la carte sur votre position",
"Change map background": "Changer le fond de carte", "Change map background": "Changer le fond de carte",
"Change tilelayers": "Changer le fond de carte", "Change tilelayers": "Changer le fond de carte",
"Change": "Modifier", "Change": "Modifier",
"Choose a preset": "Choisir dans les présélections",
"Choose the data format": "Choisir le format des données", "Choose the data format": "Choisir le format des données",
"Choose the format of the data to import": "Choisir le format des données pour l'import",
"Choose the layer to import in": "Choisir le calque de données pour l'import",
"Choropleth breakpoints": "Seuils choropleth", "Choropleth breakpoints": "Seuils choropleth",
"Choropleth classes": "Classes choropleth", "Choropleth classes": "Classes choropleth",
"Choropleth color palette": "Palettes de couleurs choropleth", "Choropleth color palette": "Palettes de couleurs choropleth",
@ -87,7 +83,6 @@
"Congratulations, your map has been created!": "Félicitations, votre carte a bien été créée !", "Congratulations, your map has been created!": "Félicitations, votre carte a bien été créée !",
"Continue line": "Continuer la ligne", "Continue line": "Continuer la ligne",
"Coordinates": "Coordonnées", "Coordinates": "Coordonnées",
"Copy link": "Copier le lien",
"copy": "copier", "copy": "copier",
"Credits": "Crédits", "Credits": "Crédits",
"Current map view": "Lister seulement les éléments visibles", "Current map view": "Lister seulement les éléments visibles",
@ -152,7 +147,6 @@
"Edit the title of the map": "Modifier le titre de la carte", "Edit the title of the map": "Modifier le titre de la carte",
"Edit this feature": "Éditer cet élément", "Edit this feature": "Éditer cet élément",
"Edit": "Éditer", "Edit": "Éditer",
"Email": "Courriel",
"Embed and link options": "Intégration et partage", "Embed and link options": "Intégration et partage",
"Embed the map": "Intégrer la carte dans une iframe", "Embed the map": "Intégrer la carte dans une iframe",
"Emoji & Character": "Emoji & texte", "Emoji & Character": "Emoji & texte",
@ -200,7 +194,6 @@
"Image: {{http://image.url.com}}": "Image : {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Image : {{http://image.url.com}}",
"Import data": "Importer des données", "Import data": "Importer des données",
"Import in a new layer": "Importer dans un nouveau calque", "Import in a new layer": "Importer dans un nouveau calque",
"Import": "Importer",
"Imports all umap data, including layers and settings.": "Importer toutes les données de la carte, y compris les calques et les propriétés", "Imports all umap data, including layers and settings.": "Importer toutes les données de la carte, y compris les calques et les propriétés",
"Include full screen link?": "Inclure le lien \"plein écran\" ?", "Include full screen link?": "Inclure le lien \"plein écran\" ?",
"Inherit": "Hériter", "Inherit": "Hériter",
@ -311,7 +304,6 @@
"Rename this property on all the features": "Renommer la propriété", "Rename this property on all the features": "Renommer la propriété",
"Replace layer content": "Remplacer le contenu du calque", "Replace layer content": "Remplacer le contenu du calque",
"Restore this version": "Restaurer cette version", "Restore this version": "Restaurer cette version",
"Save anyway": "Continuer",
"Save current edits": "Enregistrer les changements courants", "Save current edits": "Enregistrer les changements courants",
"Save map": "Enregistrer la carte", "Save map": "Enregistrer la carte",
"Save this center and zoom": "Enregistrer le zoom et le centre actuels", "Save this center and zoom": "Enregistrer le zoom et le centre actuels",
@ -320,12 +312,9 @@
"Saved center and zoom": "Centre et zoom enregistrés", "Saved center and zoom": "Centre et zoom enregistrés",
"Search location": "Chercher un lieu", "Search location": "Chercher un lieu",
"Search": "Chercher", "Search": "Chercher",
"Secret edit link copied to clipboard!": "Lien d'édition secret copié dans le presse-papier!",
"Secret edit link:": "Lien d'édition secret :", "Secret edit link:": "Lien d'édition secret :",
"See layers": "Voir les calques",
"See full screen": "Voir en plein écran", "See full screen": "Voir en plein écran",
"See on OpenStreetMap": "Voir sur OpenStreetMap", "See on OpenStreetMap": "Voir sur OpenStreetMap",
"Send me the link": "Envoyer le lien",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Désactiver pour masquer ce calque du diaporama, du navigateur de données…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Désactiver pour masquer ce calque du diaporama, du navigateur de données…",
"settings": "paramètres", "settings": "paramètres",
"Shape properties": "Propriétés de la forme", "Shape properties": "Propriétés de la forme",
@ -398,9 +387,7 @@
"Will be displayed in the bottom right corner of the map": "S'affiche dans le coin en bas à droite de la carte", "Will be displayed in the bottom right corner of the map": "S'affiche dans le coin en bas à droite de la carte",
"Will be permanently visible in the bottom left corner of the map": "Afficher en permanence au coin en bas à gauche de la carte", "Will be permanently visible in the bottom left corner of the map": "Afficher en permanence au coin en bas à gauche de la carte",
"Will be visible in the caption of the map": "Sera visible dans la légende de la carte", "Will be visible in the caption of the map": "Sera visible dans la légende de la carte",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Aïe ! Quelqu'un d'autre semble avoir modifié la carte. Vous pouvez continuer l'enregistrement, mais ses données seront perdues.",
"yes": "oui", "yes": "oui",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Votre carte a été créée! Comme vous n'êtes pas identifié, voici le lien secret pour éditer la carte à l'avenir, conservez-le précieusement:",
"Zoom in": "Zoomer", "Zoom in": "Zoomer",
"Zoom level for automatic zooms": "Niveau de zoom automatique", "Zoom level for automatic zooms": "Niveau de zoom automatique",
"Zoom out": "Dézoomer", "Zoom out": "Dézoomer",
@ -444,7 +431,55 @@
"Filter data": "Filtrer les données", "Filter data": "Filtrer les données",
"Search map features…": "Chercher des éléments de la carte", "Search map features…": "Chercher des éléments de la carte",
"Reset all": "Tout réinitialiser", "Reset all": "Tout réinitialiser",
"Browser in data mode": "Navigateur de données", "Open browser": "Explorateur",
"Browser in layers mode": "Navigateur de calques", "Open caption": "Légende",
"Browser in filters mode": "Navigateur de filtres" "Your map has been created with an anonymous account!": "La carte a été créée avec un compte anonyme !",
"Real-time collaboration": "Collaboration temps réel",
"Cannot parse data": "Données invalides",
"Start typing...": "Taper…",
"No result": "Aucun résultat",
"Data browser": "Explorateur de données",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "À partir d'une URL, uMap peut soit copier les données dans un calque, soit ajouter cette URL comme source de données distantes. Dans ce cas, les données sont téléchargées depuis cette URL à chaque chargement de la carte, et donc sont toujours à jour, mais il n'est alors pas possible de les modifier dans uMap.",
"Overpass supported expressions": "Expressions pour les requêtes Overpass",
"key (eg. building)": "clé (ex. building)",
"!key (eg. !name)": "!clé (ex. !name)",
"key=value (eg. building=yes)": "clé=valeur (ex. building=yes)",
"key!=value (eg. building!=yes)": "clé!=valeur (ex. building!=yes)",
"key~value (eg. name~Grisy)": "clé~valeur (ex. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"valeur|valeur2\" (ex. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "Plus d'infos sur la syntaxe Overpass",
"For more complex needs, see": "Pour les besoins plus avancés:",
"Choose data": "Choisir les données",
"Import helpers:": "Assistants d'import:",
"Choose the format": "Choisir le format",
"Choose the layer": "Choisir le calque",
"Layer name": "Nom du calque",
"Choose import mode": "Choisir le mode d'import",
"Copy into the layer": "Copier dans le calque",
"Link to the layer as remote data": "Associer au calque comme données distantes",
"Condition": "Condition",
"key=value or key!=value": "clé=valeur ou clé!=valeur",
"Are you sure you want to delete this rule?": "Confirmez-vous la suppression de cette règle ?",
"empty rule": "règle vide",
"Conditional style rules": "Règles de formatage conditionnelles",
"Add rule": "Ajouter une règle",
"Browser: data": "Explorateur: données",
"Browser: layers": "Explorateur: calques",
"Browser: filters": "Explorateur: filtres",
"Enable real-time collaboration": "Activer la collaboration temps réel",
"✅ Copied!": "✅ Copié!",
"Choose a dataset": "Choisir un jeu de données",
"Choose this dataset": "Choisir ce jeu de données",
"GeoDataMine: thematic data from OpenStreetMap": "GéoDataMine: données thématiques à partir d'OpenStreetMap",
"Choose a theme": "Choisir un thème",
"Symplify all geometries to points": "Simplifier les géométries en points",
"Choose this data": "Choisir ces données",
"Search admin boundary": "Chercher une limite administrative",
"Please choose a theme and a boundary first.": "Merci de choisir un thème et une limite administrative.",
"Expression": "Expression",
"Geometry mode": "Type de géométries",
"Only geometry centers": "Seulement les centres",
"Search area": "Chercher un coin",
"Type area name, or let empty to load data in current map view": "Entrer le nom d'un périmètre géographique, ou laisser vide pour utiliser la vue courante de la carte",
"Please define an expression for the query first": "Définir une expression pour la requête"
} }

View file

@ -48,16 +48,12 @@ const locale = {
"by": "por", "by": "por",
"Cache proxied request": "Solicitude de proxy da caché", "Cache proxied request": "Solicitude de proxy da caché",
"Cancel edits": "Desbotar as edicións", "Cancel edits": "Desbotar as edicións",
"Cancel": "Desbotar",
"Caption": "Subtítulo", "Caption": "Subtítulo",
"Center map on your location": "Centrar o mapa na túa ubicación", "Center map on your location": "Centrar o mapa na túa ubicación",
"Change map background": "Mudar o mapa do fondo", "Change map background": "Mudar o mapa do fondo",
"Change tilelayers": "Mudar as capas de teselas", "Change tilelayers": "Mudar as capas de teselas",
"Change": "Change", "Change": "Change",
"Choose a preset": "Escoller un predefinido",
"Choose the data format": "Escoller o formato de datos", "Choose the data format": "Escoller o formato de datos",
"Choose the format of the data to import": "Escoller o formato dos datos a importar",
"Choose the layer to import in": "Escoller a capa á que se importa",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@ const locale = {
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "Liña continua", "Continue line": "Liña continua",
"Coordinates": "Coordenadas", "Coordinates": "Coordenadas",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "Cretos", "Credits": "Cretos",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@ const locale = {
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Editar este elemento", "Edit this feature": "Editar este elemento",
"Edit": "Editar", "Edit": "Editar",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Incorporar o mapa", "Embed the map": "Incorporar o mapa",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@ const locale = {
"Image: {{http://image.url.com}}": "Imaxe: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Imaxe: {{http://image.url.com}}",
"Import data": "Importar datos", "Import data": "Importar datos",
"Import in a new layer": "Importar nunha nova capa", "Import in a new layer": "Importar nunha nova capa",
"Import": "Importar",
"Imports all umap data, including layers and settings.": "Importar tódolos datos do umap, incluíndo capas e axustes.", "Imports all umap data, including layers and settings.": "Importar tódolos datos do umap, incluíndo capas e axustes.",
"Include full screen link?": "Engadir a ligazón de pantalla completa?", "Include full screen link?": "Engadir a ligazón de pantalla completa?",
"Inherit": "Herdar", "Inherit": "Herdar",
@ -311,7 +304,6 @@ const locale = {
"Rename this property on all the features": "Renomear esta propiedade en tódolos elementos", "Rename this property on all the features": "Renomear esta propiedade en tódolos elementos",
"Replace layer content": "Substitúe o contido da capa", "Replace layer content": "Substitúe o contido da capa",
"Restore this version": "Restabelecer esta versión", "Restore this version": "Restabelecer esta versión",
"Save anyway": "Gardar de todos xeitos",
"Save current edits": "Gardar as edicións actuais", "Save current edits": "Gardar as edicións actuais",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Gardar este centrado e achegamento", "Save this center and zoom": "Gardar este centrado e achegamento",
@ -320,12 +312,9 @@ const locale = {
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Procurar localización", "Search location": "Procurar localización",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "Ollar pantalla completa", "See full screen": "Ollar pantalla completa",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Axústeo a falso para agochar esta capa da presentación ('slideshow'), o navegador de datos, a navegación da xanela emerxente...", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Axústeo a falso para agochar esta capa da presentación ('slideshow'), o navegador de datos, a navegación da xanela emerxente...",
"settings": "settings", "settings": "settings",
"Shape properties": "Propiedades da forma", "Shape properties": "Propiedades da forma",
@ -398,9 +387,7 @@ const locale = {
"Will be displayed in the bottom right corner of the map": "Amosarase na esquina inferior esquerda do mapa", "Will be displayed in the bottom right corner of the map": "Amosarase na esquina inferior esquerda do mapa",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Será visíbel no subtítulo do mapa", "Will be visible in the caption of the map": "Será visíbel no subtítulo do mapa",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Vaites! Alguén semella que editou os datos. Podes gardar de todos xeitos, pero isto vai eliminar as mudanzas feitas por outros.",
"yes": "si", "yes": "si",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Achegar", "Zoom in": "Achegar",
"Zoom level for automatic zooms": "Nivel de achegamento para achegamentos automáticos", "Zoom level for automatic zooms": "Nivel de achegamento para achegamentos automáticos",
"Zoom out": "Afastar", "Zoom out": "Afastar",
@ -444,9 +431,57 @@ const locale = {
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }
L.registerLocale("gl", locale) L.registerLocale("gl", locale)
L.setLocale("gl") L.setLocale("gl")

View file

@ -48,16 +48,12 @@
"by": "por", "by": "por",
"Cache proxied request": "Solicitude de proxy da caché", "Cache proxied request": "Solicitude de proxy da caché",
"Cancel edits": "Desbotar as edicións", "Cancel edits": "Desbotar as edicións",
"Cancel": "Desbotar",
"Caption": "Subtítulo", "Caption": "Subtítulo",
"Center map on your location": "Centrar o mapa na túa ubicación", "Center map on your location": "Centrar o mapa na túa ubicación",
"Change map background": "Mudar o mapa do fondo", "Change map background": "Mudar o mapa do fondo",
"Change tilelayers": "Mudar as capas de teselas", "Change tilelayers": "Mudar as capas de teselas",
"Change": "Change", "Change": "Change",
"Choose a preset": "Escoller un predefinido",
"Choose the data format": "Escoller o formato de datos", "Choose the data format": "Escoller o formato de datos",
"Choose the format of the data to import": "Escoller o formato dos datos a importar",
"Choose the layer to import in": "Escoller a capa á que se importa",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "Liña continua", "Continue line": "Liña continua",
"Coordinates": "Coordenadas", "Coordinates": "Coordenadas",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "Cretos", "Credits": "Cretos",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Editar este elemento", "Edit this feature": "Editar este elemento",
"Edit": "Editar", "Edit": "Editar",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Incorporar o mapa", "Embed the map": "Incorporar o mapa",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@
"Image: {{http://image.url.com}}": "Imaxe: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Imaxe: {{http://image.url.com}}",
"Import data": "Importar datos", "Import data": "Importar datos",
"Import in a new layer": "Importar nunha nova capa", "Import in a new layer": "Importar nunha nova capa",
"Import": "Importar",
"Imports all umap data, including layers and settings.": "Importar tódolos datos do umap, incluíndo capas e axustes.", "Imports all umap data, including layers and settings.": "Importar tódolos datos do umap, incluíndo capas e axustes.",
"Include full screen link?": "Engadir a ligazón de pantalla completa?", "Include full screen link?": "Engadir a ligazón de pantalla completa?",
"Inherit": "Herdar", "Inherit": "Herdar",
@ -311,7 +304,6 @@
"Rename this property on all the features": "Renomear esta propiedade en tódolos elementos", "Rename this property on all the features": "Renomear esta propiedade en tódolos elementos",
"Replace layer content": "Substitúe o contido da capa", "Replace layer content": "Substitúe o contido da capa",
"Restore this version": "Restabelecer esta versión", "Restore this version": "Restabelecer esta versión",
"Save anyway": "Gardar de todos xeitos",
"Save current edits": "Gardar as edicións actuais", "Save current edits": "Gardar as edicións actuais",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Gardar este centrado e achegamento", "Save this center and zoom": "Gardar este centrado e achegamento",
@ -320,12 +312,9 @@
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Procurar localización", "Search location": "Procurar localización",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "Ollar pantalla completa", "See full screen": "Ollar pantalla completa",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Axústeo a falso para agochar esta capa da presentación ('slideshow'), o navegador de datos, a navegación da xanela emerxente...", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Axústeo a falso para agochar esta capa da presentación ('slideshow'), o navegador de datos, a navegación da xanela emerxente...",
"settings": "settings", "settings": "settings",
"Shape properties": "Propiedades da forma", "Shape properties": "Propiedades da forma",
@ -398,9 +387,7 @@
"Will be displayed in the bottom right corner of the map": "Amosarase na esquina inferior esquerda do mapa", "Will be displayed in the bottom right corner of the map": "Amosarase na esquina inferior esquerda do mapa",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Será visíbel no subtítulo do mapa", "Will be visible in the caption of the map": "Será visíbel no subtítulo do mapa",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Vaites! Alguén semella que editou os datos. Podes gardar de todos xeitos, pero isto vai eliminar as mudanzas feitas por outros.",
"yes": "si", "yes": "si",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Achegar", "Zoom in": "Achegar",
"Zoom level for automatic zooms": "Nivel de achegamento para achegamentos automáticos", "Zoom level for automatic zooms": "Nivel de achegamento para achegamentos automáticos",
"Zoom out": "Afastar", "Zoom out": "Afastar",
@ -444,7 +431,55 @@
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }

View file

@ -48,16 +48,12 @@ const locale = {
"by": "מאת", "by": "מאת",
"Cache proxied request": "שמירת בקשות שעברו דרך המתווך במטמון", "Cache proxied request": "שמירת בקשות שעברו דרך המתווך במטמון",
"Cancel edits": "ביטול עריכות", "Cancel edits": "ביטול עריכות",
"Cancel": "ביטול",
"Caption": "כותרת", "Caption": "כותרת",
"Center map on your location": "מרכוז המפה על המיקום שלך", "Center map on your location": "מרכוז המפה על המיקום שלך",
"Change map background": "החלפת רקע המפה", "Change map background": "החלפת רקע המפה",
"Change tilelayers": "החלפת שכבות אריחים", "Change tilelayers": "החלפת שכבות אריחים",
"Change": "Change", "Change": "Change",
"Choose a preset": "נא לבחור ערכה",
"Choose the data format": "נא לבחור את מבנה הנתונים", "Choose the data format": "נא לבחור את מבנה הנתונים",
"Choose the format of the data to import": "נא לבחור את תצורת הנתונים לייבוא",
"Choose the layer to import in": "נא לבחור את השכבה אליה יתבצע הייבוא",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@ const locale = {
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "להמשיך את הקו", "Continue line": "להמשיך את הקו",
"Coordinates": "נקודות ציון", "Coordinates": "נקודות ציון",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "תודות", "Credits": "תודות",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@ const locale = {
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "עריכת תכונה זו", "Edit this feature": "עריכת תכונה זו",
"Edit": "עריכה", "Edit": "עריכה",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "הטמעת המפה", "Embed the map": "הטמעת המפה",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@ const locale = {
"Image: {{http://image.url.com}}": "תמונה: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "תמונה: {{http://image.url.com}}",
"Import data": "ייבוא נתונים", "Import data": "ייבוא נתונים",
"Import in a new layer": "ייבוא לשכבה חדשה", "Import in a new layer": "ייבוא לשכבה חדשה",
"Import": "ייבוא",
"Imports all umap data, including layers and settings.": "יבוצע ייבוא של כל הנתונים של umap לרבות שכבות והגדרות.", "Imports all umap data, including layers and settings.": "יבוצע ייבוא של כל הנתונים של umap לרבות שכבות והגדרות.",
"Include full screen link?": "לכלול קישור למסך מלא?", "Include full screen link?": "לכלול קישור למסך מלא?",
"Inherit": "ירושה", "Inherit": "ירושה",
@ -311,7 +304,6 @@ const locale = {
"Rename this property on all the features": "לשנות את המאפיין הזה בכל התכונות", "Rename this property on all the features": "לשנות את המאפיין הזה בכל התכונות",
"Replace layer content": "החלפת תוכן השכבה", "Replace layer content": "החלפת תוכן השכבה",
"Restore this version": "שחזור הגרסה הזו", "Restore this version": "שחזור הגרסה הזו",
"Save anyway": "לשמור בכל זאת",
"Save current edits": "לשמור את העריכות הנוכחיות", "Save current edits": "לשמור את העריכות הנוכחיות",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "לשמור את המרכז הזה ולהתקרב", "Save this center and zoom": "לשמור את המרכז הזה ולהתקרב",
@ -320,12 +312,9 @@ const locale = {
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "חיפוש מיקום", "Search location": "חיפוש מיקום",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "הצגת מסך מלא", "See full screen": "הצגת מסך מלא",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "יש להגדיר לשקר כדי להסתיר את השכבה הזאת מהמצגת, דפדפן הנתונים, הניווט המוקפץ…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "יש להגדיר לשקר כדי להסתיר את השכבה הזאת מהמצגת, דפדפן הנתונים, הניווט המוקפץ…",
"settings": "settings", "settings": "settings",
"Shape properties": "מאפייני צורה", "Shape properties": "מאפייני צורה",
@ -398,9 +387,7 @@ const locale = {
"Will be displayed in the bottom right corner of the map": "יוצג בפינה הימנית התחתונה של המפה", "Will be displayed in the bottom right corner of the map": "יוצג בפינה הימנית התחתונה של המפה",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "יופיע בכותרת המפה", "Will be visible in the caption of the map": "יופיע בכותרת המפה",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "אופסי! מישהו ערך את הנתונים שלך. עדיין ניתן לשמור אבל זה עשוי למחוק את השינויים שאחרים עשו.",
"yes": "כן", "yes": "כן",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "התקרבות", "Zoom in": "התקרבות",
"Zoom level for automatic zooms": "רמת תקריב לתקריבים אוטומטיים", "Zoom level for automatic zooms": "רמת תקריב לתקריבים אוטומטיים",
"Zoom out": "התרחקות", "Zoom out": "התרחקות",
@ -444,9 +431,57 @@ const locale = {
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }
L.registerLocale("he", locale) L.registerLocale("he", locale)
L.setLocale("he") L.setLocale("he")

View file

@ -48,16 +48,12 @@
"by": "מאת", "by": "מאת",
"Cache proxied request": "שמירת בקשות שעברו דרך המתווך במטמון", "Cache proxied request": "שמירת בקשות שעברו דרך המתווך במטמון",
"Cancel edits": "ביטול עריכות", "Cancel edits": "ביטול עריכות",
"Cancel": "ביטול",
"Caption": "כותרת", "Caption": "כותרת",
"Center map on your location": "מרכוז המפה על המיקום שלך", "Center map on your location": "מרכוז המפה על המיקום שלך",
"Change map background": "החלפת רקע המפה", "Change map background": "החלפת רקע המפה",
"Change tilelayers": "החלפת שכבות אריחים", "Change tilelayers": "החלפת שכבות אריחים",
"Change": "Change", "Change": "Change",
"Choose a preset": "נא לבחור ערכה",
"Choose the data format": "נא לבחור את מבנה הנתונים", "Choose the data format": "נא לבחור את מבנה הנתונים",
"Choose the format of the data to import": "נא לבחור את תצורת הנתונים לייבוא",
"Choose the layer to import in": "נא לבחור את השכבה אליה יתבצע הייבוא",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "להמשיך את הקו", "Continue line": "להמשיך את הקו",
"Coordinates": "נקודות ציון", "Coordinates": "נקודות ציון",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "תודות", "Credits": "תודות",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "עריכת תכונה זו", "Edit this feature": "עריכת תכונה זו",
"Edit": "עריכה", "Edit": "עריכה",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "הטמעת המפה", "Embed the map": "הטמעת המפה",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@
"Image: {{http://image.url.com}}": "תמונה: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "תמונה: {{http://image.url.com}}",
"Import data": "ייבוא נתונים", "Import data": "ייבוא נתונים",
"Import in a new layer": "ייבוא לשכבה חדשה", "Import in a new layer": "ייבוא לשכבה חדשה",
"Import": "ייבוא",
"Imports all umap data, including layers and settings.": "יבוצע ייבוא של כל הנתונים של umap לרבות שכבות והגדרות.", "Imports all umap data, including layers and settings.": "יבוצע ייבוא של כל הנתונים של umap לרבות שכבות והגדרות.",
"Include full screen link?": "לכלול קישור למסך מלא?", "Include full screen link?": "לכלול קישור למסך מלא?",
"Inherit": "ירושה", "Inherit": "ירושה",
@ -311,7 +304,6 @@
"Rename this property on all the features": "לשנות את המאפיין הזה בכל התכונות", "Rename this property on all the features": "לשנות את המאפיין הזה בכל התכונות",
"Replace layer content": "החלפת תוכן השכבה", "Replace layer content": "החלפת תוכן השכבה",
"Restore this version": "שחזור הגרסה הזו", "Restore this version": "שחזור הגרסה הזו",
"Save anyway": "לשמור בכל זאת",
"Save current edits": "לשמור את העריכות הנוכחיות", "Save current edits": "לשמור את העריכות הנוכחיות",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "לשמור את המרכז הזה ולהתקרב", "Save this center and zoom": "לשמור את המרכז הזה ולהתקרב",
@ -320,12 +312,9 @@
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "חיפוש מיקום", "Search location": "חיפוש מיקום",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "הצגת מסך מלא", "See full screen": "הצגת מסך מלא",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "יש להגדיר לשקר כדי להסתיר את השכבה הזאת מהמצגת, דפדפן הנתונים, הניווט המוקפץ…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "יש להגדיר לשקר כדי להסתיר את השכבה הזאת מהמצגת, דפדפן הנתונים, הניווט המוקפץ…",
"settings": "settings", "settings": "settings",
"Shape properties": "מאפייני צורה", "Shape properties": "מאפייני צורה",
@ -398,9 +387,7 @@
"Will be displayed in the bottom right corner of the map": "יוצג בפינה הימנית התחתונה של המפה", "Will be displayed in the bottom right corner of the map": "יוצג בפינה הימנית התחתונה של המפה",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "יופיע בכותרת המפה", "Will be visible in the caption of the map": "יופיע בכותרת המפה",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "אופסי! מישהו ערך את הנתונים שלך. עדיין ניתן לשמור אבל זה עשוי למחוק את השינויים שאחרים עשו.",
"yes": "כן", "yes": "כן",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "התקרבות", "Zoom in": "התקרבות",
"Zoom level for automatic zooms": "רמת תקריב לתקריבים אוטומטיים", "Zoom level for automatic zooms": "רמת תקריב לתקריבים אוטומטיים",
"Zoom out": "התרחקות", "Zoom out": "התרחקות",
@ -444,7 +431,55 @@
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }

View file

@ -48,16 +48,12 @@ const locale = {
"by": "by", "by": "by",
"Cache proxied request": "Cache proxied request", "Cache proxied request": "Cache proxied request",
"Cancel edits": "Cancel edits", "Cancel edits": "Cancel edits",
"Cancel": "Odustani",
"Caption": "Napomena", "Caption": "Napomena",
"Center map on your location": "Center map on your location", "Center map on your location": "Center map on your location",
"Change map background": "Promjeni pozadinu karte", "Change map background": "Promjeni pozadinu karte",
"Change tilelayers": "Promeni naslov layera", "Change tilelayers": "Promeni naslov layera",
"Change": "Change", "Change": "Change",
"Choose a preset": "Choose a preset",
"Choose the data format": "Odaberi format datuma", "Choose the data format": "Odaberi format datuma",
"Choose the format of the data to import": "Choose the format of the data to import",
"Choose the layer to import in": "Odaberi sloj za uvoz",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@ const locale = {
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "Continue line", "Continue line": "Continue line",
"Coordinates": "Coordinates", "Coordinates": "Coordinates",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "Credits", "Credits": "Credits",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@ const locale = {
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Edit this feature", "Edit this feature": "Edit this feature",
"Edit": "Urediti", "Edit": "Urediti",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Ugradi kartu", "Embed the map": "Ugradi kartu",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@ const locale = {
"Image: {{http://image.url.com}}": "slika {{http://slika.url.hr}}", "Image: {{http://image.url.com}}": "slika {{http://slika.url.hr}}",
"Import data": "Uvoz podataka", "Import data": "Uvoz podataka",
"Import in a new layer": "Import in a new layer", "Import in a new layer": "Import in a new layer",
"Import": "Uvoz",
"Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.",
"Include full screen link?": "Include full screen link?", "Include full screen link?": "Include full screen link?",
"Inherit": "Naslijedi", "Inherit": "Naslijedi",
@ -311,7 +304,6 @@ const locale = {
"Rename this property on all the features": "Rename this property on all the features", "Rename this property on all the features": "Rename this property on all the features",
"Replace layer content": "Replace layer content", "Replace layer content": "Replace layer content",
"Restore this version": "Restore this version", "Restore this version": "Restore this version",
"Save anyway": "Save anyway",
"Save current edits": "Save current edits", "Save current edits": "Save current edits",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Save this center and zoom", "Save this center and zoom": "Save this center and zoom",
@ -320,12 +312,9 @@ const locale = {
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Search location", "Search location": "Search location",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "See full screen", "See full screen": "See full screen",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"settings": "settings", "settings": "settings",
"Shape properties": "Shape properties", "Shape properties": "Shape properties",
@ -398,9 +387,7 @@ const locale = {
"Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Will be visible in the caption of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.",
"yes": "Da", "yes": "Da",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Uvećaj", "Zoom in": "Uvećaj",
"Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom level for automatic zooms": "Zoom level for automatic zooms",
"Zoom out": "Umanji", "Zoom out": "Umanji",
@ -444,9 +431,57 @@ const locale = {
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }
L.registerLocale("hr", locale) L.registerLocale("hr", locale)
L.setLocale("hr") L.setLocale("hr")

View file

@ -48,16 +48,12 @@
"by": "by", "by": "by",
"Cache proxied request": "Cache proxied request", "Cache proxied request": "Cache proxied request",
"Cancel edits": "Cancel edits", "Cancel edits": "Cancel edits",
"Cancel": "Odustani",
"Caption": "Napomena", "Caption": "Napomena",
"Center map on your location": "Center map on your location", "Center map on your location": "Center map on your location",
"Change map background": "Promjeni pozadinu karte", "Change map background": "Promjeni pozadinu karte",
"Change tilelayers": "Promeni naslov layera", "Change tilelayers": "Promeni naslov layera",
"Change": "Change", "Change": "Change",
"Choose a preset": "Choose a preset",
"Choose the data format": "Odaberi format datuma", "Choose the data format": "Odaberi format datuma",
"Choose the format of the data to import": "Choose the format of the data to import",
"Choose the layer to import in": "Odaberi sloj za uvoz",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "Continue line", "Continue line": "Continue line",
"Coordinates": "Coordinates", "Coordinates": "Coordinates",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "Credits", "Credits": "Credits",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Edit this feature", "Edit this feature": "Edit this feature",
"Edit": "Urediti", "Edit": "Urediti",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Ugradi kartu", "Embed the map": "Ugradi kartu",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@
"Image: {{http://image.url.com}}": "slika {{http://slika.url.hr}}", "Image: {{http://image.url.com}}": "slika {{http://slika.url.hr}}",
"Import data": "Uvoz podataka", "Import data": "Uvoz podataka",
"Import in a new layer": "Import in a new layer", "Import in a new layer": "Import in a new layer",
"Import": "Uvoz",
"Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.",
"Include full screen link?": "Include full screen link?", "Include full screen link?": "Include full screen link?",
"Inherit": "Naslijedi", "Inherit": "Naslijedi",
@ -311,7 +304,6 @@
"Rename this property on all the features": "Rename this property on all the features", "Rename this property on all the features": "Rename this property on all the features",
"Replace layer content": "Replace layer content", "Replace layer content": "Replace layer content",
"Restore this version": "Restore this version", "Restore this version": "Restore this version",
"Save anyway": "Save anyway",
"Save current edits": "Save current edits", "Save current edits": "Save current edits",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Save this center and zoom", "Save this center and zoom": "Save this center and zoom",
@ -320,12 +312,9 @@
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Search location", "Search location": "Search location",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "See full screen", "See full screen": "See full screen",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"settings": "settings", "settings": "settings",
"Shape properties": "Shape properties", "Shape properties": "Shape properties",
@ -398,9 +387,7 @@
"Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Will be visible in the caption of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.",
"yes": "Da", "yes": "Da",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Uvećaj", "Zoom in": "Uvećaj",
"Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom level for automatic zooms": "Zoom level for automatic zooms",
"Zoom out": "Umanji", "Zoom out": "Umanji",
@ -444,7 +431,55 @@
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }

View file

@ -48,16 +48,12 @@ const locale = {
"by": "- készítette:", "by": "- készítette:",
"Cache proxied request": "Proxy keresztül továbbított gyorsítótárkérés", "Cache proxied request": "Proxy keresztül továbbított gyorsítótárkérés",
"Cancel edits": "Szerkesztések elvetése", "Cancel edits": "Szerkesztések elvetése",
"Cancel": "Mégse",
"Caption": "Cím", "Caption": "Cím",
"Center map on your location": "A térkép közepének igazítása a saját pozícióhoz", "Center map on your location": "A térkép közepének igazítása a saját pozícióhoz",
"Change map background": "Térkép hátterének módosítása", "Change map background": "Térkép hátterének módosítása",
"Change tilelayers": "Mozaikrétegek módosítása", "Change tilelayers": "Mozaikrétegek módosítása",
"Change": "Módosítás", "Change": "Módosítás",
"Choose a preset": "Előbeállítás kiválasztása",
"Choose the data format": "Adatformátum kiválasztása", "Choose the data format": "Adatformátum kiválasztása",
"Choose the format of the data to import": "Importálandó adatok formátumának kiválasztása",
"Choose the layer to import in": "Importálandó réteg kiválasztása",
"Choropleth breakpoints": "Kartogram töréspontjai", "Choropleth breakpoints": "Kartogram töréspontjai",
"Choropleth classes": "Kartogram kategóriái", "Choropleth classes": "Kartogram kategóriái",
"Choropleth color palette": "Kartogram színskálája", "Choropleth color palette": "Kartogram színskálája",
@ -87,7 +83,6 @@ const locale = {
"Congratulations, your map has been created!": "Gratulálunk, a térképe elkészült!", "Congratulations, your map has been created!": "Gratulálunk, a térképe elkészült!",
"Continue line": "Vonal folytatása", "Continue line": "Vonal folytatása",
"Coordinates": "Koordináták", "Coordinates": "Koordináták",
"Copy link": "Link másolása",
"copy": "másolás", "copy": "másolás",
"Credits": "Alkotók", "Credits": "Alkotók",
"Current map view": "Jelenlegi térképnézet", "Current map view": "Jelenlegi térképnézet",
@ -152,7 +147,6 @@ const locale = {
"Edit the title of the map": "Térkép címének szerkesztése", "Edit the title of the map": "Térkép címének szerkesztése",
"Edit this feature": "Objektum szerkesztése", "Edit this feature": "Objektum szerkesztése",
"Edit": "Szerkesztés", "Edit": "Szerkesztés",
"Email": "E-mail",
"Embed and link options": "Beágyazási és linkelési beállítások", "Embed and link options": "Beágyazási és linkelési beállítások",
"Embed the map": "Térkép beágyazása", "Embed the map": "Térkép beágyazása",
"Emoji & Character": "Emoji vagy karakter", "Emoji & Character": "Emoji vagy karakter",
@ -200,7 +194,6 @@ const locale = {
"Image: {{http://image.url.com}}": "Kép: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Kép: {{http://image.url.com}}",
"Import data": "Adatok importálása", "Import data": "Adatok importálása",
"Import in a new layer": "Importálás új rétegbe", "Import in a new layer": "Importálás új rétegbe",
"Import": "Importálás",
"Imports all umap data, including layers and settings.": "Minden uMap-adatot (többek között a rétegeket és a beállításokat is) importálja.", "Imports all umap data, including layers and settings.": "Minden uMap-adatot (többek között a rétegeket és a beállításokat is) importálja.",
"Include full screen link?": "Tartalmazzon-e teljes képernyős nézetre vezető linket?", "Include full screen link?": "Tartalmazzon-e teljes képernyős nézetre vezető linket?",
"Inherit": "Öröklés", "Inherit": "Öröklés",
@ -311,7 +304,6 @@ const locale = {
"Rename this property on all the features": "Tulajdonság eltávolítása az összes objektumról", "Rename this property on all the features": "Tulajdonság eltávolítása az összes objektumról",
"Replace layer content": "Réteg tartalmának lecserélése", "Replace layer content": "Réteg tartalmának lecserélése",
"Restore this version": "Ennek a változatnak a visszaállítása", "Restore this version": "Ennek a változatnak a visszaállítása",
"Save anyway": "Mentés mindenképpen",
"Save current edits": "Jelenlegi szerkesztések mentése", "Save current edits": "Jelenlegi szerkesztések mentése",
"Save map": "Térkép mentése", "Save map": "Térkép mentése",
"Save this center and zoom": "Mentés a jelenlegi középponttal és nagyítással", "Save this center and zoom": "Mentés a jelenlegi középponttal és nagyítással",
@ -320,12 +312,9 @@ const locale = {
"Saved center and zoom": "Elmentett középpont és nagyítás", "Saved center and zoom": "Elmentett középpont és nagyítás",
"Search location": "Hely keresése", "Search location": "Hely keresése",
"Search": "Keresés", "Search": "Keresés",
"Secret edit link copied to clipboard!": "Titkos szerkesztési link a vágólapra másolva.",
"Secret edit link:": "Titkos szerkesztési link:", "Secret edit link:": "Titkos szerkesztési link:",
"See layers": "Rétegek megtekintése",
"See full screen": "Teljes képernyős nézet megtekintése", "See full screen": "Teljes képernyős nézet megtekintése",
"See on OpenStreetMap": "Megtekintés az OpenStreetMapen", "See on OpenStreetMap": "Megtekintés az OpenStreetMapen",
"Send me the link": "Link elküldése magamnak",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Állítsa hamisra, hogy elrejtse ezt a réteget a diavetítésből, az adatböngészőből, az előugró navigációból stb.", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Állítsa hamisra, hogy elrejtse ezt a réteget a diavetítésből, az adatböngészőből, az előugró navigációból stb.",
"settings": "beállítások", "settings": "beállítások",
"Shape properties": "Alakzat tulajdonságai", "Shape properties": "Alakzat tulajdonságai",
@ -398,9 +387,7 @@ const locale = {
"Will be displayed in the bottom right corner of the map": "A térkép jobb alsó sarkában fog megjelenni", "Will be displayed in the bottom right corner of the map": "A térkép jobb alsó sarkában fog megjelenni",
"Will be permanently visible in the bottom left corner of the map": "Mindig látható lesz a térkép bal alsó sarkában", "Will be permanently visible in the bottom left corner of the map": "Mindig látható lesz a térkép bal alsó sarkában",
"Will be visible in the caption of the map": "A térkép címsávjában fog megjelenni", "Will be visible in the caption of the map": "A térkép címsávjában fog megjelenni",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Ajjaj… Úgy tűnik, időközben valaki más is szerkesztette az adatokat. Ennek ellenére elmentheti őket, de ezzel az időközben mások által végzett módosítások el fognak veszni.",
"yes": "igen", "yes": "igen",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "A térképee elkészült! Mivel nincs bejelentkezve, itt egy titkos link a térkép szerkesztéséhez, kérjük, őrizze meg:",
"Zoom in": "Nagyítás", "Zoom in": "Nagyítás",
"Zoom level for automatic zooms": "Nagyítási szint automatikus nagyításoknál", "Zoom level for automatic zooms": "Nagyítási szint automatikus nagyításoknál",
"Zoom out": "Kicsinyítés", "Zoom out": "Kicsinyítés",
@ -444,9 +431,57 @@ const locale = {
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }
L.registerLocale("hu", locale) L.registerLocale("hu", locale)
L.setLocale("hu") L.setLocale("hu")

View file

@ -48,16 +48,12 @@
"by": "- készítette:", "by": "- készítette:",
"Cache proxied request": "Proxy keresztül továbbított gyorsítótárkérés", "Cache proxied request": "Proxy keresztül továbbított gyorsítótárkérés",
"Cancel edits": "Szerkesztések elvetése", "Cancel edits": "Szerkesztések elvetése",
"Cancel": "Mégse",
"Caption": "Cím", "Caption": "Cím",
"Center map on your location": "A térkép közepének igazítása a saját pozícióhoz", "Center map on your location": "A térkép közepének igazítása a saját pozícióhoz",
"Change map background": "Térkép hátterének módosítása", "Change map background": "Térkép hátterének módosítása",
"Change tilelayers": "Mozaikrétegek módosítása", "Change tilelayers": "Mozaikrétegek módosítása",
"Change": "Módosítás", "Change": "Módosítás",
"Choose a preset": "Előbeállítás kiválasztása",
"Choose the data format": "Adatformátum kiválasztása", "Choose the data format": "Adatformátum kiválasztása",
"Choose the format of the data to import": "Importálandó adatok formátumának kiválasztása",
"Choose the layer to import in": "Importálandó réteg kiválasztása",
"Choropleth breakpoints": "Kartogram töréspontjai", "Choropleth breakpoints": "Kartogram töréspontjai",
"Choropleth classes": "Kartogram kategóriái", "Choropleth classes": "Kartogram kategóriái",
"Choropleth color palette": "Kartogram színskálája", "Choropleth color palette": "Kartogram színskálája",
@ -87,7 +83,6 @@
"Congratulations, your map has been created!": "Gratulálunk, a térképe elkészült!", "Congratulations, your map has been created!": "Gratulálunk, a térképe elkészült!",
"Continue line": "Vonal folytatása", "Continue line": "Vonal folytatása",
"Coordinates": "Koordináták", "Coordinates": "Koordináták",
"Copy link": "Link másolása",
"copy": "másolás", "copy": "másolás",
"Credits": "Alkotók", "Credits": "Alkotók",
"Current map view": "Jelenlegi térképnézet", "Current map view": "Jelenlegi térképnézet",
@ -152,7 +147,6 @@
"Edit the title of the map": "Térkép címének szerkesztése", "Edit the title of the map": "Térkép címének szerkesztése",
"Edit this feature": "Objektum szerkesztése", "Edit this feature": "Objektum szerkesztése",
"Edit": "Szerkesztés", "Edit": "Szerkesztés",
"Email": "E-mail",
"Embed and link options": "Beágyazási és linkelési beállítások", "Embed and link options": "Beágyazási és linkelési beállítások",
"Embed the map": "Térkép beágyazása", "Embed the map": "Térkép beágyazása",
"Emoji & Character": "Emoji vagy karakter", "Emoji & Character": "Emoji vagy karakter",
@ -200,7 +194,6 @@
"Image: {{http://image.url.com}}": "Kép: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Kép: {{http://image.url.com}}",
"Import data": "Adatok importálása", "Import data": "Adatok importálása",
"Import in a new layer": "Importálás új rétegbe", "Import in a new layer": "Importálás új rétegbe",
"Import": "Importálás",
"Imports all umap data, including layers and settings.": "Minden uMap-adatot (többek között a rétegeket és a beállításokat is) importálja.", "Imports all umap data, including layers and settings.": "Minden uMap-adatot (többek között a rétegeket és a beállításokat is) importálja.",
"Include full screen link?": "Tartalmazzon-e teljes képernyős nézetre vezető linket?", "Include full screen link?": "Tartalmazzon-e teljes képernyős nézetre vezető linket?",
"Inherit": "Öröklés", "Inherit": "Öröklés",
@ -311,7 +304,6 @@
"Rename this property on all the features": "Tulajdonság eltávolítása az összes objektumról", "Rename this property on all the features": "Tulajdonság eltávolítása az összes objektumról",
"Replace layer content": "Réteg tartalmának lecserélése", "Replace layer content": "Réteg tartalmának lecserélése",
"Restore this version": "Ennek a változatnak a visszaállítása", "Restore this version": "Ennek a változatnak a visszaállítása",
"Save anyway": "Mentés mindenképpen",
"Save current edits": "Jelenlegi szerkesztések mentése", "Save current edits": "Jelenlegi szerkesztések mentése",
"Save map": "Térkép mentése", "Save map": "Térkép mentése",
"Save this center and zoom": "Mentés a jelenlegi középponttal és nagyítással", "Save this center and zoom": "Mentés a jelenlegi középponttal és nagyítással",
@ -320,12 +312,9 @@
"Saved center and zoom": "Elmentett középpont és nagyítás", "Saved center and zoom": "Elmentett középpont és nagyítás",
"Search location": "Hely keresése", "Search location": "Hely keresése",
"Search": "Keresés", "Search": "Keresés",
"Secret edit link copied to clipboard!": "Titkos szerkesztési link a vágólapra másolva.",
"Secret edit link:": "Titkos szerkesztési link:", "Secret edit link:": "Titkos szerkesztési link:",
"See layers": "Rétegek megtekintése",
"See full screen": "Teljes képernyős nézet megtekintése", "See full screen": "Teljes képernyős nézet megtekintése",
"See on OpenStreetMap": "Megtekintés az OpenStreetMapen", "See on OpenStreetMap": "Megtekintés az OpenStreetMapen",
"Send me the link": "Link elküldése magamnak",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Állítsa hamisra, hogy elrejtse ezt a réteget a diavetítésből, az adatböngészőből, az előugró navigációból stb.", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Állítsa hamisra, hogy elrejtse ezt a réteget a diavetítésből, az adatböngészőből, az előugró navigációból stb.",
"settings": "beállítások", "settings": "beállítások",
"Shape properties": "Alakzat tulajdonságai", "Shape properties": "Alakzat tulajdonságai",
@ -398,9 +387,7 @@
"Will be displayed in the bottom right corner of the map": "A térkép jobb alsó sarkában fog megjelenni", "Will be displayed in the bottom right corner of the map": "A térkép jobb alsó sarkában fog megjelenni",
"Will be permanently visible in the bottom left corner of the map": "Mindig látható lesz a térkép bal alsó sarkában", "Will be permanently visible in the bottom left corner of the map": "Mindig látható lesz a térkép bal alsó sarkában",
"Will be visible in the caption of the map": "A térkép címsávjában fog megjelenni", "Will be visible in the caption of the map": "A térkép címsávjában fog megjelenni",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Ajjaj… Úgy tűnik, időközben valaki más is szerkesztette az adatokat. Ennek ellenére elmentheti őket, de ezzel az időközben mások által végzett módosítások el fognak veszni.",
"yes": "igen", "yes": "igen",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "A térképee elkészült! Mivel nincs bejelentkezve, itt egy titkos link a térkép szerkesztéséhez, kérjük, őrizze meg:",
"Zoom in": "Nagyítás", "Zoom in": "Nagyítás",
"Zoom level for automatic zooms": "Nagyítási szint automatikus nagyításoknál", "Zoom level for automatic zooms": "Nagyítási szint automatikus nagyításoknál",
"Zoom out": "Kicsinyítés", "Zoom out": "Kicsinyítés",
@ -444,7 +431,55 @@
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }

View file

@ -48,16 +48,12 @@ const locale = {
"by": "by", "by": "by",
"Cache proxied request": "Cache proxied request", "Cache proxied request": "Cache proxied request",
"Cancel edits": "Cancel edits", "Cancel edits": "Cancel edits",
"Cancel": "Cancel",
"Caption": "Caption", "Caption": "Caption",
"Center map on your location": "Center map on your location", "Center map on your location": "Center map on your location",
"Change map background": "Change map background", "Change map background": "Change map background",
"Change tilelayers": "Change tilelayers", "Change tilelayers": "Change tilelayers",
"Change": "Change", "Change": "Change",
"Choose a preset": "Choose a preset",
"Choose the data format": "Choose the data format", "Choose the data format": "Choose the data format",
"Choose the format of the data to import": "Choose the format of the data to import",
"Choose the layer to import in": "Choose the layer to import in",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@ const locale = {
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "Continue line", "Continue line": "Continue line",
"Coordinates": "Coordinates", "Coordinates": "Coordinates",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "Credits", "Credits": "Credits",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@ const locale = {
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Edit this feature", "Edit this feature": "Edit this feature",
"Edit": "Edit", "Edit": "Edit",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Embed the map", "Embed the map": "Embed the map",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@ const locale = {
"Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}",
"Import data": "Import data", "Import data": "Import data",
"Import in a new layer": "Import in a new layer", "Import in a new layer": "Import in a new layer",
"Import": "Import",
"Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.",
"Include full screen link?": "Include full screen link?", "Include full screen link?": "Include full screen link?",
"Inherit": "Inherit", "Inherit": "Inherit",
@ -311,7 +304,6 @@ const locale = {
"Rename this property on all the features": "Rename this property on all the features", "Rename this property on all the features": "Rename this property on all the features",
"Replace layer content": "Replace layer content", "Replace layer content": "Replace layer content",
"Restore this version": "Restore this version", "Restore this version": "Restore this version",
"Save anyway": "Save anyway",
"Save current edits": "Save current edits", "Save current edits": "Save current edits",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Save this center and zoom", "Save this center and zoom": "Save this center and zoom",
@ -320,12 +312,9 @@ const locale = {
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Search location", "Search location": "Search location",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "See full screen", "See full screen": "See full screen",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"settings": "settings", "settings": "settings",
"Shape properties": "Shape properties", "Shape properties": "Shape properties",
@ -398,9 +387,7 @@ const locale = {
"Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Will be visible in the caption of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.",
"yes": "yes", "yes": "yes",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Zoom in", "Zoom in": "Zoom in",
"Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom level for automatic zooms": "Zoom level for automatic zooms",
"Zoom out": "Zoom out", "Zoom out": "Zoom out",
@ -444,9 +431,57 @@ const locale = {
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }
L.registerLocale("id", locale) L.registerLocale("id", locale)
L.setLocale("id") L.setLocale("id")

View file

@ -48,16 +48,12 @@
"by": "by", "by": "by",
"Cache proxied request": "Cache proxied request", "Cache proxied request": "Cache proxied request",
"Cancel edits": "Cancel edits", "Cancel edits": "Cancel edits",
"Cancel": "Cancel",
"Caption": "Caption", "Caption": "Caption",
"Center map on your location": "Center map on your location", "Center map on your location": "Center map on your location",
"Change map background": "Change map background", "Change map background": "Change map background",
"Change tilelayers": "Change tilelayers", "Change tilelayers": "Change tilelayers",
"Change": "Change", "Change": "Change",
"Choose a preset": "Choose a preset",
"Choose the data format": "Choose the data format", "Choose the data format": "Choose the data format",
"Choose the format of the data to import": "Choose the format of the data to import",
"Choose the layer to import in": "Choose the layer to import in",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "Continue line", "Continue line": "Continue line",
"Coordinates": "Coordinates", "Coordinates": "Coordinates",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "Credits", "Credits": "Credits",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Edit this feature", "Edit this feature": "Edit this feature",
"Edit": "Edit", "Edit": "Edit",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Embed the map", "Embed the map": "Embed the map",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@
"Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}",
"Import data": "Import data", "Import data": "Import data",
"Import in a new layer": "Import in a new layer", "Import in a new layer": "Import in a new layer",
"Import": "Import",
"Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.",
"Include full screen link?": "Include full screen link?", "Include full screen link?": "Include full screen link?",
"Inherit": "Inherit", "Inherit": "Inherit",
@ -311,7 +304,6 @@
"Rename this property on all the features": "Rename this property on all the features", "Rename this property on all the features": "Rename this property on all the features",
"Replace layer content": "Replace layer content", "Replace layer content": "Replace layer content",
"Restore this version": "Restore this version", "Restore this version": "Restore this version",
"Save anyway": "Save anyway",
"Save current edits": "Save current edits", "Save current edits": "Save current edits",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Save this center and zoom", "Save this center and zoom": "Save this center and zoom",
@ -320,12 +312,9 @@
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Search location", "Search location": "Search location",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "See full screen", "See full screen": "See full screen",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"settings": "settings", "settings": "settings",
"Shape properties": "Shape properties", "Shape properties": "Shape properties",
@ -398,9 +387,7 @@
"Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Will be visible in the caption of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.",
"yes": "yes", "yes": "yes",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Zoom in", "Zoom in": "Zoom in",
"Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom level for automatic zooms": "Zoom level for automatic zooms",
"Zoom out": "Zoom out", "Zoom out": "Zoom out",
@ -444,7 +431,55 @@
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }

View file

@ -48,16 +48,12 @@ const locale = {
"by": "eftir", "by": "eftir",
"Cache proxied request": "Setja milliþjónabeiðnir í skyndiminni", "Cache proxied request": "Setja milliþjónabeiðnir í skyndiminni",
"Cancel edits": "Hætta við breytingar", "Cancel edits": "Hætta við breytingar",
"Cancel": "Hætta við",
"Caption": "Skýringatexti", "Caption": "Skýringatexti",
"Center map on your location": "Miðjusetja kortið á staðsetningu þína", "Center map on your location": "Miðjusetja kortið á staðsetningu þína",
"Change map background": "Breyta bakgrunni landakorts", "Change map background": "Breyta bakgrunni landakorts",
"Change tilelayers": "Skipta um kortatíglalög", "Change tilelayers": "Skipta um kortatíglalög",
"Change": "Change", "Change": "Change",
"Choose a preset": "Veldu forstillingu",
"Choose the data format": "Veldu gagnasnið", "Choose the data format": "Veldu gagnasnið",
"Choose the format of the data to import": "Veldu snið á gögnum sem á að flytja inn",
"Choose the layer to import in": "Veldu lagið sem á að flytja inn í",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@ const locale = {
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "Halda áfram með línu", "Continue line": "Halda áfram með línu",
"Coordinates": "Hnit", "Coordinates": "Hnit",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "Framlög", "Credits": "Framlög",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@ const locale = {
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Breyta þessari fitju", "Edit this feature": "Breyta þessari fitju",
"Edit": "Breyta", "Edit": "Breyta",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Setja landakortið inn á vefsíðu", "Embed the map": "Setja landakortið inn á vefsíðu",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@ const locale = {
"Image: {{http://image.url.com}}": "Mynd: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Mynd: {{http://image.url.com}}",
"Import data": "Flytja inn gögn", "Import data": "Flytja inn gögn",
"Import in a new layer": "Flytja inn í nýtt lag", "Import in a new layer": "Flytja inn í nýtt lag",
"Import": "Flytja inn",
"Imports all umap data, including layers and settings.": "Flytur inn öll umap-gögn, þar með talin lög og stillingar.", "Imports all umap data, including layers and settings.": "Flytur inn öll umap-gögn, þar með talin lög og stillingar.",
"Include full screen link?": "Hafa með tengil á að fylla skjá?", "Include full screen link?": "Hafa með tengil á að fylla skjá?",
"Inherit": "Erfa", "Inherit": "Erfa",
@ -311,7 +304,6 @@ const locale = {
"Rename this property on all the features": "Endurnefna þetta eigindi á öllum fitjum", "Rename this property on all the features": "Endurnefna þetta eigindi á öllum fitjum",
"Replace layer content": "Skipta út innihaldi lagsins", "Replace layer content": "Skipta út innihaldi lagsins",
"Restore this version": "Endurheimta þessa útgáfu", "Restore this version": "Endurheimta þessa útgáfu",
"Save anyway": "Vista samt",
"Save current edits": "Vista fyrirliggjandi breytingar", "Save current edits": "Vista fyrirliggjandi breytingar",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Vista þessa miðju og aðdrátt", "Save this center and zoom": "Vista þessa miðju og aðdrátt",
@ -320,12 +312,9 @@ const locale = {
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Leita að staðsetningu", "Search location": "Leita að staðsetningu",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "Fylla skjáinn", "See full screen": "Fylla skjáinn",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Settu þetta sem ósatt til að fela þetta lag úr skyggnusýningu, gagnavafranum, sprettleiðsögn…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Settu þetta sem ósatt til að fela þetta lag úr skyggnusýningu, gagnavafranum, sprettleiðsögn…",
"settings": "settings", "settings": "settings",
"Shape properties": "Eiginleikar lögunar", "Shape properties": "Eiginleikar lögunar",
@ -398,9 +387,7 @@ const locale = {
"Will be displayed in the bottom right corner of the map": "Verður birt niðri í hægra horni kortsins", "Will be displayed in the bottom right corner of the map": "Verður birt niðri í hægra horni kortsins",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Verður sýnilegt í skýringatexta kortsins", "Will be visible in the caption of the map": "Verður sýnilegt í skýringatexta kortsins",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Úbbs! Það lítur út fyrir að einhver annar hafi breytt gögnunum. Þú getur samt vistað, en það mun hreinsa út breytingarnar sem hinn aðilinn gerði.",
"yes": "já", "yes": "já",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Renna að", "Zoom in": "Renna að",
"Zoom level for automatic zooms": "Aðdráttarstig fyrir sjálfvirkan aðdrátt", "Zoom level for automatic zooms": "Aðdráttarstig fyrir sjálfvirkan aðdrátt",
"Zoom out": "Renna frá", "Zoom out": "Renna frá",
@ -444,9 +431,57 @@ const locale = {
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }
L.registerLocale("is", locale) L.registerLocale("is", locale)
L.setLocale("is") L.setLocale("is")

View file

@ -48,16 +48,12 @@
"by": "eftir", "by": "eftir",
"Cache proxied request": "Setja milliþjónabeiðnir í skyndiminni", "Cache proxied request": "Setja milliþjónabeiðnir í skyndiminni",
"Cancel edits": "Hætta við breytingar", "Cancel edits": "Hætta við breytingar",
"Cancel": "Hætta við",
"Caption": "Skýringatexti", "Caption": "Skýringatexti",
"Center map on your location": "Miðjusetja kortið á staðsetningu þína", "Center map on your location": "Miðjusetja kortið á staðsetningu þína",
"Change map background": "Breyta bakgrunni landakorts", "Change map background": "Breyta bakgrunni landakorts",
"Change tilelayers": "Skipta um kortatíglalög", "Change tilelayers": "Skipta um kortatíglalög",
"Change": "Change", "Change": "Change",
"Choose a preset": "Veldu forstillingu",
"Choose the data format": "Veldu gagnasnið", "Choose the data format": "Veldu gagnasnið",
"Choose the format of the data to import": "Veldu snið á gögnum sem á að flytja inn",
"Choose the layer to import in": "Veldu lagið sem á að flytja inn í",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "Halda áfram með línu", "Continue line": "Halda áfram með línu",
"Coordinates": "Hnit", "Coordinates": "Hnit",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "Framlög", "Credits": "Framlög",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Breyta þessari fitju", "Edit this feature": "Breyta þessari fitju",
"Edit": "Breyta", "Edit": "Breyta",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Setja landakortið inn á vefsíðu", "Embed the map": "Setja landakortið inn á vefsíðu",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@
"Image: {{http://image.url.com}}": "Mynd: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Mynd: {{http://image.url.com}}",
"Import data": "Flytja inn gögn", "Import data": "Flytja inn gögn",
"Import in a new layer": "Flytja inn í nýtt lag", "Import in a new layer": "Flytja inn í nýtt lag",
"Import": "Flytja inn",
"Imports all umap data, including layers and settings.": "Flytur inn öll umap-gögn, þar með talin lög og stillingar.", "Imports all umap data, including layers and settings.": "Flytur inn öll umap-gögn, þar með talin lög og stillingar.",
"Include full screen link?": "Hafa með tengil á að fylla skjá?", "Include full screen link?": "Hafa með tengil á að fylla skjá?",
"Inherit": "Erfa", "Inherit": "Erfa",
@ -311,7 +304,6 @@
"Rename this property on all the features": "Endurnefna þetta eigindi á öllum fitjum", "Rename this property on all the features": "Endurnefna þetta eigindi á öllum fitjum",
"Replace layer content": "Skipta út innihaldi lagsins", "Replace layer content": "Skipta út innihaldi lagsins",
"Restore this version": "Endurheimta þessa útgáfu", "Restore this version": "Endurheimta þessa útgáfu",
"Save anyway": "Vista samt",
"Save current edits": "Vista fyrirliggjandi breytingar", "Save current edits": "Vista fyrirliggjandi breytingar",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Vista þessa miðju og aðdrátt", "Save this center and zoom": "Vista þessa miðju og aðdrátt",
@ -320,12 +312,9 @@
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Leita að staðsetningu", "Search location": "Leita að staðsetningu",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "Fylla skjáinn", "See full screen": "Fylla skjáinn",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Settu þetta sem ósatt til að fela þetta lag úr skyggnusýningu, gagnavafranum, sprettleiðsögn…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Settu þetta sem ósatt til að fela þetta lag úr skyggnusýningu, gagnavafranum, sprettleiðsögn…",
"settings": "settings", "settings": "settings",
"Shape properties": "Eiginleikar lögunar", "Shape properties": "Eiginleikar lögunar",
@ -398,9 +387,7 @@
"Will be displayed in the bottom right corner of the map": "Verður birt niðri í hægra horni kortsins", "Will be displayed in the bottom right corner of the map": "Verður birt niðri í hægra horni kortsins",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Verður sýnilegt í skýringatexta kortsins", "Will be visible in the caption of the map": "Verður sýnilegt í skýringatexta kortsins",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Úbbs! Það lítur út fyrir að einhver annar hafi breytt gögnunum. Þú getur samt vistað, en það mun hreinsa út breytingarnar sem hinn aðilinn gerði.",
"yes": "já", "yes": "já",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Renna að", "Zoom in": "Renna að",
"Zoom level for automatic zooms": "Aðdráttarstig fyrir sjálfvirkan aðdrátt", "Zoom level for automatic zooms": "Aðdráttarstig fyrir sjálfvirkan aðdrátt",
"Zoom out": "Renna frá", "Zoom out": "Renna frá",
@ -444,7 +431,55 @@
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }

View file

@ -48,16 +48,12 @@ const locale = {
"by": "di", "by": "di",
"Cache proxied request": "Usa la cache per le richieste proxy", "Cache proxied request": "Usa la cache per le richieste proxy",
"Cancel edits": "Annulla le modifiche", "Cancel edits": "Annulla le modifiche",
"Cancel": "Annulla",
"Caption": "Didascalia", "Caption": "Didascalia",
"Center map on your location": "Centra la mappa sulla tua posizione", "Center map on your location": "Centra la mappa sulla tua posizione",
"Change map background": "Cambia la mappa di sfondo", "Change map background": "Cambia la mappa di sfondo",
"Change tilelayers": "Cambia i livelli di sfondo", "Change tilelayers": "Cambia i livelli di sfondo",
"Change": "Cambia", "Change": "Cambia",
"Choose a preset": "Seleziona una preimpostazione",
"Choose the data format": "Scegli il formato dati", "Choose the data format": "Scegli il formato dati",
"Choose the format of the data to import": "Seleziona il formato dei dati da importare",
"Choose the layer to import in": "Seleziona su quale livello fare l'importazione",
"Choropleth breakpoints": "Punti di interruzione coropletici", "Choropleth breakpoints": "Punti di interruzione coropletici",
"Choropleth classes": "Classi coropletiche", "Choropleth classes": "Classi coropletiche",
"Choropleth color palette": "Palett dei colori coropletici", "Choropleth color palette": "Palett dei colori coropletici",
@ -87,7 +83,6 @@ const locale = {
"Congratulations, your map has been created!": "Complimenti, la tua mappa è stata creata!!!", "Congratulations, your map has been created!": "Complimenti, la tua mappa è stata creata!!!",
"Continue line": "Linea continua", "Continue line": "Linea continua",
"Coordinates": "Coordinate", "Coordinates": "Coordinate",
"Copy link": "Copia link",
"copy": "copia", "copy": "copia",
"Credits": "Ringraziamenti", "Credits": "Ringraziamenti",
"Current map view": "Vista della mappa corrente", "Current map view": "Vista della mappa corrente",
@ -152,7 +147,6 @@ const locale = {
"Edit the title of the map": "Modifica il titolo della mappa", "Edit the title of the map": "Modifica il titolo della mappa",
"Edit this feature": "Modifica quest'oggetto", "Edit this feature": "Modifica quest'oggetto",
"Edit": "Modifica", "Edit": "Modifica",
"Email": "Email",
"Embed and link options": "Opzioni di inclusione e collegamento", "Embed and link options": "Opzioni di inclusione e collegamento",
"Embed the map": "Includi la mappa", "Embed the map": "Includi la mappa",
"Emoji & Character": "Emoji & caratteri", "Emoji & Character": "Emoji & caratteri",
@ -200,7 +194,6 @@ const locale = {
"Image: {{http://image.url.com}}": "Immagini: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Immagini: {{http://image.url.com}}",
"Import data": "Importa dati", "Import data": "Importa dati",
"Import in a new layer": "Importa in un nuovo layer", "Import in a new layer": "Importa in un nuovo layer",
"Import": "Importa",
"Imports all umap data, including layers and settings.": "importa tutti i dati di umap compresi layer e le impostazioni", "Imports all umap data, including layers and settings.": "importa tutti i dati di umap compresi layer e le impostazioni",
"Include full screen link?": "inserire link per la vista a schemo intero?", "Include full screen link?": "inserire link per la vista a schemo intero?",
"Inherit": "Eredita", "Inherit": "Eredita",
@ -311,7 +304,6 @@ const locale = {
"Rename this property on all the features": "Rinomina questa proprietà in tutti gli oggetti", "Rename this property on all the features": "Rinomina questa proprietà in tutti gli oggetti",
"Replace layer content": "Sostituisci il contenuto del layer", "Replace layer content": "Sostituisci il contenuto del layer",
"Restore this version": "Ripristina questa versione", "Restore this version": "Ripristina questa versione",
"Save anyway": "Salva comunque",
"Save current edits": "Salva le modifiche effettuate", "Save current edits": "Salva le modifiche effettuate",
"Save map": "Salva mappa", "Save map": "Salva mappa",
"Save this center and zoom": "Salva il centro e lo zoom", "Save this center and zoom": "Salva il centro e lo zoom",
@ -320,12 +312,9 @@ const locale = {
"Saved center and zoom": "Centro e zoom salvati", "Saved center and zoom": "Centro e zoom salvati",
"Search location": "Cerca un luogo", "Search location": "Cerca un luogo",
"Search": "Ricerca", "Search": "Ricerca",
"Secret edit link copied to clipboard!": "Link della modifica segreta copiato in memoria!",
"Secret edit link:": "Link segreto per editare:", "Secret edit link:": "Link segreto per editare:",
"See layers": "See layers",
"See full screen": "Visualizza a schermo intero", "See full screen": "Visualizza a schermo intero",
"See on OpenStreetMap": "Vedi su OpenStreetMap", "See on OpenStreetMap": "Vedi su OpenStreetMap",
"Send me the link": "Inviami il link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Impostalo su false per nascondere questo layer dalla presentazione, dal browser dati, dalla navigazione popup...", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Impostalo su false per nascondere questo layer dalla presentazione, dal browser dati, dalla navigazione popup...",
"settings": "impostazioni", "settings": "impostazioni",
"Shape properties": "Proprietà della geometria", "Shape properties": "Proprietà della geometria",
@ -398,9 +387,7 @@ const locale = {
"Will be displayed in the bottom right corner of the map": "Sarà visualizzato in un angolo in basso a destra sulla mappa", "Will be displayed in the bottom right corner of the map": "Sarà visualizzato in un angolo in basso a destra sulla mappa",
"Will be permanently visible in the bottom left corner of the map": "Sarà permanentemente visibile nell'angolo in basso a sinistra della mappa", "Will be permanently visible in the bottom left corner of the map": "Sarà permanentemente visibile nell'angolo in basso a sinistra della mappa",
"Will be visible in the caption of the map": "Sarà visibile nella didascalia della mappa", "Will be visible in the caption of the map": "Sarà visibile nella didascalia della mappa",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "OPS! Qualcun altro sembra aver modificato i dati. È possibile comunque salvare, ma questo cancellerà le modifiche apportate da altri.",
"yes": "sì", "yes": "sì",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "La tua mappa è stata creata! Dato che non hai effettuato l'accesso, eccoti il link segreto per modificare la mappa, da tenere al sicuro:",
"Zoom in": "Ingrandisci", "Zoom in": "Ingrandisci",
"Zoom level for automatic zooms": "Livelli di zoom per zoom automatici", "Zoom level for automatic zooms": "Livelli di zoom per zoom automatici",
"Zoom out": "Rimpicciolisci", "Zoom out": "Rimpicciolisci",
@ -444,9 +431,57 @@ const locale = {
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }
L.registerLocale("it", locale) L.registerLocale("it", locale)
L.setLocale("it") L.setLocale("it")

View file

@ -48,16 +48,12 @@
"by": "di", "by": "di",
"Cache proxied request": "Usa la cache per le richieste proxy", "Cache proxied request": "Usa la cache per le richieste proxy",
"Cancel edits": "Annulla le modifiche", "Cancel edits": "Annulla le modifiche",
"Cancel": "Annulla",
"Caption": "Didascalia", "Caption": "Didascalia",
"Center map on your location": "Centra la mappa sulla tua posizione", "Center map on your location": "Centra la mappa sulla tua posizione",
"Change map background": "Cambia la mappa di sfondo", "Change map background": "Cambia la mappa di sfondo",
"Change tilelayers": "Cambia i livelli di sfondo", "Change tilelayers": "Cambia i livelli di sfondo",
"Change": "Cambia", "Change": "Cambia",
"Choose a preset": "Seleziona una preimpostazione",
"Choose the data format": "Scegli il formato dati", "Choose the data format": "Scegli il formato dati",
"Choose the format of the data to import": "Seleziona il formato dei dati da importare",
"Choose the layer to import in": "Seleziona su quale livello fare l'importazione",
"Choropleth breakpoints": "Punti di interruzione coropletici", "Choropleth breakpoints": "Punti di interruzione coropletici",
"Choropleth classes": "Classi coropletiche", "Choropleth classes": "Classi coropletiche",
"Choropleth color palette": "Palett dei colori coropletici", "Choropleth color palette": "Palett dei colori coropletici",
@ -87,7 +83,6 @@
"Congratulations, your map has been created!": "Complimenti, la tua mappa è stata creata!!!", "Congratulations, your map has been created!": "Complimenti, la tua mappa è stata creata!!!",
"Continue line": "Linea continua", "Continue line": "Linea continua",
"Coordinates": "Coordinate", "Coordinates": "Coordinate",
"Copy link": "Copia link",
"copy": "copia", "copy": "copia",
"Credits": "Ringraziamenti", "Credits": "Ringraziamenti",
"Current map view": "Vista della mappa corrente", "Current map view": "Vista della mappa corrente",
@ -152,7 +147,6 @@
"Edit the title of the map": "Modifica il titolo della mappa", "Edit the title of the map": "Modifica il titolo della mappa",
"Edit this feature": "Modifica quest'oggetto", "Edit this feature": "Modifica quest'oggetto",
"Edit": "Modifica", "Edit": "Modifica",
"Email": "Email",
"Embed and link options": "Opzioni di inclusione e collegamento", "Embed and link options": "Opzioni di inclusione e collegamento",
"Embed the map": "Includi la mappa", "Embed the map": "Includi la mappa",
"Emoji & Character": "Emoji & caratteri", "Emoji & Character": "Emoji & caratteri",
@ -200,7 +194,6 @@
"Image: {{http://image.url.com}}": "Immagini: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Immagini: {{http://image.url.com}}",
"Import data": "Importa dati", "Import data": "Importa dati",
"Import in a new layer": "Importa in un nuovo layer", "Import in a new layer": "Importa in un nuovo layer",
"Import": "Importa",
"Imports all umap data, including layers and settings.": "importa tutti i dati di umap compresi layer e le impostazioni", "Imports all umap data, including layers and settings.": "importa tutti i dati di umap compresi layer e le impostazioni",
"Include full screen link?": "inserire link per la vista a schemo intero?", "Include full screen link?": "inserire link per la vista a schemo intero?",
"Inherit": "Eredita", "Inherit": "Eredita",
@ -311,7 +304,6 @@
"Rename this property on all the features": "Rinomina questa proprietà in tutti gli oggetti", "Rename this property on all the features": "Rinomina questa proprietà in tutti gli oggetti",
"Replace layer content": "Sostituisci il contenuto del layer", "Replace layer content": "Sostituisci il contenuto del layer",
"Restore this version": "Ripristina questa versione", "Restore this version": "Ripristina questa versione",
"Save anyway": "Salva comunque",
"Save current edits": "Salva le modifiche effettuate", "Save current edits": "Salva le modifiche effettuate",
"Save map": "Salva mappa", "Save map": "Salva mappa",
"Save this center and zoom": "Salva il centro e lo zoom", "Save this center and zoom": "Salva il centro e lo zoom",
@ -320,12 +312,9 @@
"Saved center and zoom": "Centro e zoom salvati", "Saved center and zoom": "Centro e zoom salvati",
"Search location": "Cerca un luogo", "Search location": "Cerca un luogo",
"Search": "Ricerca", "Search": "Ricerca",
"Secret edit link copied to clipboard!": "Link della modifica segreta copiato in memoria!",
"Secret edit link:": "Link segreto per editare:", "Secret edit link:": "Link segreto per editare:",
"See layers": "See layers",
"See full screen": "Visualizza a schermo intero", "See full screen": "Visualizza a schermo intero",
"See on OpenStreetMap": "Vedi su OpenStreetMap", "See on OpenStreetMap": "Vedi su OpenStreetMap",
"Send me the link": "Inviami il link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Impostalo su false per nascondere questo layer dalla presentazione, dal browser dati, dalla navigazione popup...", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Impostalo su false per nascondere questo layer dalla presentazione, dal browser dati, dalla navigazione popup...",
"settings": "impostazioni", "settings": "impostazioni",
"Shape properties": "Proprietà della geometria", "Shape properties": "Proprietà della geometria",
@ -398,9 +387,7 @@
"Will be displayed in the bottom right corner of the map": "Sarà visualizzato in un angolo in basso a destra sulla mappa", "Will be displayed in the bottom right corner of the map": "Sarà visualizzato in un angolo in basso a destra sulla mappa",
"Will be permanently visible in the bottom left corner of the map": "Sarà permanentemente visibile nell'angolo in basso a sinistra della mappa", "Will be permanently visible in the bottom left corner of the map": "Sarà permanentemente visibile nell'angolo in basso a sinistra della mappa",
"Will be visible in the caption of the map": "Sarà visibile nella didascalia della mappa", "Will be visible in the caption of the map": "Sarà visibile nella didascalia della mappa",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "OPS! Qualcun altro sembra aver modificato i dati. È possibile comunque salvare, ma questo cancellerà le modifiche apportate da altri.",
"yes": "sì", "yes": "sì",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "La tua mappa è stata creata! Dato che non hai effettuato l'accesso, eccoti il link segreto per modificare la mappa, da tenere al sicuro:",
"Zoom in": "Ingrandisci", "Zoom in": "Ingrandisci",
"Zoom level for automatic zooms": "Livelli di zoom per zoom automatici", "Zoom level for automatic zooms": "Livelli di zoom per zoom automatici",
"Zoom out": "Rimpicciolisci", "Zoom out": "Rimpicciolisci",
@ -444,7 +431,55 @@
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }

View file

@ -48,16 +48,12 @@ const locale = {
"by": "by", "by": "by",
"Cache proxied request": "Cache proxied request", "Cache proxied request": "Cache proxied request",
"Cancel edits": "編集を破棄", "Cancel edits": "編集を破棄",
"Cancel": "キャンセル",
"Caption": "表題", "Caption": "表題",
"Center map on your location": "閲覧者の位置をマップの中心に設定", "Center map on your location": "閲覧者の位置をマップの中心に設定",
"Change map background": "背景地図を変更", "Change map background": "背景地図を変更",
"Change tilelayers": "タイルレイヤの変更", "Change tilelayers": "タイルレイヤの変更",
"Change": "Change", "Change": "Change",
"Choose a preset": "プリセット選択",
"Choose the data format": "データ形式選択", "Choose the data format": "データ形式選択",
"Choose the format of the data to import": "インポートデータ形式を選択",
"Choose the layer to import in": "インポート対象レイヤ選択",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@ const locale = {
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "ラインを延長", "Continue line": "ラインを延長",
"Coordinates": "位置情報", "Coordinates": "位置情報",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "制作", "Credits": "制作",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@ const locale = {
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "地物を編集", "Edit this feature": "地物を編集",
"Edit": "編集", "Edit": "編集",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "マップ埋め込み", "Embed the map": "マップ埋め込み",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@ const locale = {
"Image: {{http://image.url.com}}": "画像: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "画像: {{http://image.url.com}}",
"Import data": "データインポート", "Import data": "データインポート",
"Import in a new layer": "新規レイヤをインポート", "Import in a new layer": "新規レイヤをインポート",
"Import": "インポート",
"Imports all umap data, including layers and settings.": "umapのデータをすべてインポート(レイヤ、設定を含む)", "Imports all umap data, including layers and settings.": "umapのデータをすべてインポート(レイヤ、設定を含む)",
"Include full screen link?": "フルスクリーンのリンクを含める?", "Include full screen link?": "フルスクリーンのリンクを含める?",
"Inherit": "属性継承", "Inherit": "属性継承",
@ -311,7 +304,6 @@ const locale = {
"Rename this property on all the features": "すべての地物に対してこのプロパティ名を変更", "Rename this property on all the features": "すべての地物に対してこのプロパティ名を変更",
"Replace layer content": "レイヤ内容を差し替える", "Replace layer content": "レイヤ内容を差し替える",
"Restore this version": "このバージョンを復元する", "Restore this version": "このバージョンを復元する",
"Save anyway": "保存を再実行",
"Save current edits": "編集内容を保存", "Save current edits": "編集内容を保存",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "地図中心点とズームレベルを保存", "Save this center and zoom": "地図中心点とズームレベルを保存",
@ -320,12 +312,9 @@ const locale = {
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "地名で検索", "Search location": "地名で検索",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "フルスクリーン表示", "See full screen": "フルスクリーン表示",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"settings": "settings", "settings": "settings",
"Shape properties": "シェイプ表示プロパティ", "Shape properties": "シェイプ表示プロパティ",
@ -398,9 +387,7 @@ const locale = {
"Will be displayed in the bottom right corner of the map": "地図の右下に表示されます", "Will be displayed in the bottom right corner of the map": "地図の右下に表示されます",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "地図の脚注として表示されます", "Will be visible in the caption of the map": "地図の脚注として表示されます",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "おおおっと! 他の誰かがデータを編集したようです。あなたの編集内容をもう一度保存することもできますが、その場合、他の誰かが行った編集は削除されます。",
"yes": "はい", "yes": "はい",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "ズームイン", "Zoom in": "ズームイン",
"Zoom level for automatic zooms": "自動ズーム時のズームレベル", "Zoom level for automatic zooms": "自動ズーム時のズームレベル",
"Zoom out": "ズームアウト", "Zoom out": "ズームアウト",
@ -444,9 +431,57 @@ const locale = {
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }
L.registerLocale("ja", locale) L.registerLocale("ja", locale)
L.setLocale("ja") L.setLocale("ja")

View file

@ -48,16 +48,12 @@
"by": "by", "by": "by",
"Cache proxied request": "Cache proxied request", "Cache proxied request": "Cache proxied request",
"Cancel edits": "編集を破棄", "Cancel edits": "編集を破棄",
"Cancel": "キャンセル",
"Caption": "表題", "Caption": "表題",
"Center map on your location": "閲覧者の位置をマップの中心に設定", "Center map on your location": "閲覧者の位置をマップの中心に設定",
"Change map background": "背景地図を変更", "Change map background": "背景地図を変更",
"Change tilelayers": "タイルレイヤの変更", "Change tilelayers": "タイルレイヤの変更",
"Change": "Change", "Change": "Change",
"Choose a preset": "プリセット選択",
"Choose the data format": "データ形式選択", "Choose the data format": "データ形式選択",
"Choose the format of the data to import": "インポートデータ形式を選択",
"Choose the layer to import in": "インポート対象レイヤ選択",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "ラインを延長", "Continue line": "ラインを延長",
"Coordinates": "位置情報", "Coordinates": "位置情報",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "制作", "Credits": "制作",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "地物を編集", "Edit this feature": "地物を編集",
"Edit": "編集", "Edit": "編集",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "マップ埋め込み", "Embed the map": "マップ埋め込み",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@
"Image: {{http://image.url.com}}": "画像: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "画像: {{http://image.url.com}}",
"Import data": "データインポート", "Import data": "データインポート",
"Import in a new layer": "新規レイヤをインポート", "Import in a new layer": "新規レイヤをインポート",
"Import": "インポート",
"Imports all umap data, including layers and settings.": "umapのデータをすべてインポート(レイヤ、設定を含む)", "Imports all umap data, including layers and settings.": "umapのデータをすべてインポート(レイヤ、設定を含む)",
"Include full screen link?": "フルスクリーンのリンクを含める?", "Include full screen link?": "フルスクリーンのリンクを含める?",
"Inherit": "属性継承", "Inherit": "属性継承",
@ -311,7 +304,6 @@
"Rename this property on all the features": "すべての地物に対してこのプロパティ名を変更", "Rename this property on all the features": "すべての地物に対してこのプロパティ名を変更",
"Replace layer content": "レイヤ内容を差し替える", "Replace layer content": "レイヤ内容を差し替える",
"Restore this version": "このバージョンを復元する", "Restore this version": "このバージョンを復元する",
"Save anyway": "保存を再実行",
"Save current edits": "編集内容を保存", "Save current edits": "編集内容を保存",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "地図中心点とズームレベルを保存", "Save this center and zoom": "地図中心点とズームレベルを保存",
@ -320,12 +312,9 @@
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "地名で検索", "Search location": "地名で検索",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "フルスクリーン表示", "See full screen": "フルスクリーン表示",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"settings": "settings", "settings": "settings",
"Shape properties": "シェイプ表示プロパティ", "Shape properties": "シェイプ表示プロパティ",
@ -398,9 +387,7 @@
"Will be displayed in the bottom right corner of the map": "地図の右下に表示されます", "Will be displayed in the bottom right corner of the map": "地図の右下に表示されます",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "地図の脚注として表示されます", "Will be visible in the caption of the map": "地図の脚注として表示されます",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "おおおっと! 他の誰かがデータを編集したようです。あなたの編集内容をもう一度保存することもできますが、その場合、他の誰かが行った編集は削除されます。",
"yes": "はい", "yes": "はい",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "ズームイン", "Zoom in": "ズームイン",
"Zoom level for automatic zooms": "自動ズーム時のズームレベル", "Zoom level for automatic zooms": "自動ズーム時のズームレベル",
"Zoom out": "ズームアウト", "Zoom out": "ズームアウト",
@ -444,7 +431,55 @@
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }

View file

@ -48,16 +48,12 @@ const locale = {
"by": "by", "by": "by",
"Cache proxied request": "Cache proxied request", "Cache proxied request": "Cache proxied request",
"Cancel edits": "편집 내역 취소", "Cancel edits": "편집 내역 취소",
"Cancel": "취소",
"Caption": "캡션", "Caption": "캡션",
"Center map on your location": "지도에서 나의 위치를 가운데로 놓기", "Center map on your location": "지도에서 나의 위치를 가운데로 놓기",
"Change map background": "배경 지도 변경", "Change map background": "배경 지도 변경",
"Change tilelayers": "타일 레이어 변경", "Change tilelayers": "타일 레이어 변경",
"Change": "Change", "Change": "Change",
"Choose a preset": "프리셋 선택",
"Choose the data format": "데이터 포맷 선택", "Choose the data format": "데이터 포맷 선택",
"Choose the format of the data to import": "삽입할 데이터의 포맷 선택",
"Choose the layer to import in": "삽입할 레이어 선택",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@ const locale = {
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "Continue line", "Continue line": "Continue line",
"Coordinates": "Coordinates", "Coordinates": "Coordinates",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "Credits", "Credits": "Credits",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@ const locale = {
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Edit this feature", "Edit this feature": "Edit this feature",
"Edit": "Edit", "Edit": "Edit",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Embed the map", "Embed the map": "Embed the map",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@ const locale = {
"Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}",
"Import data": "Import data", "Import data": "Import data",
"Import in a new layer": "Import in a new layer", "Import in a new layer": "Import in a new layer",
"Import": "Import",
"Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.",
"Include full screen link?": "Include full screen link?", "Include full screen link?": "Include full screen link?",
"Inherit": "상속", "Inherit": "상속",
@ -311,7 +304,6 @@ const locale = {
"Rename this property on all the features": "Rename this property on all the features", "Rename this property on all the features": "Rename this property on all the features",
"Replace layer content": "Replace layer content", "Replace layer content": "Replace layer content",
"Restore this version": "Restore this version", "Restore this version": "Restore this version",
"Save anyway": "Save anyway",
"Save current edits": "Save current edits", "Save current edits": "Save current edits",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Save this center and zoom", "Save this center and zoom": "Save this center and zoom",
@ -320,12 +312,9 @@ const locale = {
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Search location", "Search location": "Search location",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "See full screen", "See full screen": "See full screen",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"settings": "settings", "settings": "settings",
"Shape properties": "Shape properties", "Shape properties": "Shape properties",
@ -398,9 +387,7 @@ const locale = {
"Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Will be visible in the caption of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.",
"yes": "예", "yes": "예",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Zoom in", "Zoom in": "Zoom in",
"Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom level for automatic zooms": "Zoom level for automatic zooms",
"Zoom out": "Zoom out", "Zoom out": "Zoom out",
@ -444,9 +431,57 @@ const locale = {
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }
L.registerLocale("ko", locale) L.registerLocale("ko", locale)
L.setLocale("ko") L.setLocale("ko")

View file

@ -48,16 +48,12 @@
"by": "by", "by": "by",
"Cache proxied request": "Cache proxied request", "Cache proxied request": "Cache proxied request",
"Cancel edits": "편집 내역 취소", "Cancel edits": "편집 내역 취소",
"Cancel": "취소",
"Caption": "캡션", "Caption": "캡션",
"Center map on your location": "지도에서 나의 위치를 가운데로 놓기", "Center map on your location": "지도에서 나의 위치를 가운데로 놓기",
"Change map background": "배경 지도 변경", "Change map background": "배경 지도 변경",
"Change tilelayers": "타일 레이어 변경", "Change tilelayers": "타일 레이어 변경",
"Change": "Change", "Change": "Change",
"Choose a preset": "프리셋 선택",
"Choose the data format": "데이터 포맷 선택", "Choose the data format": "데이터 포맷 선택",
"Choose the format of the data to import": "삽입할 데이터의 포맷 선택",
"Choose the layer to import in": "삽입할 레이어 선택",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "Continue line", "Continue line": "Continue line",
"Coordinates": "Coordinates", "Coordinates": "Coordinates",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "Credits", "Credits": "Credits",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Edit this feature", "Edit this feature": "Edit this feature",
"Edit": "Edit", "Edit": "Edit",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Embed the map", "Embed the map": "Embed the map",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@
"Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}",
"Import data": "Import data", "Import data": "Import data",
"Import in a new layer": "Import in a new layer", "Import in a new layer": "Import in a new layer",
"Import": "Import",
"Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.",
"Include full screen link?": "Include full screen link?", "Include full screen link?": "Include full screen link?",
"Inherit": "상속", "Inherit": "상속",
@ -311,7 +304,6 @@
"Rename this property on all the features": "Rename this property on all the features", "Rename this property on all the features": "Rename this property on all the features",
"Replace layer content": "Replace layer content", "Replace layer content": "Replace layer content",
"Restore this version": "Restore this version", "Restore this version": "Restore this version",
"Save anyway": "Save anyway",
"Save current edits": "Save current edits", "Save current edits": "Save current edits",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Save this center and zoom", "Save this center and zoom": "Save this center and zoom",
@ -320,12 +312,9 @@
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Search location", "Search location": "Search location",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "See full screen", "See full screen": "See full screen",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"settings": "settings", "settings": "settings",
"Shape properties": "Shape properties", "Shape properties": "Shape properties",
@ -398,9 +387,7 @@
"Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Will be visible in the caption of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.",
"yes": "예", "yes": "예",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Zoom in", "Zoom in": "Zoom in",
"Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom level for automatic zooms": "Zoom level for automatic zooms",
"Zoom out": "Zoom out", "Zoom out": "Zoom out",
@ -444,7 +431,55 @@
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }

View file

@ -48,16 +48,12 @@ const locale = {
"by": "pagal", "by": "pagal",
"Cache proxied request": "Cache proxied request", "Cache proxied request": "Cache proxied request",
"Cancel edits": "Atšaukti pakeitimus", "Cancel edits": "Atšaukti pakeitimus",
"Cancel": "Atšaukti",
"Caption": "Antraštė", "Caption": "Antraštė",
"Center map on your location": "Centruoti pagal Jūsų vietovę", "Center map on your location": "Centruoti pagal Jūsų vietovę",
"Change map background": "Keisti žemėlapio foną", "Change map background": "Keisti žemėlapio foną",
"Change tilelayers": "Pakeisti sluoksnius", "Change tilelayers": "Pakeisti sluoksnius",
"Change": "Change", "Change": "Change",
"Choose a preset": "Pasirinkite šabloną",
"Choose the data format": "Pasirinkite duomenų formatą", "Choose the data format": "Pasirinkite duomenų formatą",
"Choose the format of the data to import": "Pasirinkite importuojamų uomenų formatą",
"Choose the layer to import in": "Pasirinkite sluoksnį importavimui",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@ const locale = {
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "Continue line", "Continue line": "Continue line",
"Coordinates": "Koordinatės", "Coordinates": "Koordinatės",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "Apie kūrėjus", "Credits": "Apie kūrėjus",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@ const locale = {
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Redaguoti šį objektą", "Edit this feature": "Redaguoti šį objektą",
"Edit": "Redaguoti", "Edit": "Redaguoti",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Įsikelti šį žemėlapį", "Embed the map": "Įsikelti šį žemėlapį",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@ const locale = {
"Image: {{http://image.url.com}}": "Paveikslas: {{http://image.url.com/image.jpeg}}", "Image: {{http://image.url.com}}": "Paveikslas: {{http://image.url.com/image.jpeg}}",
"Import data": "Importuoti duomenis", "Import data": "Importuoti duomenis",
"Import in a new layer": "Importuoti naują sluoksnį", "Import in a new layer": "Importuoti naują sluoksnį",
"Import": "Importuoti",
"Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.",
"Include full screen link?": "Įtraukti nuorodą į viso ekrano vaizdą?", "Include full screen link?": "Įtraukti nuorodą į viso ekrano vaizdą?",
"Inherit": "Paveldėti", "Inherit": "Paveldėti",
@ -311,7 +304,6 @@ const locale = {
"Rename this property on all the features": "Pervadinti šią savybę visuose objektuose", "Rename this property on all the features": "Pervadinti šią savybę visuose objektuose",
"Replace layer content": "Replace layer content", "Replace layer content": "Replace layer content",
"Restore this version": "Restore this version", "Restore this version": "Restore this version",
"Save anyway": "Išsaugoti bet kuriuo atveju",
"Save current edits": "Išsaugoti pakeitimus", "Save current edits": "Išsaugoti pakeitimus",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Išsaugoti šį centrą ar mastelį.", "Save this center and zoom": "Išsaugoti šį centrą ar mastelį.",
@ -320,12 +312,9 @@ const locale = {
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Search location", "Search location": "Search location",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "Peržiūrėti per visą ekraną", "See full screen": "Peržiūrėti per visą ekraną",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"settings": "settings", "settings": "settings",
"Shape properties": "Shape properties", "Shape properties": "Shape properties",
@ -398,9 +387,7 @@ const locale = {
"Will be displayed in the bottom right corner of the map": "Bus rodomas apatiniame dešiniame žemėlapio kampe", "Will be displayed in the bottom right corner of the map": "Bus rodomas apatiniame dešiniame žemėlapio kampe",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Bus matoma žemėlapio antraštėje", "Will be visible in the caption of the map": "Bus matoma žemėlapio antraštėje",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Dėmesio! Kažkas kitas jau paredagavo šiuos duomenis. Jūs galite išsaugoti, bet tuomet bus prarasti kiti pakeitimai.",
"yes": "taip", "yes": "taip",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Padidinti mastelį", "Zoom in": "Padidinti mastelį",
"Zoom level for automatic zooms": "Priartinimo lygis automatiniui režimui", "Zoom level for automatic zooms": "Priartinimo lygis automatiniui režimui",
"Zoom out": "Didinti", "Zoom out": "Didinti",
@ -444,9 +431,57 @@ const locale = {
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }
L.registerLocale("lt", locale) L.registerLocale("lt", locale)
L.setLocale("lt") L.setLocale("lt")

View file

@ -48,16 +48,12 @@
"by": "pagal", "by": "pagal",
"Cache proxied request": "Cache proxied request", "Cache proxied request": "Cache proxied request",
"Cancel edits": "Atšaukti pakeitimus", "Cancel edits": "Atšaukti pakeitimus",
"Cancel": "Atšaukti",
"Caption": "Antraštė", "Caption": "Antraštė",
"Center map on your location": "Centruoti pagal Jūsų vietovę", "Center map on your location": "Centruoti pagal Jūsų vietovę",
"Change map background": "Keisti žemėlapio foną", "Change map background": "Keisti žemėlapio foną",
"Change tilelayers": "Pakeisti sluoksnius", "Change tilelayers": "Pakeisti sluoksnius",
"Change": "Change", "Change": "Change",
"Choose a preset": "Pasirinkite šabloną",
"Choose the data format": "Pasirinkite duomenų formatą", "Choose the data format": "Pasirinkite duomenų formatą",
"Choose the format of the data to import": "Pasirinkite importuojamų uomenų formatą",
"Choose the layer to import in": "Pasirinkite sluoksnį importavimui",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "Continue line", "Continue line": "Continue line",
"Coordinates": "Koordinatės", "Coordinates": "Koordinatės",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "Apie kūrėjus", "Credits": "Apie kūrėjus",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Redaguoti šį objektą", "Edit this feature": "Redaguoti šį objektą",
"Edit": "Redaguoti", "Edit": "Redaguoti",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Įsikelti šį žemėlapį", "Embed the map": "Įsikelti šį žemėlapį",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@
"Image: {{http://image.url.com}}": "Paveikslas: {{http://image.url.com/image.jpeg}}", "Image: {{http://image.url.com}}": "Paveikslas: {{http://image.url.com/image.jpeg}}",
"Import data": "Importuoti duomenis", "Import data": "Importuoti duomenis",
"Import in a new layer": "Importuoti naują sluoksnį", "Import in a new layer": "Importuoti naują sluoksnį",
"Import": "Importuoti",
"Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.",
"Include full screen link?": "Įtraukti nuorodą į viso ekrano vaizdą?", "Include full screen link?": "Įtraukti nuorodą į viso ekrano vaizdą?",
"Inherit": "Paveldėti", "Inherit": "Paveldėti",
@ -311,7 +304,6 @@
"Rename this property on all the features": "Pervadinti šią savybę visuose objektuose", "Rename this property on all the features": "Pervadinti šią savybę visuose objektuose",
"Replace layer content": "Replace layer content", "Replace layer content": "Replace layer content",
"Restore this version": "Restore this version", "Restore this version": "Restore this version",
"Save anyway": "Išsaugoti bet kuriuo atveju",
"Save current edits": "Išsaugoti pakeitimus", "Save current edits": "Išsaugoti pakeitimus",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Išsaugoti šį centrą ar mastelį.", "Save this center and zoom": "Išsaugoti šį centrą ar mastelį.",
@ -320,12 +312,9 @@
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Search location", "Search location": "Search location",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "Peržiūrėti per visą ekraną", "See full screen": "Peržiūrėti per visą ekraną",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"settings": "settings", "settings": "settings",
"Shape properties": "Shape properties", "Shape properties": "Shape properties",
@ -398,9 +387,7 @@
"Will be displayed in the bottom right corner of the map": "Bus rodomas apatiniame dešiniame žemėlapio kampe", "Will be displayed in the bottom right corner of the map": "Bus rodomas apatiniame dešiniame žemėlapio kampe",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Bus matoma žemėlapio antraštėje", "Will be visible in the caption of the map": "Bus matoma žemėlapio antraštėje",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Dėmesio! Kažkas kitas jau paredagavo šiuos duomenis. Jūs galite išsaugoti, bet tuomet bus prarasti kiti pakeitimai.",
"yes": "taip", "yes": "taip",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Padidinti mastelį", "Zoom in": "Padidinti mastelį",
"Zoom level for automatic zooms": "Priartinimo lygis automatiniui režimui", "Zoom level for automatic zooms": "Priartinimo lygis automatiniui režimui",
"Zoom out": "Didinti", "Zoom out": "Didinti",
@ -444,7 +431,55 @@
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }

View file

@ -48,16 +48,12 @@ const locale = {
"by": "oleh", "by": "oleh",
"Cache proxied request": "Cache permintaan diproksi", "Cache proxied request": "Cache permintaan diproksi",
"Cancel edits": "Batalkan suntingan", "Cancel edits": "Batalkan suntingan",
"Cancel": "Batal",
"Caption": "Keterangan", "Caption": "Keterangan",
"Center map on your location": "Ketengahkan peta ke kedudukan anda", "Center map on your location": "Ketengahkan peta ke kedudukan anda",
"Change map background": "Tukar latar belakang peta", "Change map background": "Tukar latar belakang peta",
"Change tilelayers": "Tukar lapisan jubin", "Change tilelayers": "Tukar lapisan jubin",
"Change": "Tukar", "Change": "Tukar",
"Choose a preset": "Pilih pratetapan",
"Choose the data format": "Pilih format data", "Choose the data format": "Pilih format data",
"Choose the format of the data to import": "Pilih format data yang ingin diimport",
"Choose the layer to import in": "Pilih lapisan untuk diimport",
"Choropleth breakpoints": "Titik putus koroplet", "Choropleth breakpoints": "Titik putus koroplet",
"Choropleth classes": "Kelas koroplet", "Choropleth classes": "Kelas koroplet",
"Choropleth color palette": "Palet warna koroplet", "Choropleth color palette": "Palet warna koroplet",
@ -87,7 +83,6 @@ const locale = {
"Congratulations, your map has been created!": "Tahniah, peta anda telah berjaya dicipta!", "Congratulations, your map has been created!": "Tahniah, peta anda telah berjaya dicipta!",
"Continue line": "Garis sambung", "Continue line": "Garis sambung",
"Coordinates": "Koordinat", "Coordinates": "Koordinat",
"Copy link": "Salin pautan",
"copy": "salin", "copy": "salin",
"Credits": "Penghargaan", "Credits": "Penghargaan",
"Current map view": "Paparan peta semasa", "Current map view": "Paparan peta semasa",
@ -152,7 +147,6 @@ const locale = {
"Edit the title of the map": "Sunting tajuk peta", "Edit the title of the map": "Sunting tajuk peta",
"Edit this feature": "Sunting sifat ini", "Edit this feature": "Sunting sifat ini",
"Edit": "Sunting", "Edit": "Sunting",
"Email": "E-mel",
"Embed and link options": "Pilihan benaman dan pautan", "Embed and link options": "Pilihan benaman dan pautan",
"Embed the map": "Benamkan peta", "Embed the map": "Benamkan peta",
"Emoji & Character": "Emoji & Aksara", "Emoji & Character": "Emoji & Aksara",
@ -200,7 +194,6 @@ const locale = {
"Image: {{http://image.url.com}}": "Imej: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Imej: {{http://image.url.com}}",
"Import data": "Import data", "Import data": "Import data",
"Import in a new layer": "Import ke lapisan baharu", "Import in a new layer": "Import ke lapisan baharu",
"Import": "Import",
"Imports all umap data, including layers and settings.": "Import semua data umap, termasuk lapisan dan tetapan.", "Imports all umap data, including layers and settings.": "Import semua data umap, termasuk lapisan dan tetapan.",
"Include full screen link?": "Sertakan pautan skrin penuh?", "Include full screen link?": "Sertakan pautan skrin penuh?",
"Inherit": "Warisi", "Inherit": "Warisi",
@ -311,7 +304,6 @@ const locale = {
"Rename this property on all the features": "Namakan semula ciri-ciri ini di kesemua sifat-sifat", "Rename this property on all the features": "Namakan semula ciri-ciri ini di kesemua sifat-sifat",
"Replace layer content": "Gantikan kandungan lapisan", "Replace layer content": "Gantikan kandungan lapisan",
"Restore this version": "Pulihkan versi ini", "Restore this version": "Pulihkan versi ini",
"Save anyway": "Simpan juga apa pun",
"Save current edits": "Simpan suntingan semasa", "Save current edits": "Simpan suntingan semasa",
"Save map": "Simpan peta", "Save map": "Simpan peta",
"Save this center and zoom": "Simpan kedudukan tengah dan zum ini", "Save this center and zoom": "Simpan kedudukan tengah dan zum ini",
@ -320,12 +312,9 @@ const locale = {
"Saved center and zoom": "Kedudukan tengah dan zum telah disimpan", "Saved center and zoom": "Kedudukan tengah dan zum telah disimpan",
"Search location": "Kedudukan carian", "Search location": "Kedudukan carian",
"Search": "Cari", "Search": "Cari",
"Secret edit link copied to clipboard!": "Pautan suntingan rahsia telah disalin ke papan keratan!",
"Secret edit link:": "Pautan suntingan rahsia:", "Secret edit link:": "Pautan suntingan rahsia:",
"See layers": "Lihat lapisan",
"See full screen": "Lihat skrin penuh", "See full screen": "Lihat skrin penuh",
"See on OpenStreetMap": "Lihat di OpenStreetMap", "See on OpenStreetMap": "Lihat di OpenStreetMap",
"Send me the link": "Hantarkan pautan kepada saya",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Tetapkan ke 'false' untuk menyembunyikan lapisan ini daripada persembahan slaid, pelayar data, navigasi timbul…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Tetapkan ke 'false' untuk menyembunyikan lapisan ini daripada persembahan slaid, pelayar data, navigasi timbul…",
"settings": "tetapan", "settings": "tetapan",
"Shape properties": "Ciri-ciri bentuk", "Shape properties": "Ciri-ciri bentuk",
@ -398,9 +387,7 @@ const locale = {
"Will be displayed in the bottom right corner of the map": "Akan dipaparkan di bucu kanan bawah peta", "Will be displayed in the bottom right corner of the map": "Akan dipaparkan di bucu kanan bawah peta",
"Will be permanently visible in the bottom left corner of the map": "Akan dipaparkan secara kekal di bucu kiri bawah peta", "Will be permanently visible in the bottom left corner of the map": "Akan dipaparkan secara kekal di bucu kiri bawah peta",
"Will be visible in the caption of the map": "Akan kelihatan dalam keterangan peta", "Will be visible in the caption of the map": "Akan kelihatan dalam keterangan peta",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Alamak! Nampaknya orang lain telah menyunting data. Anda boleh simpan juga, tetapi ini akan memadam perubahan yang dibuat oleh orang lain.",
"yes": "ya", "yes": "ya",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Peta anda telah berjaya dicipta! Memandangkan anda tidak log masuk, ini pautan rahsia anda untuk menyunting peta, sila simpannya dengan selamat:",
"Zoom in": "Zum masuk", "Zoom in": "Zum masuk",
"Zoom level for automatic zooms": "Tahap zum bagi zum automatik", "Zoom level for automatic zooms": "Tahap zum bagi zum automatik",
"Zoom out": "Zum keluar", "Zoom out": "Zum keluar",
@ -444,9 +431,57 @@ const locale = {
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }
L.registerLocale("ms", locale) L.registerLocale("ms", locale)
L.setLocale("ms") L.setLocale("ms")

View file

@ -48,16 +48,12 @@
"by": "oleh", "by": "oleh",
"Cache proxied request": "Cache permintaan diproksi", "Cache proxied request": "Cache permintaan diproksi",
"Cancel edits": "Batalkan suntingan", "Cancel edits": "Batalkan suntingan",
"Cancel": "Batal",
"Caption": "Keterangan", "Caption": "Keterangan",
"Center map on your location": "Ketengahkan peta ke kedudukan anda", "Center map on your location": "Ketengahkan peta ke kedudukan anda",
"Change map background": "Tukar latar belakang peta", "Change map background": "Tukar latar belakang peta",
"Change tilelayers": "Tukar lapisan jubin", "Change tilelayers": "Tukar lapisan jubin",
"Change": "Tukar", "Change": "Tukar",
"Choose a preset": "Pilih pratetapan",
"Choose the data format": "Pilih format data", "Choose the data format": "Pilih format data",
"Choose the format of the data to import": "Pilih format data yang ingin diimport",
"Choose the layer to import in": "Pilih lapisan untuk diimport",
"Choropleth breakpoints": "Titik putus koroplet", "Choropleth breakpoints": "Titik putus koroplet",
"Choropleth classes": "Kelas koroplet", "Choropleth classes": "Kelas koroplet",
"Choropleth color palette": "Palet warna koroplet", "Choropleth color palette": "Palet warna koroplet",
@ -87,7 +83,6 @@
"Congratulations, your map has been created!": "Tahniah, peta anda telah berjaya dicipta!", "Congratulations, your map has been created!": "Tahniah, peta anda telah berjaya dicipta!",
"Continue line": "Garis sambung", "Continue line": "Garis sambung",
"Coordinates": "Koordinat", "Coordinates": "Koordinat",
"Copy link": "Salin pautan",
"copy": "salin", "copy": "salin",
"Credits": "Penghargaan", "Credits": "Penghargaan",
"Current map view": "Paparan peta semasa", "Current map view": "Paparan peta semasa",
@ -152,7 +147,6 @@
"Edit the title of the map": "Sunting tajuk peta", "Edit the title of the map": "Sunting tajuk peta",
"Edit this feature": "Sunting sifat ini", "Edit this feature": "Sunting sifat ini",
"Edit": "Sunting", "Edit": "Sunting",
"Email": "E-mel",
"Embed and link options": "Pilihan benaman dan pautan", "Embed and link options": "Pilihan benaman dan pautan",
"Embed the map": "Benamkan peta", "Embed the map": "Benamkan peta",
"Emoji & Character": "Emoji & Aksara", "Emoji & Character": "Emoji & Aksara",
@ -200,7 +194,6 @@
"Image: {{http://image.url.com}}": "Imej: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Imej: {{http://image.url.com}}",
"Import data": "Import data", "Import data": "Import data",
"Import in a new layer": "Import ke lapisan baharu", "Import in a new layer": "Import ke lapisan baharu",
"Import": "Import",
"Imports all umap data, including layers and settings.": "Import semua data umap, termasuk lapisan dan tetapan.", "Imports all umap data, including layers and settings.": "Import semua data umap, termasuk lapisan dan tetapan.",
"Include full screen link?": "Sertakan pautan skrin penuh?", "Include full screen link?": "Sertakan pautan skrin penuh?",
"Inherit": "Warisi", "Inherit": "Warisi",
@ -311,7 +304,6 @@
"Rename this property on all the features": "Namakan semula ciri-ciri ini di kesemua sifat-sifat", "Rename this property on all the features": "Namakan semula ciri-ciri ini di kesemua sifat-sifat",
"Replace layer content": "Gantikan kandungan lapisan", "Replace layer content": "Gantikan kandungan lapisan",
"Restore this version": "Pulihkan versi ini", "Restore this version": "Pulihkan versi ini",
"Save anyway": "Simpan juga apa pun",
"Save current edits": "Simpan suntingan semasa", "Save current edits": "Simpan suntingan semasa",
"Save map": "Simpan peta", "Save map": "Simpan peta",
"Save this center and zoom": "Simpan kedudukan tengah dan zum ini", "Save this center and zoom": "Simpan kedudukan tengah dan zum ini",
@ -320,12 +312,9 @@
"Saved center and zoom": "Kedudukan tengah dan zum telah disimpan", "Saved center and zoom": "Kedudukan tengah dan zum telah disimpan",
"Search location": "Kedudukan carian", "Search location": "Kedudukan carian",
"Search": "Cari", "Search": "Cari",
"Secret edit link copied to clipboard!": "Pautan suntingan rahsia telah disalin ke papan keratan!",
"Secret edit link:": "Pautan suntingan rahsia:", "Secret edit link:": "Pautan suntingan rahsia:",
"See layers": "Lihat lapisan",
"See full screen": "Lihat skrin penuh", "See full screen": "Lihat skrin penuh",
"See on OpenStreetMap": "Lihat di OpenStreetMap", "See on OpenStreetMap": "Lihat di OpenStreetMap",
"Send me the link": "Hantarkan pautan kepada saya",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Tetapkan ke 'false' untuk menyembunyikan lapisan ini daripada persembahan slaid, pelayar data, navigasi timbul…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Tetapkan ke 'false' untuk menyembunyikan lapisan ini daripada persembahan slaid, pelayar data, navigasi timbul…",
"settings": "tetapan", "settings": "tetapan",
"Shape properties": "Ciri-ciri bentuk", "Shape properties": "Ciri-ciri bentuk",
@ -398,9 +387,7 @@
"Will be displayed in the bottom right corner of the map": "Akan dipaparkan di bucu kanan bawah peta", "Will be displayed in the bottom right corner of the map": "Akan dipaparkan di bucu kanan bawah peta",
"Will be permanently visible in the bottom left corner of the map": "Akan dipaparkan secara kekal di bucu kiri bawah peta", "Will be permanently visible in the bottom left corner of the map": "Akan dipaparkan secara kekal di bucu kiri bawah peta",
"Will be visible in the caption of the map": "Akan kelihatan dalam keterangan peta", "Will be visible in the caption of the map": "Akan kelihatan dalam keterangan peta",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Alamak! Nampaknya orang lain telah menyunting data. Anda boleh simpan juga, tetapi ini akan memadam perubahan yang dibuat oleh orang lain.",
"yes": "ya", "yes": "ya",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Peta anda telah berjaya dicipta! Memandangkan anda tidak log masuk, ini pautan rahsia anda untuk menyunting peta, sila simpannya dengan selamat:",
"Zoom in": "Zum masuk", "Zoom in": "Zum masuk",
"Zoom level for automatic zooms": "Tahap zum bagi zum automatik", "Zoom level for automatic zooms": "Tahap zum bagi zum automatik",
"Zoom out": "Zum keluar", "Zoom out": "Zum keluar",
@ -444,7 +431,55 @@
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }

View file

@ -48,16 +48,12 @@ const locale = {
"by": "door", "by": "door",
"Cache proxied request": "Cache proxied request", "Cache proxied request": "Cache proxied request",
"Cancel edits": "Bewerkingen annuleren", "Cancel edits": "Bewerkingen annuleren",
"Cancel": "Annuleren",
"Caption": "Hoofding", "Caption": "Hoofding",
"Center map on your location": "Centreer kaart op je locatie", "Center map on your location": "Centreer kaart op je locatie",
"Change map background": "Verander kaartachtergrond", "Change map background": "Verander kaartachtergrond",
"Change tilelayers": "Andere kaartachtergrond instellen", "Change tilelayers": "Andere kaartachtergrond instellen",
"Change": "Veranderen", "Change": "Veranderen",
"Choose a preset": "Kies een voorkeuzeinstelling",
"Choose the data format": "Gegevensformaat selecteren", "Choose the data format": "Gegevensformaat selecteren",
"Choose the format of the data to import": "Kies het formaat van de te importeren gegevens",
"Choose the layer to import in": "Kies de laag om in te importeren",
"Choropleth breakpoints": "Choropleten verdeelpunten", "Choropleth breakpoints": "Choropleten verdeelpunten",
"Choropleth classes": "Choropleten klassen", "Choropleth classes": "Choropleten klassen",
"Choropleth color palette": "Choropleten kleurenpalet", "Choropleth color palette": "Choropleten kleurenpalet",
@ -87,7 +83,6 @@ const locale = {
"Congratulations, your map has been created!": "Proficiat, je kaart is aangemaakt!", "Congratulations, your map has been created!": "Proficiat, je kaart is aangemaakt!",
"Continue line": "Ga door met deze lijn", "Continue line": "Ga door met deze lijn",
"Coordinates": "Coördinaten", "Coordinates": "Coördinaten",
"Copy link": "Kopieer de link",
"copy": "kopieer", "copy": "kopieer",
"Credits": "Bronvermelding", "Credits": "Bronvermelding",
"Current map view": "Huidige kaartweergave", "Current map view": "Huidige kaartweergave",
@ -152,7 +147,6 @@ const locale = {
"Edit the title of the map": "Bewerk de titel van de kaart", "Edit the title of the map": "Bewerk de titel van de kaart",
"Edit this feature": "Dit object bewerken", "Edit this feature": "Dit object bewerken",
"Edit": "Bewerken", "Edit": "Bewerken",
"Email": "Email",
"Embed and link options": "Invoegtoepassing- en linkopties", "Embed and link options": "Invoegtoepassing- en linkopties",
"Embed the map": "Kaart inbedden", "Embed the map": "Kaart inbedden",
"Emoji & Character": "Emoji & karakter", "Emoji & Character": "Emoji & karakter",
@ -200,7 +194,6 @@ const locale = {
"Image: {{http://image.url.com}}": "Afbeelding: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Afbeelding: {{http://image.url.com}}",
"Import data": "Gegevens importeren", "Import data": "Gegevens importeren",
"Import in a new layer": "Importeer in een nieuwe laag", "Import in a new layer": "Importeer in een nieuwe laag",
"Import": "Importeer",
"Imports all umap data, including layers and settings.": "Importeert alle umap gegevens, inclusief lagen en instellingen", "Imports all umap data, including layers and settings.": "Importeert alle umap gegevens, inclusief lagen en instellingen",
"Include full screen link?": "Link voor volledig scherm meegeven?", "Include full screen link?": "Link voor volledig scherm meegeven?",
"Inherit": "Overerving", "Inherit": "Overerving",
@ -311,7 +304,6 @@ const locale = {
"Rename this property on all the features": "Wijzig de naam van deze eigenschap over al de objecten", "Rename this property on all the features": "Wijzig de naam van deze eigenschap over al de objecten",
"Replace layer content": "Vervang de inhoud van de laag", "Replace layer content": "Vervang de inhoud van de laag",
"Restore this version": "Keer terug naar deze versie", "Restore this version": "Keer terug naar deze versie",
"Save anyway": "Sla toch op",
"Save current edits": "Huidige bewerkingen opslaan", "Save current edits": "Huidige bewerkingen opslaan",
"Save map": "Kaart opslaan", "Save map": "Kaart opslaan",
"Save this center and zoom": "Bewaar deze positie op de kaart en het zoomniveau", "Save this center and zoom": "Bewaar deze positie op de kaart en het zoomniveau",
@ -320,12 +312,9 @@ const locale = {
"Saved center and zoom": "Midden en zoom bewaard", "Saved center and zoom": "Midden en zoom bewaard",
"Search location": "Zoek locatie", "Search location": "Zoek locatie",
"Search": "Zoeken", "Search": "Zoeken",
"Secret edit link copied to clipboard!": "Geheime editeer-link is gekopieerd naar het klembord!",
"Secret edit link:": "Geheime editeer-link", "Secret edit link:": "Geheime editeer-link",
"See layers": "See layers",
"See full screen": "Op volledig scherm weergeven", "See full screen": "Op volledig scherm weergeven",
"See on OpenStreetMap": "Bekijk op OpenStreetMap", "See on OpenStreetMap": "Bekijk op OpenStreetMap",
"Send me the link": "Stuur me de link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Zet op onwaar ('false') om deze laag te verbergen in de slideshow, data verkenner, popup navigatie, ...", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Zet op onwaar ('false') om deze laag te verbergen in de slideshow, data verkenner, popup navigatie, ...",
"settings": "instellingen", "settings": "instellingen",
"Shape properties": "Eigenschappen van de vorm", "Shape properties": "Eigenschappen van de vorm",
@ -398,9 +387,7 @@ const locale = {
"Will be displayed in the bottom right corner of the map": "Zal getoond worden in de rechter onderhoek van de kaart", "Will be displayed in the bottom right corner of the map": "Zal getoond worden in de rechter onderhoek van de kaart",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Zal getoond worden in de hoofding van de kaart", "Will be visible in the caption of the map": "Zal getoond worden in de hoofding van de kaart",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Oei! Iemand anders lijkt de kaart ook bewerkt te hebben. Je kan opslaan, maar dat zal eerdere wijzigingen overschrijven.",
"yes": "ja", "yes": "ja",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Je kaart is aangemaakt! Omdat je niet ingelogged bent, krijg je onderstaande geheime link, die je goed moet bewaren om later de kaart nog te kunnen bijwerken:",
"Zoom in": "Inzoomen", "Zoom in": "Inzoomen",
"Zoom level for automatic zooms": "Schaalniveau voor automatische zooms", "Zoom level for automatic zooms": "Schaalniveau voor automatische zooms",
"Zoom out": "Uitzoomen", "Zoom out": "Uitzoomen",
@ -444,9 +431,57 @@ const locale = {
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }
L.registerLocale("nl", locale) L.registerLocale("nl", locale)
L.setLocale("nl") L.setLocale("nl")

View file

@ -48,16 +48,12 @@
"by": "door", "by": "door",
"Cache proxied request": "Cache proxied request", "Cache proxied request": "Cache proxied request",
"Cancel edits": "Bewerkingen annuleren", "Cancel edits": "Bewerkingen annuleren",
"Cancel": "Annuleren",
"Caption": "Hoofding", "Caption": "Hoofding",
"Center map on your location": "Centreer kaart op je locatie", "Center map on your location": "Centreer kaart op je locatie",
"Change map background": "Verander kaartachtergrond", "Change map background": "Verander kaartachtergrond",
"Change tilelayers": "Andere kaartachtergrond instellen", "Change tilelayers": "Andere kaartachtergrond instellen",
"Change": "Veranderen", "Change": "Veranderen",
"Choose a preset": "Kies een voorkeuzeinstelling",
"Choose the data format": "Gegevensformaat selecteren", "Choose the data format": "Gegevensformaat selecteren",
"Choose the format of the data to import": "Kies het formaat van de te importeren gegevens",
"Choose the layer to import in": "Kies de laag om in te importeren",
"Choropleth breakpoints": "Choropleten verdeelpunten", "Choropleth breakpoints": "Choropleten verdeelpunten",
"Choropleth classes": "Choropleten klassen", "Choropleth classes": "Choropleten klassen",
"Choropleth color palette": "Choropleten kleurenpalet", "Choropleth color palette": "Choropleten kleurenpalet",
@ -87,7 +83,6 @@
"Congratulations, your map has been created!": "Proficiat, je kaart is aangemaakt!", "Congratulations, your map has been created!": "Proficiat, je kaart is aangemaakt!",
"Continue line": "Ga door met deze lijn", "Continue line": "Ga door met deze lijn",
"Coordinates": "Coördinaten", "Coordinates": "Coördinaten",
"Copy link": "Kopieer de link",
"copy": "kopieer", "copy": "kopieer",
"Credits": "Bronvermelding", "Credits": "Bronvermelding",
"Current map view": "Huidige kaartweergave", "Current map view": "Huidige kaartweergave",
@ -152,7 +147,6 @@
"Edit the title of the map": "Bewerk de titel van de kaart", "Edit the title of the map": "Bewerk de titel van de kaart",
"Edit this feature": "Dit object bewerken", "Edit this feature": "Dit object bewerken",
"Edit": "Bewerken", "Edit": "Bewerken",
"Email": "Email",
"Embed and link options": "Invoegtoepassing- en linkopties", "Embed and link options": "Invoegtoepassing- en linkopties",
"Embed the map": "Kaart inbedden", "Embed the map": "Kaart inbedden",
"Emoji & Character": "Emoji & karakter", "Emoji & Character": "Emoji & karakter",
@ -200,7 +194,6 @@
"Image: {{http://image.url.com}}": "Afbeelding: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Afbeelding: {{http://image.url.com}}",
"Import data": "Gegevens importeren", "Import data": "Gegevens importeren",
"Import in a new layer": "Importeer in een nieuwe laag", "Import in a new layer": "Importeer in een nieuwe laag",
"Import": "Importeer",
"Imports all umap data, including layers and settings.": "Importeert alle umap gegevens, inclusief lagen en instellingen", "Imports all umap data, including layers and settings.": "Importeert alle umap gegevens, inclusief lagen en instellingen",
"Include full screen link?": "Link voor volledig scherm meegeven?", "Include full screen link?": "Link voor volledig scherm meegeven?",
"Inherit": "Overerving", "Inherit": "Overerving",
@ -311,7 +304,6 @@
"Rename this property on all the features": "Wijzig de naam van deze eigenschap over al de objecten", "Rename this property on all the features": "Wijzig de naam van deze eigenschap over al de objecten",
"Replace layer content": "Vervang de inhoud van de laag", "Replace layer content": "Vervang de inhoud van de laag",
"Restore this version": "Keer terug naar deze versie", "Restore this version": "Keer terug naar deze versie",
"Save anyway": "Sla toch op",
"Save current edits": "Huidige bewerkingen opslaan", "Save current edits": "Huidige bewerkingen opslaan",
"Save map": "Kaart opslaan", "Save map": "Kaart opslaan",
"Save this center and zoom": "Bewaar deze positie op de kaart en het zoomniveau", "Save this center and zoom": "Bewaar deze positie op de kaart en het zoomniveau",
@ -320,12 +312,9 @@
"Saved center and zoom": "Midden en zoom bewaard", "Saved center and zoom": "Midden en zoom bewaard",
"Search location": "Zoek locatie", "Search location": "Zoek locatie",
"Search": "Zoeken", "Search": "Zoeken",
"Secret edit link copied to clipboard!": "Geheime editeer-link is gekopieerd naar het klembord!",
"Secret edit link:": "Geheime editeer-link", "Secret edit link:": "Geheime editeer-link",
"See layers": "See layers",
"See full screen": "Op volledig scherm weergeven", "See full screen": "Op volledig scherm weergeven",
"See on OpenStreetMap": "Bekijk op OpenStreetMap", "See on OpenStreetMap": "Bekijk op OpenStreetMap",
"Send me the link": "Stuur me de link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Zet op onwaar ('false') om deze laag te verbergen in de slideshow, data verkenner, popup navigatie, ...", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Zet op onwaar ('false') om deze laag te verbergen in de slideshow, data verkenner, popup navigatie, ...",
"settings": "instellingen", "settings": "instellingen",
"Shape properties": "Eigenschappen van de vorm", "Shape properties": "Eigenschappen van de vorm",
@ -398,9 +387,7 @@
"Will be displayed in the bottom right corner of the map": "Zal getoond worden in de rechter onderhoek van de kaart", "Will be displayed in the bottom right corner of the map": "Zal getoond worden in de rechter onderhoek van de kaart",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Zal getoond worden in de hoofding van de kaart", "Will be visible in the caption of the map": "Zal getoond worden in de hoofding van de kaart",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Oei! Iemand anders lijkt de kaart ook bewerkt te hebben. Je kan opslaan, maar dat zal eerdere wijzigingen overschrijven.",
"yes": "ja", "yes": "ja",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Je kaart is aangemaakt! Omdat je niet ingelogged bent, krijg je onderstaande geheime link, die je goed moet bewaren om later de kaart nog te kunnen bijwerken:",
"Zoom in": "Inzoomen", "Zoom in": "Inzoomen",
"Zoom level for automatic zooms": "Schaalniveau voor automatische zooms", "Zoom level for automatic zooms": "Schaalniveau voor automatische zooms",
"Zoom out": "Uitzoomen", "Zoom out": "Uitzoomen",
@ -444,7 +431,55 @@
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }

View file

@ -48,16 +48,12 @@ const locale = {
"by": "by", "by": "by",
"Cache proxied request": "Cache proxied request", "Cache proxied request": "Cache proxied request",
"Cancel edits": "Avbryt endringer", "Cancel edits": "Avbryt endringer",
"Cancel": "Avbryt",
"Caption": "Caption", "Caption": "Caption",
"Center map on your location": "Sentrer kartet på din posisjon", "Center map on your location": "Sentrer kartet på din posisjon",
"Change map background": "Endre bakgrunnskart", "Change map background": "Endre bakgrunnskart",
"Change tilelayers": "Endre flislag", "Change tilelayers": "Endre flislag",
"Change": "Change", "Change": "Change",
"Choose a preset": "Choose a preset",
"Choose the data format": "Velg dataformatet", "Choose the data format": "Velg dataformatet",
"Choose the format of the data to import": "Choose the format of the data to import",
"Choose the layer to import in": "Choose the layer to import in",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@ const locale = {
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "Fortsett linje", "Continue line": "Fortsett linje",
"Coordinates": "Koordinater", "Coordinates": "Koordinater",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "Credits", "Credits": "Credits",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@ const locale = {
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Rediger dette objektet", "Edit this feature": "Rediger dette objektet",
"Edit": "Rediger", "Edit": "Rediger",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Bygg inn kartet", "Embed the map": "Bygg inn kartet",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@ const locale = {
"Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}",
"Import data": "Import data", "Import data": "Import data",
"Import in a new layer": "Import in a new layer", "Import in a new layer": "Import in a new layer",
"Import": "Import",
"Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.",
"Include full screen link?": "Include full screen link?", "Include full screen link?": "Include full screen link?",
"Inherit": "Arve", "Inherit": "Arve",
@ -311,7 +304,6 @@ const locale = {
"Rename this property on all the features": "Rename this property on all the features", "Rename this property on all the features": "Rename this property on all the features",
"Replace layer content": "Replace layer content", "Replace layer content": "Replace layer content",
"Restore this version": "Restore this version", "Restore this version": "Restore this version",
"Save anyway": "Save anyway",
"Save current edits": "Save current edits", "Save current edits": "Save current edits",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Save this center and zoom", "Save this center and zoom": "Save this center and zoom",
@ -320,12 +312,9 @@ const locale = {
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Search location", "Search location": "Search location",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "See full screen", "See full screen": "See full screen",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"settings": "settings", "settings": "settings",
"Shape properties": "Shape properties", "Shape properties": "Shape properties",
@ -398,9 +387,7 @@ const locale = {
"Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Will be visible in the caption of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.",
"yes": "ja", "yes": "ja",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Zoom in", "Zoom in": "Zoom in",
"Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom level for automatic zooms": "Zoom level for automatic zooms",
"Zoom out": "Zoom out", "Zoom out": "Zoom out",
@ -444,9 +431,57 @@ const locale = {
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }
L.registerLocale("no", locale) L.registerLocale("no", locale)
L.setLocale("no") L.setLocale("no")

View file

@ -48,16 +48,12 @@
"by": "by", "by": "by",
"Cache proxied request": "Cache proxied request", "Cache proxied request": "Cache proxied request",
"Cancel edits": "Avbryt endringer", "Cancel edits": "Avbryt endringer",
"Cancel": "Avbryt",
"Caption": "Caption", "Caption": "Caption",
"Center map on your location": "Sentrer kartet på din posisjon", "Center map on your location": "Sentrer kartet på din posisjon",
"Change map background": "Endre bakgrunnskart", "Change map background": "Endre bakgrunnskart",
"Change tilelayers": "Endre flislag", "Change tilelayers": "Endre flislag",
"Change": "Change", "Change": "Change",
"Choose a preset": "Choose a preset",
"Choose the data format": "Velg dataformatet", "Choose the data format": "Velg dataformatet",
"Choose the format of the data to import": "Choose the format of the data to import",
"Choose the layer to import in": "Choose the layer to import in",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "Fortsett linje", "Continue line": "Fortsett linje",
"Coordinates": "Koordinater", "Coordinates": "Koordinater",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "Credits", "Credits": "Credits",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Rediger dette objektet", "Edit this feature": "Rediger dette objektet",
"Edit": "Rediger", "Edit": "Rediger",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Bygg inn kartet", "Embed the map": "Bygg inn kartet",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@
"Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}",
"Import data": "Import data", "Import data": "Import data",
"Import in a new layer": "Import in a new layer", "Import in a new layer": "Import in a new layer",
"Import": "Import",
"Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.",
"Include full screen link?": "Include full screen link?", "Include full screen link?": "Include full screen link?",
"Inherit": "Arve", "Inherit": "Arve",
@ -311,7 +304,6 @@
"Rename this property on all the features": "Rename this property on all the features", "Rename this property on all the features": "Rename this property on all the features",
"Replace layer content": "Replace layer content", "Replace layer content": "Replace layer content",
"Restore this version": "Restore this version", "Restore this version": "Restore this version",
"Save anyway": "Save anyway",
"Save current edits": "Save current edits", "Save current edits": "Save current edits",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Save this center and zoom", "Save this center and zoom": "Save this center and zoom",
@ -320,12 +312,9 @@
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Search location", "Search location": "Search location",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "See full screen", "See full screen": "See full screen",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"settings": "settings", "settings": "settings",
"Shape properties": "Shape properties", "Shape properties": "Shape properties",
@ -398,9 +387,7 @@
"Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Will be visible in the caption of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.",
"yes": "ja", "yes": "ja",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Zoom in", "Zoom in": "Zoom in",
"Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom level for automatic zooms": "Zoom level for automatic zooms",
"Zoom out": "Zoom out", "Zoom out": "Zoom out",
@ -444,7 +431,55 @@
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }

View file

@ -6,23 +6,23 @@ const locale = {
"### three hashes for third heading": "### trzy krzyżyki nagłówek trzeciego poziomu", "### three hashes for third heading": "### trzy krzyżyki nagłówek trzeciego poziomu",
"**double star for bold**": "**podwójna gwiazdka do pogrubienia**", "**double star for bold**": "**podwójna gwiazdka do pogrubienia**",
"*single star for italic*": "*pojedyncza gwiazdka dla kursywy*", "*single star for italic*": "*pojedyncza gwiazdka dla kursywy*",
"--- for a horizontal rule": "--- for a horizontal rule", "--- for a horizontal rule": "Pozioma linia: ---",
"1 day": "1 dzień", "1 day": "1 dzień",
"1 hour": "1 godzina", "1 hour": "1 godzina",
"5 min": "5 minut", "5 min": "5 minut",
"A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".": "Rozdzielona przecinkami lista liczb, która definiuje wzór kreski linii, np. „5, 10, 15”.", "A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".": "Rozdzielona przecinkami lista liczb, która definiuje wzór kreski linii, np. „5, 10, 15”.",
"About": "Informacje", "About": "Informacje",
"Action not allowed :(": "Action not allowed :(", "Action not allowed :(": "Operacja niedozwolona :(",
"Activate slideshow mode": "Aktywuj pokaz slajdów", "Activate slideshow mode": "Aktywuj pokaz slajdów",
"Add a layer": "Dodaj warstwę", "Add a layer": "Dodaj warstwę",
"Add a line to the current multi": "Dodaj linię do wybranego obszaru", "Add a line to the current multi": "Dodaj linię do wybranego obszaru",
"Add a new property": "Dodaj nową właściwość", "Add a new property": "Dodaj nową właściwość",
"Add a polygon to the current multi": "Dodaj wielobok do wybranego obszaru", "Add a polygon to the current multi": "Dodaj wielobok do wybranego obszaru",
"Add image URL": "Add image URL", "Add image URL": "Dodaj URL obrazka",
"Add": "Dodawać", "Add": "Dodawać",
"Advanced actions": "Zaawansowane operacje", "Advanced actions": "Zaawansowane operacje",
"Advanced properties": "Zaawansowane właściwości", "Advanced properties": "Zaawansowane właściwości",
"All data and settings of the map": "All data and settings of the map", "All data and settings of the map": "Wszystkie dane i ustawienia mapy",
"All properties are imported.": "Importowane są wszystkie właściwości.", "All properties are imported.": "Importowane są wszystkie właściwości.",
"Allow interactions": "Zezwalaj na interakcję", "Allow interactions": "Zezwalaj na interakcję",
"Allow scroll wheel zoom?": "Pozwalać na przybliżanie kółkiem?", "Allow scroll wheel zoom?": "Pozwalać na przybliżanie kółkiem?",
@ -40,24 +40,20 @@ const locale = {
"Auto": "Auto", "Auto": "Auto",
"Automatic": "Automatyczny", "Automatic": "Automatyczny",
"Autostart when map is loaded": "Autostart po załadowaniu mapy", "Autostart when map is loaded": "Autostart po załadowaniu mapy",
"Back to preview": "Back to preview", "Back to preview": "Z powrotem do podglądu",
"Background overlay url": "Background overlay url", "Background overlay url": "Background overlay url",
"Ball": "Pinezka", "Ball": "Pinezka",
"Bring feature to center": "Bring feature to center", "Bring feature to center": "Przesuń obiekt na środek",
"Browse data": "Przeglądaj dane", "Browse data": "Przeglądaj dane",
"by": " ", "by": " ",
"Cache proxied request": "Zapytanie pośredniczące pamięci podręcznej", "Cache proxied request": "Zapytanie pośredniczące pamięci podręcznej",
"Cancel edits": "Anuluj edycje", "Cancel edits": "Anuluj edycje",
"Cancel": "Anuluj",
"Caption": "Podpis", "Caption": "Podpis",
"Center map on your location": "Wyśrodkuj mapę na twojej lokalizacji", "Center map on your location": "Wyśrodkuj mapę na twojej lokalizacji",
"Change map background": "Zmień podkład mapy", "Change map background": "Zmień podkład mapy",
"Change tilelayers": "Zmień podkład", "Change tilelayers": "Zmień podkład",
"Change": "Zmiana", "Change": "Zmiana",
"Choose a preset": "Wybierz szablon",
"Choose the data format": "Wybierz format danych", "Choose the data format": "Wybierz format danych",
"Choose the format of the data to import": "Wybierz format importowanych danych",
"Choose the layer to import in": "Wybierz warstwę docelową",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,13 +83,12 @@ const locale = {
"Congratulations, your map has been created!": "Gratulacje, twoja mapa została utworzona!", "Congratulations, your map has been created!": "Gratulacje, twoja mapa została utworzona!",
"Continue line": "Kontynuuj linię", "Continue line": "Kontynuuj linię",
"Coordinates": "Współrzędne", "Coordinates": "Współrzędne",
"Copy link": "Skopiuj link", "copy": "skopiuj",
"copy": "copy",
"Credits": "Źródło", "Credits": "Źródło",
"Current map view": "Current map view", "Current map view": "Bieżący widok mapy",
"Current view instead of default map view?": "Obecny widok mapy zamiast domyślnego?", "Current view instead of default map view?": "Obecny widok mapy zamiast domyślnego?",
"Custom background": "Własne tło", "Custom background": "Własne tło",
"Custom overlay": "Custom overlay", "Custom overlay": "Własna nakładka",
"dash array": "przerywana linia", "dash array": "przerywana linia",
"Data is browsable": "Dane można przeglądać", "Data is browsable": "Dane można przeglądać",
"Datalayers": "Warstwy danych", "Datalayers": "Warstwy danych",
@ -143,16 +138,15 @@ const locale = {
"Draw a marker": "Dodaj znacznik", "Draw a marker": "Dodaj znacznik",
"Draw a polygon": "Rysuj obszar", "Draw a polygon": "Rysuj obszar",
"Draw a polyline": "Rysuj linię", "Draw a polyline": "Rysuj linię",
"Drawing": "Drawing", "Drawing": "Rysowanie",
"Drop": "Kropla", "Drop": "Kropla",
"Dynamic properties": "Właściwości dynamiczne", "Dynamic properties": "Właściwości dynamiczne",
"Dynamic": "Dynamiczne", "Dynamic": "Dynamiczne",
"Edit feature's layer": "Edytuj warstwę z obiektami", "Edit feature's layer": "Edytuj warstwę z obiektami",
"Edit properties in a table": "Edytuj właściwości w tabeli", "Edit properties in a table": "Edytuj właściwości w tabeli",
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edytuj nazwę mapy",
"Edit this feature": "Edytuj ten obiekt", "Edit this feature": "Edytuj ten obiekt",
"Edit": "Edytuj", "Edit": "Edytuj",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Osadź mapę na stronie", "Embed the map": "Osadź mapę na stronie",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -172,12 +166,12 @@ const locale = {
"Fit all data": "Fit all data", "Fit all data": "Fit all data",
"Format": "Format", "Format": "Format",
"From zoom": "Od przybliżenia", "From zoom": "Od przybliżenia",
"full backup": "full backup", "full backup": "pełna kopia zapasowa",
"Generic": "Generic", "Generic": "Generic",
"GeoRSS (only link)": "GeoRSS (tylko link)", "GeoRSS (only link)": "GeoRSS (tylko link)",
"GeoRSS (title + image)": "GeoRSS (tytuł i obrazek)", "GeoRSS (title + image)": "GeoRSS (tytuł i obrazek)",
"Go to \"{coords}\"": "Go to \"{coords}\"", "Go to \"{coords}\"": "Idź do \"{coords}\"",
"Go to the homepage": "Go to the homepage", "Go to the homepage": "Idź do strony głównej",
"Go to «{feature}»": "Idź do „{feature}”", "Go to «{feature}»": "Idź do „{feature}”",
"Heatmap intensity property": "Intensywność mapy cieplnej", "Heatmap intensity property": "Intensywność mapy cieplnej",
"Heatmap radius": "Promień mapy cieplnej", "Heatmap radius": "Promień mapy cieplnej",
@ -191,7 +185,7 @@ const locale = {
"icon opacity": "nieprzezroczystość ikony", "icon opacity": "nieprzezroczystość ikony",
"Icon shape": "Kształt ikony", "Icon shape": "Kształt ikony",
"Icon symbol": "Symbol ikony", "Icon symbol": "Symbol ikony",
"If false, the polygon or line will act as a part of the underlying map.": "If false, the polygon or line will act as a part of the underlying map.", "If false, the polygon or line will act as a part of the underlying map.": "Jeżeli fałsz, wielokąt lub linia będą zachowywały się jak część bazowej mapy.",
"Iframe with custom height (in px): {{{http://iframe.url.com|height}}}": "Ramka z podaną wysokością (w pikselach) {{{http://iframe.url.com|height}}}", "Iframe with custom height (in px): {{{http://iframe.url.com|height}}}": "Ramka z podaną wysokością (w pikselach) {{{http://iframe.url.com|height}}}",
"Iframe with custom height and width (in px): {{{http://iframe.url.com|height*width}}}": "Ramka z podaną wysokością i szerokością (w pikselach): {{{http://iframe.url.com|height*width}}}", "Iframe with custom height and width (in px): {{{http://iframe.url.com|height*width}}}": "Ramka z podaną wysokością i szerokością (w pikselach): {{{http://iframe.url.com|height*width}}}",
"iframe": "iframe", "iframe": "iframe",
@ -200,7 +194,6 @@ const locale = {
"Image: {{http://image.url.com}}": "Obrazek: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Obrazek: {{http://image.url.com}}",
"Import data": "Importuj dane", "Import data": "Importuj dane",
"Import in a new layer": "Importuj do nowej warstwy", "Import in a new layer": "Importuj do nowej warstwy",
"Import": "Importuj",
"Imports all umap data, including layers and settings.": "Import wszystkich danych umap, razem z warstwami i ustawieniami.", "Imports all umap data, including layers and settings.": "Import wszystkich danych umap, razem z warstwami i ustawieniami.",
"Include full screen link?": "Dołączyć link do pełnego ekranu?", "Include full screen link?": "Dołączyć link do pełnego ekranu?",
"Inherit": "Dziedziczne", "Inherit": "Dziedziczne",
@ -218,14 +211,14 @@ const locale = {
"Label direction": "Kierunek etykiety", "Label direction": "Kierunek etykiety",
"Label key": "Klucz etykiety", "Label key": "Klucz etykiety",
"Labels are clickable": "Etykiety są klikalne", "Labels are clickable": "Etykiety są klikalne",
"Latest feature": "Latest feature", "Latest feature": "Najnowszy obiekt",
"Latitude": "Szerokość geograficzna", "Latitude": "Szerokość geograficzna",
"Layer properties": "Ustawienia warstwy", "Layer properties": "Ustawienia warstwy",
"Layer": "Warstwa", "Layer": "Warstwa",
"Licence": "Licencja", "Licence": "Licencja",
"licence": "licencja", "licence": "licencja",
"Limit bounds": "Limit granic", "Limit bounds": "Limit granic",
"Link to view the map": "Link to view the map", "Link to view the map": "Link do oglądania mapy",
"Link to…": "Łącze do...", "Link to…": "Łącze do...",
"Link with text: [[http://example.com|text of the link]]": "Link z tekstem: [[http://example.com|tekst]]", "Link with text: [[http://example.com|text of the link]]": "Link z tekstem: [[http://example.com|tekst]]",
"Long credits": "Długie źródło", "Long credits": "Długie źródło",
@ -263,19 +256,19 @@ const locale = {
"No licence has been set": "Nie wybrano licencji", "No licence has been set": "Nie wybrano licencji",
"No results": "Brak wyników", "No results": "Brak wyników",
"no": "nie", "no": "nie",
"No.": "No.", "No.": "Nie.",
"None": "Brak", "None": "Brak",
"Number of desired classes (default 5)": "Number of desired classes (default 5)", "Number of desired classes (default 5)": "Number of desired classes (default 5)",
"On the bottom": "Na dole", "On the bottom": "Na dole",
"On the left": "Po lewej", "On the left": "Po lewej",
"On the right": "Po prawej", "On the right": "Po prawej",
"On the top": "Na górze", "On the top": "Na górze",
"Only visible layers' data": "Only visible layers' data", "Only visible layers' data": "Tylko dane widocznych warstw",
"opacity": "przeźroczystość", "opacity": "przeźroczystość",
"Opacity": "Nieprzezroczystość", "Opacity": "Nieprzezroczystość",
"Open current feature on load": "Otwórz bieżący obiekt po załadowaniu", "Open current feature on load": "Otwórz bieżący obiekt po załadowaniu",
"Open link in…": "Otwieraj odnośnik w...", "Open link in…": "Otwieraj odnośnik w...",
"Open share & download panel": "Open share & download panel", "Open share & download panel": "Otwórz panel udostępniania i pobierania",
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Otwórz ten zakres mapy w edytorze, by wprowadzić do OpenStreetMap dokładniejsze dane", "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Otwórz ten zakres mapy w edytorze, by wprowadzić do OpenStreetMap dokładniejsze dane",
"OpenStreetMap": "OpenStreetMap", "OpenStreetMap": "OpenStreetMap",
"Optional intensity property for heatmap": "Opcjonalna intensywność mapy cieplnej", "Optional intensity property for heatmap": "Opcjonalna intensywność mapy cieplnej",
@ -300,39 +293,35 @@ const locale = {
"Popup": "Wyskakujące okienko", "Popup": "Wyskakujące okienko",
"Powered by uMap": "Napędzane przez uMap", "Powered by uMap": "Napędzane przez uMap",
"previous": "poprzednie", "previous": "poprzednie",
"Problem in the response": "Problem in the response", "Problem in the response": "Problem w odpowiedzi",
"Properties imported:": "Importowane właściwości:", "Properties imported:": "Importowane właściwości:",
"Provide an URL here": "Wprowadź tutaj adres URL", "Provide an URL here": "Wprowadź tutaj adres URL",
"Proxy request": "Żądanie proxy", "Proxy request": "Żądanie proxy",
"Quantiles": "Quantiles", "Quantiles": "Kwantyle",
"Recent": "Recent", "Recent": "Ostatnie",
"Remote data": "Zdalne dane", "Remote data": "Zdalne dane",
"Remove shape from the multi": "Usuń figurę z wybranego obszaru", "Remove shape from the multi": "Usuń figurę z wybranego obszaru",
"Rename this property on all the features": "Zmień nazwę tej właściwości we wszystkich obiektach", "Rename this property on all the features": "Zmień nazwę tej właściwości we wszystkich obiektach",
"Replace layer content": "Zamień zawartość warstwy", "Replace layer content": "Zamień zawartość warstwy",
"Restore this version": "Przywróć tę wersję", "Restore this version": "Przywróć tę wersję",
"Save anyway": "Zapisz mimo wszystko",
"Save current edits": "Zapisz obecne edycje", "Save current edits": "Zapisz obecne edycje",
"Save map": "Save map", "Save map": "Zapisz mapę",
"Save this center and zoom": "Zapisz obecną pozycję i przybliżenie", "Save this center and zoom": "Zapisz obecną pozycję i przybliżenie",
"Save this location as new feature": "Zapisz to miejsce jako nowy obiekt", "Save this location as new feature": "Zapisz to miejsce jako nowy obiekt",
"Save": "Zapisz", "Save": "Zapisz",
"Saved center and zoom": "Zapisano pozycję i przybliżenie", "Saved center and zoom": "Zapisano pozycję i przybliżenie",
"Search location": "Znajdź miejsce", "Search location": "Znajdź miejsce",
"Search": "Szukaj", "Search": "Szukaj",
"Secret edit link copied to clipboard!": "Tajny odnośnik do edycji skopiowany do schowka!",
"Secret edit link:": "Sekretny odnośnik edycji:", "Secret edit link:": "Sekretny odnośnik edycji:",
"See layers": "See layers",
"See full screen": "Pełny ekran", "See full screen": "Pełny ekran",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "Zobacz na OpenStreetMap",
"Send me the link": "Wyślij mi link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Ustaw „OFF”, żeby ukryć tę warstwę z pokazu slajdów, przeglądarki danych i okienek nawigacji.", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Ustaw „OFF”, żeby ukryć tę warstwę z pokazu slajdów, przeglądarki danych i okienek nawigacji.",
"settings": "settings", "settings": "ustawienia",
"Shape properties": "Właściwości kształtu", "Shape properties": "Właściwości kształtu",
"Share and download": "Share and download", "Share and download": "Udostępnianie i pobieranie",
"Share this link to open a customized map view": "Share this link to open a customized map view", "Share this link to open a customized map view": "Share this link to open a customized map view",
"Short credits": "Krótkie źródło", "Short credits": "Krótkie źródło",
"Short link": "Short link", "Short link": "Krótki link",
"Show this layer in the caption": "Pokaż tę warstwę w podpisie", "Show this layer in the caption": "Pokaż tę warstwę w podpisie",
"Show/hide layer": "Pokaż/ukryj warstwę", "Show/hide layer": "Pokaż/ukryj warstwę",
"Side panel": "Panel boczny", "Side panel": "Panel boczny",
@ -347,7 +336,7 @@ const locale = {
"Start slideshow": "Rozpocznij pokaz", "Start slideshow": "Rozpocznij pokaz",
"Stop editing": "Zakończ edycję", "Stop editing": "Zakończ edycję",
"Stop slideshow": "Zakończ pokaz", "Stop slideshow": "Zakończ pokaz",
"Street": "Street", "Street": "Ulica",
"stroke": "obramowanie", "stroke": "obramowanie",
"Supported scheme": "Obsługiwany schemat", "Supported scheme": "Obsługiwany schemat",
"Supported variables that will be dynamically replaced": "Obsługiwane zmienne zostaną dynamicznie zamienione", "Supported variables that will be dynamically replaced": "Obsługiwane zmienne zostaną dynamicznie zamienione",
@ -362,19 +351,19 @@ const locale = {
"To use if remote server doesn't allow cross domain (slower)": "Używaj, jeśli zdalny serwer nie zezwala na cross domain (wolne)", "To use if remote server doesn't allow cross domain (slower)": "Używaj, jeśli zdalny serwer nie zezwala na cross domain (wolne)",
"To zoom": "Przybliżać", "To zoom": "Przybliżać",
"Toggle edit mode (⇧+Click)": "Przełącz tryb edycji (Shift+Klik)", "Toggle edit mode (⇧+Click)": "Przełącz tryb edycji (Shift+Klik)",
"Toggle edit mode": "Toggle edit mode", "Toggle edit mode": "Przełącz tryb edycji",
"Transfer shape to edited feature": "Dołącz figurę do edytowanego obiektu", "Transfer shape to edited feature": "Dołącz figurę do edytowanego obiektu",
"Transform to lines": "Przekształć na linie", "Transform to lines": "Przekształć na linie",
"Transform to polygon": "Przekształć w wielokąt", "Transform to polygon": "Przekształć w wielokąt",
"Type a place name or coordinates": "Type a place name or coordinates", "Type a place name or coordinates": "Wpisz nazwę miejsca lub współrzędne",
"Type char or paste emoji": "Type char or paste emoji", "Type char or paste emoji": "Wpisz znak lub wklej emoji",
"Type of layer": "Typ warstwy", "Type of layer": "Typ warstwy",
"Unable to detect format of file {filename}": "Nie można wykryć formatu pliku {filename}", "Unable to detect format of file {filename}": "Nie można wykryć formatu pliku {filename}",
"Untitled layer": "Warstwa bez nazwy", "Untitled layer": "Warstwa bez nazwy",
"Untitled map": "Mapa bez nazwy", "Untitled map": "Mapa bez nazwy",
"Update permissions and editors": "Aktualizuj uprawnienia i edytorów", "Update permissions and editors": "Aktualizuj uprawnienia i edytorów",
"Update permissions": "Zaktualizuj uprawnienia", "Update permissions": "Zaktualizuj uprawnienia",
"Update who can see and edit the map": "Update who can see and edit the map", "Update who can see and edit the map": "Zaktualizuj kto może zobaczyć i edytować mapę",
"Url": "Adres URL", "Url": "Adres URL",
"URL": "URL", "URL": "URL",
"Use current bounds": "Użyj bieżących granic", "Use current bounds": "Użyj bieżących granic",
@ -385,7 +374,7 @@ const locale = {
"Verify remote URL": "Zweryfikuj zdalny URL", "Verify remote URL": "Zweryfikuj zdalny URL",
"Versions": "Wersje", "Versions": "Wersje",
"View Fullscreen": "Włącz tryb pełnoekranowy", "View Fullscreen": "Włącz tryb pełnoekranowy",
"View": "View", "View": "Przeglądaj",
"Visibility: {status}": "Widoczność: {status}", "Visibility: {status}": "Widoczność: {status}",
"weight": "waga", "weight": "waga",
"Where do we go from here?": "Gdzie można stąd pojechać?", "Where do we go from here?": "Gdzie można stąd pojechać?",
@ -398,9 +387,7 @@ const locale = {
"Will be displayed in the bottom right corner of the map": "Będzie wyświetlone w prawym dolnym rogu mapy", "Will be displayed in the bottom right corner of the map": "Będzie wyświetlone w prawym dolnym rogu mapy",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Będzie widoczne w nagłówku mapy", "Will be visible in the caption of the map": "Będzie widoczne w nagłówku mapy",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Ups! Ktoś jeszcze edytował dane. Możesz mimo wszystko zapisać, ale to usunie zmiany dokonane przez innych.",
"yes": "tak", "yes": "tak",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Przybliż", "Zoom in": "Przybliż",
"Zoom level for automatic zooms": "Poziom automatycznych przybliżeń", "Zoom level for automatic zooms": "Poziom automatycznych przybliżeń",
"Zoom out": "Oddal", "Zoom out": "Oddal",
@ -421,10 +408,10 @@ const locale = {
"{distance}&#8239;miles": "{odległość} mil", "{distance}&#8239;miles": "{odległość} mil",
"{distance}&#8239;NM": "{distance} Mm", "{distance}&#8239;NM": "{distance} Mm",
"{distance}&#8239;yd": "{odległość} jardów", "{distance}&#8239;yd": "{odległość} jardów",
"Edit map name and caption": "Edit map name and caption", "Edit map name and caption": "Edytuj nazwę mapy i opis",
"Map advanced properties": "Map advanced properties", "Map advanced properties": "Zaawansowane właściwości mapy",
"Edit map details": "Edit map details", "Edit map details": "Edytuj właściwości mapy",
"Back to browser": "Back to browser", "Back to browser": "Z powrotem do przeglądarki",
"Toggle size": "Toggle size", "Toggle size": "Toggle size",
"Display the caption control": "Display the caption control", "Display the caption control": "Display the caption control",
"<empty value>": "<empty value>", "<empty value>": "<empty value>",
@ -433,20 +420,68 @@ const locale = {
"From": "From", "From": "From",
"Until": "Until", "Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox", "Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap", "Edit in OpenStreetMap": "Edytuj w OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns.", "Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns.",
"Back to layers": "Back to layers", "Back to layers": "Z powrotem do warstw",
"Filters": "Filters", "Filters": "Filtry",
"Comma separated list of properties to use when filtering features by text input": "Comma separated list of properties to use when filtering features by text input", "Comma separated list of properties to use when filtering features by text input": "Comma separated list of properties to use when filtering features by text input",
"Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.": "Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.", "Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.": "Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.",
"Search keys": "Search keys", "Search keys": "Search keys",
"Filters keys": "Filters keys", "Filters keys": "Filters keys",
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Resetuj wszystkie",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }
L.registerLocale("pl", locale) L.registerLocale("pl", locale)
L.setLocale("pl") L.setLocale("pl")

View file

@ -6,23 +6,23 @@
"### three hashes for third heading": "### trzy krzyżyki nagłówek trzeciego poziomu", "### three hashes for third heading": "### trzy krzyżyki nagłówek trzeciego poziomu",
"**double star for bold**": "**podwójna gwiazdka do pogrubienia**", "**double star for bold**": "**podwójna gwiazdka do pogrubienia**",
"*single star for italic*": "*pojedyncza gwiazdka dla kursywy*", "*single star for italic*": "*pojedyncza gwiazdka dla kursywy*",
"--- for a horizontal rule": "--- for a horizontal rule", "--- for a horizontal rule": "Pozioma linia: ---",
"1 day": "1 dzień", "1 day": "1 dzień",
"1 hour": "1 godzina", "1 hour": "1 godzina",
"5 min": "5 minut", "5 min": "5 minut",
"A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".": "Rozdzielona przecinkami lista liczb, która definiuje wzór kreski linii, np. „5, 10, 15”.", "A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".": "Rozdzielona przecinkami lista liczb, która definiuje wzór kreski linii, np. „5, 10, 15”.",
"About": "Informacje", "About": "Informacje",
"Action not allowed :(": "Action not allowed :(", "Action not allowed :(": "Operacja niedozwolona :(",
"Activate slideshow mode": "Aktywuj pokaz slajdów", "Activate slideshow mode": "Aktywuj pokaz slajdów",
"Add a layer": "Dodaj warstwę", "Add a layer": "Dodaj warstwę",
"Add a line to the current multi": "Dodaj linię do wybranego obszaru", "Add a line to the current multi": "Dodaj linię do wybranego obszaru",
"Add a new property": "Dodaj nową właściwość", "Add a new property": "Dodaj nową właściwość",
"Add a polygon to the current multi": "Dodaj wielobok do wybranego obszaru", "Add a polygon to the current multi": "Dodaj wielobok do wybranego obszaru",
"Add image URL": "Add image URL", "Add image URL": "Dodaj URL obrazka",
"Add": "Dodawać", "Add": "Dodawać",
"Advanced actions": "Zaawansowane operacje", "Advanced actions": "Zaawansowane operacje",
"Advanced properties": "Zaawansowane właściwości", "Advanced properties": "Zaawansowane właściwości",
"All data and settings of the map": "All data and settings of the map", "All data and settings of the map": "Wszystkie dane i ustawienia mapy",
"All properties are imported.": "Importowane są wszystkie właściwości.", "All properties are imported.": "Importowane są wszystkie właściwości.",
"Allow interactions": "Zezwalaj na interakcję", "Allow interactions": "Zezwalaj na interakcję",
"Allow scroll wheel zoom?": "Pozwalać na przybliżanie kółkiem?", "Allow scroll wheel zoom?": "Pozwalać na przybliżanie kółkiem?",
@ -40,24 +40,20 @@
"Auto": "Auto", "Auto": "Auto",
"Automatic": "Automatyczny", "Automatic": "Automatyczny",
"Autostart when map is loaded": "Autostart po załadowaniu mapy", "Autostart when map is loaded": "Autostart po załadowaniu mapy",
"Back to preview": "Back to preview", "Back to preview": "Z powrotem do podglądu",
"Background overlay url": "Background overlay url", "Background overlay url": "Background overlay url",
"Ball": "Pinezka", "Ball": "Pinezka",
"Bring feature to center": "Bring feature to center", "Bring feature to center": "Przesuń obiekt na środek",
"Browse data": "Przeglądaj dane", "Browse data": "Przeglądaj dane",
"by": " ", "by": " ",
"Cache proxied request": "Zapytanie pośredniczące pamięci podręcznej", "Cache proxied request": "Zapytanie pośredniczące pamięci podręcznej",
"Cancel edits": "Anuluj edycje", "Cancel edits": "Anuluj edycje",
"Cancel": "Anuluj",
"Caption": "Podpis", "Caption": "Podpis",
"Center map on your location": "Wyśrodkuj mapę na twojej lokalizacji", "Center map on your location": "Wyśrodkuj mapę na twojej lokalizacji",
"Change map background": "Zmień podkład mapy", "Change map background": "Zmień podkład mapy",
"Change tilelayers": "Zmień podkład", "Change tilelayers": "Zmień podkład",
"Change": "Zmiana", "Change": "Zmiana",
"Choose a preset": "Wybierz szablon",
"Choose the data format": "Wybierz format danych", "Choose the data format": "Wybierz format danych",
"Choose the format of the data to import": "Wybierz format importowanych danych",
"Choose the layer to import in": "Wybierz warstwę docelową",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,13 +83,12 @@
"Congratulations, your map has been created!": "Gratulacje, twoja mapa została utworzona!", "Congratulations, your map has been created!": "Gratulacje, twoja mapa została utworzona!",
"Continue line": "Kontynuuj linię", "Continue line": "Kontynuuj linię",
"Coordinates": "Współrzędne", "Coordinates": "Współrzędne",
"Copy link": "Skopiuj link", "copy": "skopiuj",
"copy": "copy",
"Credits": "Źródło", "Credits": "Źródło",
"Current map view": "Current map view", "Current map view": "Bieżący widok mapy",
"Current view instead of default map view?": "Obecny widok mapy zamiast domyślnego?", "Current view instead of default map view?": "Obecny widok mapy zamiast domyślnego?",
"Custom background": "Własne tło", "Custom background": "Własne tło",
"Custom overlay": "Custom overlay", "Custom overlay": "Własna nakładka",
"dash array": "przerywana linia", "dash array": "przerywana linia",
"Data is browsable": "Dane można przeglądać", "Data is browsable": "Dane można przeglądać",
"Datalayers": "Warstwy danych", "Datalayers": "Warstwy danych",
@ -143,16 +138,15 @@
"Draw a marker": "Dodaj znacznik", "Draw a marker": "Dodaj znacznik",
"Draw a polygon": "Rysuj obszar", "Draw a polygon": "Rysuj obszar",
"Draw a polyline": "Rysuj linię", "Draw a polyline": "Rysuj linię",
"Drawing": "Drawing", "Drawing": "Rysowanie",
"Drop": "Kropla", "Drop": "Kropla",
"Dynamic properties": "Właściwości dynamiczne", "Dynamic properties": "Właściwości dynamiczne",
"Dynamic": "Dynamiczne", "Dynamic": "Dynamiczne",
"Edit feature's layer": "Edytuj warstwę z obiektami", "Edit feature's layer": "Edytuj warstwę z obiektami",
"Edit properties in a table": "Edytuj właściwości w tabeli", "Edit properties in a table": "Edytuj właściwości w tabeli",
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edytuj nazwę mapy",
"Edit this feature": "Edytuj ten obiekt", "Edit this feature": "Edytuj ten obiekt",
"Edit": "Edytuj", "Edit": "Edytuj",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Osadź mapę na stronie", "Embed the map": "Osadź mapę na stronie",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -172,12 +166,12 @@
"Fit all data": "Fit all data", "Fit all data": "Fit all data",
"Format": "Format", "Format": "Format",
"From zoom": "Od przybliżenia", "From zoom": "Od przybliżenia",
"full backup": "full backup", "full backup": "pełna kopia zapasowa",
"Generic": "Generic", "Generic": "Generic",
"GeoRSS (only link)": "GeoRSS (tylko link)", "GeoRSS (only link)": "GeoRSS (tylko link)",
"GeoRSS (title + image)": "GeoRSS (tytuł i obrazek)", "GeoRSS (title + image)": "GeoRSS (tytuł i obrazek)",
"Go to \"{coords}\"": "Go to \"{coords}\"", "Go to \"{coords}\"": "Idź do \"{coords}\"",
"Go to the homepage": "Go to the homepage", "Go to the homepage": "Idź do strony głównej",
"Go to «{feature}»": "Idź do „{feature}”", "Go to «{feature}»": "Idź do „{feature}”",
"Heatmap intensity property": "Intensywność mapy cieplnej", "Heatmap intensity property": "Intensywność mapy cieplnej",
"Heatmap radius": "Promień mapy cieplnej", "Heatmap radius": "Promień mapy cieplnej",
@ -191,7 +185,7 @@
"icon opacity": "nieprzezroczystość ikony", "icon opacity": "nieprzezroczystość ikony",
"Icon shape": "Kształt ikony", "Icon shape": "Kształt ikony",
"Icon symbol": "Symbol ikony", "Icon symbol": "Symbol ikony",
"If false, the polygon or line will act as a part of the underlying map.": "If false, the polygon or line will act as a part of the underlying map.", "If false, the polygon or line will act as a part of the underlying map.": "Jeżeli fałsz, wielokąt lub linia będą zachowywały się jak część bazowej mapy.",
"Iframe with custom height (in px): {{{http://iframe.url.com|height}}}": "Ramka z podaną wysokością (w pikselach) {{{http://iframe.url.com|height}}}", "Iframe with custom height (in px): {{{http://iframe.url.com|height}}}": "Ramka z podaną wysokością (w pikselach) {{{http://iframe.url.com|height}}}",
"Iframe with custom height and width (in px): {{{http://iframe.url.com|height*width}}}": "Ramka z podaną wysokością i szerokością (w pikselach): {{{http://iframe.url.com|height*width}}}", "Iframe with custom height and width (in px): {{{http://iframe.url.com|height*width}}}": "Ramka z podaną wysokością i szerokością (w pikselach): {{{http://iframe.url.com|height*width}}}",
"iframe": "iframe", "iframe": "iframe",
@ -200,7 +194,6 @@
"Image: {{http://image.url.com}}": "Obrazek: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Obrazek: {{http://image.url.com}}",
"Import data": "Importuj dane", "Import data": "Importuj dane",
"Import in a new layer": "Importuj do nowej warstwy", "Import in a new layer": "Importuj do nowej warstwy",
"Import": "Importuj",
"Imports all umap data, including layers and settings.": "Import wszystkich danych umap, razem z warstwami i ustawieniami.", "Imports all umap data, including layers and settings.": "Import wszystkich danych umap, razem z warstwami i ustawieniami.",
"Include full screen link?": "Dołączyć link do pełnego ekranu?", "Include full screen link?": "Dołączyć link do pełnego ekranu?",
"Inherit": "Dziedziczne", "Inherit": "Dziedziczne",
@ -218,14 +211,14 @@
"Label direction": "Kierunek etykiety", "Label direction": "Kierunek etykiety",
"Label key": "Klucz etykiety", "Label key": "Klucz etykiety",
"Labels are clickable": "Etykiety są klikalne", "Labels are clickable": "Etykiety są klikalne",
"Latest feature": "Latest feature", "Latest feature": "Najnowszy obiekt",
"Latitude": "Szerokość geograficzna", "Latitude": "Szerokość geograficzna",
"Layer properties": "Ustawienia warstwy", "Layer properties": "Ustawienia warstwy",
"Layer": "Warstwa", "Layer": "Warstwa",
"Licence": "Licencja", "Licence": "Licencja",
"licence": "licencja", "licence": "licencja",
"Limit bounds": "Limit granic", "Limit bounds": "Limit granic",
"Link to view the map": "Link to view the map", "Link to view the map": "Link do oglądania mapy",
"Link to…": "Łącze do...", "Link to…": "Łącze do...",
"Link with text: [[http://example.com|text of the link]]": "Link z tekstem: [[http://example.com|tekst]]", "Link with text: [[http://example.com|text of the link]]": "Link z tekstem: [[http://example.com|tekst]]",
"Long credits": "Długie źródło", "Long credits": "Długie źródło",
@ -263,19 +256,19 @@
"No licence has been set": "Nie wybrano licencji", "No licence has been set": "Nie wybrano licencji",
"No results": "Brak wyników", "No results": "Brak wyników",
"no": "nie", "no": "nie",
"No.": "No.", "No.": "Nie.",
"None": "Brak", "None": "Brak",
"Number of desired classes (default 5)": "Number of desired classes (default 5)", "Number of desired classes (default 5)": "Number of desired classes (default 5)",
"On the bottom": "Na dole", "On the bottom": "Na dole",
"On the left": "Po lewej", "On the left": "Po lewej",
"On the right": "Po prawej", "On the right": "Po prawej",
"On the top": "Na górze", "On the top": "Na górze",
"Only visible layers' data": "Only visible layers' data", "Only visible layers' data": "Tylko dane widocznych warstw",
"opacity": "przeźroczystość", "opacity": "przeźroczystość",
"Opacity": "Nieprzezroczystość", "Opacity": "Nieprzezroczystość",
"Open current feature on load": "Otwórz bieżący obiekt po załadowaniu", "Open current feature on load": "Otwórz bieżący obiekt po załadowaniu",
"Open link in…": "Otwieraj odnośnik w...", "Open link in…": "Otwieraj odnośnik w...",
"Open share & download panel": "Open share & download panel", "Open share & download panel": "Otwórz panel udostępniania i pobierania",
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Otwórz ten zakres mapy w edytorze, by wprowadzić do OpenStreetMap dokładniejsze dane", "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Otwórz ten zakres mapy w edytorze, by wprowadzić do OpenStreetMap dokładniejsze dane",
"OpenStreetMap": "OpenStreetMap", "OpenStreetMap": "OpenStreetMap",
"Optional intensity property for heatmap": "Opcjonalna intensywność mapy cieplnej", "Optional intensity property for heatmap": "Opcjonalna intensywność mapy cieplnej",
@ -300,39 +293,35 @@
"Popup": "Wyskakujące okienko", "Popup": "Wyskakujące okienko",
"Powered by uMap": "Napędzane przez uMap", "Powered by uMap": "Napędzane przez uMap",
"previous": "poprzednie", "previous": "poprzednie",
"Problem in the response": "Problem in the response", "Problem in the response": "Problem w odpowiedzi",
"Properties imported:": "Importowane właściwości:", "Properties imported:": "Importowane właściwości:",
"Provide an URL here": "Wprowadź tutaj adres URL", "Provide an URL here": "Wprowadź tutaj adres URL",
"Proxy request": "Żądanie proxy", "Proxy request": "Żądanie proxy",
"Quantiles": "Quantiles", "Quantiles": "Kwantyle",
"Recent": "Recent", "Recent": "Ostatnie",
"Remote data": "Zdalne dane", "Remote data": "Zdalne dane",
"Remove shape from the multi": "Usuń figurę z wybranego obszaru", "Remove shape from the multi": "Usuń figurę z wybranego obszaru",
"Rename this property on all the features": "Zmień nazwę tej właściwości we wszystkich obiektach", "Rename this property on all the features": "Zmień nazwę tej właściwości we wszystkich obiektach",
"Replace layer content": "Zamień zawartość warstwy", "Replace layer content": "Zamień zawartość warstwy",
"Restore this version": "Przywróć tę wersję", "Restore this version": "Przywróć tę wersję",
"Save anyway": "Zapisz mimo wszystko",
"Save current edits": "Zapisz obecne edycje", "Save current edits": "Zapisz obecne edycje",
"Save map": "Save map", "Save map": "Zapisz mapę",
"Save this center and zoom": "Zapisz obecną pozycję i przybliżenie", "Save this center and zoom": "Zapisz obecną pozycję i przybliżenie",
"Save this location as new feature": "Zapisz to miejsce jako nowy obiekt", "Save this location as new feature": "Zapisz to miejsce jako nowy obiekt",
"Save": "Zapisz", "Save": "Zapisz",
"Saved center and zoom": "Zapisano pozycję i przybliżenie", "Saved center and zoom": "Zapisano pozycję i przybliżenie",
"Search location": "Znajdź miejsce", "Search location": "Znajdź miejsce",
"Search": "Szukaj", "Search": "Szukaj",
"Secret edit link copied to clipboard!": "Tajny odnośnik do edycji skopiowany do schowka!",
"Secret edit link:": "Sekretny odnośnik edycji:", "Secret edit link:": "Sekretny odnośnik edycji:",
"See layers": "See layers",
"See full screen": "Pełny ekran", "See full screen": "Pełny ekran",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "Zobacz na OpenStreetMap",
"Send me the link": "Wyślij mi link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Ustaw „OFF”, żeby ukryć tę warstwę z pokazu slajdów, przeglądarki danych i okienek nawigacji.", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Ustaw „OFF”, żeby ukryć tę warstwę z pokazu slajdów, przeglądarki danych i okienek nawigacji.",
"settings": "settings", "settings": "ustawienia",
"Shape properties": "Właściwości kształtu", "Shape properties": "Właściwości kształtu",
"Share and download": "Share and download", "Share and download": "Udostępnianie i pobieranie",
"Share this link to open a customized map view": "Share this link to open a customized map view", "Share this link to open a customized map view": "Share this link to open a customized map view",
"Short credits": "Krótkie źródło", "Short credits": "Krótkie źródło",
"Short link": "Short link", "Short link": "Krótki link",
"Show this layer in the caption": "Pokaż tę warstwę w podpisie", "Show this layer in the caption": "Pokaż tę warstwę w podpisie",
"Show/hide layer": "Pokaż/ukryj warstwę", "Show/hide layer": "Pokaż/ukryj warstwę",
"Side panel": "Panel boczny", "Side panel": "Panel boczny",
@ -347,7 +336,7 @@
"Start slideshow": "Rozpocznij pokaz", "Start slideshow": "Rozpocznij pokaz",
"Stop editing": "Zakończ edycję", "Stop editing": "Zakończ edycję",
"Stop slideshow": "Zakończ pokaz", "Stop slideshow": "Zakończ pokaz",
"Street": "Street", "Street": "Ulica",
"stroke": "obramowanie", "stroke": "obramowanie",
"Supported scheme": "Obsługiwany schemat", "Supported scheme": "Obsługiwany schemat",
"Supported variables that will be dynamically replaced": "Obsługiwane zmienne zostaną dynamicznie zamienione", "Supported variables that will be dynamically replaced": "Obsługiwane zmienne zostaną dynamicznie zamienione",
@ -362,19 +351,19 @@
"To use if remote server doesn't allow cross domain (slower)": "Używaj, jeśli zdalny serwer nie zezwala na cross domain (wolne)", "To use if remote server doesn't allow cross domain (slower)": "Używaj, jeśli zdalny serwer nie zezwala na cross domain (wolne)",
"To zoom": "Przybliżać", "To zoom": "Przybliżać",
"Toggle edit mode (⇧+Click)": "Przełącz tryb edycji (Shift+Klik)", "Toggle edit mode (⇧+Click)": "Przełącz tryb edycji (Shift+Klik)",
"Toggle edit mode": "Toggle edit mode", "Toggle edit mode": "Przełącz tryb edycji",
"Transfer shape to edited feature": "Dołącz figurę do edytowanego obiektu", "Transfer shape to edited feature": "Dołącz figurę do edytowanego obiektu",
"Transform to lines": "Przekształć na linie", "Transform to lines": "Przekształć na linie",
"Transform to polygon": "Przekształć w wielokąt", "Transform to polygon": "Przekształć w wielokąt",
"Type a place name or coordinates": "Type a place name or coordinates", "Type a place name or coordinates": "Wpisz nazwę miejsca lub współrzędne",
"Type char or paste emoji": "Type char or paste emoji", "Type char or paste emoji": "Wpisz znak lub wklej emoji",
"Type of layer": "Typ warstwy", "Type of layer": "Typ warstwy",
"Unable to detect format of file {filename}": "Nie można wykryć formatu pliku {filename}", "Unable to detect format of file {filename}": "Nie można wykryć formatu pliku {filename}",
"Untitled layer": "Warstwa bez nazwy", "Untitled layer": "Warstwa bez nazwy",
"Untitled map": "Mapa bez nazwy", "Untitled map": "Mapa bez nazwy",
"Update permissions and editors": "Aktualizuj uprawnienia i edytorów", "Update permissions and editors": "Aktualizuj uprawnienia i edytorów",
"Update permissions": "Zaktualizuj uprawnienia", "Update permissions": "Zaktualizuj uprawnienia",
"Update who can see and edit the map": "Update who can see and edit the map", "Update who can see and edit the map": "Zaktualizuj kto może zobaczyć i edytować mapę",
"Url": "Adres URL", "Url": "Adres URL",
"URL": "URL", "URL": "URL",
"Use current bounds": "Użyj bieżących granic", "Use current bounds": "Użyj bieżących granic",
@ -385,7 +374,7 @@
"Verify remote URL": "Zweryfikuj zdalny URL", "Verify remote URL": "Zweryfikuj zdalny URL",
"Versions": "Wersje", "Versions": "Wersje",
"View Fullscreen": "Włącz tryb pełnoekranowy", "View Fullscreen": "Włącz tryb pełnoekranowy",
"View": "View", "View": "Przeglądaj",
"Visibility: {status}": "Widoczność: {status}", "Visibility: {status}": "Widoczność: {status}",
"weight": "waga", "weight": "waga",
"Where do we go from here?": "Gdzie można stąd pojechać?", "Where do we go from here?": "Gdzie można stąd pojechać?",
@ -398,9 +387,7 @@
"Will be displayed in the bottom right corner of the map": "Będzie wyświetlone w prawym dolnym rogu mapy", "Will be displayed in the bottom right corner of the map": "Będzie wyświetlone w prawym dolnym rogu mapy",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Będzie widoczne w nagłówku mapy", "Will be visible in the caption of the map": "Będzie widoczne w nagłówku mapy",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Ups! Ktoś jeszcze edytował dane. Możesz mimo wszystko zapisać, ale to usunie zmiany dokonane przez innych.",
"yes": "tak", "yes": "tak",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Przybliż", "Zoom in": "Przybliż",
"Zoom level for automatic zooms": "Poziom automatycznych przybliżeń", "Zoom level for automatic zooms": "Poziom automatycznych przybliżeń",
"Zoom out": "Oddal", "Zoom out": "Oddal",
@ -421,10 +408,10 @@
"{distance}&#8239;miles": "{odległość} mil", "{distance}&#8239;miles": "{odległość} mil",
"{distance}&#8239;NM": "{distance} Mm", "{distance}&#8239;NM": "{distance} Mm",
"{distance}&#8239;yd": "{odległość} jardów", "{distance}&#8239;yd": "{odległość} jardów",
"Edit map name and caption": "Edit map name and caption", "Edit map name and caption": "Edytuj nazwę mapy i opis",
"Map advanced properties": "Map advanced properties", "Map advanced properties": "Zaawansowane właściwości mapy",
"Edit map details": "Edit map details", "Edit map details": "Edytuj właściwości mapy",
"Back to browser": "Back to browser", "Back to browser": "Z powrotem do przeglądarki",
"Toggle size": "Toggle size", "Toggle size": "Toggle size",
"Display the caption control": "Display the caption control", "Display the caption control": "Display the caption control",
"<empty value>": "<empty value>", "<empty value>": "<empty value>",
@ -433,18 +420,66 @@
"From": "From", "From": "From",
"Until": "Until", "Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox", "Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap", "Edit in OpenStreetMap": "Edytuj w OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns.", "Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns.",
"Back to layers": "Back to layers", "Back to layers": "Z powrotem do warstw",
"Filters": "Filters", "Filters": "Filtry",
"Comma separated list of properties to use when filtering features by text input": "Comma separated list of properties to use when filtering features by text input", "Comma separated list of properties to use when filtering features by text input": "Comma separated list of properties to use when filtering features by text input",
"Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.": "Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.", "Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.": "Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.",
"Search keys": "Search keys", "Search keys": "Search keys",
"Filters keys": "Filters keys", "Filters keys": "Filters keys",
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Resetuj wszystkie",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }

View file

@ -48,16 +48,12 @@
"by": "by", "by": "by",
"Cache proxied request": "Cache proxied request", "Cache proxied request": "Cache proxied request",
"Cancel edits": "Cancel edits", "Cancel edits": "Cancel edits",
"Cancel": "Cancel",
"Caption": "Caption", "Caption": "Caption",
"Center map on your location": "Center map on your location", "Center map on your location": "Center map on your location",
"Change map background": "Change map background", "Change map background": "Change map background",
"Change tilelayers": "Change tilelayers", "Change tilelayers": "Change tilelayers",
"Change": "Change", "Change": "Change",
"Choose a preset": "Choose a preset",
"Choose the data format": "Choose the data format", "Choose the data format": "Choose the data format",
"Choose the format of the data to import": "Choose the format of the data to import",
"Choose the layer to import in": "Choose the layer to import in",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "Continue line", "Continue line": "Continue line",
"Coordinates": "Coordinates", "Coordinates": "Coordinates",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "Credits", "Credits": "Credits",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Edit this feature", "Edit this feature": "Edit this feature",
"Edit": "Edit", "Edit": "Edit",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Embed the map", "Embed the map": "Embed the map",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@
"Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}",
"Import data": "Import data", "Import data": "Import data",
"Import in a new layer": "Import in a new layer", "Import in a new layer": "Import in a new layer",
"Import": "Import",
"Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.",
"Include full screen link?": "Include full screen link?", "Include full screen link?": "Include full screen link?",
"Inherit": "Inherit", "Inherit": "Inherit",
@ -311,7 +304,6 @@
"Rename this property on all the features": "Rename this property on all the features", "Rename this property on all the features": "Rename this property on all the features",
"Replace layer content": "Replace layer content", "Replace layer content": "Replace layer content",
"Restore this version": "Restore this version", "Restore this version": "Restore this version",
"Save anyway": "Save anyway",
"Save current edits": "Save current edits", "Save current edits": "Save current edits",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Save this center and zoom", "Save this center and zoom": "Save this center and zoom",
@ -320,12 +312,9 @@
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Search location", "Search location": "Search location",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "See full screen", "See full screen": "See full screen",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"settings": "settings", "settings": "settings",
"Shape properties": "Shape properties", "Shape properties": "Shape properties",
@ -398,9 +387,7 @@
"Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Will be visible in the caption of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.",
"yes": "yes", "yes": "yes",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Zoom in", "Zoom in": "Zoom in",
"Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom level for automatic zooms": "Zoom level for automatic zooms",
"Zoom out": "Zoom out", "Zoom out": "Zoom out",
@ -444,7 +431,55 @@
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }

View file

@ -1,33 +1,33 @@
const locale = { const locale = {
" (area: {measure})": "(area: {measure})", " (area: {measure})": "(área: {measure})",
" (length: {measure})": "(length: {measure})", " (length: {measure})": "(comprimento: {measure})",
"# one hash for main heading": "# um cardinal para o cabeçalho principal", "# one hash for main heading": "# um cardinal para o cabeçalho principal",
"## two hashes for second heading": "## dois cardinais para o segundo cabeçalho", "## two hashes for second heading": "## dois cardinais para o segundo cabeçalho",
"### three hashes for third heading": "### três cardinais para o terceiro cabeçalho", "### three hashes for third heading": "### três cardinais para o terceiro cabeçalho",
"**double star for bold**": "**dois asteriscos duplos para negrito**", "**double star for bold**": "**dois asteriscos duplos para negrito**",
"*single star for italic*": "*single star for italic*", "*single star for italic*": "*um asterisco para itálico*",
"--- for a horizontal rule": "--- for a horizontal rule", "--- for a horizontal rule": "--- para uma régua horizontal",
"1 day": "1 dia", "1 day": "1 dia",
"1 hour": "1 hora", "1 hour": "1 hora",
"5 min": "5 min", "5 min": "5 min",
"A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".": "Lista de números separada por vírgulas que define o padrão do traço. Por exemplo \"5, 10, 15\".", "A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".": "Lista de números separada por vírgulas que define o padrão do traço. Por exemplo \"5, 10, 15\".",
"About": "Sobre", "About": "Sobre",
"Action not allowed :(": "Action not allowed :(", "Action not allowed :(": "Ação não permitida :(",
"Activate slideshow mode": "Ativar modo de apresentação", "Activate slideshow mode": "Ativar modo de apresentação",
"Add a layer": "Adicionar camada", "Add a layer": "Adicionar camada",
"Add a line to the current multi": "Adicionar uma linha para o multi atual", "Add a line to the current multi": "Adicionar uma linha ao multipolígono atual",
"Add a new property": "Adicionar uma nova propriedade", "Add a new property": "Adicionar uma nova propriedade",
"Add a polygon to the current multi": "Adicionar um polígono para o multi atual", "Add a polygon to the current multi": "Adicionar um polígono ao multipolígono atual",
"Add image URL": "Add image URL", "Add image URL": "Adicionar URL da imagem",
"Add": "Add", "Add": "Adicionar",
"Advanced actions": "Ações avançadas", "Advanced actions": "Ações avançadas",
"Advanced properties": "Propriedades avançadas", "Advanced properties": "Propriedades avançadas",
"All data and settings of the map": "All data and settings of the map", "All data and settings of the map": "Todos os dados e definições do mapa",
"All properties are imported.": "Foram importadas todas as propriedades.", "All properties are imported.": "Foram importadas todas as propriedades.",
"Allow interactions": "Permitir interações", "Allow interactions": "Permitir interações",
"Allow scroll wheel zoom?": "Permitir zoom com roda do rato?", "Allow scroll wheel zoom?": "Permitir zoom com roda do rato?",
"always": "sempre", "always": "sempre",
"Animated transitions": "Animated transitions", "Animated transitions": "Transições animadas",
"Are you sure you want to cancel your changes?": "Tem a certeza que quer cancelar as suas alterações?", "Are you sure you want to cancel your changes?": "Tem a certeza que quer cancelar as suas alterações?",
"Are you sure you want to clone this map and all its datalayers?": "Tem a certeza que quer clonar este mapa, incluindo todas as camadas de dados?", "Are you sure you want to clone this map and all its datalayers?": "Tem a certeza que quer clonar este mapa, incluindo todas as camadas de dados?",
"Are you sure you want to delete the feature?": "Tem a certeza que quer eliminar o elemento?", "Are you sure you want to delete the feature?": "Tem a certeza que quer eliminar o elemento?",
@ -39,31 +39,27 @@ const locale = {
"attribution": "atribuição", "attribution": "atribuição",
"Auto": "Auto", "Auto": "Auto",
"Automatic": "Automático", "Automatic": "Automático",
"Autostart when map is loaded": "iniciar ao abrir o mapa", "Autostart when map is loaded": "Iniciar ao abrir o mapa",
"Back to preview": "Back to preview", "Back to preview": "Voltar à pré-visualização",
"Background overlay url": "Background overlay url", "Background overlay url": "URL de sobreposição do fundo",
"Ball": "Bola", "Ball": "Bola",
"Bring feature to center": "Bring feature to center", "Bring feature to center": "Colocar o elemento no centro",
"Browse data": "Explorar dados", "Browse data": "Explorar dados",
"by": "por", "by": "por",
"Cache proxied request": "Pedido cache com proxy", "Cache proxied request": "Pedido cache com proxy",
"Cancel edits": "Cancelar edições", "Cancel edits": "Cancelar edições",
"Cancel": "Cancelar",
"Caption": "Cabeçalho", "Caption": "Cabeçalho",
"Center map on your location": "Centrar mapa na sua localização", "Center map on your location": "Centrar mapa na sua localização",
"Change map background": "Mudar fundo do mapa", "Change map background": "Mudar fundo do mapa",
"Change tilelayers": "Alterar camadas de telas", "Change tilelayers": "Alterar camadas de mosaicos",
"Change": "Change", "Change": "Alterar",
"Choose a preset": "Escolha um modelo",
"Choose the data format": "Escolha o formato dos dados", "Choose the data format": "Escolha o formato dos dados",
"Choose the format of the data to import": "Escolha o formato dos dados para importação", "Choropleth breakpoints": "Pontos de interrupção coropléticos",
"Choose the layer to import in": "Escolha a camada para destino da importação", "Choropleth classes": "Classes coropléticas",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth color palette": "Paleta de cores coropléticas",
"Choropleth classes": "Choropleth classes", "Choropleth mode": "Modo coroplético",
"Choropleth color palette": "Choropleth color palette", "Choropleth property value": "Valor da propriedade coroplética",
"Choropleth mode": "Choropleth mode", "Choropleth": "Coroplético",
"Choropleth property value": "Choropleth property value",
"Choropleth": "Choropleth",
"Circle": "Círculo", "Circle": "Círculo",
"clear": "limpar", "clear": "limpar",
"Click last point to finish shape": "Clique no último ponto para terminar a forma geométrica", "Click last point to finish shape": "Clique no último ponto para terminar a forma geométrica",
@ -81,30 +77,29 @@ const locale = {
"Clustering radius": "Raio do aglomerado", "Clustering radius": "Raio do aglomerado",
"collapsed": "colapsado", "collapsed": "colapsado",
"color": "cor", "color": "cor",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.", "Comma separated list of numbers, including min and max values.": "Lista de números separada por vírgulas, incluindo os valores mínimo e máximo.",
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.", "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Lista de propriedades separada por vírgulas a utilizar para ordenar os elementos. Para inverter a ordenação, coloque um sinal de menos (-) antes. Por exemplo, umachave,-outrachave.",
"Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the begining of the header, case insensitive. All other column are imported as properties.": "Valores separados por vírgula, tabulação ou ponto-e-vírgula. É implícito\n o sistema de referência espacial WGS84. Apenas são importadas as \ngeometrias de ponto. A importação irá ver se aparece no cabeçalho das \ncolunas «lat» e «lon», ignorando diferença de maiúsculas e minúsculas. \nTodas a outras colunas são importadas como propriedades.", "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the begining of the header, case insensitive. All other column are imported as properties.": "Valores separados por vírgula, tabulação ou ponto-e-vírgula. É implícito\n o sistema de referência espacial WGS84. Apenas são importadas as \ngeometrias de ponto. A importação irá ver se aparece no cabeçalho das \ncolunas «lat» e «lon», ignorando diferença de maiúsculas e minúsculas. \nTodas a outras colunas são importadas como propriedades.",
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Parabéns, o seu mapa foi criado!",
"Continue line": "Continuar linha", "Continue line": "Continuar linha",
"Coordinates": "Coordenadas", "Coordinates": "Coordenadas",
"Copy link": "Copy link", "copy": "copiar",
"copy": "copy",
"Credits": "Créditos", "Credits": "Créditos",
"Current map view": "Current map view", "Current map view": "Vista atual do mapa",
"Current view instead of default map view?": "Vista atual e não a vista padrão do mapa?", "Current view instead of default map view?": "Vista atual e não a vista padrão do mapa?",
"Custom background": "Fundo personalizado", "Custom background": "Fundo personalizado",
"Custom overlay": "Custom overlay", "Custom overlay": "Sobreposição personalizada",
"dash array": "série de traços", "dash array": "série de traços",
"Data is browsable": "Os dados são navegáveis", "Data is browsable": "Os dados são navegáveis",
"Datalayers": "Datalayers", "Datalayers": "Camadas de dados",
"Default interaction options": "Opções padrão de interação", "Default interaction options": "Opções padrão de interação",
"Default properties": "Propriedades padrão", "Default properties": "Propriedades padrão",
"Default shape properties": "Propriedades padrão de formas geométricas", "Default shape properties": "Propriedades padrão de formas geométricas",
"Default view": "Default view", "Default view": "Vista padrão",
"Default zoom level": "Nível de aproximação padrão", "Default zoom level": "Nível de zoom pré-definido",
"Default": "Padrão", "Default": "Padrão",
"Default: name": "Padrão: nome", "Default: name": "Padrão: nome",
"Define link to open in a new window on polygon click.": "Definir link para abrir numa nova janela ao clicar no polígono.", "Define link to open in a new window on polygon click.": "Definir hiperligação para abrir numa nova janela ao clicar no polígono.",
"define": "definir", "define": "definir",
"Delay between two transitions when in play mode": "Atraso entre 2 transições ao reproduzir a apresentação", "Delay between two transitions when in play mode": "Atraso entre 2 transições ao reproduzir a apresentação",
"Delete all layers": "Eliminar todas as camadas", "Delete all layers": "Eliminar todas as camadas",
@ -115,69 +110,68 @@ const locale = {
"Delete this vertex (Alt+Click)": "Eliminar este vértice (Alt+Clique)", "Delete this vertex (Alt+Click)": "Eliminar este vértice (Alt+Clique)",
"Delete": "Eliminar", "Delete": "Eliminar",
"description": "descrição", "description": "descrição",
"Direct link": "Direct link", "Direct link": "Hiperligação direta",
"Directions from here": "Direções a partir daqui", "Directions from here": "Direções a partir daqui",
"Display label": "Mostrar etiqueta", "Display label": "Mostrar etiqueta",
"Display measure": "Mostrar medição", "Display measure": "Mostrar medição",
"display name": "mostrar nome", "display name": "mostrar nome",
"Display on load": "Mostrar ao carregar", "Display on load": "Mostrar ao carregar",
"Display the control to open OpenStreetMap editor": "Mostrar o controlo para abrir o editor OpenStreetMap", "Display the control to open OpenStreetMap editor": "Mostrar o botão para abrir o editor do OpenStreetMap",
"Display the data layers control": "Mostrar o controlo das camadas de dados", "Display the data layers control": "Mostrar o botão das camadas de dados",
"Display the embed control": "Mostrar o controlo de embeber", "Display the embed control": "Mostrar o botão de partilha e descarregar",
"Display the fullscreen control": "Mostrar o controlo de ecrã total", "Display the fullscreen control": "Mostrar o botão de ecrã inteiro",
"Display the locate control": "Mostrar o controlo de localizar", "Display the locate control": "Mostrar o botão de localização GPS",
"Display the measure control": "Mostrar o controlo de medição", "Display the measure control": "Mostrar o botão de medição",
"Display the search control": "Mostrar o controlo de pesquisa", "Display the search control": "Mostrar o botão de pesquisa",
"Display the star map button": "Display the star map button", "Display the star map button": "Apresentar o botão de estrela do mapa",
"Display the tile layers control": "Mostrar o controlo de camadas de telas", "Display the tile layers control": "Mostrar o botão de camadas de mosaicos",
"Display the zoom control": "Mostrar o controlo de aproximar e afastar (zoom)", "Display the zoom control": "Mostrar os botões de aproximar e afastar (zoom)",
"Do you want to display a caption bar?": "Mostrar uma barra de cabeçalho?", "Do you want to display a caption bar?": "Mostrar uma barra de cabeçalho?",
"Do you want to display a minimap?": "Pretende mostrar um mini-mapa?", "Do you want to display a minimap?": "Mostrar um mini-mapa?",
"Do you want to display a panel on load?": "Mostrar um painel ao carregar?", "Do you want to display a panel on load?": "Mostrar um painel ao carregar?",
"Do you want to display caption menus?": "Do you want to display caption menus?", "Do you want to display caption menus?": "Mostrar menus de legendas?",
"Do you want to display popup footer?": "Pretende mostrar um popup no rodapé?", "Do you want to display popup footer?": "Mostrar um popup no rodapé?",
"Do you want to display the scale control?": "Pretende mostrar o controlo de escala?", "Do you want to display the scale control?": "Mostrar a escala?",
"Do you want to display the «more» control?": "Mostrar o botão «mostrar mais botões»?", "Do you want to display the «more» control?": "Mostrar o botão «mostrar mais botões»?",
"Download": "Descarregar", "Download": "Descarregar",
"Drag to reorder": "Arrastar para reordenar", "Drag to reorder": "Arrastar para reordenar",
"Draw a marker": "Desenhar um marco", "Draw a marker": "Desenhar um marco",
"Draw a polygon": "Desenhar um polígono", "Draw a polygon": "Desenhar um polígono",
"Draw a polyline": "Desenhar uma polilinha", "Draw a polyline": "Desenhar uma polilinha",
"Drawing": "Drawing", "Drawing": "Desenho",
"Drop": "Comum", "Drop": "Comum",
"Dynamic properties": "Propriedades dinâmicas", "Dynamic properties": "Propriedades dinâmicas",
"Dynamic": "Dinâmico", "Dynamic": "Dinâmico",
"Edit feature's layer": "Editar camada do elemento", "Edit feature's layer": "Editar camada do elemento",
"Edit properties in a table": "Editar propriedades numa tabela", "Edit properties in a table": "Editar propriedades numa tabela",
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Editar o título do mapa",
"Edit this feature": "Editar este elemento", "Edit this feature": "Editar este elemento",
"Edit": "Editar", "Edit": "Editar",
"Email": "Email", "Embed and link options": "Opções de incorporação e hiperligação",
"Embed and link options": "Embed and link options",
"Embed the map": "Embeber o mapa", "Embed the map": "Embeber o mapa",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji e caracteres",
"Empty": "Vazio", "Empty": "Vazio",
"Equidistant": "Equidistant", "Equidistant": "Equidistante",
"Error in the overlay URL": "Error in the overlay URL", "Error in the overlay URL": "Erro no URL da sobreposição",
"Error in the tilelayer URL": "Erro no URL de telas", "Error in the tilelayer URL": "Erro no URL de camada de mosaicos",
"Exit Fullscreen": "Sair de Ecrã Total", "Exit Fullscreen": "Sair de ecrã inteiro",
"expanded": "expandido", "expanded": "expandido",
"Extract shape to separate feature": "Extrair forma geométrica para separar o elemento", "Extract shape to separate feature": "Extrair forma geométrica para separar o elemento",
"Feature identifier key": "Feature identifier key", "Feature identifier key": "Chave de identificação do elemento",
"Feature properties": "Feature properties", "Feature properties": "Propriedades dos elementos",
"Fetch data each time map view changes.": "Processar dados cada vez que o mapa é alterado.", "Fetch data each time map view changes.": "Processar dados cada vez que o mapa é alterado.",
"fill color": "cor do preenchimento", "fill color": "cor do preenchimento",
"fill opacity": "opacidade do preenchimento", "fill opacity": "opacidade do preenchimento",
"fill": "preenchimento", "fill": "preenchimento",
"Fit all data": "Fit all data", "Fit all data": "Ajustar todos os dados",
"Format": "Formato", "Format": "Formato",
"From zoom": "Do zoom", "From zoom": "Do zoom",
"full backup": "full backup", "full backup": "cópia de segurança completa",
"Generic": "Generic", "Generic": "Genérico",
"GeoRSS (only link)": "GeoRSS (apenas o link)", "GeoRSS (only link)": "GeoRSS (apenas a hiperligação)",
"GeoRSS (title + image)": "GeoRSS (título + imagem)", "GeoRSS (title + image)": "GeoRSS (título + imagem)",
"Go to \"{coords}\"": "Go to \"{coords}\"", "Go to \"{coords}\"": "Ir a \"{coords}\"",
"Go to the homepage": "Go to the homepage", "Go to the homepage": "Ir para a página inicial",
"Go to «{feature}»": "Ir a «{feature}»", "Go to «{feature}»": "Ir a «{feature}»",
"Heatmap intensity property": "Propriedade da intensidade do mapa térmico", "Heatmap intensity property": "Propriedade da intensidade do mapa térmico",
"Heatmap radius": "Raio do mapa térmico", "Heatmap radius": "Raio do mapa térmico",
@ -185,13 +179,13 @@ const locale = {
"height": "altura", "height": "altura",
"Help": "Ajuda", "Help": "Ajuda",
"hidden": "oculto", "hidden": "oculto",
"Hide controls": "Ocultar controlos", "Hide controls": "Ocultar botões",
"Home": "Início", "Home": "Início",
"How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Por quanto simplificar a polilinha em cada nível de aproximação (mais = melhor desempenho e aspeto mais suave, menos = mais preciso)", "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Por quanto simplificar a polilinha em cada nível de zoom (mais = melhor desempenho e aspeto mais suave, menos = mais preciso)",
"icon opacity": "icon opacity", "icon opacity": "opacidade do ícone",
"Icon shape": "Forma do ícone", "Icon shape": "Forma do ícone",
"Icon symbol": "Símbolo do ícone", "Icon symbol": "Símbolo do ícone",
"If false, the polygon or line will act as a part of the underlying map.": "If false, the polygon or line will act as a part of the underlying map.", "If false, the polygon or line will act as a part of the underlying map.": "Se for falso, o polígono ou a linha atuará como parte do mapa subjacente.",
"Iframe with custom height (in px): {{{http://iframe.url.com|height}}}": "Iframe com altura personalizada (em px): {{{http://iframe.url.com|height}}}", "Iframe with custom height (in px): {{{http://iframe.url.com|height}}}": "Iframe com altura personalizada (em px): {{{http://iframe.url.com|height}}}",
"Iframe with custom height and width (in px): {{{http://iframe.url.com|height*width}}}": "Iframe com altura e largura personalizados (em px): {{{http://iframe.url.com|height*width}}}", "Iframe with custom height and width (in px): {{{http://iframe.url.com|height*width}}}": "Iframe com altura e largura personalizados (em px): {{{http://iframe.url.com|height*width}}}",
"iframe": "iframe", "iframe": "iframe",
@ -200,16 +194,15 @@ const locale = {
"Image: {{http://image.url.com}}": "Imagem: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Imagem: {{http://image.url.com}}",
"Import data": "Importar dados", "Import data": "Importar dados",
"Import in a new layer": "Importar uma nova camada", "Import in a new layer": "Importar uma nova camada",
"Import": "Importar",
"Imports all umap data, including layers and settings.": "Importa todos os dados uMap, incluindo camadas e definições.", "Imports all umap data, including layers and settings.": "Importa todos os dados uMap, incluindo camadas e definições.",
"Include full screen link?": "Incluir link de encrã total?", "Include full screen link?": "Incluir hiperligação de ecrã inteiro?",
"Inherit": "Herdado", "Inherit": "Herdado",
"inherit": "herdado", "inherit": "herdado",
"Interaction options": "Opções de interação", "Interaction options": "Opções de interação",
"Invalid latitude or longitude": "Invalid latitude or longitude", "Invalid latitude or longitude": "Latitude ou longitude inválida",
"Invalid umap data in {filename}": "Dados uMap inválidos em {filename}", "Invalid umap data in {filename}": "Dados uMap inválidos em {filename}",
"Invalid umap data": "Dados uMap inválidos", "Invalid umap data": "Dados uMap inválidos",
"Invalide property name: {name}": "Invalide property name: {name}", "Invalide property name: {name}": "Nome da propriedade inválida: {name}",
"Jenks-Fisher": "Jenks-Fisher", "Jenks-Fisher": "Jenks-Fisher",
"K-means": "K-means", "K-means": "K-means",
"Keep current visible layers": "Manter camadas atualmente visíveis", "Keep current visible layers": "Manter camadas atualmente visíveis",
@ -218,16 +211,16 @@ const locale = {
"Label direction": "Direção da etiqueta", "Label direction": "Direção da etiqueta",
"Label key": "Chave da etiqueta", "Label key": "Chave da etiqueta",
"Labels are clickable": "Etiquetas são clicáveis", "Labels are clickable": "Etiquetas são clicáveis",
"Latest feature": "Latest feature", "Latest feature": "Último elemento",
"Latitude": "Latitude", "Latitude": "Latitude",
"Layer properties": "Propriedades da camada", "Layer properties": "Propriedades da camada",
"Layer": "Camada", "Layer": "Camada",
"Licence": "Licença", "Licence": "Licença",
"licence": "licença", "licence": "licença",
"Limit bounds": "Extremos dos limites", "Limit bounds": "Extremos dos limites",
"Link to view the map": "Link to view the map", "Link to view the map": "Hiperligação para ver o mapa",
"Link to…": "Link para...", "Link to…": "Hiperligação para…",
"Link with text: [[http://example.com|text of the link]]": "Link com texto: [[http://example.com|texto do link]]", "Link with text: [[http://example.com|text of the link]]": "Hiperligação com texto: [[http://exemplo.com|texto do link]]",
"Long credits": "Créditos por extenso", "Long credits": "Créditos por extenso",
"Longitude": "Longitude", "Longitude": "Longitude",
"Make main shape": "Fazer forma geométrica principal", "Make main shape": "Fazer forma geométrica principal",
@ -235,47 +228,47 @@ const locale = {
"Manual": "Manual", "Manual": "Manual",
"Map background credits": "Créditos do fundo do mapa", "Map background credits": "Créditos do fundo do mapa",
"Map has been attached to your account": "O mapa foi anexado à sua conta", "Map has been attached to your account": "O mapa foi anexado à sua conta",
"Map has been saved!": "O mapa foi gravado!", "Map has been saved!": "O mapa foi guardado!",
"Map has been starred": "Map has been starred", "Map has been starred": "O mapa foi marcado com uma estrela",
"Map has been unstarred": "Map has been unstarred", "Map has been unstarred": "O mapa foi desmarcado",
"Map user content has been published under licence": "O conteúdo do mapa foi publicado sob a licença", "Map user content has been published under licence": "O conteúdo do mapa foi publicado sob a licença",
"Map's editors": "Editores do mapa", "Map's editors": "Editores do mapa",
"Map's owner": "Proprietário do mapa", "Map's owner": "Proprietário do mapa",
"max East": "Este máx.", "max East": "Este máximo",
"max North": "Norte máx.", "max North": "Norte máximo",
"max South": "Sul máx.", "max South": "Sul máximo",
"max West": "Oeste máx.", "max West": "Oeste máximo",
"max zoom": "aproximação máxima", "max zoom": "zoom máximo",
"Measure distances": "Medir distâncias", "Measure distances": "Medir distâncias",
"Merge lines": "Fundir linhas", "Merge lines": "Fundir linhas",
"mi": "mi", "mi": "mi",
"miles": "milhas", "miles": "milhas",
"min zoom": "aproximação mínima", "min zoom": "zoom mínimo",
"More controls": "Mais controlos", "More controls": "Mais botões",
"Must be a valid CSS value (eg.: DarkBlue or #123456)": "Tem de ser um valor CSS válido (p.ex.: DarkBlue ou #123456)", "Must be a valid CSS value (eg.: DarkBlue or #123456)": "Tem de ser um valor CSS válido (por exemplo: DarkBlue ou #123456)",
"name": "nome", "name": "nome",
"nautical miles": "milhas náuticas", "nautical miles": "milhas náuticas",
"never": "nunca", "never": "nunca",
"new window": "nova janela", "new window": "nova janela",
"next": "seguinte", "next": "seguinte",
"NM": "NM", "NM": "MN",
"No cache": "Sem cache", "No cache": "Sem cache",
"No licence has been set": "Não foi definida nenhuma licença", "No licence has been set": "Não foi definida nenhuma licença",
"No results": "Sem resultados", "No results": "Sem resultados",
"no": "não", "no": "no",
"No.": "No.", "No.": "No.",
"None": "Nenhum", "None": "Nenhum",
"Number of desired classes (default 5)": "Number of desired classes (default 5)", "Number of desired classes (default 5)": "Número de classes pretendidas (predefinição 5)",
"On the bottom": "No fundo", "On the bottom": "No fundo",
"On the left": "Na esquerda", "On the left": "Na esquerda",
"On the right": "Na direita", "On the right": "Na direita",
"On the top": "No topo", "On the top": "No topo",
"Only visible layers' data": "Only visible layers' data", "Only visible layers' data": "Apenas dados de camadas visíveis",
"opacity": "opacidade", "opacity": "opacidade",
"Opacity": "Opacity", "Opacity": "Opacidade",
"Open current feature on load": "Open current feature on load", "Open current feature on load": "Abrir elemento atual ao carregar",
"Open link in…": "Abrir link numa...", "Open link in…": "Abrir hiperligação em…",
"Open share & download panel": "Open share & download panel", "Open share & download panel": "Abrir painel de partilha e descarregamento",
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Abrir esta região do mapa num editor de mapas para fornecer dados mais precisos ao OpenStreetMap", "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Abrir esta região do mapa num editor de mapas para fornecer dados mais precisos ao OpenStreetMap",
"OpenStreetMap": "OpenStreetMap", "OpenStreetMap": "OpenStreetMap",
"Optional intensity property for heatmap": "Propriedade opcional da intensidade do mapa térmico", "Optional intensity property for heatmap": "Propriedade opcional da intensidade do mapa térmico",
@ -285,122 +278,116 @@ const locale = {
"Override heatmap radius (default 25)": "Sobrepor raio do mapa térmico (padrão 80)", "Override heatmap radius (default 25)": "Sobrepor raio do mapa térmico (padrão 80)",
"parent window": "janela pai", "parent window": "janela pai",
"Paste your data here": "Cole aqui os seus dados", "Paste your data here": "Cole aqui os seus dados",
"Permalink": "Permalink", "Permalink": "Hiperligação permanente",
"Permanent credits background": "Permanent credits background", "Permanent credits background": "Fundo dos créditos permanentes",
"Permanent credits": "Permanent credits", "Permanent credits": "Créditos permanentes",
"Please be sure the licence is compliant with your use.": "Por favor tenha a certeza que a utilização está conforme a licença.", "Please be sure the licence is compliant with your use.": "Por favor tenha a certeza que a utilização está conforme a licença.",
"Please choose a format": "Por favor escolha um formato", "Please choose a format": "Por favor escolha um formato",
"Please enter the name of the property": "Por favor introduza o nome da propriedade", "Please enter the name of the property": "Por favor introduza o nome da propriedade",
"Please enter the new name of this property": "Por favor introduza um novo nome desta propriedade", "Please enter the new name of this property": "Por favor introduza um novo nome desta propriedade",
"Please save the map first": "Por favor primeiro grave o mapa", "Please save the map first": "Guarde primeiro o mapa",
"Popup (large)": "Popup (largo)", "Popup (large)": "Popup (largo)",
"Popup content style": "Estilo do conteúdo do popup", "Popup content style": "Estilo do conteúdo do popup",
"Popup content template": "Modelo de conteúdo do popup", "Popup content template": "Modelo de conteúdo do popup",
"Popup shape": "Forma do popup", "Popup shape": "Forma do popup",
"Popup": "Popup", "Popup": "Popup",
"Powered by uMap": "Powered by uMap", "Powered by uMap": "Fornecido com uMap",
"previous": "anterior", "previous": "anterior",
"Problem in the response": "Problem in the response", "Problem in the response": "Problema na resposta",
"Properties imported:": "Propriedades importadas:", "Properties imported:": "Propriedades importadas:",
"Provide an URL here": "Forneça um URL aqui", "Provide an URL here": "Forneça um URL aqui",
"Proxy request": "Pedido proxy", "Proxy request": "Pedido proxy",
"Quantiles": "Quantiles", "Quantiles": "Quantis",
"Recent": "Recent", "Recent": "Recente",
"Remote data": "Dados remotos", "Remote data": "Dados remotos",
"Remove shape from the multi": "Remover forma do multi", "Remove shape from the multi": "Remover forma do multipolígono",
"Rename this property on all the features": "Alterar nome desta propriedade em todos os elementos", "Rename this property on all the features": "Alterar nome desta propriedade em todos os elementos",
"Replace layer content": "Substituir o conteúdo da camada", "Replace layer content": "Substituir o conteúdo da camada",
"Restore this version": "Restaurar esta versão", "Restore this version": "Restaurar esta versão",
"Save anyway": "Gravar mesmo assim", "Save current edits": "Guardar edições atuais",
"Save current edits": "Gravar edições atuais", "Save map": "Guardar mapa",
"Save map": "Save map", "Save this center and zoom": "Guardar este zoom e centro",
"Save this center and zoom": "Gravar este centro e aproximar", "Save this location as new feature": "Guardar esta localização como novo elemento",
"Save this location as new feature": "Gravar esta localização como novo elemento", "Save": "Guardar",
"Save": "Gravar", "Saved center and zoom": "Centro e zoom guardados",
"Saved center and zoom": "Saved center and zoom",
"Search location": "Procurar localização", "Search location": "Procurar localização",
"Search": "Search", "Search": "Pesquisar",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Hiperligação de edição secreta:",
"Secret edit link:": "Secret edit link:", "See full screen": "Ver em ecrã inteiro",
"See layers": "See layers", "See on OpenStreetMap": "Ver no OpenStreetMap",
"See full screen": "Ver em ecrã total",
"See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Defina como falso para ocultar esta camada da apresentação de slides, o navegador de dados e da navegação do popup…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Defina como falso para ocultar esta camada da apresentação de slides, o navegador de dados e da navegação do popup…",
"settings": "settings", "settings": "definições",
"Shape properties": "Propriedades de formas geométricas", "Shape properties": "Propriedades de formas geométricas",
"Share and download": "Share and download", "Share and download": "Partilhar e descarregar",
"Share this link to open a customized map view": "Share this link to open a customized map view", "Share this link to open a customized map view": "Partilhar esta hiperligação para abrir uma vista de mapa personalizada",
"Short credits": "Créditos resumidos", "Short credits": "Créditos resumidos",
"Short link": "Short link", "Short link": "Hiperligação curta",
"Show this layer in the caption": "Show this layer in the caption", "Show this layer in the caption": "Mostrar esta camada na legenda",
"Show/hide layer": "Mostrar / ocultar camada", "Show/hide layer": "Mostrar / ocultar camada",
"Side panel": "Painel lateral", "Side panel": "Painel lateral",
"Simple link: [[http://example.com]]": "Link simples: [[http://example.com]]", "Simple link: [[http://example.com]]": "Hiperligação simples: [[http://exemplo.com]]",
"Simplify": "Simplificar", "Simplify": "Simplificar",
"Skipping unknown geometry.type: {type}": "A ignorar tipo de geometria desconhecido: {type}", "Skipping unknown geometry.type: {type}": "A ignorar tipo de geometria desconhecido: {type}",
"Slideshow": "Apresentação", "Slideshow": "Apresentação",
"Sort key": "Chave de ordenação", "Sort key": "Chave de ordenação",
"Split line": "Linha de separação", "Split line": "Linha de separação",
"Star this map": "Star this map", "Star this map": "Marcar este mapa com uma estrela",
"Start a hole here": "Começar um buraco aqui", "Start a hole here": "Começar um buraco aqui",
"Start slideshow": "Iniciar apresentação", "Start slideshow": "Iniciar apresentação",
"Stop editing": "Parar edição", "Stop editing": "Parar edição",
"Stop slideshow": "Parar apresentação", "Stop slideshow": "Parar apresentação",
"Street": "Street", "Street": "Rua",
"stroke": "traço", "stroke": "traço",
"Supported scheme": "Esquema suportado", "Supported scheme": "Esquema suportado",
"Supported variables that will be dynamically replaced": "Variáveis suportadas que serão substituídas de forma dinâmica", "Supported variables that will be dynamically replaced": "Variáveis suportadas que serão substituídas de forma dinâmica",
"Symbol": "Symbol", "Symbol": "Símbolo",
"Table": "Tabela", "Table": "Tabela",
"Text color for the cluster label": "Cor do texto para a etiqueta do aglomerado", "Text color for the cluster label": "Cor do texto para a etiqueta do aglomerado",
"Text formatting": "Formatação do texto", "Text formatting": "Formatação do texto",
"The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"&lcub;name&rcub; in &lcub;place&rcub;\")": "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"&lcub;name&rcub; in &lcub;place&rcub;\")", "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"&lcub;name&rcub; in &lcub;place&rcub;\")": "O nome da propriedade a utilizar como etiqueta do elemento (por exemplo: \"nom\"). Também pode utilizar propriedades entre parênteses para utilizar mais do que uma ou misturar com conteúdo estático (por exemplo: \"&lcub;name&rcub; in &lcub;place&rcub;\")",
"The name of the property to use as feature unique identifier.": "The name of the property to use as feature unique identifier.", "The name of the property to use as feature unique identifier.": "O nome da propriedade a utilizar como identificador único do elemento.",
"The zoom and center have been modified.": "The zoom and center have been modified.", "The zoom and center have been modified.": "O zoom e o centro foram alterados.",
"TMS format": "Formato TMS", "TMS format": "Formato TMS",
"To use if remote server doesn't allow cross domain (slower)": "Para usar caso o servidor remoto não permitir domínios cruzados (mais lento)", "To use if remote server doesn't allow cross domain (slower)": "Para usar caso o servidor remoto não permitir domínios cruzados (mais lento)",
"To zoom": "Ao zoom", "To zoom": "Ao zoom",
"Toggle edit mode (⇧+Click)": "Toggle edit mode (⇧+Click)", "Toggle edit mode (⇧+Click)": "Alternar o modo de edição (⇧+clique)",
"Toggle edit mode": "Toggle edit mode", "Toggle edit mode": "Alternar o modo de edição",
"Transfer shape to edited feature": "Transferir a forma geométrica para o elemento editado", "Transfer shape to edited feature": "Transferir a forma geométrica para o elemento editado",
"Transform to lines": "Transformar em linha", "Transform to lines": "Transformar em linha",
"Transform to polygon": "Transformar em polígono", "Transform to polygon": "Transformar em polígono",
"Type a place name or coordinates": "Type a place name or coordinates", "Type a place name or coordinates": "Introduzir um nome de local ou coordenadas",
"Type char or paste emoji": "Type char or paste emoji", "Type char or paste emoji": "Escreva um caractere ou cole um emoji",
"Type of layer": "Tipo de camada", "Type of layer": "Tipo de camada",
"Unable to detect format of file {filename}": "Não foi possível detetar o formato do ficheiro {filename}", "Unable to detect format of file {filename}": "Não foi possível detetar o formato do ficheiro {filename}",
"Untitled layer": "Camada sem nome", "Untitled layer": "Camada sem nome",
"Untitled map": "Mapa sem nome", "Untitled map": "Mapa sem nome",
"Update permissions and editors": "Alterar permisões e editores", "Update permissions and editors": "Alterar permisões e editores",
"Update permissions": "Permissões de atualização", "Update permissions": "Permissões de atualização",
"Update who can see and edit the map": "Update who can see and edit the map", "Update who can see and edit the map": "Atualizar quem pode ver e editar o mapa",
"Url": "URL", "Url": "URL",
"URL": "URL", "URL": "URL",
"Use current bounds": "Usar extremos atuais", "Use current bounds": "Usar extremos atuais",
"Use placeholders with feature properties between brackets, eg. &#123;name&#125;, they will be dynamically replaced by the corresponding values.": "Use espaços reservados como propriedades de elementos entre parêntesis. Por ex. &#123;nome&#125; e serão substituídos pelos valores correspondentes.", "Use placeholders with feature properties between brackets, eg. &#123;name&#125;, they will be dynamically replaced by the corresponding values.": "Use espaços reservados como propriedades de elementos entre parêntesis. Por ex. &#123;nome&#125; e serão substituídos pelos valores correspondentes.",
"User content credits": "Créditos do conteúdo do utilizador", "User content credits": "Créditos do conteúdo do utilizador",
"User interface options": "Opções da interface de utilizador", "User interface options": "Opções da interface de utilizador",
"User location": "User location", "User location": "Localização do utilizador",
"Verify remote URL": "Verify remote URL", "Verify remote URL": "Verificar URL remoto",
"Versions": "Versões", "Versions": "Versões",
"View Fullscreen": "Ver em Ecrã Total", "View Fullscreen": "Ver em ecrã inteiro",
"View": "View", "View": "Ver",
"Visibility: {status}": "Visibility: {status}", "Visibility: {status}": "Visibilidade: {status}",
"weight": "espessura", "weight": "espessura",
"Where do we go from here?": "Para onde vamos a partir daqui?", "Where do we go from here?": "Para onde vamos a partir daqui?",
"Whether to display or not polygons paths.": "Se mostrar ou não os caminhos dos polígonos.", "Whether to display or not polygons paths.": "Se mostrar ou não os caminhos dos polígonos.",
"Whether to fill polygons with color.": "Se mostrar ou não os polígonos preenchidos a cor.", "Whether to fill polygons with color.": "Se mostrar ou não os polígonos preenchidos a cor.",
"Who can edit \"{layer}\"": "Who can edit \"{layer}\"", "Who can edit \"{layer}\"": "Quem pode editar \"{layer}\"",
"Who can edit": "Quem pode editar", "Who can edit": "Quem pode editar",
"Who can view": "Quem pode ver", "Who can view": "Quem pode ver",
"width": "largura", "width": "largura",
"Will be displayed in the bottom right corner of the map": "Será mostrado no fundo à direita do mapa", "Will be displayed in the bottom right corner of the map": "Será mostrado no fundo à direita do mapa",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Estará permanentemente visível no canto inferior esquerdo do mapa",
"Will be visible in the caption of the map": "Será visível no cabeçalho do mapa", "Will be visible in the caption of the map": "Será visível no cabeçalho do mapa",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Ops! Parece que alguém editou os dados. Pode gravar mesmo assim, mas isso irá eliminar as alterações feitas por outros.",
"yes": "sim", "yes": "sim",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Aproximar", "Zoom in": "Aproximar",
"Zoom level for automatic zooms": "Nível de aproximação para aproximações automáticas", "Zoom level for automatic zooms": "Nível de aproximação para aproximações automáticas",
"Zoom out": "Afastar", "Zoom out": "Afastar",
@ -409,7 +396,7 @@ const locale = {
"Zoom to the previous": "Aproximar para o anterior", "Zoom to the previous": "Aproximar para o anterior",
"Zoom to this feature": "Aproximar a este elemento", "Zoom to this feature": "Aproximar a este elemento",
"Zoom to this place": "Aproximar para este local", "Zoom to this place": "Aproximar para este local",
"{area}&#8239;acres": "{area} acres", "{area}&#8239;acres": "{area} hectares",
"{area}&#8239;ha": "{area} ha", "{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;", "{area}&#8239;m&sup2;": "{area} m&sup2;",
"{area}&#8239;mi&sup2;": "{area} mi&sup2;", "{area}&#8239;mi&sup2;": "{area} mi&sup2;",
@ -418,35 +405,83 @@ const locale = {
"{delay} seconds": "{delay} segundos", "{delay} seconds": "{delay} segundos",
"{distance}&#8239;km": "{distance} km", "{distance}&#8239;km": "{distance} km",
"{distance}&#8239;m": "{distance} m", "{distance}&#8239;m": "{distance} m",
"{distance}&#8239;miles": "{distance} miles", "{distance}&#8239;miles": "{distance} milhas",
"{distance}&#8239;NM": "{distance} NM", "{distance}&#8239;NM": "{distance} MN",
"{distance}&#8239;yd": "{distance} yd", "{distance}&#8239;yd": "{distance} yd",
"Edit map name and caption": "Edit map name and caption", "Edit map name and caption": "Editar o nome e a legenda do mapa",
"Map advanced properties": "Map advanced properties", "Map advanced properties": "Propriedades avançadas do mapa",
"Edit map details": "Edit map details", "Edit map details": "Editar detalhes do mapa",
"Back to browser": "Back to browser", "Back to browser": "Voltar ao navegador",
"Toggle size": "Toggle size", "Toggle size": "Alternar tamanho",
"Display the caption control": "Display the caption control", "Display the caption control": "Mostrar o botão de legendas",
"<empty value>": "<empty value>", "<empty value>": "<valor em branco>",
"Min": "Min", "Min": "Mín",
"Max": "Max", "Max": "Máx",
"From": "From", "From": "De",
"Until": "Until", "Until": "Até",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox", "Example: key1,key2|Label 2,key3|Label 3|checkbox": "Exemplo: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap", "Edit in OpenStreetMap": "Editar no OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns.", "Cannot determine latitude and longitude columns.": "Não é possível determinar as colunas de latitude e longitude.",
"Back to layers": "Back to layers", "Back to layers": "Voltar às camadas",
"Filters": "Filters", "Filters": "Filtros",
"Comma separated list of properties to use when filtering features by text input": "Comma separated list of properties to use when filtering features by text input", "Comma separated list of properties to use when filtering features by text input": "Lista de propriedades separada por vírgulas a utilizar na filtragem de elementos por introdução de texto",
"Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.": "Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.", "Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.": "Lista separada por vírgulas de propriedades a utilizar para filtros (por exemplo: mykey,otherkey). Para controlar a etiqueta, adicione-a depois de um | (por exemplo: mykey|My Key,otherkey|Other Key). Para controlar o tipo de campo de entrada, adicione-o depois de outro | (por exemplo: mykey|My Key|checkbox,otherkey|Other Key|datetime). Os valores permitidos para o tipo de campo de entrada são checkbox (predefinição), radio, number, date e datetime.",
"Search keys": "Search keys", "Search keys": "Chaves de procura",
"Filters keys": "Filters keys", "Filters keys": "Chaves de filtros",
"Filter data": "Filter data", "Filter data": "Dados de filtros",
"Search map features…": "Search map features…", "Search map features…": "Procurar elementos do mapa…",
"Reset all": "Reset all", "Reset all": "Repor tudo",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }
L.registerLocale("pt", locale) L.registerLocale("pt", locale)
L.setLocale("pt") L.setLocale("pt")

View file

@ -1,33 +1,33 @@
{ {
" (area: {measure})": "(area: {measure})", " (area: {measure})": "(área: {measure})",
" (length: {measure})": "(length: {measure})", " (length: {measure})": "(comprimento: {measure})",
"# one hash for main heading": "# um cardinal para o cabeçalho principal", "# one hash for main heading": "# um cardinal para o cabeçalho principal",
"## two hashes for second heading": "## dois cardinais para o segundo cabeçalho", "## two hashes for second heading": "## dois cardinais para o segundo cabeçalho",
"### three hashes for third heading": "### três cardinais para o terceiro cabeçalho", "### three hashes for third heading": "### três cardinais para o terceiro cabeçalho",
"**double star for bold**": "**dois asteriscos duplos para negrito**", "**double star for bold**": "**dois asteriscos duplos para negrito**",
"*single star for italic*": "*single star for italic*", "*single star for italic*": "*um asterisco para itálico*",
"--- for a horizontal rule": "--- for a horizontal rule", "--- for a horizontal rule": "--- para uma régua horizontal",
"1 day": "1 dia", "1 day": "1 dia",
"1 hour": "1 hora", "1 hour": "1 hora",
"5 min": "5 min", "5 min": "5 min",
"A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".": "Lista de números separada por vírgulas que define o padrão do traço. Por exemplo \"5, 10, 15\".", "A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".": "Lista de números separada por vírgulas que define o padrão do traço. Por exemplo \"5, 10, 15\".",
"About": "Sobre", "About": "Sobre",
"Action not allowed :(": "Action not allowed :(", "Action not allowed :(": "Ação não permitida :(",
"Activate slideshow mode": "Ativar modo de apresentação", "Activate slideshow mode": "Ativar modo de apresentação",
"Add a layer": "Adicionar camada", "Add a layer": "Adicionar camada",
"Add a line to the current multi": "Adicionar uma linha para o multi atual", "Add a line to the current multi": "Adicionar uma linha ao multipolígono atual",
"Add a new property": "Adicionar uma nova propriedade", "Add a new property": "Adicionar uma nova propriedade",
"Add a polygon to the current multi": "Adicionar um polígono para o multi atual", "Add a polygon to the current multi": "Adicionar um polígono ao multipolígono atual",
"Add image URL": "Add image URL", "Add image URL": "Adicionar URL da imagem",
"Add": "Add", "Add": "Adicionar",
"Advanced actions": "Ações avançadas", "Advanced actions": "Ações avançadas",
"Advanced properties": "Propriedades avançadas", "Advanced properties": "Propriedades avançadas",
"All data and settings of the map": "All data and settings of the map", "All data and settings of the map": "Todos os dados e definições do mapa",
"All properties are imported.": "Foram importadas todas as propriedades.", "All properties are imported.": "Foram importadas todas as propriedades.",
"Allow interactions": "Permitir interações", "Allow interactions": "Permitir interações",
"Allow scroll wheel zoom?": "Permitir zoom com roda do rato?", "Allow scroll wheel zoom?": "Permitir zoom com roda do rato?",
"always": "sempre", "always": "sempre",
"Animated transitions": "Animated transitions", "Animated transitions": "Transições animadas",
"Are you sure you want to cancel your changes?": "Tem a certeza que quer cancelar as suas alterações?", "Are you sure you want to cancel your changes?": "Tem a certeza que quer cancelar as suas alterações?",
"Are you sure you want to clone this map and all its datalayers?": "Tem a certeza que quer clonar este mapa, incluindo todas as camadas de dados?", "Are you sure you want to clone this map and all its datalayers?": "Tem a certeza que quer clonar este mapa, incluindo todas as camadas de dados?",
"Are you sure you want to delete the feature?": "Tem a certeza que quer eliminar o elemento?", "Are you sure you want to delete the feature?": "Tem a certeza que quer eliminar o elemento?",
@ -39,31 +39,27 @@
"attribution": "atribuição", "attribution": "atribuição",
"Auto": "Auto", "Auto": "Auto",
"Automatic": "Automático", "Automatic": "Automático",
"Autostart when map is loaded": "iniciar ao abrir o mapa", "Autostart when map is loaded": "Iniciar ao abrir o mapa",
"Back to preview": "Back to preview", "Back to preview": "Voltar à pré-visualização",
"Background overlay url": "Background overlay url", "Background overlay url": "URL de sobreposição do fundo",
"Ball": "Bola", "Ball": "Bola",
"Bring feature to center": "Bring feature to center", "Bring feature to center": "Colocar o elemento no centro",
"Browse data": "Explorar dados", "Browse data": "Explorar dados",
"by": "por", "by": "por",
"Cache proxied request": "Pedido cache com proxy", "Cache proxied request": "Pedido cache com proxy",
"Cancel edits": "Cancelar edições", "Cancel edits": "Cancelar edições",
"Cancel": "Cancelar",
"Caption": "Cabeçalho", "Caption": "Cabeçalho",
"Center map on your location": "Centrar mapa na sua localização", "Center map on your location": "Centrar mapa na sua localização",
"Change map background": "Mudar fundo do mapa", "Change map background": "Mudar fundo do mapa",
"Change tilelayers": "Alterar camadas de telas", "Change tilelayers": "Alterar camadas de mosaicos",
"Change": "Change", "Change": "Alterar",
"Choose a preset": "Escolha um modelo",
"Choose the data format": "Escolha o formato dos dados", "Choose the data format": "Escolha o formato dos dados",
"Choose the format of the data to import": "Escolha o formato dos dados para importação", "Choropleth breakpoints": "Pontos de interrupção coropléticos",
"Choose the layer to import in": "Escolha a camada para destino da importação", "Choropleth classes": "Classes coropléticas",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth color palette": "Paleta de cores coropléticas",
"Choropleth classes": "Choropleth classes", "Choropleth mode": "Modo coroplético",
"Choropleth color palette": "Choropleth color palette", "Choropleth property value": "Valor da propriedade coroplética",
"Choropleth mode": "Choropleth mode", "Choropleth": "Coroplético",
"Choropleth property value": "Choropleth property value",
"Choropleth": "Choropleth",
"Circle": "Círculo", "Circle": "Círculo",
"clear": "limpar", "clear": "limpar",
"Click last point to finish shape": "Clique no último ponto para terminar a forma geométrica", "Click last point to finish shape": "Clique no último ponto para terminar a forma geométrica",
@ -81,30 +77,29 @@
"Clustering radius": "Raio do aglomerado", "Clustering radius": "Raio do aglomerado",
"collapsed": "colapsado", "collapsed": "colapsado",
"color": "cor", "color": "cor",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.", "Comma separated list of numbers, including min and max values.": "Lista de números separada por vírgulas, incluindo os valores mínimo e máximo.",
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.", "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Lista de propriedades separada por vírgulas a utilizar para ordenar os elementos. Para inverter a ordenação, coloque um sinal de menos (-) antes. Por exemplo, umachave,-outrachave.",
"Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the begining of the header, case insensitive. All other column are imported as properties.": "Valores separados por vírgula, tabulação ou ponto-e-vírgula. É implícito\n o sistema de referência espacial WGS84. Apenas são importadas as \ngeometrias de ponto. A importação irá ver se aparece no cabeçalho das \ncolunas «lat» e «lon», ignorando diferença de maiúsculas e minúsculas. \nTodas a outras colunas são importadas como propriedades.", "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the begining of the header, case insensitive. All other column are imported as properties.": "Valores separados por vírgula, tabulação ou ponto-e-vírgula. É implícito\n o sistema de referência espacial WGS84. Apenas são importadas as \ngeometrias de ponto. A importação irá ver se aparece no cabeçalho das \ncolunas «lat» e «lon», ignorando diferença de maiúsculas e minúsculas. \nTodas a outras colunas são importadas como propriedades.",
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Parabéns, o seu mapa foi criado!",
"Continue line": "Continuar linha", "Continue line": "Continuar linha",
"Coordinates": "Coordenadas", "Coordinates": "Coordenadas",
"Copy link": "Copy link", "copy": "copiar",
"copy": "copy",
"Credits": "Créditos", "Credits": "Créditos",
"Current map view": "Current map view", "Current map view": "Vista atual do mapa",
"Current view instead of default map view?": "Vista atual e não a vista padrão do mapa?", "Current view instead of default map view?": "Vista atual e não a vista padrão do mapa?",
"Custom background": "Fundo personalizado", "Custom background": "Fundo personalizado",
"Custom overlay": "Custom overlay", "Custom overlay": "Sobreposição personalizada",
"dash array": "série de traços", "dash array": "série de traços",
"Data is browsable": "Os dados são navegáveis", "Data is browsable": "Os dados são navegáveis",
"Datalayers": "Datalayers", "Datalayers": "Camadas de dados",
"Default interaction options": "Opções padrão de interação", "Default interaction options": "Opções padrão de interação",
"Default properties": "Propriedades padrão", "Default properties": "Propriedades padrão",
"Default shape properties": "Propriedades padrão de formas geométricas", "Default shape properties": "Propriedades padrão de formas geométricas",
"Default view": "Default view", "Default view": "Vista padrão",
"Default zoom level": "Nível de aproximação padrão", "Default zoom level": "Nível de zoom pré-definido",
"Default": "Padrão", "Default": "Padrão",
"Default: name": "Padrão: nome", "Default: name": "Padrão: nome",
"Define link to open in a new window on polygon click.": "Definir link para abrir numa nova janela ao clicar no polígono.", "Define link to open in a new window on polygon click.": "Definir hiperligação para abrir numa nova janela ao clicar no polígono.",
"define": "definir", "define": "definir",
"Delay between two transitions when in play mode": "Atraso entre 2 transições ao reproduzir a apresentação", "Delay between two transitions when in play mode": "Atraso entre 2 transições ao reproduzir a apresentação",
"Delete all layers": "Eliminar todas as camadas", "Delete all layers": "Eliminar todas as camadas",
@ -115,69 +110,68 @@
"Delete this vertex (Alt+Click)": "Eliminar este vértice (Alt+Clique)", "Delete this vertex (Alt+Click)": "Eliminar este vértice (Alt+Clique)",
"Delete": "Eliminar", "Delete": "Eliminar",
"description": "descrição", "description": "descrição",
"Direct link": "Direct link", "Direct link": "Hiperligação direta",
"Directions from here": "Direções a partir daqui", "Directions from here": "Direções a partir daqui",
"Display label": "Mostrar etiqueta", "Display label": "Mostrar etiqueta",
"Display measure": "Mostrar medição", "Display measure": "Mostrar medição",
"display name": "mostrar nome", "display name": "mostrar nome",
"Display on load": "Mostrar ao carregar", "Display on load": "Mostrar ao carregar",
"Display the control to open OpenStreetMap editor": "Mostrar o controlo para abrir o editor OpenStreetMap", "Display the control to open OpenStreetMap editor": "Mostrar o botão para abrir o editor do OpenStreetMap",
"Display the data layers control": "Mostrar o controlo das camadas de dados", "Display the data layers control": "Mostrar o botão das camadas de dados",
"Display the embed control": "Mostrar o controlo de embeber", "Display the embed control": "Mostrar o botão de partilha e descarregar",
"Display the fullscreen control": "Mostrar o controlo de ecrã total", "Display the fullscreen control": "Mostrar o botão de ecrã inteiro",
"Display the locate control": "Mostrar o controlo de localizar", "Display the locate control": "Mostrar o botão de localização GPS",
"Display the measure control": "Mostrar o controlo de medição", "Display the measure control": "Mostrar o botão de medição",
"Display the search control": "Mostrar o controlo de pesquisa", "Display the search control": "Mostrar o botão de pesquisa",
"Display the star map button": "Display the star map button", "Display the star map button": "Apresentar o botão de estrela do mapa",
"Display the tile layers control": "Mostrar o controlo de camadas de telas", "Display the tile layers control": "Mostrar o botão de camadas de mosaicos",
"Display the zoom control": "Mostrar o controlo de aproximar e afastar (zoom)", "Display the zoom control": "Mostrar os botões de aproximar e afastar (zoom)",
"Do you want to display a caption bar?": "Mostrar uma barra de cabeçalho?", "Do you want to display a caption bar?": "Mostrar uma barra de cabeçalho?",
"Do you want to display a minimap?": "Pretende mostrar um mini-mapa?", "Do you want to display a minimap?": "Mostrar um mini-mapa?",
"Do you want to display a panel on load?": "Mostrar um painel ao carregar?", "Do you want to display a panel on load?": "Mostrar um painel ao carregar?",
"Do you want to display caption menus?": "Do you want to display caption menus?", "Do you want to display caption menus?": "Mostrar menus de legendas?",
"Do you want to display popup footer?": "Pretende mostrar um popup no rodapé?", "Do you want to display popup footer?": "Mostrar um popup no rodapé?",
"Do you want to display the scale control?": "Pretende mostrar o controlo de escala?", "Do you want to display the scale control?": "Mostrar a escala?",
"Do you want to display the «more» control?": "Mostrar o botão «mostrar mais botões»?", "Do you want to display the «more» control?": "Mostrar o botão «mostrar mais botões»?",
"Download": "Descarregar", "Download": "Descarregar",
"Drag to reorder": "Arrastar para reordenar", "Drag to reorder": "Arrastar para reordenar",
"Draw a marker": "Desenhar um marco", "Draw a marker": "Desenhar um marco",
"Draw a polygon": "Desenhar um polígono", "Draw a polygon": "Desenhar um polígono",
"Draw a polyline": "Desenhar uma polilinha", "Draw a polyline": "Desenhar uma polilinha",
"Drawing": "Drawing", "Drawing": "Desenho",
"Drop": "Comum", "Drop": "Comum",
"Dynamic properties": "Propriedades dinâmicas", "Dynamic properties": "Propriedades dinâmicas",
"Dynamic": "Dinâmico", "Dynamic": "Dinâmico",
"Edit feature's layer": "Editar camada do elemento", "Edit feature's layer": "Editar camada do elemento",
"Edit properties in a table": "Editar propriedades numa tabela", "Edit properties in a table": "Editar propriedades numa tabela",
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Editar o título do mapa",
"Edit this feature": "Editar este elemento", "Edit this feature": "Editar este elemento",
"Edit": "Editar", "Edit": "Editar",
"Email": "Email", "Embed and link options": "Opções de incorporação e hiperligação",
"Embed and link options": "Embed and link options",
"Embed the map": "Embeber o mapa", "Embed the map": "Embeber o mapa",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji e caracteres",
"Empty": "Vazio", "Empty": "Vazio",
"Equidistant": "Equidistant", "Equidistant": "Equidistante",
"Error in the overlay URL": "Error in the overlay URL", "Error in the overlay URL": "Erro no URL da sobreposição",
"Error in the tilelayer URL": "Erro no URL de telas", "Error in the tilelayer URL": "Erro no URL de camada de mosaicos",
"Exit Fullscreen": "Sair de Ecrã Total", "Exit Fullscreen": "Sair de ecrã inteiro",
"expanded": "expandido", "expanded": "expandido",
"Extract shape to separate feature": "Extrair forma geométrica para separar o elemento", "Extract shape to separate feature": "Extrair forma geométrica para separar o elemento",
"Feature identifier key": "Feature identifier key", "Feature identifier key": "Chave de identificação do elemento",
"Feature properties": "Feature properties", "Feature properties": "Propriedades dos elementos",
"Fetch data each time map view changes.": "Processar dados cada vez que o mapa é alterado.", "Fetch data each time map view changes.": "Processar dados cada vez que o mapa é alterado.",
"fill color": "cor do preenchimento", "fill color": "cor do preenchimento",
"fill opacity": "opacidade do preenchimento", "fill opacity": "opacidade do preenchimento",
"fill": "preenchimento", "fill": "preenchimento",
"Fit all data": "Fit all data", "Fit all data": "Ajustar todos os dados",
"Format": "Formato", "Format": "Formato",
"From zoom": "Do zoom", "From zoom": "Do zoom",
"full backup": "full backup", "full backup": "cópia de segurança completa",
"Generic": "Generic", "Generic": "Genérico",
"GeoRSS (only link)": "GeoRSS (apenas o link)", "GeoRSS (only link)": "GeoRSS (apenas a hiperligação)",
"GeoRSS (title + image)": "GeoRSS (título + imagem)", "GeoRSS (title + image)": "GeoRSS (título + imagem)",
"Go to \"{coords}\"": "Go to \"{coords}\"", "Go to \"{coords}\"": "Ir a \"{coords}\"",
"Go to the homepage": "Go to the homepage", "Go to the homepage": "Ir para a página inicial",
"Go to «{feature}»": "Ir a «{feature}»", "Go to «{feature}»": "Ir a «{feature}»",
"Heatmap intensity property": "Propriedade da intensidade do mapa térmico", "Heatmap intensity property": "Propriedade da intensidade do mapa térmico",
"Heatmap radius": "Raio do mapa térmico", "Heatmap radius": "Raio do mapa térmico",
@ -185,13 +179,13 @@
"height": "altura", "height": "altura",
"Help": "Ajuda", "Help": "Ajuda",
"hidden": "oculto", "hidden": "oculto",
"Hide controls": "Ocultar controlos", "Hide controls": "Ocultar botões",
"Home": "Início", "Home": "Início",
"How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Por quanto simplificar a polilinha em cada nível de aproximação (mais = melhor desempenho e aspeto mais suave, menos = mais preciso)", "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Por quanto simplificar a polilinha em cada nível de zoom (mais = melhor desempenho e aspeto mais suave, menos = mais preciso)",
"icon opacity": "icon opacity", "icon opacity": "opacidade do ícone",
"Icon shape": "Forma do ícone", "Icon shape": "Forma do ícone",
"Icon symbol": "Símbolo do ícone", "Icon symbol": "Símbolo do ícone",
"If false, the polygon or line will act as a part of the underlying map.": "If false, the polygon or line will act as a part of the underlying map.", "If false, the polygon or line will act as a part of the underlying map.": "Se for falso, o polígono ou a linha atuará como parte do mapa subjacente.",
"Iframe with custom height (in px): {{{http://iframe.url.com|height}}}": "Iframe com altura personalizada (em px): {{{http://iframe.url.com|height}}}", "Iframe with custom height (in px): {{{http://iframe.url.com|height}}}": "Iframe com altura personalizada (em px): {{{http://iframe.url.com|height}}}",
"Iframe with custom height and width (in px): {{{http://iframe.url.com|height*width}}}": "Iframe com altura e largura personalizados (em px): {{{http://iframe.url.com|height*width}}}", "Iframe with custom height and width (in px): {{{http://iframe.url.com|height*width}}}": "Iframe com altura e largura personalizados (em px): {{{http://iframe.url.com|height*width}}}",
"iframe": "iframe", "iframe": "iframe",
@ -200,16 +194,15 @@
"Image: {{http://image.url.com}}": "Imagem: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Imagem: {{http://image.url.com}}",
"Import data": "Importar dados", "Import data": "Importar dados",
"Import in a new layer": "Importar uma nova camada", "Import in a new layer": "Importar uma nova camada",
"Import": "Importar",
"Imports all umap data, including layers and settings.": "Importa todos os dados uMap, incluindo camadas e definições.", "Imports all umap data, including layers and settings.": "Importa todos os dados uMap, incluindo camadas e definições.",
"Include full screen link?": "Incluir link de encrã total?", "Include full screen link?": "Incluir hiperligação de ecrã inteiro?",
"Inherit": "Herdado", "Inherit": "Herdado",
"inherit": "herdado", "inherit": "herdado",
"Interaction options": "Opções de interação", "Interaction options": "Opções de interação",
"Invalid latitude or longitude": "Invalid latitude or longitude", "Invalid latitude or longitude": "Latitude ou longitude inválida",
"Invalid umap data in {filename}": "Dados uMap inválidos em {filename}", "Invalid umap data in {filename}": "Dados uMap inválidos em {filename}",
"Invalid umap data": "Dados uMap inválidos", "Invalid umap data": "Dados uMap inválidos",
"Invalide property name: {name}": "Invalide property name: {name}", "Invalide property name: {name}": "Nome da propriedade inválida: {name}",
"Jenks-Fisher": "Jenks-Fisher", "Jenks-Fisher": "Jenks-Fisher",
"K-means": "K-means", "K-means": "K-means",
"Keep current visible layers": "Manter camadas atualmente visíveis", "Keep current visible layers": "Manter camadas atualmente visíveis",
@ -218,16 +211,16 @@
"Label direction": "Direção da etiqueta", "Label direction": "Direção da etiqueta",
"Label key": "Chave da etiqueta", "Label key": "Chave da etiqueta",
"Labels are clickable": "Etiquetas são clicáveis", "Labels are clickable": "Etiquetas são clicáveis",
"Latest feature": "Latest feature", "Latest feature": "Último elemento",
"Latitude": "Latitude", "Latitude": "Latitude",
"Layer properties": "Propriedades da camada", "Layer properties": "Propriedades da camada",
"Layer": "Camada", "Layer": "Camada",
"Licence": "Licença", "Licence": "Licença",
"licence": "licença", "licence": "licença",
"Limit bounds": "Extremos dos limites", "Limit bounds": "Extremos dos limites",
"Link to view the map": "Link to view the map", "Link to view the map": "Hiperligação para ver o mapa",
"Link to…": "Link para...", "Link to…": "Hiperligação para…",
"Link with text: [[http://example.com|text of the link]]": "Link com texto: [[http://example.com|texto do link]]", "Link with text: [[http://example.com|text of the link]]": "Hiperligação com texto: [[http://exemplo.com|texto do link]]",
"Long credits": "Créditos por extenso", "Long credits": "Créditos por extenso",
"Longitude": "Longitude", "Longitude": "Longitude",
"Make main shape": "Fazer forma geométrica principal", "Make main shape": "Fazer forma geométrica principal",
@ -235,47 +228,47 @@
"Manual": "Manual", "Manual": "Manual",
"Map background credits": "Créditos do fundo do mapa", "Map background credits": "Créditos do fundo do mapa",
"Map has been attached to your account": "O mapa foi anexado à sua conta", "Map has been attached to your account": "O mapa foi anexado à sua conta",
"Map has been saved!": "O mapa foi gravado!", "Map has been saved!": "O mapa foi guardado!",
"Map has been starred": "Map has been starred", "Map has been starred": "O mapa foi marcado com uma estrela",
"Map has been unstarred": "Map has been unstarred", "Map has been unstarred": "O mapa foi desmarcado",
"Map user content has been published under licence": "O conteúdo do mapa foi publicado sob a licença", "Map user content has been published under licence": "O conteúdo do mapa foi publicado sob a licença",
"Map's editors": "Editores do mapa", "Map's editors": "Editores do mapa",
"Map's owner": "Proprietário do mapa", "Map's owner": "Proprietário do mapa",
"max East": "Este máx.", "max East": "Este máximo",
"max North": "Norte máx.", "max North": "Norte máximo",
"max South": "Sul máx.", "max South": "Sul máximo",
"max West": "Oeste máx.", "max West": "Oeste máximo",
"max zoom": "aproximação máxima", "max zoom": "zoom máximo",
"Measure distances": "Medir distâncias", "Measure distances": "Medir distâncias",
"Merge lines": "Fundir linhas", "Merge lines": "Fundir linhas",
"mi": "mi", "mi": "mi",
"miles": "milhas", "miles": "milhas",
"min zoom": "aproximação mínima", "min zoom": "zoom mínimo",
"More controls": "Mais controlos", "More controls": "Mais botões",
"Must be a valid CSS value (eg.: DarkBlue or #123456)": "Tem de ser um valor CSS válido (p.ex.: DarkBlue ou #123456)", "Must be a valid CSS value (eg.: DarkBlue or #123456)": "Tem de ser um valor CSS válido (por exemplo: DarkBlue ou #123456)",
"name": "nome", "name": "nome",
"nautical miles": "milhas náuticas", "nautical miles": "milhas náuticas",
"never": "nunca", "never": "nunca",
"new window": "nova janela", "new window": "nova janela",
"next": "seguinte", "next": "seguinte",
"NM": "NM", "NM": "MN",
"No cache": "Sem cache", "No cache": "Sem cache",
"No licence has been set": "Não foi definida nenhuma licença", "No licence has been set": "Não foi definida nenhuma licença",
"No results": "Sem resultados", "No results": "Sem resultados",
"no": "não", "no": "no",
"No.": "No.", "No.": "No.",
"None": "Nenhum", "None": "Nenhum",
"Number of desired classes (default 5)": "Number of desired classes (default 5)", "Number of desired classes (default 5)": "Número de classes pretendidas (predefinição 5)",
"On the bottom": "No fundo", "On the bottom": "No fundo",
"On the left": "Na esquerda", "On the left": "Na esquerda",
"On the right": "Na direita", "On the right": "Na direita",
"On the top": "No topo", "On the top": "No topo",
"Only visible layers' data": "Only visible layers' data", "Only visible layers' data": "Apenas dados de camadas visíveis",
"opacity": "opacidade", "opacity": "opacidade",
"Opacity": "Opacity", "Opacity": "Opacidade",
"Open current feature on load": "Open current feature on load", "Open current feature on load": "Abrir elemento atual ao carregar",
"Open link in…": "Abrir link numa...", "Open link in…": "Abrir hiperligação em…",
"Open share & download panel": "Open share & download panel", "Open share & download panel": "Abrir painel de partilha e descarregamento",
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Abrir esta região do mapa num editor de mapas para fornecer dados mais precisos ao OpenStreetMap", "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Abrir esta região do mapa num editor de mapas para fornecer dados mais precisos ao OpenStreetMap",
"OpenStreetMap": "OpenStreetMap", "OpenStreetMap": "OpenStreetMap",
"Optional intensity property for heatmap": "Propriedade opcional da intensidade do mapa térmico", "Optional intensity property for heatmap": "Propriedade opcional da intensidade do mapa térmico",
@ -285,122 +278,116 @@
"Override heatmap radius (default 25)": "Sobrepor raio do mapa térmico (padrão 80)", "Override heatmap radius (default 25)": "Sobrepor raio do mapa térmico (padrão 80)",
"parent window": "janela pai", "parent window": "janela pai",
"Paste your data here": "Cole aqui os seus dados", "Paste your data here": "Cole aqui os seus dados",
"Permalink": "Permalink", "Permalink": "Hiperligação permanente",
"Permanent credits background": "Permanent credits background", "Permanent credits background": "Fundo dos créditos permanentes",
"Permanent credits": "Permanent credits", "Permanent credits": "Créditos permanentes",
"Please be sure the licence is compliant with your use.": "Por favor tenha a certeza que a utilização está conforme a licença.", "Please be sure the licence is compliant with your use.": "Por favor tenha a certeza que a utilização está conforme a licença.",
"Please choose a format": "Por favor escolha um formato", "Please choose a format": "Por favor escolha um formato",
"Please enter the name of the property": "Por favor introduza o nome da propriedade", "Please enter the name of the property": "Por favor introduza o nome da propriedade",
"Please enter the new name of this property": "Por favor introduza um novo nome desta propriedade", "Please enter the new name of this property": "Por favor introduza um novo nome desta propriedade",
"Please save the map first": "Por favor primeiro grave o mapa", "Please save the map first": "Guarde primeiro o mapa",
"Popup (large)": "Popup (largo)", "Popup (large)": "Popup (largo)",
"Popup content style": "Estilo do conteúdo do popup", "Popup content style": "Estilo do conteúdo do popup",
"Popup content template": "Modelo de conteúdo do popup", "Popup content template": "Modelo de conteúdo do popup",
"Popup shape": "Forma do popup", "Popup shape": "Forma do popup",
"Popup": "Popup", "Popup": "Popup",
"Powered by uMap": "Powered by uMap", "Powered by uMap": "Fornecido com uMap",
"previous": "anterior", "previous": "anterior",
"Problem in the response": "Problem in the response", "Problem in the response": "Problema na resposta",
"Properties imported:": "Propriedades importadas:", "Properties imported:": "Propriedades importadas:",
"Provide an URL here": "Forneça um URL aqui", "Provide an URL here": "Forneça um URL aqui",
"Proxy request": "Pedido proxy", "Proxy request": "Pedido proxy",
"Quantiles": "Quantiles", "Quantiles": "Quantis",
"Recent": "Recent", "Recent": "Recente",
"Remote data": "Dados remotos", "Remote data": "Dados remotos",
"Remove shape from the multi": "Remover forma do multi", "Remove shape from the multi": "Remover forma do multipolígono",
"Rename this property on all the features": "Alterar nome desta propriedade em todos os elementos", "Rename this property on all the features": "Alterar nome desta propriedade em todos os elementos",
"Replace layer content": "Substituir o conteúdo da camada", "Replace layer content": "Substituir o conteúdo da camada",
"Restore this version": "Restaurar esta versão", "Restore this version": "Restaurar esta versão",
"Save anyway": "Gravar mesmo assim", "Save current edits": "Guardar edições atuais",
"Save current edits": "Gravar edições atuais", "Save map": "Guardar mapa",
"Save map": "Save map", "Save this center and zoom": "Guardar este zoom e centro",
"Save this center and zoom": "Gravar este centro e aproximar", "Save this location as new feature": "Guardar esta localização como novo elemento",
"Save this location as new feature": "Gravar esta localização como novo elemento", "Save": "Guardar",
"Save": "Gravar", "Saved center and zoom": "Centro e zoom guardados",
"Saved center and zoom": "Saved center and zoom",
"Search location": "Procurar localização", "Search location": "Procurar localização",
"Search": "Search", "Search": "Pesquisar",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Hiperligação de edição secreta:",
"Secret edit link:": "Secret edit link:", "See full screen": "Ver em ecrã inteiro",
"See layers": "See layers", "See on OpenStreetMap": "Ver no OpenStreetMap",
"See full screen": "Ver em ecrã total",
"See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Defina como falso para ocultar esta camada da apresentação de slides, o navegador de dados e da navegação do popup…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Defina como falso para ocultar esta camada da apresentação de slides, o navegador de dados e da navegação do popup…",
"settings": "settings", "settings": "definições",
"Shape properties": "Propriedades de formas geométricas", "Shape properties": "Propriedades de formas geométricas",
"Share and download": "Share and download", "Share and download": "Partilhar e descarregar",
"Share this link to open a customized map view": "Share this link to open a customized map view", "Share this link to open a customized map view": "Partilhar esta hiperligação para abrir uma vista de mapa personalizada",
"Short credits": "Créditos resumidos", "Short credits": "Créditos resumidos",
"Short link": "Short link", "Short link": "Hiperligação curta",
"Show this layer in the caption": "Show this layer in the caption", "Show this layer in the caption": "Mostrar esta camada na legenda",
"Show/hide layer": "Mostrar / ocultar camada", "Show/hide layer": "Mostrar / ocultar camada",
"Side panel": "Painel lateral", "Side panel": "Painel lateral",
"Simple link: [[http://example.com]]": "Link simples: [[http://example.com]]", "Simple link: [[http://example.com]]": "Hiperligação simples: [[http://exemplo.com]]",
"Simplify": "Simplificar", "Simplify": "Simplificar",
"Skipping unknown geometry.type: {type}": "A ignorar tipo de geometria desconhecido: {type}", "Skipping unknown geometry.type: {type}": "A ignorar tipo de geometria desconhecido: {type}",
"Slideshow": "Apresentação", "Slideshow": "Apresentação",
"Sort key": "Chave de ordenação", "Sort key": "Chave de ordenação",
"Split line": "Linha de separação", "Split line": "Linha de separação",
"Star this map": "Star this map", "Star this map": "Marcar este mapa com uma estrela",
"Start a hole here": "Começar um buraco aqui", "Start a hole here": "Começar um buraco aqui",
"Start slideshow": "Iniciar apresentação", "Start slideshow": "Iniciar apresentação",
"Stop editing": "Parar edição", "Stop editing": "Parar edição",
"Stop slideshow": "Parar apresentação", "Stop slideshow": "Parar apresentação",
"Street": "Street", "Street": "Rua",
"stroke": "traço", "stroke": "traço",
"Supported scheme": "Esquema suportado", "Supported scheme": "Esquema suportado",
"Supported variables that will be dynamically replaced": "Variáveis suportadas que serão substituídas de forma dinâmica", "Supported variables that will be dynamically replaced": "Variáveis suportadas que serão substituídas de forma dinâmica",
"Symbol": "Symbol", "Symbol": "Símbolo",
"Table": "Tabela", "Table": "Tabela",
"Text color for the cluster label": "Cor do texto para a etiqueta do aglomerado", "Text color for the cluster label": "Cor do texto para a etiqueta do aglomerado",
"Text formatting": "Formatação do texto", "Text formatting": "Formatação do texto",
"The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"&lcub;name&rcub; in &lcub;place&rcub;\")": "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"&lcub;name&rcub; in &lcub;place&rcub;\")", "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"&lcub;name&rcub; in &lcub;place&rcub;\")": "O nome da propriedade a utilizar como etiqueta do elemento (por exemplo: \"nom\"). Também pode utilizar propriedades entre parênteses para utilizar mais do que uma ou misturar com conteúdo estático (por exemplo: \"&lcub;name&rcub; in &lcub;place&rcub;\")",
"The name of the property to use as feature unique identifier.": "The name of the property to use as feature unique identifier.", "The name of the property to use as feature unique identifier.": "O nome da propriedade a utilizar como identificador único do elemento.",
"The zoom and center have been modified.": "The zoom and center have been modified.", "The zoom and center have been modified.": "O zoom e o centro foram alterados.",
"TMS format": "Formato TMS", "TMS format": "Formato TMS",
"To use if remote server doesn't allow cross domain (slower)": "Para usar caso o servidor remoto não permitir domínios cruzados (mais lento)", "To use if remote server doesn't allow cross domain (slower)": "Para usar caso o servidor remoto não permitir domínios cruzados (mais lento)",
"To zoom": "Ao zoom", "To zoom": "Ao zoom",
"Toggle edit mode (⇧+Click)": "Toggle edit mode (⇧+Click)", "Toggle edit mode (⇧+Click)": "Alternar o modo de edição (⇧+clique)",
"Toggle edit mode": "Toggle edit mode", "Toggle edit mode": "Alternar o modo de edição",
"Transfer shape to edited feature": "Transferir a forma geométrica para o elemento editado", "Transfer shape to edited feature": "Transferir a forma geométrica para o elemento editado",
"Transform to lines": "Transformar em linha", "Transform to lines": "Transformar em linha",
"Transform to polygon": "Transformar em polígono", "Transform to polygon": "Transformar em polígono",
"Type a place name or coordinates": "Type a place name or coordinates", "Type a place name or coordinates": "Introduzir um nome de local ou coordenadas",
"Type char or paste emoji": "Type char or paste emoji", "Type char or paste emoji": "Escreva um caractere ou cole um emoji",
"Type of layer": "Tipo de camada", "Type of layer": "Tipo de camada",
"Unable to detect format of file {filename}": "Não foi possível detetar o formato do ficheiro {filename}", "Unable to detect format of file {filename}": "Não foi possível detetar o formato do ficheiro {filename}",
"Untitled layer": "Camada sem nome", "Untitled layer": "Camada sem nome",
"Untitled map": "Mapa sem nome", "Untitled map": "Mapa sem nome",
"Update permissions and editors": "Alterar permisões e editores", "Update permissions and editors": "Alterar permisões e editores",
"Update permissions": "Permissões de atualização", "Update permissions": "Permissões de atualização",
"Update who can see and edit the map": "Update who can see and edit the map", "Update who can see and edit the map": "Atualizar quem pode ver e editar o mapa",
"Url": "URL", "Url": "URL",
"URL": "URL", "URL": "URL",
"Use current bounds": "Usar extremos atuais", "Use current bounds": "Usar extremos atuais",
"Use placeholders with feature properties between brackets, eg. &#123;name&#125;, they will be dynamically replaced by the corresponding values.": "Use espaços reservados como propriedades de elementos entre parêntesis. Por ex. &#123;nome&#125; e serão substituídos pelos valores correspondentes.", "Use placeholders with feature properties between brackets, eg. &#123;name&#125;, they will be dynamically replaced by the corresponding values.": "Use espaços reservados como propriedades de elementos entre parêntesis. Por ex. &#123;nome&#125; e serão substituídos pelos valores correspondentes.",
"User content credits": "Créditos do conteúdo do utilizador", "User content credits": "Créditos do conteúdo do utilizador",
"User interface options": "Opções da interface de utilizador", "User interface options": "Opções da interface de utilizador",
"User location": "User location", "User location": "Localização do utilizador",
"Verify remote URL": "Verify remote URL", "Verify remote URL": "Verificar URL remoto",
"Versions": "Versões", "Versions": "Versões",
"View Fullscreen": "Ver em Ecrã Total", "View Fullscreen": "Ver em ecrã inteiro",
"View": "View", "View": "Ver",
"Visibility: {status}": "Visibility: {status}", "Visibility: {status}": "Visibilidade: {status}",
"weight": "espessura", "weight": "espessura",
"Where do we go from here?": "Para onde vamos a partir daqui?", "Where do we go from here?": "Para onde vamos a partir daqui?",
"Whether to display or not polygons paths.": "Se mostrar ou não os caminhos dos polígonos.", "Whether to display or not polygons paths.": "Se mostrar ou não os caminhos dos polígonos.",
"Whether to fill polygons with color.": "Se mostrar ou não os polígonos preenchidos a cor.", "Whether to fill polygons with color.": "Se mostrar ou não os polígonos preenchidos a cor.",
"Who can edit \"{layer}\"": "Who can edit \"{layer}\"", "Who can edit \"{layer}\"": "Quem pode editar \"{layer}\"",
"Who can edit": "Quem pode editar", "Who can edit": "Quem pode editar",
"Who can view": "Quem pode ver", "Who can view": "Quem pode ver",
"width": "largura", "width": "largura",
"Will be displayed in the bottom right corner of the map": "Será mostrado no fundo à direita do mapa", "Will be displayed in the bottom right corner of the map": "Será mostrado no fundo à direita do mapa",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Estará permanentemente visível no canto inferior esquerdo do mapa",
"Will be visible in the caption of the map": "Será visível no cabeçalho do mapa", "Will be visible in the caption of the map": "Será visível no cabeçalho do mapa",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Ops! Parece que alguém editou os dados. Pode gravar mesmo assim, mas isso irá eliminar as alterações feitas por outros.",
"yes": "sim", "yes": "sim",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Aproximar", "Zoom in": "Aproximar",
"Zoom level for automatic zooms": "Nível de aproximação para aproximações automáticas", "Zoom level for automatic zooms": "Nível de aproximação para aproximações automáticas",
"Zoom out": "Afastar", "Zoom out": "Afastar",
@ -409,7 +396,7 @@
"Zoom to the previous": "Aproximar para o anterior", "Zoom to the previous": "Aproximar para o anterior",
"Zoom to this feature": "Aproximar a este elemento", "Zoom to this feature": "Aproximar a este elemento",
"Zoom to this place": "Aproximar para este local", "Zoom to this place": "Aproximar para este local",
"{area}&#8239;acres": "{area} acres", "{area}&#8239;acres": "{area} hectares",
"{area}&#8239;ha": "{area} ha", "{area}&#8239;ha": "{area} ha",
"{area}&#8239;m&sup2;": "{area} m&sup2;", "{area}&#8239;m&sup2;": "{area} m&sup2;",
"{area}&#8239;mi&sup2;": "{area} mi&sup2;", "{area}&#8239;mi&sup2;": "{area} mi&sup2;",
@ -418,33 +405,81 @@
"{delay} seconds": "{delay} segundos", "{delay} seconds": "{delay} segundos",
"{distance}&#8239;km": "{distance} km", "{distance}&#8239;km": "{distance} km",
"{distance}&#8239;m": "{distance} m", "{distance}&#8239;m": "{distance} m",
"{distance}&#8239;miles": "{distance} miles", "{distance}&#8239;miles": "{distance} milhas",
"{distance}&#8239;NM": "{distance} NM", "{distance}&#8239;NM": "{distance} MN",
"{distance}&#8239;yd": "{distance} yd", "{distance}&#8239;yd": "{distance} yd",
"Edit map name and caption": "Edit map name and caption", "Edit map name and caption": "Editar o nome e a legenda do mapa",
"Map advanced properties": "Map advanced properties", "Map advanced properties": "Propriedades avançadas do mapa",
"Edit map details": "Edit map details", "Edit map details": "Editar detalhes do mapa",
"Back to browser": "Back to browser", "Back to browser": "Voltar ao navegador",
"Toggle size": "Toggle size", "Toggle size": "Alternar tamanho",
"Display the caption control": "Display the caption control", "Display the caption control": "Mostrar o botão de legendas",
"<empty value>": "<empty value>", "<empty value>": "<valor em branco>",
"Min": "Min", "Min": "Mín",
"Max": "Max", "Max": "Máx",
"From": "From", "From": "De",
"Until": "Until", "Until": "Até",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox", "Example: key1,key2|Label 2,key3|Label 3|checkbox": "Exemplo: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap", "Edit in OpenStreetMap": "Editar no OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns.", "Cannot determine latitude and longitude columns.": "Não é possível determinar as colunas de latitude e longitude.",
"Back to layers": "Back to layers", "Back to layers": "Voltar às camadas",
"Filters": "Filters", "Filters": "Filtros",
"Comma separated list of properties to use when filtering features by text input": "Comma separated list of properties to use when filtering features by text input", "Comma separated list of properties to use when filtering features by text input": "Lista de propriedades separada por vírgulas a utilizar na filtragem de elementos por introdução de texto",
"Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.": "Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.", "Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.": "Lista separada por vírgulas de propriedades a utilizar para filtros (por exemplo: mykey,otherkey). Para controlar a etiqueta, adicione-a depois de um | (por exemplo: mykey|My Key,otherkey|Other Key). Para controlar o tipo de campo de entrada, adicione-o depois de outro | (por exemplo: mykey|My Key|checkbox,otherkey|Other Key|datetime). Os valores permitidos para o tipo de campo de entrada são checkbox (predefinição), radio, number, date e datetime.",
"Search keys": "Search keys", "Search keys": "Chaves de procura",
"Filters keys": "Filters keys", "Filters keys": "Chaves de filtros",
"Filter data": "Filter data", "Filter data": "Dados de filtros",
"Search map features…": "Search map features…", "Search map features…": "Procurar elementos do mapa…",
"Reset all": "Reset all", "Reset all": "Repor tudo",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }

View file

@ -48,16 +48,12 @@ const locale = {
"by": "por", "by": "por",
"Cache proxied request": "Pedido cache com proxy", "Cache proxied request": "Pedido cache com proxy",
"Cancel edits": "Cancelar edições", "Cancel edits": "Cancelar edições",
"Cancel": "Cancelar",
"Caption": "Cabeçalho", "Caption": "Cabeçalho",
"Center map on your location": "Centrar mapa na sua localização", "Center map on your location": "Centrar mapa na sua localização",
"Change map background": "Mudar fundo do mapa", "Change map background": "Mudar fundo do mapa",
"Change tilelayers": "Alterar camadas de telas", "Change tilelayers": "Alterar camadas de telas",
"Change": "Change", "Change": "Change",
"Choose a preset": "Escolha um modelo",
"Choose the data format": "Escolha o formato dos dados", "Choose the data format": "Escolha o formato dos dados",
"Choose the format of the data to import": "Escolha o formato dos dados para importação",
"Choose the layer to import in": "Escolha a camada para destino da importação",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@ const locale = {
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "Continuar linha", "Continue line": "Continuar linha",
"Coordinates": "Coordenadas", "Coordinates": "Coordenadas",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "Créditos", "Credits": "Créditos",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@ const locale = {
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Editar este elemento", "Edit this feature": "Editar este elemento",
"Edit": "Editar", "Edit": "Editar",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Embeber o mapa", "Embed the map": "Embeber o mapa",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@ const locale = {
"Image: {{http://image.url.com}}": "Imagem: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Imagem: {{http://image.url.com}}",
"Import data": "Importar dados", "Import data": "Importar dados",
"Import in a new layer": "Importar uma nova camada", "Import in a new layer": "Importar uma nova camada",
"Import": "Importar",
"Imports all umap data, including layers and settings.": "Importa todos os dados uMap, incluindo camadas e definições.", "Imports all umap data, including layers and settings.": "Importa todos os dados uMap, incluindo camadas e definições.",
"Include full screen link?": "Incluir link de encrã total?", "Include full screen link?": "Incluir link de encrã total?",
"Inherit": "Herdado", "Inherit": "Herdado",
@ -311,7 +304,6 @@ const locale = {
"Rename this property on all the features": "Alterar nome desta propriedade em todos os elementos", "Rename this property on all the features": "Alterar nome desta propriedade em todos os elementos",
"Replace layer content": "Substituir o conteúdo da camada", "Replace layer content": "Substituir o conteúdo da camada",
"Restore this version": "Restaurar esta versão", "Restore this version": "Restaurar esta versão",
"Save anyway": "Gravar mesmo assim",
"Save current edits": "Gravar edições atuais", "Save current edits": "Gravar edições atuais",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Gravar este centro e aproximar", "Save this center and zoom": "Gravar este centro e aproximar",
@ -320,12 +312,9 @@ const locale = {
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Procurar localização", "Search location": "Procurar localização",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "Ver em ecrã total", "See full screen": "Ver em ecrã total",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Defina como falso para ocultar esta camada da apresentação de slides, o navegador de dados e da navegação do popup…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Defina como falso para ocultar esta camada da apresentação de slides, o navegador de dados e da navegação do popup…",
"settings": "settings", "settings": "settings",
"Shape properties": "Propriedades de formas geométricas", "Shape properties": "Propriedades de formas geométricas",
@ -398,9 +387,7 @@ const locale = {
"Will be displayed in the bottom right corner of the map": "Será mostrado no fundo à direita do mapa", "Will be displayed in the bottom right corner of the map": "Será mostrado no fundo à direita do mapa",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Será visível no cabeçalho do mapa", "Will be visible in the caption of the map": "Será visível no cabeçalho do mapa",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Ops! Parece que alguém editou os dados. Você pode gravar mesmo assim, mas isso irá eliminar as alterações feitas por outros.",
"yes": "sim", "yes": "sim",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Aproximar", "Zoom in": "Aproximar",
"Zoom level for automatic zooms": "Nível de aproximação para aproximações automáticas", "Zoom level for automatic zooms": "Nível de aproximação para aproximações automáticas",
"Zoom out": "Afastar", "Zoom out": "Afastar",
@ -444,9 +431,57 @@ const locale = {
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }
L.registerLocale("pt_BR", locale) L.registerLocale("pt_BR", locale)
L.setLocale("pt_BR") L.setLocale("pt_BR")

View file

@ -48,16 +48,12 @@
"by": "por", "by": "por",
"Cache proxied request": "Pedido cache com proxy", "Cache proxied request": "Pedido cache com proxy",
"Cancel edits": "Cancelar edições", "Cancel edits": "Cancelar edições",
"Cancel": "Cancelar",
"Caption": "Cabeçalho", "Caption": "Cabeçalho",
"Center map on your location": "Centrar mapa na sua localização", "Center map on your location": "Centrar mapa na sua localização",
"Change map background": "Mudar fundo do mapa", "Change map background": "Mudar fundo do mapa",
"Change tilelayers": "Alterar camadas de telas", "Change tilelayers": "Alterar camadas de telas",
"Change": "Change", "Change": "Change",
"Choose a preset": "Escolha um modelo",
"Choose the data format": "Escolha o formato dos dados", "Choose the data format": "Escolha o formato dos dados",
"Choose the format of the data to import": "Escolha o formato dos dados para importação",
"Choose the layer to import in": "Escolha a camada para destino da importação",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "Continuar linha", "Continue line": "Continuar linha",
"Coordinates": "Coordenadas", "Coordinates": "Coordenadas",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "Créditos", "Credits": "Créditos",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Editar este elemento", "Edit this feature": "Editar este elemento",
"Edit": "Editar", "Edit": "Editar",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Embeber o mapa", "Embed the map": "Embeber o mapa",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@
"Image: {{http://image.url.com}}": "Imagem: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Imagem: {{http://image.url.com}}",
"Import data": "Importar dados", "Import data": "Importar dados",
"Import in a new layer": "Importar uma nova camada", "Import in a new layer": "Importar uma nova camada",
"Import": "Importar",
"Imports all umap data, including layers and settings.": "Importa todos os dados uMap, incluindo camadas e definições.", "Imports all umap data, including layers and settings.": "Importa todos os dados uMap, incluindo camadas e definições.",
"Include full screen link?": "Incluir link de encrã total?", "Include full screen link?": "Incluir link de encrã total?",
"Inherit": "Herdado", "Inherit": "Herdado",
@ -311,7 +304,6 @@
"Rename this property on all the features": "Alterar nome desta propriedade em todos os elementos", "Rename this property on all the features": "Alterar nome desta propriedade em todos os elementos",
"Replace layer content": "Substituir o conteúdo da camada", "Replace layer content": "Substituir o conteúdo da camada",
"Restore this version": "Restaurar esta versão", "Restore this version": "Restaurar esta versão",
"Save anyway": "Gravar mesmo assim",
"Save current edits": "Gravar edições atuais", "Save current edits": "Gravar edições atuais",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Gravar este centro e aproximar", "Save this center and zoom": "Gravar este centro e aproximar",
@ -320,12 +312,9 @@
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Procurar localização", "Search location": "Procurar localização",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "Ver em ecrã total", "See full screen": "Ver em ecrã total",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Defina como falso para ocultar esta camada da apresentação de slides, o navegador de dados e da navegação do popup…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Defina como falso para ocultar esta camada da apresentação de slides, o navegador de dados e da navegação do popup…",
"settings": "settings", "settings": "settings",
"Shape properties": "Propriedades de formas geométricas", "Shape properties": "Propriedades de formas geométricas",
@ -398,9 +387,7 @@
"Will be displayed in the bottom right corner of the map": "Será mostrado no fundo à direita do mapa", "Will be displayed in the bottom right corner of the map": "Será mostrado no fundo à direita do mapa",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Será visível no cabeçalho do mapa", "Will be visible in the caption of the map": "Será visível no cabeçalho do mapa",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Ops! Parece que alguém editou os dados. Você pode gravar mesmo assim, mas isso irá eliminar as alterações feitas por outros.",
"yes": "sim", "yes": "sim",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Aproximar", "Zoom in": "Aproximar",
"Zoom level for automatic zooms": "Nível de aproximação para aproximações automáticas", "Zoom level for automatic zooms": "Nível de aproximação para aproximações automáticas",
"Zoom out": "Afastar", "Zoom out": "Afastar",
@ -444,7 +431,55 @@
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }

View file

@ -48,16 +48,12 @@ const locale = {
"by": "por", "by": "por",
"Cache proxied request": "Pedido cache com proxy", "Cache proxied request": "Pedido cache com proxy",
"Cancel edits": "Cancelar edições", "Cancel edits": "Cancelar edições",
"Cancel": "Cancelar",
"Caption": "Cabeçalho", "Caption": "Cabeçalho",
"Center map on your location": "Centrar mapa na sua localização", "Center map on your location": "Centrar mapa na sua localização",
"Change map background": "Mudar fundo do mapa", "Change map background": "Mudar fundo do mapa",
"Change tilelayers": "Alterar camadas de telas", "Change tilelayers": "Alterar camadas de telas",
"Change": "Change", "Change": "Change",
"Choose a preset": "Escolha um modelo",
"Choose the data format": "Escolha o formato dos dados", "Choose the data format": "Escolha o formato dos dados",
"Choose the format of the data to import": "Escolha o formato dos dados para importação",
"Choose the layer to import in": "Escolha a camada para destino da importação",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@ const locale = {
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "Continuar linha", "Continue line": "Continuar linha",
"Coordinates": "Coordenadas", "Coordinates": "Coordenadas",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "Créditos", "Credits": "Créditos",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@ const locale = {
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Editar este elemento", "Edit this feature": "Editar este elemento",
"Edit": "Editar", "Edit": "Editar",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Embeber o mapa", "Embed the map": "Embeber o mapa",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@ const locale = {
"Image: {{http://image.url.com}}": "Imagem: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Imagem: {{http://image.url.com}}",
"Import data": "Importar dados", "Import data": "Importar dados",
"Import in a new layer": "Importar uma nova camada", "Import in a new layer": "Importar uma nova camada",
"Import": "Importar",
"Imports all umap data, including layers and settings.": "Importa todos os dados uMap, incluindo camadas e definições.", "Imports all umap data, including layers and settings.": "Importa todos os dados uMap, incluindo camadas e definições.",
"Include full screen link?": "Incluir link de encrã total?", "Include full screen link?": "Incluir link de encrã total?",
"Inherit": "Herdado", "Inherit": "Herdado",
@ -311,7 +304,6 @@ const locale = {
"Rename this property on all the features": "Alterar nome desta propriedade em todos os elementos", "Rename this property on all the features": "Alterar nome desta propriedade em todos os elementos",
"Replace layer content": "Substituir o conteúdo da camada", "Replace layer content": "Substituir o conteúdo da camada",
"Restore this version": "Restaurar esta versão", "Restore this version": "Restaurar esta versão",
"Save anyway": "Gravar mesmo assim",
"Save current edits": "Gravar edições atuais", "Save current edits": "Gravar edições atuais",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Gravar este centro e aproximar", "Save this center and zoom": "Gravar este centro e aproximar",
@ -320,12 +312,9 @@ const locale = {
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Procurar localização", "Search location": "Procurar localização",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "Ver em ecrã total", "See full screen": "Ver em ecrã total",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Defina como falso para ocultar esta camada da apresentação de slides, o navegador de dados e da navegação do popup…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Defina como falso para ocultar esta camada da apresentação de slides, o navegador de dados e da navegação do popup…",
"settings": "settings", "settings": "settings",
"Shape properties": "Propriedades de formas geométricas", "Shape properties": "Propriedades de formas geométricas",
@ -398,9 +387,7 @@ const locale = {
"Will be displayed in the bottom right corner of the map": "Será mostrado no fundo à direita do mapa", "Will be displayed in the bottom right corner of the map": "Será mostrado no fundo à direita do mapa",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Será visível no cabeçalho do mapa", "Will be visible in the caption of the map": "Será visível no cabeçalho do mapa",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Ops! Parece que alguém editou os dados. Pode gravar mesmo assim, mas isso irá eliminar as alterações feitas por outros.",
"yes": "sim", "yes": "sim",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Aproximar", "Zoom in": "Aproximar",
"Zoom level for automatic zooms": "Nível de aproximação para aproximações automáticas", "Zoom level for automatic zooms": "Nível de aproximação para aproximações automáticas",
"Zoom out": "Afastar", "Zoom out": "Afastar",
@ -444,9 +431,57 @@ const locale = {
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }
L.registerLocale("pt_PT", locale) L.registerLocale("pt_PT", locale)
L.setLocale("pt_PT") L.setLocale("pt_PT")

View file

@ -48,16 +48,12 @@
"by": "por", "by": "por",
"Cache proxied request": "Pedido cache com proxy", "Cache proxied request": "Pedido cache com proxy",
"Cancel edits": "Cancelar edições", "Cancel edits": "Cancelar edições",
"Cancel": "Cancelar",
"Caption": "Cabeçalho", "Caption": "Cabeçalho",
"Center map on your location": "Centrar mapa na sua localização", "Center map on your location": "Centrar mapa na sua localização",
"Change map background": "Mudar fundo do mapa", "Change map background": "Mudar fundo do mapa",
"Change tilelayers": "Alterar camadas de telas", "Change tilelayers": "Alterar camadas de telas",
"Change": "Change", "Change": "Change",
"Choose a preset": "Escolha um modelo",
"Choose the data format": "Escolha o formato dos dados", "Choose the data format": "Escolha o formato dos dados",
"Choose the format of the data to import": "Escolha o formato dos dados para importação",
"Choose the layer to import in": "Escolha a camada para destino da importação",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "Continuar linha", "Continue line": "Continuar linha",
"Coordinates": "Coordenadas", "Coordinates": "Coordenadas",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "Créditos", "Credits": "Créditos",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Editar este elemento", "Edit this feature": "Editar este elemento",
"Edit": "Editar", "Edit": "Editar",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Embeber o mapa", "Embed the map": "Embeber o mapa",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@
"Image: {{http://image.url.com}}": "Imagem: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Imagem: {{http://image.url.com}}",
"Import data": "Importar dados", "Import data": "Importar dados",
"Import in a new layer": "Importar uma nova camada", "Import in a new layer": "Importar uma nova camada",
"Import": "Importar",
"Imports all umap data, including layers and settings.": "Importa todos os dados uMap, incluindo camadas e definições.", "Imports all umap data, including layers and settings.": "Importa todos os dados uMap, incluindo camadas e definições.",
"Include full screen link?": "Incluir link de encrã total?", "Include full screen link?": "Incluir link de encrã total?",
"Inherit": "Herdado", "Inherit": "Herdado",
@ -311,7 +304,6 @@
"Rename this property on all the features": "Alterar nome desta propriedade em todos os elementos", "Rename this property on all the features": "Alterar nome desta propriedade em todos os elementos",
"Replace layer content": "Substituir o conteúdo da camada", "Replace layer content": "Substituir o conteúdo da camada",
"Restore this version": "Restaurar esta versão", "Restore this version": "Restaurar esta versão",
"Save anyway": "Gravar mesmo assim",
"Save current edits": "Gravar edições atuais", "Save current edits": "Gravar edições atuais",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Gravar este centro e aproximar", "Save this center and zoom": "Gravar este centro e aproximar",
@ -320,12 +312,9 @@
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Procurar localização", "Search location": "Procurar localização",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "Ver em ecrã total", "See full screen": "Ver em ecrã total",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Defina como falso para ocultar esta camada da apresentação de slides, o navegador de dados e da navegação do popup…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Defina como falso para ocultar esta camada da apresentação de slides, o navegador de dados e da navegação do popup…",
"settings": "settings", "settings": "settings",
"Shape properties": "Propriedades de formas geométricas", "Shape properties": "Propriedades de formas geométricas",
@ -398,9 +387,7 @@
"Will be displayed in the bottom right corner of the map": "Será mostrado no fundo à direita do mapa", "Will be displayed in the bottom right corner of the map": "Será mostrado no fundo à direita do mapa",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Será visível no cabeçalho do mapa", "Will be visible in the caption of the map": "Será visível no cabeçalho do mapa",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Ops! Parece que alguém editou os dados. Pode gravar mesmo assim, mas isso irá eliminar as alterações feitas por outros.",
"yes": "sim", "yes": "sim",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Aproximar", "Zoom in": "Aproximar",
"Zoom level for automatic zooms": "Nível de aproximação para aproximações automáticas", "Zoom level for automatic zooms": "Nível de aproximação para aproximações automáticas",
"Zoom out": "Afastar", "Zoom out": "Afastar",
@ -444,7 +431,55 @@
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }

View file

@ -48,16 +48,12 @@ const locale = {
"by": "by", "by": "by",
"Cache proxied request": "Cache proxied request", "Cache proxied request": "Cache proxied request",
"Cancel edits": "Cancel edits", "Cancel edits": "Cancel edits",
"Cancel": "Renunță",
"Caption": "Caption", "Caption": "Caption",
"Center map on your location": "Center map on your location", "Center map on your location": "Center map on your location",
"Change map background": "Change map background", "Change map background": "Change map background",
"Change tilelayers": "Change tilelayers", "Change tilelayers": "Change tilelayers",
"Change": "Change", "Change": "Change",
"Choose a preset": "Choose a preset",
"Choose the data format": "Choose the data format", "Choose the data format": "Choose the data format",
"Choose the format of the data to import": "Choose the format of the data to import",
"Choose the layer to import in": "Choose the layer to import in",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@ const locale = {
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "Linie continuă", "Continue line": "Linie continuă",
"Coordinates": "Coordonate", "Coordinates": "Coordonate",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "Credits", "Credits": "Credits",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@ const locale = {
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Edit this feature", "Edit this feature": "Edit this feature",
"Edit": "Edit", "Edit": "Edit",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Embed the map", "Embed the map": "Embed the map",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@ const locale = {
"Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}",
"Import data": "Import data", "Import data": "Import data",
"Import in a new layer": "Import in a new layer", "Import in a new layer": "Import in a new layer",
"Import": "Import",
"Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.",
"Include full screen link?": "Include full screen link?", "Include full screen link?": "Include full screen link?",
"Inherit": "Inherit", "Inherit": "Inherit",
@ -311,7 +304,6 @@ const locale = {
"Rename this property on all the features": "Rename this property on all the features", "Rename this property on all the features": "Rename this property on all the features",
"Replace layer content": "Replace layer content", "Replace layer content": "Replace layer content",
"Restore this version": "Restore this version", "Restore this version": "Restore this version",
"Save anyway": "Salvează oricum",
"Save current edits": "Save current edits", "Save current edits": "Save current edits",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Save this center and zoom", "Save this center and zoom": "Save this center and zoom",
@ -320,12 +312,9 @@ const locale = {
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Căutați locația", "Search location": "Căutați locația",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "See full screen", "See full screen": "See full screen",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"settings": "settings", "settings": "settings",
"Shape properties": "Shape properties", "Shape properties": "Shape properties",
@ -398,9 +387,7 @@ const locale = {
"Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Will be visible in the caption of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.",
"yes": "da", "yes": "da",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Zoom in", "Zoom in": "Zoom in",
"Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom level for automatic zooms": "Zoom level for automatic zooms",
"Zoom out": "Zoom out", "Zoom out": "Zoom out",
@ -444,9 +431,57 @@ const locale = {
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }
L.registerLocale("ro", locale) L.registerLocale("ro", locale)
L.setLocale("ro") L.setLocale("ro")

View file

@ -48,16 +48,12 @@
"by": "by", "by": "by",
"Cache proxied request": "Cache proxied request", "Cache proxied request": "Cache proxied request",
"Cancel edits": "Cancel edits", "Cancel edits": "Cancel edits",
"Cancel": "Renunță",
"Caption": "Caption", "Caption": "Caption",
"Center map on your location": "Center map on your location", "Center map on your location": "Center map on your location",
"Change map background": "Change map background", "Change map background": "Change map background",
"Change tilelayers": "Change tilelayers", "Change tilelayers": "Change tilelayers",
"Change": "Change", "Change": "Change",
"Choose a preset": "Choose a preset",
"Choose the data format": "Choose the data format", "Choose the data format": "Choose the data format",
"Choose the format of the data to import": "Choose the format of the data to import",
"Choose the layer to import in": "Choose the layer to import in",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "Linie continuă", "Continue line": "Linie continuă",
"Coordinates": "Coordonate", "Coordinates": "Coordonate",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "Credits", "Credits": "Credits",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Edit this feature", "Edit this feature": "Edit this feature",
"Edit": "Edit", "Edit": "Edit",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Embed the map", "Embed the map": "Embed the map",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@
"Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}",
"Import data": "Import data", "Import data": "Import data",
"Import in a new layer": "Import in a new layer", "Import in a new layer": "Import in a new layer",
"Import": "Import",
"Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.",
"Include full screen link?": "Include full screen link?", "Include full screen link?": "Include full screen link?",
"Inherit": "Inherit", "Inherit": "Inherit",
@ -311,7 +304,6 @@
"Rename this property on all the features": "Rename this property on all the features", "Rename this property on all the features": "Rename this property on all the features",
"Replace layer content": "Replace layer content", "Replace layer content": "Replace layer content",
"Restore this version": "Restore this version", "Restore this version": "Restore this version",
"Save anyway": "Salvează oricum",
"Save current edits": "Save current edits", "Save current edits": "Save current edits",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Save this center and zoom", "Save this center and zoom": "Save this center and zoom",
@ -320,12 +312,9 @@
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Căutați locația", "Search location": "Căutați locația",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "See full screen", "See full screen": "See full screen",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"settings": "settings", "settings": "settings",
"Shape properties": "Shape properties", "Shape properties": "Shape properties",
@ -398,9 +387,7 @@
"Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Will be visible in the caption of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.",
"yes": "da", "yes": "da",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Zoom in", "Zoom in": "Zoom in",
"Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom level for automatic zooms": "Zoom level for automatic zooms",
"Zoom out": "Zoom out", "Zoom out": "Zoom out",
@ -444,7 +431,55 @@
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }

View file

@ -48,16 +48,12 @@ const locale = {
"by": "от", "by": "от",
"Cache proxied request": "Кэшированный прокси-запрос", "Cache proxied request": "Кэшированный прокси-запрос",
"Cancel edits": "Отменить правки", "Cancel edits": "Отменить правки",
"Cancel": "Отменить",
"Caption": "Заголовок", "Caption": "Заголовок",
"Center map on your location": "Переместить карту в ваше местоположение", "Center map on your location": "Переместить карту в ваше местоположение",
"Change map background": "Изменить подложку карты", "Change map background": "Изменить подложку карты",
"Change tilelayers": "Выбрать подложку", "Change tilelayers": "Выбрать подложку",
"Change": "Change", "Change": "Change",
"Choose a preset": "Выберите шаблон",
"Choose the data format": "Выберите формат данных", "Choose the data format": "Выберите формат данных",
"Choose the format of the data to import": "Выберите формат данных для импорта",
"Choose the layer to import in": "Выбрать слой для импорта в него",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@ const locale = {
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "Продолжить линию", "Continue line": "Продолжить линию",
"Coordinates": "Координаты", "Coordinates": "Координаты",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "Авторские права", "Credits": "Авторские права",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@ const locale = {
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Редактировать объект", "Edit this feature": "Редактировать объект",
"Edit": "Редактировать", "Edit": "Редактировать",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Встроить карту", "Embed the map": "Встроить карту",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@ const locale = {
"Image: {{http://image.url.com}}": "Изображение: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Изображение: {{http://image.url.com}}",
"Import data": "Импортировать данные", "Import data": "Импортировать данные",
"Import in a new layer": "Импортировать в новый слой", "Import in a new layer": "Импортировать в новый слой",
"Import": "Импорт",
"Imports all umap data, including layers and settings.": "Импортировать все данные uMap, включая слои и настройки.", "Imports all umap data, including layers and settings.": "Импортировать все данные uMap, включая слои и настройки.",
"Include full screen link?": "Включить ссылку на полноэкранный вид?", "Include full screen link?": "Включить ссылку на полноэкранный вид?",
"Inherit": "Наследовать", "Inherit": "Наследовать",
@ -311,7 +304,6 @@ const locale = {
"Rename this property on all the features": "Переименовать это свойство у всех объектов", "Rename this property on all the features": "Переименовать это свойство у всех объектов",
"Replace layer content": "Заменить содержимое слоя", "Replace layer content": "Заменить содержимое слоя",
"Restore this version": "Восстановить эту версию", "Restore this version": "Восстановить эту версию",
"Save anyway": "Сохранить в любом случае",
"Save current edits": "Сохранить текущие правки", "Save current edits": "Сохранить текущие правки",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Сохранить это положение и масштаб", "Save this center and zoom": "Сохранить это положение и масштаб",
@ -320,12 +312,9 @@ const locale = {
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Поиск местоположения", "Search location": "Поиск местоположения",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "Смотреть в полноэкранном режиме", "See full screen": "Смотреть в полноэкранном режиме",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Сбросьте, чтобы скрыть слой из слайдшоу, просмотра данных и всплывающей навигации...", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Сбросьте, чтобы скрыть слой из слайдшоу, просмотра данных и всплывающей навигации...",
"settings": "settings", "settings": "settings",
"Shape properties": "Свойства фигуры", "Shape properties": "Свойства фигуры",
@ -398,9 +387,7 @@ const locale = {
"Will be displayed in the bottom right corner of the map": "Будет показано в правом нижнем углу карты", "Will be displayed in the bottom right corner of the map": "Будет показано в правом нижнем углу карты",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Будет показано в заголовке карты", "Will be visible in the caption of the map": "Будет показано в заголовке карты",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Упс! Похоже, кто-то другой тоже редактирует эти данные. Вы можете сохранить свои правки, но это уничтожит правки другого участника.",
"yes": "да", "yes": "да",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Увеличить масштаб", "Zoom in": "Увеличить масштаб",
"Zoom level for automatic zooms": "Масштабировать слой автоматически", "Zoom level for automatic zooms": "Масштабировать слой автоматически",
"Zoom out": "Уменьшить масштаб", "Zoom out": "Уменьшить масштаб",
@ -444,9 +431,57 @@ const locale = {
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }
L.registerLocale("ru", locale) L.registerLocale("ru", locale)
L.setLocale("ru") L.setLocale("ru")

View file

@ -48,16 +48,12 @@
"by": "от", "by": "от",
"Cache proxied request": "Кэшированный прокси-запрос", "Cache proxied request": "Кэшированный прокси-запрос",
"Cancel edits": "Отменить правки", "Cancel edits": "Отменить правки",
"Cancel": "Отменить",
"Caption": "Заголовок", "Caption": "Заголовок",
"Center map on your location": "Переместить карту в ваше местоположение", "Center map on your location": "Переместить карту в ваше местоположение",
"Change map background": "Изменить подложку карты", "Change map background": "Изменить подложку карты",
"Change tilelayers": "Выбрать подложку", "Change tilelayers": "Выбрать подложку",
"Change": "Change", "Change": "Change",
"Choose a preset": "Выберите шаблон",
"Choose the data format": "Выберите формат данных", "Choose the data format": "Выберите формат данных",
"Choose the format of the data to import": "Выберите формат данных для импорта",
"Choose the layer to import in": "Выбрать слой для импорта в него",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "Продолжить линию", "Continue line": "Продолжить линию",
"Coordinates": "Координаты", "Coordinates": "Координаты",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "Авторские права", "Credits": "Авторские права",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Редактировать объект", "Edit this feature": "Редактировать объект",
"Edit": "Редактировать", "Edit": "Редактировать",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Встроить карту", "Embed the map": "Встроить карту",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@
"Image: {{http://image.url.com}}": "Изображение: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Изображение: {{http://image.url.com}}",
"Import data": "Импортировать данные", "Import data": "Импортировать данные",
"Import in a new layer": "Импортировать в новый слой", "Import in a new layer": "Импортировать в новый слой",
"Import": "Импорт",
"Imports all umap data, including layers and settings.": "Импортировать все данные uMap, включая слои и настройки.", "Imports all umap data, including layers and settings.": "Импортировать все данные uMap, включая слои и настройки.",
"Include full screen link?": "Включить ссылку на полноэкранный вид?", "Include full screen link?": "Включить ссылку на полноэкранный вид?",
"Inherit": "Наследовать", "Inherit": "Наследовать",
@ -311,7 +304,6 @@
"Rename this property on all the features": "Переименовать это свойство у всех объектов", "Rename this property on all the features": "Переименовать это свойство у всех объектов",
"Replace layer content": "Заменить содержимое слоя", "Replace layer content": "Заменить содержимое слоя",
"Restore this version": "Восстановить эту версию", "Restore this version": "Восстановить эту версию",
"Save anyway": "Сохранить в любом случае",
"Save current edits": "Сохранить текущие правки", "Save current edits": "Сохранить текущие правки",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Сохранить это положение и масштаб", "Save this center and zoom": "Сохранить это положение и масштаб",
@ -320,12 +312,9 @@
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Поиск местоположения", "Search location": "Поиск местоположения",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "Смотреть в полноэкранном режиме", "See full screen": "Смотреть в полноэкранном режиме",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Сбросьте, чтобы скрыть слой из слайдшоу, просмотра данных и всплывающей навигации...", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Сбросьте, чтобы скрыть слой из слайдшоу, просмотра данных и всплывающей навигации...",
"settings": "settings", "settings": "settings",
"Shape properties": "Свойства фигуры", "Shape properties": "Свойства фигуры",
@ -398,9 +387,7 @@
"Will be displayed in the bottom right corner of the map": "Будет показано в правом нижнем углу карты", "Will be displayed in the bottom right corner of the map": "Будет показано в правом нижнем углу карты",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Будет показано в заголовке карты", "Will be visible in the caption of the map": "Будет показано в заголовке карты",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Упс! Похоже, кто-то другой тоже редактирует эти данные. Вы можете сохранить свои правки, но это уничтожит правки другого участника.",
"yes": "да", "yes": "да",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Увеличить масштаб", "Zoom in": "Увеличить масштаб",
"Zoom level for automatic zooms": "Масштабировать слой автоматически", "Zoom level for automatic zooms": "Масштабировать слой автоматически",
"Zoom out": "Уменьшить масштаб", "Zoom out": "Уменьшить масштаб",
@ -444,7 +431,55 @@
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }

View file

@ -48,16 +48,12 @@ const locale = {
"by": "by", "by": "by",
"Cache proxied request": "Cache proxied request", "Cache proxied request": "Cache proxied request",
"Cancel edits": "Cancel edits", "Cancel edits": "Cancel edits",
"Cancel": "අවලංගු",
"Caption": "Caption", "Caption": "Caption",
"Center map on your location": "Center map on your location", "Center map on your location": "Center map on your location",
"Change map background": "Change map background", "Change map background": "Change map background",
"Change tilelayers": "Change tilelayers", "Change tilelayers": "Change tilelayers",
"Change": "Change", "Change": "Change",
"Choose a preset": "Choose a preset",
"Choose the data format": "Choose the data format", "Choose the data format": "Choose the data format",
"Choose the format of the data to import": "Choose the format of the data to import",
"Choose the layer to import in": "Choose the layer to import in",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@ const locale = {
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "Continue line", "Continue line": "Continue line",
"Coordinates": "Coordinates", "Coordinates": "Coordinates",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "Credits", "Credits": "Credits",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@ const locale = {
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Edit this feature", "Edit this feature": "Edit this feature",
"Edit": "Edit", "Edit": "Edit",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Embed the map", "Embed the map": "Embed the map",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@ const locale = {
"Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}",
"Import data": "Import data", "Import data": "Import data",
"Import in a new layer": "Import in a new layer", "Import in a new layer": "Import in a new layer",
"Import": "Import",
"Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.",
"Include full screen link?": "Include full screen link?", "Include full screen link?": "Include full screen link?",
"Inherit": "Inherit", "Inherit": "Inherit",
@ -311,7 +304,6 @@ const locale = {
"Rename this property on all the features": "Rename this property on all the features", "Rename this property on all the features": "Rename this property on all the features",
"Replace layer content": "Replace layer content", "Replace layer content": "Replace layer content",
"Restore this version": "Restore this version", "Restore this version": "Restore this version",
"Save anyway": "Save anyway",
"Save current edits": "Save current edits", "Save current edits": "Save current edits",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Save this center and zoom", "Save this center and zoom": "Save this center and zoom",
@ -320,12 +312,9 @@ const locale = {
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Search location", "Search location": "Search location",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "See full screen", "See full screen": "See full screen",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"settings": "settings", "settings": "settings",
"Shape properties": "Shape properties", "Shape properties": "Shape properties",
@ -398,9 +387,7 @@ const locale = {
"Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Will be visible in the caption of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.",
"yes": "ඔව්", "yes": "ඔව්",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Zoom in", "Zoom in": "Zoom in",
"Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom level for automatic zooms": "Zoom level for automatic zooms",
"Zoom out": "Zoom out", "Zoom out": "Zoom out",
@ -444,9 +431,57 @@ const locale = {
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }
L.registerLocale("si", locale) L.registerLocale("si", locale)
L.setLocale("si") L.setLocale("si")

View file

@ -48,16 +48,12 @@
"by": "by", "by": "by",
"Cache proxied request": "Cache proxied request", "Cache proxied request": "Cache proxied request",
"Cancel edits": "Cancel edits", "Cancel edits": "Cancel edits",
"Cancel": "අවලංගු",
"Caption": "Caption", "Caption": "Caption",
"Center map on your location": "Center map on your location", "Center map on your location": "Center map on your location",
"Change map background": "Change map background", "Change map background": "Change map background",
"Change tilelayers": "Change tilelayers", "Change tilelayers": "Change tilelayers",
"Change": "Change", "Change": "Change",
"Choose a preset": "Choose a preset",
"Choose the data format": "Choose the data format", "Choose the data format": "Choose the data format",
"Choose the format of the data to import": "Choose the format of the data to import",
"Choose the layer to import in": "Choose the layer to import in",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "Continue line", "Continue line": "Continue line",
"Coordinates": "Coordinates", "Coordinates": "Coordinates",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "Credits", "Credits": "Credits",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Edit this feature", "Edit this feature": "Edit this feature",
"Edit": "Edit", "Edit": "Edit",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Embed the map", "Embed the map": "Embed the map",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@
"Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}",
"Import data": "Import data", "Import data": "Import data",
"Import in a new layer": "Import in a new layer", "Import in a new layer": "Import in a new layer",
"Import": "Import",
"Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.",
"Include full screen link?": "Include full screen link?", "Include full screen link?": "Include full screen link?",
"Inherit": "Inherit", "Inherit": "Inherit",
@ -311,7 +304,6 @@
"Rename this property on all the features": "Rename this property on all the features", "Rename this property on all the features": "Rename this property on all the features",
"Replace layer content": "Replace layer content", "Replace layer content": "Replace layer content",
"Restore this version": "Restore this version", "Restore this version": "Restore this version",
"Save anyway": "Save anyway",
"Save current edits": "Save current edits", "Save current edits": "Save current edits",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Save this center and zoom", "Save this center and zoom": "Save this center and zoom",
@ -320,12 +312,9 @@
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Search location", "Search location": "Search location",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "See full screen", "See full screen": "See full screen",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"settings": "settings", "settings": "settings",
"Shape properties": "Shape properties", "Shape properties": "Shape properties",
@ -398,9 +387,7 @@
"Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Will be visible in the caption of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.",
"yes": "ඔව්", "yes": "ඔව්",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Zoom in", "Zoom in": "Zoom in",
"Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom level for automatic zooms": "Zoom level for automatic zooms",
"Zoom out": "Zoom out", "Zoom out": "Zoom out",
@ -444,7 +431,55 @@
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }

View file

@ -48,16 +48,12 @@ const locale = {
"by": "od", "by": "od",
"Cache proxied request": "Cache proxied request", "Cache proxied request": "Cache proxied request",
"Cancel edits": "Zrušiť zmeny", "Cancel edits": "Zrušiť zmeny",
"Cancel": "Zrušiť",
"Caption": "Nadpis", "Caption": "Nadpis",
"Center map on your location": "Vycentrovať mapu na vašu polohu", "Center map on your location": "Vycentrovať mapu na vašu polohu",
"Change map background": "Zmeniť pozadie mapy", "Change map background": "Zmeniť pozadie mapy",
"Change tilelayers": "Zmeniť pozadie mapy", "Change tilelayers": "Zmeniť pozadie mapy",
"Change": "Change", "Change": "Change",
"Choose a preset": "Vyberte predvoľbu",
"Choose the data format": "Zvoľte formát údajov", "Choose the data format": "Zvoľte formát údajov",
"Choose the format of the data to import": "Zvoľte v akom formáte sú importované údaje",
"Choose the layer to import in": "Zvoľte vrstvu, do ktorej sa bude importovať",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@ const locale = {
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "Pokračovať v čiare", "Continue line": "Pokračovať v čiare",
"Coordinates": "Súradnice", "Coordinates": "Súradnice",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "Poďakovania", "Credits": "Poďakovania",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@ const locale = {
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Upraviť tento objekt", "Edit this feature": "Upraviť tento objekt",
"Edit": "Upraviť", "Edit": "Upraviť",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Vložiť mapu na iný web", "Embed the map": "Vložiť mapu na iný web",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@ const locale = {
"Image: {{http://image.url.com}}": "Obrázok: {{http://url.obrazka.sk}}", "Image: {{http://image.url.com}}": "Obrázok: {{http://url.obrazka.sk}}",
"Import data": "Import údajov", "Import data": "Import údajov",
"Import in a new layer": "Importovať do novej vrstvy", "Import in a new layer": "Importovať do novej vrstvy",
"Import": "Importovať",
"Imports all umap data, including layers and settings.": "Importuje všetky údaje umapy, vrátane vrstiev a nastavení.", "Imports all umap data, including layers and settings.": "Importuje všetky údaje umapy, vrátane vrstiev a nastavení.",
"Include full screen link?": "Zahrnúť odkaz na celú obrazovku?", "Include full screen link?": "Zahrnúť odkaz na celú obrazovku?",
"Inherit": "Predvolené", "Inherit": "Predvolené",
@ -311,7 +304,6 @@ const locale = {
"Rename this property on all the features": "Premenovať túto vlastnosť na všetkých objektoch", "Rename this property on all the features": "Premenovať túto vlastnosť na všetkých objektoch",
"Replace layer content": "Nahradiť obsah vrstvy", "Replace layer content": "Nahradiť obsah vrstvy",
"Restore this version": "Obnoviť túto verziu", "Restore this version": "Obnoviť túto verziu",
"Save anyway": "Uložiť napriek tomu",
"Save current edits": "Uložiť nedávne zmeny", "Save current edits": "Uložiť nedávne zmeny",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Uložiť túto pozíciu mapy a jej priblíženie", "Save this center and zoom": "Uložiť túto pozíciu mapy a jej priblíženie",
@ -320,12 +312,9 @@ const locale = {
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Vyhľadať polohu", "Search location": "Vyhľadať polohu",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "Na celú obrazovku", "See full screen": "Na celú obrazovku",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"settings": "settings", "settings": "settings",
"Shape properties": "Vlastnosti tvaru", "Shape properties": "Vlastnosti tvaru",
@ -398,9 +387,7 @@ const locale = {
"Will be displayed in the bottom right corner of the map": "Bude zobrazené s mapou vpravo dole", "Will be displayed in the bottom right corner of the map": "Bude zobrazené s mapou vpravo dole",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Bude zobrazené v nadpise mapy", "Will be visible in the caption of the map": "Bude zobrazené v nadpise mapy",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Ojoj! Niekto iný medzitým taktiež upravil údaje. Môžete ich napriek tomu uložiť, ale zmažete tak jeho zmeny.",
"yes": "áno", "yes": "áno",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Priblížiť", "Zoom in": "Priblížiť",
"Zoom level for automatic zooms": "Úroveň priblíženia pre automatické približovanie", "Zoom level for automatic zooms": "Úroveň priblíženia pre automatické približovanie",
"Zoom out": "Oddialiť", "Zoom out": "Oddialiť",
@ -444,9 +431,57 @@ const locale = {
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }
L.registerLocale("sk_SK", locale) L.registerLocale("sk_SK", locale)
L.setLocale("sk_SK") L.setLocale("sk_SK")

View file

@ -48,16 +48,12 @@
"by": "od", "by": "od",
"Cache proxied request": "Cache proxied request", "Cache proxied request": "Cache proxied request",
"Cancel edits": "Zrušiť zmeny", "Cancel edits": "Zrušiť zmeny",
"Cancel": "Zrušiť",
"Caption": "Nadpis", "Caption": "Nadpis",
"Center map on your location": "Vycentrovať mapu na vašu polohu", "Center map on your location": "Vycentrovať mapu na vašu polohu",
"Change map background": "Zmeniť pozadie mapy", "Change map background": "Zmeniť pozadie mapy",
"Change tilelayers": "Zmeniť pozadie mapy", "Change tilelayers": "Zmeniť pozadie mapy",
"Change": "Change", "Change": "Change",
"Choose a preset": "Vyberte predvoľbu",
"Choose the data format": "Zvoľte formát údajov", "Choose the data format": "Zvoľte formát údajov",
"Choose the format of the data to import": "Zvoľte v akom formáte sú importované údaje",
"Choose the layer to import in": "Zvoľte vrstvu, do ktorej sa bude importovať",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "Pokračovať v čiare", "Continue line": "Pokračovať v čiare",
"Coordinates": "Súradnice", "Coordinates": "Súradnice",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "Poďakovania", "Credits": "Poďakovania",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Upraviť tento objekt", "Edit this feature": "Upraviť tento objekt",
"Edit": "Upraviť", "Edit": "Upraviť",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Vložiť mapu na iný web", "Embed the map": "Vložiť mapu na iný web",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@
"Image: {{http://image.url.com}}": "Obrázok: {{http://url.obrazka.sk}}", "Image: {{http://image.url.com}}": "Obrázok: {{http://url.obrazka.sk}}",
"Import data": "Import údajov", "Import data": "Import údajov",
"Import in a new layer": "Importovať do novej vrstvy", "Import in a new layer": "Importovať do novej vrstvy",
"Import": "Importovať",
"Imports all umap data, including layers and settings.": "Importuje všetky údaje umapy, vrátane vrstiev a nastavení.", "Imports all umap data, including layers and settings.": "Importuje všetky údaje umapy, vrátane vrstiev a nastavení.",
"Include full screen link?": "Zahrnúť odkaz na celú obrazovku?", "Include full screen link?": "Zahrnúť odkaz na celú obrazovku?",
"Inherit": "Predvolené", "Inherit": "Predvolené",
@ -311,7 +304,6 @@
"Rename this property on all the features": "Premenovať túto vlastnosť na všetkých objektoch", "Rename this property on all the features": "Premenovať túto vlastnosť na všetkých objektoch",
"Replace layer content": "Nahradiť obsah vrstvy", "Replace layer content": "Nahradiť obsah vrstvy",
"Restore this version": "Obnoviť túto verziu", "Restore this version": "Obnoviť túto verziu",
"Save anyway": "Uložiť napriek tomu",
"Save current edits": "Uložiť nedávne zmeny", "Save current edits": "Uložiť nedávne zmeny",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Uložiť túto pozíciu mapy a jej priblíženie", "Save this center and zoom": "Uložiť túto pozíciu mapy a jej priblíženie",
@ -320,12 +312,9 @@
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Vyhľadať polohu", "Search location": "Vyhľadať polohu",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "Na celú obrazovku", "See full screen": "Na celú obrazovku",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"settings": "settings", "settings": "settings",
"Shape properties": "Vlastnosti tvaru", "Shape properties": "Vlastnosti tvaru",
@ -398,9 +387,7 @@
"Will be displayed in the bottom right corner of the map": "Bude zobrazené s mapou vpravo dole", "Will be displayed in the bottom right corner of the map": "Bude zobrazené s mapou vpravo dole",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Bude zobrazené v nadpise mapy", "Will be visible in the caption of the map": "Bude zobrazené v nadpise mapy",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Ojoj! Niekto iný medzitým taktiež upravil údaje. Môžete ich napriek tomu uložiť, ale zmažete tak jeho zmeny.",
"yes": "áno", "yes": "áno",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Priblížiť", "Zoom in": "Priblížiť",
"Zoom level for automatic zooms": "Úroveň priblíženia pre automatické približovanie", "Zoom level for automatic zooms": "Úroveň priblíženia pre automatické približovanie",
"Zoom out": "Oddialiť", "Zoom out": "Oddialiť",
@ -444,7 +431,55 @@
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }

View file

@ -48,16 +48,12 @@ const locale = {
"by": "", "by": "",
"Cache proxied request": "Cache proxied request", "Cache proxied request": "Cache proxied request",
"Cancel edits": "Prekliči urajanje", "Cancel edits": "Prekliči urajanje",
"Cancel": "Prekliči",
"Caption": "Naslov", "Caption": "Naslov",
"Center map on your location": "Postavi trenutno točko v središče zemljevida", "Center map on your location": "Postavi trenutno točko v središče zemljevida",
"Change map background": "Zamenjaj ozadje zemljevida", "Change map background": "Zamenjaj ozadje zemljevida",
"Change tilelayers": "Spremeni plasti", "Change tilelayers": "Spremeni plasti",
"Change": "Change", "Change": "Change",
"Choose a preset": "Izbor prednastavitev",
"Choose the data format": "Izbor zapisa podatkov", "Choose the data format": "Izbor zapisa podatkov",
"Choose the format of the data to import": "Izbor oblike zapisa podatkov za uvoz",
"Choose the layer to import in": "Izbor plasti za uvoz podatkov",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@ const locale = {
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "Nadaljuj z risanjem črte", "Continue line": "Nadaljuj z risanjem črte",
"Coordinates": "Koordinate", "Coordinates": "Koordinate",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "Zasluge", "Credits": "Zasluge",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@ const locale = {
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Uredi predmet", "Edit this feature": "Uredi predmet",
"Edit": "Uredi", "Edit": "Uredi",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Vstavi zemljevid", "Embed the map": "Vstavi zemljevid",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@ const locale = {
"Image: {{http://image.url.com}}": "Slika: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Slika: {{http://image.url.com}}",
"Import data": "Uvozi podatke", "Import data": "Uvozi podatke",
"Import in a new layer": "Uvozi v novo plast", "Import in a new layer": "Uvozi v novo plast",
"Import": "Uvozi",
"Imports all umap data, including layers and settings.": "Uvozi vse podatke umap, vključno s plastmi in nastavitvami.", "Imports all umap data, including layers and settings.": "Uvozi vse podatke umap, vključno s plastmi in nastavitvami.",
"Include full screen link?": "Ali želite vključiti povezavo do celozaslonskega prikaza?", "Include full screen link?": "Ali želite vključiti povezavo do celozaslonskega prikaza?",
"Inherit": "Prevzemi", "Inherit": "Prevzemi",
@ -311,7 +304,6 @@ const locale = {
"Rename this property on all the features": "Preimenuj lastnost na vseh predmetih", "Rename this property on all the features": "Preimenuj lastnost na vseh predmetih",
"Replace layer content": "Zamenjaj vsebino plasti", "Replace layer content": "Zamenjaj vsebino plasti",
"Restore this version": "Obnovi različico", "Restore this version": "Obnovi različico",
"Save anyway": "Vseeno shrani",
"Save current edits": "Shrani urejanje", "Save current edits": "Shrani urejanje",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Shrani središče in približaj", "Save this center and zoom": "Shrani središče in približaj",
@ -320,12 +312,9 @@ const locale = {
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Preišči mesto", "Search location": "Preišči mesto",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "Pokaži v celozaslonskem načinu", "See full screen": "Pokaži v celozaslonskem načinu",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Neizbrana možnost skrije plast med predstavitvijo, v pregledovalniku podatkov, ...", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Neizbrana možnost skrije plast med predstavitvijo, v pregledovalniku podatkov, ...",
"settings": "settings", "settings": "settings",
"Shape properties": "Lastnosti oblike", "Shape properties": "Lastnosti oblike",
@ -398,9 +387,7 @@ const locale = {
"Will be displayed in the bottom right corner of the map": "Prikazan bo v spodnjem desnem kotu zemljevida", "Will be displayed in the bottom right corner of the map": "Prikazan bo v spodnjem desnem kotu zemljevida",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Prikazan bo v naslovu zemljevida", "Will be visible in the caption of the map": "Prikazan bo v naslovu zemljevida",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Opa! Nekdo drug je najverjetneje urejal podatke. Spremembe lahko vseeno shranite, vendar bo to prepisalo spremembe, ustvarjene s strani drugih urednikov.",
"yes": "da", "yes": "da",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Približaj", "Zoom in": "Približaj",
"Zoom level for automatic zooms": "Raven za samodejno približanje", "Zoom level for automatic zooms": "Raven za samodejno približanje",
"Zoom out": "Oddalji", "Zoom out": "Oddalji",
@ -444,9 +431,57 @@ const locale = {
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }
L.registerLocale("sl", locale) L.registerLocale("sl", locale)
L.setLocale("sl") L.setLocale("sl")

View file

@ -48,16 +48,12 @@
"by": "", "by": "",
"Cache proxied request": "Cache proxied request", "Cache proxied request": "Cache proxied request",
"Cancel edits": "Prekliči urajanje", "Cancel edits": "Prekliči urajanje",
"Cancel": "Prekliči",
"Caption": "Naslov", "Caption": "Naslov",
"Center map on your location": "Postavi trenutno točko v središče zemljevida", "Center map on your location": "Postavi trenutno točko v središče zemljevida",
"Change map background": "Zamenjaj ozadje zemljevida", "Change map background": "Zamenjaj ozadje zemljevida",
"Change tilelayers": "Spremeni plasti", "Change tilelayers": "Spremeni plasti",
"Change": "Change", "Change": "Change",
"Choose a preset": "Izbor prednastavitev",
"Choose the data format": "Izbor zapisa podatkov", "Choose the data format": "Izbor zapisa podatkov",
"Choose the format of the data to import": "Izbor oblike zapisa podatkov za uvoz",
"Choose the layer to import in": "Izbor plasti za uvoz podatkov",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "Nadaljuj z risanjem črte", "Continue line": "Nadaljuj z risanjem črte",
"Coordinates": "Koordinate", "Coordinates": "Koordinate",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "Zasluge", "Credits": "Zasluge",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Uredi predmet", "Edit this feature": "Uredi predmet",
"Edit": "Uredi", "Edit": "Uredi",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Vstavi zemljevid", "Embed the map": "Vstavi zemljevid",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@
"Image: {{http://image.url.com}}": "Slika: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Slika: {{http://image.url.com}}",
"Import data": "Uvozi podatke", "Import data": "Uvozi podatke",
"Import in a new layer": "Uvozi v novo plast", "Import in a new layer": "Uvozi v novo plast",
"Import": "Uvozi",
"Imports all umap data, including layers and settings.": "Uvozi vse podatke umap, vključno s plastmi in nastavitvami.", "Imports all umap data, including layers and settings.": "Uvozi vse podatke umap, vključno s plastmi in nastavitvami.",
"Include full screen link?": "Ali želite vključiti povezavo do celozaslonskega prikaza?", "Include full screen link?": "Ali želite vključiti povezavo do celozaslonskega prikaza?",
"Inherit": "Prevzemi", "Inherit": "Prevzemi",
@ -311,7 +304,6 @@
"Rename this property on all the features": "Preimenuj lastnost na vseh predmetih", "Rename this property on all the features": "Preimenuj lastnost na vseh predmetih",
"Replace layer content": "Zamenjaj vsebino plasti", "Replace layer content": "Zamenjaj vsebino plasti",
"Restore this version": "Obnovi različico", "Restore this version": "Obnovi različico",
"Save anyway": "Vseeno shrani",
"Save current edits": "Shrani urejanje", "Save current edits": "Shrani urejanje",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Shrani središče in približaj", "Save this center and zoom": "Shrani središče in približaj",
@ -320,12 +312,9 @@
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Preišči mesto", "Search location": "Preišči mesto",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "Pokaži v celozaslonskem načinu", "See full screen": "Pokaži v celozaslonskem načinu",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Neizbrana možnost skrije plast med predstavitvijo, v pregledovalniku podatkov, ...", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Neizbrana možnost skrije plast med predstavitvijo, v pregledovalniku podatkov, ...",
"settings": "settings", "settings": "settings",
"Shape properties": "Lastnosti oblike", "Shape properties": "Lastnosti oblike",
@ -398,9 +387,7 @@
"Will be displayed in the bottom right corner of the map": "Prikazan bo v spodnjem desnem kotu zemljevida", "Will be displayed in the bottom right corner of the map": "Prikazan bo v spodnjem desnem kotu zemljevida",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Prikazan bo v naslovu zemljevida", "Will be visible in the caption of the map": "Prikazan bo v naslovu zemljevida",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Opa! Nekdo drug je najverjetneje urejal podatke. Spremembe lahko vseeno shranite, vendar bo to prepisalo spremembe, ustvarjene s strani drugih urednikov.",
"yes": "da", "yes": "da",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Približaj", "Zoom in": "Približaj",
"Zoom level for automatic zooms": "Raven za samodejno približanje", "Zoom level for automatic zooms": "Raven za samodejno približanje",
"Zoom out": "Oddalji", "Zoom out": "Oddalji",
@ -444,7 +431,55 @@
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }

View file

@ -48,16 +48,12 @@ const locale = {
"by": "by", "by": "by",
"Cache proxied request": "Cache proxied request", "Cache proxied request": "Cache proxied request",
"Cancel edits": "Откажи промене", "Cancel edits": "Откажи промене",
"Cancel": "Откажи",
"Caption": "Напомена", "Caption": "Напомена",
"Center map on your location": "Центрирај мапу на основу локације", "Center map on your location": "Центрирај мапу на основу локације",
"Change map background": "Промени позадину карте", "Change map background": "Промени позадину карте",
"Change tilelayers": "Промени наслов лејера", "Change tilelayers": "Промени наслов лејера",
"Change": "Change", "Change": "Change",
"Choose a preset": "Изаберите претходно подешавање",
"Choose the data format": "Одабери формат датума", "Choose the data format": "Одабери формат датума",
"Choose the format of the data to import": "Изаберите формат података за увоз",
"Choose the layer to import in": "Одабери лејер за увоз",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@ const locale = {
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "Наставите линију", "Continue line": "Наставите линију",
"Coordinates": "Координате", "Coordinates": "Координате",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "Заслуга", "Credits": "Заслуга",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@ const locale = {
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Уређивање елемента", "Edit this feature": "Уређивање елемента",
"Edit": "Уређивање", "Edit": "Уређивање",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Embed the map", "Embed the map": "Embed the map",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@ const locale = {
"Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}",
"Import data": "Увоз података", "Import data": "Увоз података",
"Import in a new layer": "Увези у новом лејеру", "Import in a new layer": "Увези у новом лејеру",
"Import": "Увоз",
"Imports all umap data, including layers and settings.": "Увези све податке из мапе, укључујући лејере и подешавања", "Imports all umap data, including layers and settings.": "Увези све податке из мапе, укључујући лејере и подешавања",
"Include full screen link?": "Include full screen link?", "Include full screen link?": "Include full screen link?",
"Inherit": "Наслеђено", "Inherit": "Наслеђено",
@ -311,7 +304,6 @@ const locale = {
"Rename this property on all the features": "Rename this property on all the features", "Rename this property on all the features": "Rename this property on all the features",
"Replace layer content": "Replace layer content", "Replace layer content": "Replace layer content",
"Restore this version": "Restore this version", "Restore this version": "Restore this version",
"Save anyway": "Сачувај",
"Save current edits": "Сачувај тренутна подешавања", "Save current edits": "Сачувај тренутна подешавања",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Сачувај подешавања центра и увећања", "Save this center and zoom": "Сачувај подешавања центра и увећања",
@ -320,12 +312,9 @@ const locale = {
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Претражи локацију", "Search location": "Претражи локацију",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "Увећана слика", "See full screen": "Увећана слика",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"settings": "settings", "settings": "settings",
"Shape properties": "Својства облика", "Shape properties": "Својства облика",
@ -398,9 +387,7 @@ const locale = {
"Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Will be visible in the caption of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.",
"yes": "да", "yes": "да",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Увећај", "Zoom in": "Увећај",
"Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom level for automatic zooms": "Zoom level for automatic zooms",
"Zoom out": "Умањи", "Zoom out": "Умањи",
@ -444,9 +431,57 @@ const locale = {
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }
L.registerLocale("sr", locale) L.registerLocale("sr", locale)
L.setLocale("sr") L.setLocale("sr")

View file

@ -48,16 +48,12 @@
"by": "by", "by": "by",
"Cache proxied request": "Cache proxied request", "Cache proxied request": "Cache proxied request",
"Cancel edits": "Откажи промене", "Cancel edits": "Откажи промене",
"Cancel": "Откажи",
"Caption": "Напомена", "Caption": "Напомена",
"Center map on your location": "Центрирај мапу на основу локације", "Center map on your location": "Центрирај мапу на основу локације",
"Change map background": "Промени позадину карте", "Change map background": "Промени позадину карте",
"Change tilelayers": "Промени наслов лејера", "Change tilelayers": "Промени наслов лејера",
"Change": "Change", "Change": "Change",
"Choose a preset": "Изаберите претходно подешавање",
"Choose the data format": "Одабери формат датума", "Choose the data format": "Одабери формат датума",
"Choose the format of the data to import": "Изаберите формат података за увоз",
"Choose the layer to import in": "Одабери лејер за увоз",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "Наставите линију", "Continue line": "Наставите линију",
"Coordinates": "Координате", "Coordinates": "Координате",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "Заслуга", "Credits": "Заслуга",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Уређивање елемента", "Edit this feature": "Уређивање елемента",
"Edit": "Уређивање", "Edit": "Уређивање",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Embed the map", "Embed the map": "Embed the map",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@
"Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}",
"Import data": "Увоз података", "Import data": "Увоз података",
"Import in a new layer": "Увези у новом лејеру", "Import in a new layer": "Увези у новом лејеру",
"Import": "Увоз",
"Imports all umap data, including layers and settings.": "Увези све податке из мапе, укључујући лејере и подешавања", "Imports all umap data, including layers and settings.": "Увези све податке из мапе, укључујући лејере и подешавања",
"Include full screen link?": "Include full screen link?", "Include full screen link?": "Include full screen link?",
"Inherit": "Наслеђено", "Inherit": "Наслеђено",
@ -311,7 +304,6 @@
"Rename this property on all the features": "Rename this property on all the features", "Rename this property on all the features": "Rename this property on all the features",
"Replace layer content": "Replace layer content", "Replace layer content": "Replace layer content",
"Restore this version": "Restore this version", "Restore this version": "Restore this version",
"Save anyway": "Сачувај",
"Save current edits": "Сачувај тренутна подешавања", "Save current edits": "Сачувај тренутна подешавања",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Сачувај подешавања центра и увећања", "Save this center and zoom": "Сачувај подешавања центра и увећања",
@ -320,12 +312,9 @@
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Претражи локацију", "Search location": "Претражи локацију",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "Увећана слика", "See full screen": "Увећана слика",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"settings": "settings", "settings": "settings",
"Shape properties": "Својства облика", "Shape properties": "Својства облика",
@ -398,9 +387,7 @@
"Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Will be visible in the caption of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.",
"yes": "да", "yes": "да",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Увећај", "Zoom in": "Увећај",
"Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom level for automatic zooms": "Zoom level for automatic zooms",
"Zoom out": "Умањи", "Zoom out": "Умањи",
@ -444,7 +431,55 @@
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }

View file

@ -48,16 +48,12 @@ const locale = {
"by": "av", "by": "av",
"Cache proxied request": "Cachelagra proxyförfrågan", "Cache proxied request": "Cachelagra proxyförfrågan",
"Cancel edits": "Avbryt ändringar", "Cancel edits": "Avbryt ändringar",
"Cancel": "Avbryt",
"Caption": "Sidfotsfält", "Caption": "Sidfotsfält",
"Center map on your location": "Centrera kartan till din plats", "Center map on your location": "Centrera kartan till din plats",
"Change map background": "Ändra kartbakgrund", "Change map background": "Ändra kartbakgrund",
"Change tilelayers": "Byt bakgrundskarta", "Change tilelayers": "Byt bakgrundskarta",
"Change": "Change", "Change": "Change",
"Choose a preset": "Välj förinställning",
"Choose the data format": "Välj dataformat", "Choose the data format": "Välj dataformat",
"Choose the format of the data to import": "Välj dataformat för importen",
"Choose the layer to import in": "Välj lager att importera till",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@ const locale = {
"Congratulations, your map has been created!": "Grattis, din karta har skapats!", "Congratulations, your map has been created!": "Grattis, din karta har skapats!",
"Continue line": "Fortsätt linjen", "Continue line": "Fortsätt linjen",
"Coordinates": "Koordinater", "Coordinates": "Koordinater",
"Copy link": "Kopiera länk",
"copy": "copy", "copy": "copy",
"Credits": "Upphov och erkännanden", "Credits": "Upphov och erkännanden",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@ const locale = {
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Redigera objektet", "Edit this feature": "Redigera objektet",
"Edit": "Redigera", "Edit": "Redigera",
"Email": "E-post ",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Bädda in kartan", "Embed the map": "Bädda in kartan",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@ const locale = {
"Image: {{http://image.url.com}}": "Bild: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Bild: {{http://image.url.com}}",
"Import data": "Importera data", "Import data": "Importera data",
"Import in a new layer": "Importera till ett nytt lager", "Import in a new layer": "Importera till ett nytt lager",
"Import": "Importera",
"Imports all umap data, including layers and settings.": "Importerar allt uMap data, inklusive lager och inställningar.", "Imports all umap data, including layers and settings.": "Importerar allt uMap data, inklusive lager och inställningar.",
"Include full screen link?": "Inkludera länk till fullskärmssida?", "Include full screen link?": "Inkludera länk till fullskärmssida?",
"Inherit": "Ärv", "Inherit": "Ärv",
@ -311,7 +304,6 @@ const locale = {
"Rename this property on all the features": "Byt namn på den här egenskapen för alla objekt", "Rename this property on all the features": "Byt namn på den här egenskapen för alla objekt",
"Replace layer content": "Ersätt lagrets innehåll", "Replace layer content": "Ersätt lagrets innehåll",
"Restore this version": "Återställ denna version", "Restore this version": "Återställ denna version",
"Save anyway": "Spara ändå",
"Save current edits": "Spara nuvarande ändringar", "Save current edits": "Spara nuvarande ändringar",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Spara aktuell vy och zoomnivå", "Save this center and zoom": "Spara aktuell vy och zoomnivå",
@ -320,12 +312,9 @@ const locale = {
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Sök plats", "Search location": "Sök plats",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Hemlig redigeringslänk kopierad till klippbordet",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "Öppna i fullskärm", "See full screen": "Öppna i fullskärm",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Skicka länken till mig",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Slå av för att dölja lagret från bilspelsvisning, databläddrare, popup-navigering etc", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Slå av för att dölja lagret från bilspelsvisning, databläddrare, popup-navigering etc",
"settings": "settings", "settings": "settings",
"Shape properties": "Formategenskaper", "Shape properties": "Formategenskaper",
@ -398,9 +387,7 @@ const locale = {
"Will be displayed in the bottom right corner of the map": "Visas i nedre högra hörnet av kartan", "Will be displayed in the bottom right corner of the map": "Visas i nedre högra hörnet av kartan",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Visas i sidfotsfältet under kartan", "Will be visible in the caption of the map": "Visas i sidfotsfältet under kartan",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Hoppsan! \nNågon annan verkar ha hunnit före och redigerat i kartan redan! Du kan spara ändå, men det kommer att radera ändringar som någon annan har gjort.",
"yes": "ja", "yes": "ja",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Din karta har skapats! Eftersom du inte är inloggad, här är din hemliga länk för att redigera kartan. Spara den på ett säkert ställe:",
"Zoom in": "Zooma in", "Zoom in": "Zooma in",
"Zoom level for automatic zooms": "Zoomnivå för automatisk zoom", "Zoom level for automatic zooms": "Zoomnivå för automatisk zoom",
"Zoom out": "Zooma ut", "Zoom out": "Zooma ut",
@ -444,9 +431,57 @@ const locale = {
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }
L.registerLocale("sv", locale) L.registerLocale("sv", locale)
L.setLocale("sv") L.setLocale("sv")

View file

@ -48,16 +48,12 @@
"by": "av", "by": "av",
"Cache proxied request": "Cachelagra proxyförfrågan", "Cache proxied request": "Cachelagra proxyförfrågan",
"Cancel edits": "Avbryt ändringar", "Cancel edits": "Avbryt ändringar",
"Cancel": "Avbryt",
"Caption": "Sidfotsfält", "Caption": "Sidfotsfält",
"Center map on your location": "Centrera kartan till din plats", "Center map on your location": "Centrera kartan till din plats",
"Change map background": "Ändra kartbakgrund", "Change map background": "Ändra kartbakgrund",
"Change tilelayers": "Byt bakgrundskarta", "Change tilelayers": "Byt bakgrundskarta",
"Change": "Change", "Change": "Change",
"Choose a preset": "Välj förinställning",
"Choose the data format": "Välj dataformat", "Choose the data format": "Välj dataformat",
"Choose the format of the data to import": "Välj dataformat för importen",
"Choose the layer to import in": "Välj lager att importera till",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@
"Congratulations, your map has been created!": "Grattis, din karta har skapats!", "Congratulations, your map has been created!": "Grattis, din karta har skapats!",
"Continue line": "Fortsätt linjen", "Continue line": "Fortsätt linjen",
"Coordinates": "Koordinater", "Coordinates": "Koordinater",
"Copy link": "Kopiera länk",
"copy": "copy", "copy": "copy",
"Credits": "Upphov och erkännanden", "Credits": "Upphov och erkännanden",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Redigera objektet", "Edit this feature": "Redigera objektet",
"Edit": "Redigera", "Edit": "Redigera",
"Email": "E-post ",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Bädda in kartan", "Embed the map": "Bädda in kartan",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@
"Image: {{http://image.url.com}}": "Bild: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Bild: {{http://image.url.com}}",
"Import data": "Importera data", "Import data": "Importera data",
"Import in a new layer": "Importera till ett nytt lager", "Import in a new layer": "Importera till ett nytt lager",
"Import": "Importera",
"Imports all umap data, including layers and settings.": "Importerar allt uMap data, inklusive lager och inställningar.", "Imports all umap data, including layers and settings.": "Importerar allt uMap data, inklusive lager och inställningar.",
"Include full screen link?": "Inkludera länk till fullskärmssida?", "Include full screen link?": "Inkludera länk till fullskärmssida?",
"Inherit": "Ärv", "Inherit": "Ärv",
@ -311,7 +304,6 @@
"Rename this property on all the features": "Byt namn på den här egenskapen för alla objekt", "Rename this property on all the features": "Byt namn på den här egenskapen för alla objekt",
"Replace layer content": "Ersätt lagrets innehåll", "Replace layer content": "Ersätt lagrets innehåll",
"Restore this version": "Återställ denna version", "Restore this version": "Återställ denna version",
"Save anyway": "Spara ändå",
"Save current edits": "Spara nuvarande ändringar", "Save current edits": "Spara nuvarande ändringar",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Spara aktuell vy och zoomnivå", "Save this center and zoom": "Spara aktuell vy och zoomnivå",
@ -320,12 +312,9 @@
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Sök plats", "Search location": "Sök plats",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Hemlig redigeringslänk kopierad till klippbordet",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "Öppna i fullskärm", "See full screen": "Öppna i fullskärm",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Skicka länken till mig",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Slå av för att dölja lagret från bilspelsvisning, databläddrare, popup-navigering etc", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Slå av för att dölja lagret från bilspelsvisning, databläddrare, popup-navigering etc",
"settings": "settings", "settings": "settings",
"Shape properties": "Formategenskaper", "Shape properties": "Formategenskaper",
@ -398,9 +387,7 @@
"Will be displayed in the bottom right corner of the map": "Visas i nedre högra hörnet av kartan", "Will be displayed in the bottom right corner of the map": "Visas i nedre högra hörnet av kartan",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Visas i sidfotsfältet under kartan", "Will be visible in the caption of the map": "Visas i sidfotsfältet under kartan",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Hoppsan! \nNågon annan verkar ha hunnit före och redigerat i kartan redan! Du kan spara ändå, men det kommer att radera ändringar som någon annan har gjort.",
"yes": "ja", "yes": "ja",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Din karta har skapats! Eftersom du inte är inloggad, här är din hemliga länk för att redigera kartan. Spara den på ett säkert ställe:",
"Zoom in": "Zooma in", "Zoom in": "Zooma in",
"Zoom level for automatic zooms": "Zoomnivå för automatisk zoom", "Zoom level for automatic zooms": "Zoomnivå för automatisk zoom",
"Zoom out": "Zooma ut", "Zoom out": "Zooma ut",
@ -444,7 +431,55 @@
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }

View file

@ -48,16 +48,12 @@ const locale = {
"by": "by", "by": "by",
"Cache proxied request": "Cache proxied request", "Cache proxied request": "Cache proxied request",
"Cancel edits": "Cancel edits", "Cancel edits": "Cancel edits",
"Cancel": "Cancel",
"Caption": "Caption", "Caption": "Caption",
"Center map on your location": "Center map on your location", "Center map on your location": "Center map on your location",
"Change map background": "Change map background", "Change map background": "Change map background",
"Change tilelayers": "Change tilelayers", "Change tilelayers": "Change tilelayers",
"Change": "Change", "Change": "Change",
"Choose a preset": "Choose a preset",
"Choose the data format": "Choose the data format", "Choose the data format": "Choose the data format",
"Choose the format of the data to import": "Choose the format of the data to import",
"Choose the layer to import in": "Choose the layer to import in",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@ const locale = {
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "Continue line", "Continue line": "Continue line",
"Coordinates": "Coordinates", "Coordinates": "Coordinates",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "Credits", "Credits": "Credits",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@ const locale = {
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Edit this feature", "Edit this feature": "Edit this feature",
"Edit": "Edit", "Edit": "Edit",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Embed the map", "Embed the map": "Embed the map",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@ const locale = {
"Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}",
"Import data": "Import data", "Import data": "Import data",
"Import in a new layer": "Import in a new layer", "Import in a new layer": "Import in a new layer",
"Import": "Import",
"Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.",
"Include full screen link?": "Include full screen link?", "Include full screen link?": "Include full screen link?",
"Inherit": "Inherit", "Inherit": "Inherit",
@ -311,7 +304,6 @@ const locale = {
"Rename this property on all the features": "Rename this property on all the features", "Rename this property on all the features": "Rename this property on all the features",
"Replace layer content": "Replace layer content", "Replace layer content": "Replace layer content",
"Restore this version": "Restore this version", "Restore this version": "Restore this version",
"Save anyway": "Save anyway",
"Save current edits": "Save current edits", "Save current edits": "Save current edits",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Save this center and zoom", "Save this center and zoom": "Save this center and zoom",
@ -320,12 +312,9 @@ const locale = {
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Search location", "Search location": "Search location",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "See full screen", "See full screen": "See full screen",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"settings": "settings", "settings": "settings",
"Shape properties": "Shape properties", "Shape properties": "Shape properties",
@ -398,9 +387,7 @@ const locale = {
"Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Will be visible in the caption of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.",
"yes": "yes", "yes": "yes",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Zoom in", "Zoom in": "Zoom in",
"Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom level for automatic zooms": "Zoom level for automatic zooms",
"Zoom out": "Zoom out", "Zoom out": "Zoom out",
@ -444,9 +431,57 @@ const locale = {
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }
L.registerLocale("th_TH", locale) L.registerLocale("th_TH", locale)
L.setLocale("th_TH") L.setLocale("th_TH")

View file

@ -48,16 +48,12 @@
"by": "by", "by": "by",
"Cache proxied request": "Cache proxied request", "Cache proxied request": "Cache proxied request",
"Cancel edits": "Cancel edits", "Cancel edits": "Cancel edits",
"Cancel": "Cancel",
"Caption": "Caption", "Caption": "Caption",
"Center map on your location": "Center map on your location", "Center map on your location": "Center map on your location",
"Change map background": "Change map background", "Change map background": "Change map background",
"Change tilelayers": "Change tilelayers", "Change tilelayers": "Change tilelayers",
"Change": "Change", "Change": "Change",
"Choose a preset": "Choose a preset",
"Choose the data format": "Choose the data format", "Choose the data format": "Choose the data format",
"Choose the format of the data to import": "Choose the format of the data to import",
"Choose the layer to import in": "Choose the layer to import in",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "Continue line", "Continue line": "Continue line",
"Coordinates": "Coordinates", "Coordinates": "Coordinates",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "Credits", "Credits": "Credits",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Edit this feature", "Edit this feature": "Edit this feature",
"Edit": "Edit", "Edit": "Edit",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Embed the map", "Embed the map": "Embed the map",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@
"Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}",
"Import data": "Import data", "Import data": "Import data",
"Import in a new layer": "Import in a new layer", "Import in a new layer": "Import in a new layer",
"Import": "Import",
"Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.",
"Include full screen link?": "Include full screen link?", "Include full screen link?": "Include full screen link?",
"Inherit": "Inherit", "Inherit": "Inherit",
@ -311,7 +304,6 @@
"Rename this property on all the features": "Rename this property on all the features", "Rename this property on all the features": "Rename this property on all the features",
"Replace layer content": "Replace layer content", "Replace layer content": "Replace layer content",
"Restore this version": "Restore this version", "Restore this version": "Restore this version",
"Save anyway": "Save anyway",
"Save current edits": "Save current edits", "Save current edits": "Save current edits",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Save this center and zoom", "Save this center and zoom": "Save this center and zoom",
@ -320,12 +312,9 @@
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Search location", "Search location": "Search location",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "See full screen", "See full screen": "See full screen",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"settings": "settings", "settings": "settings",
"Shape properties": "Shape properties", "Shape properties": "Shape properties",
@ -398,9 +387,7 @@
"Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Will be visible in the caption of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.",
"yes": "yes", "yes": "yes",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Zoom in", "Zoom in": "Zoom in",
"Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom level for automatic zooms": "Zoom level for automatic zooms",
"Zoom out": "Zoom out", "Zoom out": "Zoom out",
@ -444,7 +431,55 @@
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }

View file

@ -48,16 +48,12 @@ const locale = {
"by": "tarafından", "by": "tarafından",
"Cache proxied request": "Önbellek proxy isteği", "Cache proxied request": "Önbellek proxy isteği",
"Cancel edits": "Düzenlemeleri iptal et", "Cancel edits": "Düzenlemeleri iptal et",
"Cancel": "İptal",
"Caption": "Başlık", "Caption": "Başlık",
"Center map on your location": "Bulunduğunuz yere göre haritayı ortala", "Center map on your location": "Bulunduğunuz yere göre haritayı ortala",
"Change map background": "Harita arkaplanını değiştir", "Change map background": "Harita arkaplanını değiştir",
"Change tilelayers": "Haritalama katmanlarını değiştir", "Change tilelayers": "Haritalama katmanlarını değiştir",
"Change": "Change", "Change": "Change",
"Choose a preset": "Bir ön ayar seç",
"Choose the data format": "Veri biçimini seçin", "Choose the data format": "Veri biçimini seçin",
"Choose the format of the data to import": "İçe aktarılacak verilerin biçimini seç",
"Choose the layer to import in": "İçe aktarılacak katmanı seç",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@ const locale = {
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "Çizgiye devam et", "Continue line": "Çizgiye devam et",
"Coordinates": "Koordinatlar", "Coordinates": "Koordinatlar",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "Krediler", "Credits": "Krediler",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@ const locale = {
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Bu özelliği düzenle", "Edit this feature": "Bu özelliği düzenle",
"Edit": "Düzenle", "Edit": "Düzenle",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Haritayı yerleştir", "Embed the map": "Haritayı yerleştir",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@ const locale = {
"Image: {{http://image.url.com}}": "Görüntü: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Görüntü: {{http://image.url.com}}",
"Import data": "İçeri veri aktar", "Import data": "İçeri veri aktar",
"Import in a new layer": "Yeni katman aktar", "Import in a new layer": "Yeni katman aktar",
"Import": "İçe aktar",
"Imports all umap data, including layers and settings.": "Katmanlar ve özellikler dahil olmak üzere bütün umap verisini ekle.", "Imports all umap data, including layers and settings.": "Katmanlar ve özellikler dahil olmak üzere bütün umap verisini ekle.",
"Include full screen link?": "Tam ekran bağlantısını ekle?", "Include full screen link?": "Tam ekran bağlantısını ekle?",
"Inherit": "Devral", "Inherit": "Devral",
@ -311,7 +304,6 @@ const locale = {
"Rename this property on all the features": "Bu özelliği tüm nesnelerde yeniden adlandırın", "Rename this property on all the features": "Bu özelliği tüm nesnelerde yeniden adlandırın",
"Replace layer content": "Katman içeriğini değiştir", "Replace layer content": "Katman içeriğini değiştir",
"Restore this version": "Bu sürümü geri yükleyin", "Restore this version": "Bu sürümü geri yükleyin",
"Save anyway": "Yine de kaydet",
"Save current edits": "Şimdiki düzenlemeleri kaydet", "Save current edits": "Şimdiki düzenlemeleri kaydet",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Bu merkezi kaydet ve yakınlaştır", "Save this center and zoom": "Bu merkezi kaydet ve yakınlaştır",
@ -320,12 +312,9 @@ const locale = {
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Konum ara", "Search location": "Konum ara",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "Tam ekranda gör", "See full screen": "Tam ekranda gör",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Bu katmanı slayt gösterisinden, veri tarayıcısından, pop-up gezinmeden gizlemek için yanlış olarak ayarlayın ...", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Bu katmanı slayt gösterisinden, veri tarayıcısından, pop-up gezinmeden gizlemek için yanlış olarak ayarlayın ...",
"settings": "settings", "settings": "settings",
"Shape properties": "Şekil özellikleri", "Shape properties": "Şekil özellikleri",
@ -398,9 +387,7 @@ const locale = {
"Will be displayed in the bottom right corner of the map": "Haritanın sağ alt köşesinde görüntülenecek", "Will be displayed in the bottom right corner of the map": "Haritanın sağ alt köşesinde görüntülenecek",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Haritanın başlığında görüntülenecek", "Will be visible in the caption of the map": "Haritanın başlığında görüntülenecek",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Başka biri verileri düzenlemiş gibi görünüyor. Yine de kaydedebilirsiniz, ancak bu başkaları tarafından yapılan değişiklikleri siler.",
"yes": "evet", "yes": "evet",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Yakınlaştır", "Zoom in": "Yakınlaştır",
"Zoom level for automatic zooms": "Otomatik yakınlaştırma için yakınlaştırma seviyesi", "Zoom level for automatic zooms": "Otomatik yakınlaştırma için yakınlaştırma seviyesi",
"Zoom out": "Uzaklaştır", "Zoom out": "Uzaklaştır",
@ -444,9 +431,57 @@ const locale = {
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }
L.registerLocale("tr", locale) L.registerLocale("tr", locale)
L.setLocale("tr") L.setLocale("tr")

View file

@ -48,16 +48,12 @@
"by": "tarafından", "by": "tarafından",
"Cache proxied request": "Önbellek proxy isteği", "Cache proxied request": "Önbellek proxy isteği",
"Cancel edits": "Düzenlemeleri iptal et", "Cancel edits": "Düzenlemeleri iptal et",
"Cancel": "İptal",
"Caption": "Başlık", "Caption": "Başlık",
"Center map on your location": "Bulunduğunuz yere göre haritayı ortala", "Center map on your location": "Bulunduğunuz yere göre haritayı ortala",
"Change map background": "Harita arkaplanını değiştir", "Change map background": "Harita arkaplanını değiştir",
"Change tilelayers": "Haritalama katmanlarını değiştir", "Change tilelayers": "Haritalama katmanlarını değiştir",
"Change": "Change", "Change": "Change",
"Choose a preset": "Bir ön ayar seç",
"Choose the data format": "Veri biçimini seçin", "Choose the data format": "Veri biçimini seçin",
"Choose the format of the data to import": "İçe aktarılacak verilerin biçimini seç",
"Choose the layer to import in": "İçe aktarılacak katmanı seç",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "Çizgiye devam et", "Continue line": "Çizgiye devam et",
"Coordinates": "Koordinatlar", "Coordinates": "Koordinatlar",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "Krediler", "Credits": "Krediler",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Bu özelliği düzenle", "Edit this feature": "Bu özelliği düzenle",
"Edit": "Düzenle", "Edit": "Düzenle",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Haritayı yerleştir", "Embed the map": "Haritayı yerleştir",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@
"Image: {{http://image.url.com}}": "Görüntü: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Görüntü: {{http://image.url.com}}",
"Import data": "İçeri veri aktar", "Import data": "İçeri veri aktar",
"Import in a new layer": "Yeni katman aktar", "Import in a new layer": "Yeni katman aktar",
"Import": "İçe aktar",
"Imports all umap data, including layers and settings.": "Katmanlar ve özellikler dahil olmak üzere bütün umap verisini ekle.", "Imports all umap data, including layers and settings.": "Katmanlar ve özellikler dahil olmak üzere bütün umap verisini ekle.",
"Include full screen link?": "Tam ekran bağlantısını ekle?", "Include full screen link?": "Tam ekran bağlantısını ekle?",
"Inherit": "Devral", "Inherit": "Devral",
@ -311,7 +304,6 @@
"Rename this property on all the features": "Bu özelliği tüm nesnelerde yeniden adlandırın", "Rename this property on all the features": "Bu özelliği tüm nesnelerde yeniden adlandırın",
"Replace layer content": "Katman içeriğini değiştir", "Replace layer content": "Katman içeriğini değiştir",
"Restore this version": "Bu sürümü geri yükleyin", "Restore this version": "Bu sürümü geri yükleyin",
"Save anyway": "Yine de kaydet",
"Save current edits": "Şimdiki düzenlemeleri kaydet", "Save current edits": "Şimdiki düzenlemeleri kaydet",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Bu merkezi kaydet ve yakınlaştır", "Save this center and zoom": "Bu merkezi kaydet ve yakınlaştır",
@ -320,12 +312,9 @@
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Konum ara", "Search location": "Konum ara",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "Tam ekranda gör", "See full screen": "Tam ekranda gör",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Bu katmanı slayt gösterisinden, veri tarayıcısından, pop-up gezinmeden gizlemek için yanlış olarak ayarlayın ...", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Bu katmanı slayt gösterisinden, veri tarayıcısından, pop-up gezinmeden gizlemek için yanlış olarak ayarlayın ...",
"settings": "settings", "settings": "settings",
"Shape properties": "Şekil özellikleri", "Shape properties": "Şekil özellikleri",
@ -398,9 +387,7 @@
"Will be displayed in the bottom right corner of the map": "Haritanın sağ alt köşesinde görüntülenecek", "Will be displayed in the bottom right corner of the map": "Haritanın sağ alt köşesinde görüntülenecek",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Haritanın başlığında görüntülenecek", "Will be visible in the caption of the map": "Haritanın başlığında görüntülenecek",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Başka biri verileri düzenlemiş gibi görünüyor. Yine de kaydedebilirsiniz, ancak bu başkaları tarafından yapılan değişiklikleri siler.",
"yes": "evet", "yes": "evet",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Yakınlaştır", "Zoom in": "Yakınlaştır",
"Zoom level for automatic zooms": "Otomatik yakınlaştırma için yakınlaştırma seviyesi", "Zoom level for automatic zooms": "Otomatik yakınlaştırma için yakınlaştırma seviyesi",
"Zoom out": "Uzaklaştır", "Zoom out": "Uzaklaştır",
@ -444,7 +431,55 @@
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }

View file

@ -48,16 +48,12 @@ const locale = {
"by": "від", "by": "від",
"Cache proxied request": "Кешувати запити", "Cache proxied request": "Кешувати запити",
"Cancel edits": "Скасувати правки", "Cancel edits": "Скасувати правки",
"Cancel": "Скасувати",
"Caption": "Заголовок", "Caption": "Заголовок",
"Center map on your location": "Центрувати мапу за Вашим місцем розташування", "Center map on your location": "Центрувати мапу за Вашим місцем розташування",
"Change map background": "Змінити фонову мапу", "Change map background": "Змінити фонову мапу",
"Change tilelayers": "Вибрати фонові шари", "Change tilelayers": "Вибрати фонові шари",
"Change": "Change", "Change": "Change",
"Choose a preset": "Виберіть шаблон",
"Choose the data format": "Виберіть формат даних", "Choose the data format": "Виберіть формат даних",
"Choose the format of the data to import": "Виберіть формат даних для імпорту",
"Choose the layer to import in": "Виберіть шар для імпорту в нього",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@ const locale = {
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "Продовжити лінію", "Continue line": "Продовжити лінію",
"Coordinates": "Координати", "Coordinates": "Координати",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "Авторські права / подяки", "Credits": "Авторські права / подяки",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@ const locale = {
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Редагувати цей об’єкт", "Edit this feature": "Редагувати цей об’єкт",
"Edit": "Редагувати", "Edit": "Редагувати",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Вбудувати мапу", "Embed the map": "Вбудувати мапу",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@ const locale = {
"Image: {{http://image.url.com}}": "Зображення: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Зображення: {{http://image.url.com}}",
"Import data": "Імпорт даних", "Import data": "Імпорт даних",
"Import in a new layer": "Імпортувати в новий шар", "Import in a new layer": "Імпортувати в новий шар",
"Import": "Імпорт",
"Imports all umap data, including layers and settings.": "Імпортувати всі дані, включаючи інформацію про шари та налаштування.", "Imports all umap data, including layers and settings.": "Імпортувати всі дані, включаючи інформацію про шари та налаштування.",
"Include full screen link?": "Долучити посилання на повноекранний вид?", "Include full screen link?": "Долучити посилання на повноекранний вид?",
"Inherit": "Успадковувати", "Inherit": "Успадковувати",
@ -311,7 +304,6 @@ const locale = {
"Rename this property on all the features": "Перейменувати цей параметр у всіх об’єктів", "Rename this property on all the features": "Перейменувати цей параметр у всіх об’єктів",
"Replace layer content": "Замінити вміст шару", "Replace layer content": "Замінити вміст шару",
"Restore this version": "Відновити цю версію", "Restore this version": "Відновити цю версію",
"Save anyway": "Зберегти в будь-якому випадку",
"Save current edits": "Зберегти поточні правки", "Save current edits": "Зберегти поточні правки",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Зберегти такі центрування та масштаб", "Save this center and zoom": "Зберегти такі центрування та масштаб",
@ -320,12 +312,9 @@ const locale = {
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Пошук місця", "Search location": "Пошук місця",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "Дивитися в повноекранному режимі", "See full screen": "Дивитися в повноекранному режимі",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Встановіть false, щоб приховати шар в слайдшоу, в перегляді даних та навігації…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Встановіть false, щоб приховати шар в слайдшоу, в перегляді даних та навігації…",
"settings": "settings", "settings": "settings",
"Shape properties": "Параметри полігона", "Shape properties": "Параметри полігона",
@ -398,9 +387,7 @@ const locale = {
"Will be displayed in the bottom right corner of the map": "Буде показано в правому нижньому кутку мапи", "Will be displayed in the bottom right corner of the map": "Буде показано в правому нижньому кутку мапи",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Буде показано у заголовку мапи", "Will be visible in the caption of the map": "Буде показано у заголовку мапи",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Упс! Схоже, хтось інший теж редагує ці дані. Ви можете зберегти свої правки, але це знищить правки іншого учасника.",
"yes": "так", "yes": "так",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Збільшити масштаб", "Zoom in": "Збільшити масштаб",
"Zoom level for automatic zooms": "Рівень масштабу для автоматичного масштабування", "Zoom level for automatic zooms": "Рівень масштабу для автоматичного масштабування",
"Zoom out": "Зменшити масштаб", "Zoom out": "Зменшити масштаб",
@ -444,9 +431,57 @@ const locale = {
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }
L.registerLocale("uk_UA", locale) L.registerLocale("uk_UA", locale)
L.setLocale("uk_UA") L.setLocale("uk_UA")

View file

@ -48,16 +48,12 @@
"by": "від", "by": "від",
"Cache proxied request": "Кешувати запити", "Cache proxied request": "Кешувати запити",
"Cancel edits": "Скасувати правки", "Cancel edits": "Скасувати правки",
"Cancel": "Скасувати",
"Caption": "Заголовок", "Caption": "Заголовок",
"Center map on your location": "Центрувати мапу за Вашим місцем розташування", "Center map on your location": "Центрувати мапу за Вашим місцем розташування",
"Change map background": "Змінити фонову мапу", "Change map background": "Змінити фонову мапу",
"Change tilelayers": "Вибрати фонові шари", "Change tilelayers": "Вибрати фонові шари",
"Change": "Change", "Change": "Change",
"Choose a preset": "Виберіть шаблон",
"Choose the data format": "Виберіть формат даних", "Choose the data format": "Виберіть формат даних",
"Choose the format of the data to import": "Виберіть формат даних для імпорту",
"Choose the layer to import in": "Виберіть шар для імпорту в нього",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "Продовжити лінію", "Continue line": "Продовжити лінію",
"Coordinates": "Координати", "Coordinates": "Координати",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "Авторські права / подяки", "Credits": "Авторські права / подяки",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Редагувати цей об’єкт", "Edit this feature": "Редагувати цей об’єкт",
"Edit": "Редагувати", "Edit": "Редагувати",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Вбудувати мапу", "Embed the map": "Вбудувати мапу",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@
"Image: {{http://image.url.com}}": "Зображення: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Зображення: {{http://image.url.com}}",
"Import data": "Імпорт даних", "Import data": "Імпорт даних",
"Import in a new layer": "Імпортувати в новий шар", "Import in a new layer": "Імпортувати в новий шар",
"Import": "Імпорт",
"Imports all umap data, including layers and settings.": "Імпортувати всі дані, включаючи інформацію про шари та налаштування.", "Imports all umap data, including layers and settings.": "Імпортувати всі дані, включаючи інформацію про шари та налаштування.",
"Include full screen link?": "Долучити посилання на повноекранний вид?", "Include full screen link?": "Долучити посилання на повноекранний вид?",
"Inherit": "Успадковувати", "Inherit": "Успадковувати",
@ -311,7 +304,6 @@
"Rename this property on all the features": "Перейменувати цей параметр у всіх об’єктів", "Rename this property on all the features": "Перейменувати цей параметр у всіх об’єктів",
"Replace layer content": "Замінити вміст шару", "Replace layer content": "Замінити вміст шару",
"Restore this version": "Відновити цю версію", "Restore this version": "Відновити цю версію",
"Save anyway": "Зберегти в будь-якому випадку",
"Save current edits": "Зберегти поточні правки", "Save current edits": "Зберегти поточні правки",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Зберегти такі центрування та масштаб", "Save this center and zoom": "Зберегти такі центрування та масштаб",
@ -320,12 +312,9 @@
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Пошук місця", "Search location": "Пошук місця",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "Дивитися в повноекранному режимі", "See full screen": "Дивитися в повноекранному режимі",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Встановіть false, щоб приховати шар в слайдшоу, в перегляді даних та навігації…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Встановіть false, щоб приховати шар в слайдшоу, в перегляді даних та навігації…",
"settings": "settings", "settings": "settings",
"Shape properties": "Параметри полігона", "Shape properties": "Параметри полігона",
@ -398,9 +387,7 @@
"Will be displayed in the bottom right corner of the map": "Буде показано в правому нижньому кутку мапи", "Will be displayed in the bottom right corner of the map": "Буде показано в правому нижньому кутку мапи",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Буде показано у заголовку мапи", "Will be visible in the caption of the map": "Буде показано у заголовку мапи",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Упс! Схоже, хтось інший теж редагує ці дані. Ви можете зберегти свої правки, але це знищить правки іншого учасника.",
"yes": "так", "yes": "так",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Збільшити масштаб", "Zoom in": "Збільшити масштаб",
"Zoom level for automatic zooms": "Рівень масштабу для автоматичного масштабування", "Zoom level for automatic zooms": "Рівень масштабу для автоматичного масштабування",
"Zoom out": "Зменшити масштаб", "Zoom out": "Зменшити масштаб",
@ -444,7 +431,55 @@
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }

View file

@ -48,16 +48,12 @@ const locale = {
"by": "by", "by": "by",
"Cache proxied request": "Cache proxied request", "Cache proxied request": "Cache proxied request",
"Cancel edits": "Hủy các chỉnh sửa", "Cancel edits": "Hủy các chỉnh sửa",
"Cancel": "Hủy",
"Caption": "Caption", "Caption": "Caption",
"Center map on your location": "Tạo bản đồ với vị trí của bạn", "Center map on your location": "Tạo bản đồ với vị trí của bạn",
"Change map background": "Thay đổi bản đồ nền", "Change map background": "Thay đổi bản đồ nền",
"Change tilelayers": "Thay đổi titlelayer", "Change tilelayers": "Thay đổi titlelayer",
"Change": "Change", "Change": "Change",
"Choose a preset": "Choose a preset",
"Choose the data format": "Choose the data format", "Choose the data format": "Choose the data format",
"Choose the format of the data to import": "Chọn định dạng tập tin",
"Choose the layer to import in": "Chọn lớp cần nhập vào",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@ const locale = {
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "Continue line", "Continue line": "Continue line",
"Coordinates": "Coordinates", "Coordinates": "Coordinates",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "Credits", "Credits": "Credits",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@ const locale = {
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Sửa chức năng này", "Edit this feature": "Sửa chức năng này",
"Edit": "Sửa", "Edit": "Sửa",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Embed the map", "Embed the map": "Embed the map",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@ const locale = {
"Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}",
"Import data": "Import data", "Import data": "Import data",
"Import in a new layer": "Import in a new layer", "Import in a new layer": "Import in a new layer",
"Import": "Import",
"Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.",
"Include full screen link?": "Include full screen link?", "Include full screen link?": "Include full screen link?",
"Inherit": "Inherit", "Inherit": "Inherit",
@ -311,7 +304,6 @@ const locale = {
"Rename this property on all the features": "Rename this property on all the features", "Rename this property on all the features": "Rename this property on all the features",
"Replace layer content": "Replace layer content", "Replace layer content": "Replace layer content",
"Restore this version": "Restore this version", "Restore this version": "Restore this version",
"Save anyway": "Save anyway",
"Save current edits": "Save current edits", "Save current edits": "Save current edits",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Save this center and zoom", "Save this center and zoom": "Save this center and zoom",
@ -320,12 +312,9 @@ const locale = {
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Search location", "Search location": "Search location",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "See full screen", "See full screen": "See full screen",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"settings": "settings", "settings": "settings",
"Shape properties": "Shape properties", "Shape properties": "Shape properties",
@ -398,9 +387,7 @@ const locale = {
"Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Will be visible in the caption of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.",
"yes": "yes", "yes": "yes",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Zoom in", "Zoom in": "Zoom in",
"Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom level for automatic zooms": "Zoom level for automatic zooms",
"Zoom out": "Zoom out", "Zoom out": "Zoom out",
@ -444,9 +431,57 @@ const locale = {
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }
L.registerLocale("vi", locale) L.registerLocale("vi", locale)
L.setLocale("vi") L.setLocale("vi")

View file

@ -48,16 +48,12 @@
"by": "by", "by": "by",
"Cache proxied request": "Cache proxied request", "Cache proxied request": "Cache proxied request",
"Cancel edits": "Hủy các chỉnh sửa", "Cancel edits": "Hủy các chỉnh sửa",
"Cancel": "Hủy",
"Caption": "Caption", "Caption": "Caption",
"Center map on your location": "Tạo bản đồ với vị trí của bạn", "Center map on your location": "Tạo bản đồ với vị trí của bạn",
"Change map background": "Thay đổi bản đồ nền", "Change map background": "Thay đổi bản đồ nền",
"Change tilelayers": "Thay đổi titlelayer", "Change tilelayers": "Thay đổi titlelayer",
"Change": "Change", "Change": "Change",
"Choose a preset": "Choose a preset",
"Choose the data format": "Choose the data format", "Choose the data format": "Choose the data format",
"Choose the format of the data to import": "Chọn định dạng tập tin",
"Choose the layer to import in": "Chọn lớp cần nhập vào",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "Continue line", "Continue line": "Continue line",
"Coordinates": "Coordinates", "Coordinates": "Coordinates",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "Credits", "Credits": "Credits",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Sửa chức năng này", "Edit this feature": "Sửa chức năng này",
"Edit": "Sửa", "Edit": "Sửa",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Embed the map", "Embed the map": "Embed the map",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@
"Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}",
"Import data": "Import data", "Import data": "Import data",
"Import in a new layer": "Import in a new layer", "Import in a new layer": "Import in a new layer",
"Import": "Import",
"Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.",
"Include full screen link?": "Include full screen link?", "Include full screen link?": "Include full screen link?",
"Inherit": "Inherit", "Inherit": "Inherit",
@ -311,7 +304,6 @@
"Rename this property on all the features": "Rename this property on all the features", "Rename this property on all the features": "Rename this property on all the features",
"Replace layer content": "Replace layer content", "Replace layer content": "Replace layer content",
"Restore this version": "Restore this version", "Restore this version": "Restore this version",
"Save anyway": "Save anyway",
"Save current edits": "Save current edits", "Save current edits": "Save current edits",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Save this center and zoom", "Save this center and zoom": "Save this center and zoom",
@ -320,12 +312,9 @@
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Search location", "Search location": "Search location",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "See full screen", "See full screen": "See full screen",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"settings": "settings", "settings": "settings",
"Shape properties": "Shape properties", "Shape properties": "Shape properties",
@ -398,9 +387,7 @@
"Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Will be visible in the caption of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.",
"yes": "yes", "yes": "yes",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Zoom in", "Zoom in": "Zoom in",
"Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom level for automatic zooms": "Zoom level for automatic zooms",
"Zoom out": "Zoom out", "Zoom out": "Zoom out",
@ -444,7 +431,55 @@
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }

View file

@ -48,16 +48,12 @@
"by": "by", "by": "by",
"Cache proxied request": "Cache proxied request", "Cache proxied request": "Cache proxied request",
"Cancel edits": "Cancel edits", "Cancel edits": "Cancel edits",
"Cancel": "Cancel",
"Caption": "Caption", "Caption": "Caption",
"Center map on your location": "Center map on your location", "Center map on your location": "Center map on your location",
"Change map background": "Change map background", "Change map background": "Change map background",
"Change tilelayers": "Change tilelayers", "Change tilelayers": "Change tilelayers",
"Change": "Change", "Change": "Change",
"Choose a preset": "Choose a preset",
"Choose the data format": "Choose the data format", "Choose the data format": "Choose the data format",
"Choose the format of the data to import": "Choose the format of the data to import",
"Choose the layer to import in": "Choose the layer to import in",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "Continue line", "Continue line": "Continue line",
"Coordinates": "Coordinates", "Coordinates": "Coordinates",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "Credits", "Credits": "Credits",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Edit this feature", "Edit this feature": "Edit this feature",
"Edit": "Edit", "Edit": "Edit",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Embed the map", "Embed the map": "Embed the map",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@
"Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}",
"Import data": "Import data", "Import data": "Import data",
"Import in a new layer": "Import in a new layer", "Import in a new layer": "Import in a new layer",
"Import": "Import",
"Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.",
"Include full screen link?": "Include full screen link?", "Include full screen link?": "Include full screen link?",
"Inherit": "Inherit", "Inherit": "Inherit",
@ -311,7 +304,6 @@
"Rename this property on all the features": "Rename this property on all the features", "Rename this property on all the features": "Rename this property on all the features",
"Replace layer content": "Replace layer content", "Replace layer content": "Replace layer content",
"Restore this version": "Restore this version", "Restore this version": "Restore this version",
"Save anyway": "Save anyway",
"Save current edits": "Save current edits", "Save current edits": "Save current edits",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Save this center and zoom", "Save this center and zoom": "Save this center and zoom",
@ -320,12 +312,9 @@
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Search location", "Search location": "Search location",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "See full screen", "See full screen": "See full screen",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"settings": "settings", "settings": "settings",
"Shape properties": "Shape properties", "Shape properties": "Shape properties",
@ -398,9 +387,7 @@
"Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Will be visible in the caption of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.",
"yes": "yes", "yes": "yes",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Zoom in", "Zoom in": "Zoom in",
"Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom level for automatic zooms": "Zoom level for automatic zooms",
"Zoom out": "Zoom out", "Zoom out": "Zoom out",
@ -444,7 +431,55 @@
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }

View file

@ -48,16 +48,12 @@ const locale = {
"by": "by", "by": "by",
"Cache proxied request": "Cache proxied request", "Cache proxied request": "Cache proxied request",
"Cancel edits": "取消编辑", "Cancel edits": "取消编辑",
"Cancel": "取消",
"Caption": "Caption", "Caption": "Caption",
"Center map on your location": "Center map on your location", "Center map on your location": "Center map on your location",
"Change map background": "改变地图背景", "Change map background": "改变地图背景",
"Change tilelayers": "改变瓦片图层", "Change tilelayers": "改变瓦片图层",
"Change": "Change", "Change": "Change",
"Choose a preset": "Choose a preset",
"Choose the data format": "选择数据格式", "Choose the data format": "选择数据格式",
"Choose the format of the data to import": "选择导入的数据格式",
"Choose the layer to import in": "选择导入的图层",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@ const locale = {
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "Continue line", "Continue line": "Continue line",
"Coordinates": "坐标", "Coordinates": "坐标",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "Credits", "Credits": "Credits",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@ const locale = {
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "编辑该要素", "Edit this feature": "编辑该要素",
"Edit": "编辑", "Edit": "编辑",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "嵌入地图", "Embed the map": "嵌入地图",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@ const locale = {
"Image: {{http://image.url.com}}": "图片: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "图片: {{http://image.url.com}}",
"Import data": "导入数据", "Import data": "导入数据",
"Import in a new layer": "导入一个新图层", "Import in a new layer": "导入一个新图层",
"Import": "导入",
"Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.",
"Include full screen link?": "Include full screen link?", "Include full screen link?": "Include full screen link?",
"Inherit": "继承", "Inherit": "继承",
@ -311,7 +304,6 @@ const locale = {
"Rename this property on all the features": "重命名全部要素的该属性", "Rename this property on all the features": "重命名全部要素的该属性",
"Replace layer content": "Replace layer content", "Replace layer content": "Replace layer content",
"Restore this version": "Restore this version", "Restore this version": "Restore this version",
"Save anyway": "Save anyway",
"Save current edits": "保存当前编辑内容", "Save current edits": "保存当前编辑内容",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "保存地图中心与比例尺", "Save this center and zoom": "保存地图中心与比例尺",
@ -320,12 +312,9 @@ const locale = {
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Search location", "Search location": "Search location",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "全屏", "See full screen": "全屏",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"settings": "settings", "settings": "settings",
"Shape properties": "Shape properties", "Shape properties": "Shape properties",
@ -398,9 +387,7 @@ const locale = {
"Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Will be visible in the caption of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.",
"yes": "是", "yes": "是",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "缩小", "Zoom in": "缩小",
"Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom level for automatic zooms": "Zoom level for automatic zooms",
"Zoom out": "放大", "Zoom out": "放大",
@ -444,9 +431,57 @@ const locale = {
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }
L.registerLocale("zh", locale) L.registerLocale("zh", locale)
L.setLocale("zh") L.setLocale("zh")

View file

@ -48,16 +48,12 @@
"by": "by", "by": "by",
"Cache proxied request": "Cache proxied request", "Cache proxied request": "Cache proxied request",
"Cancel edits": "取消编辑", "Cancel edits": "取消编辑",
"Cancel": "取消",
"Caption": "Caption", "Caption": "Caption",
"Center map on your location": "Center map on your location", "Center map on your location": "Center map on your location",
"Change map background": "改变地图背景", "Change map background": "改变地图背景",
"Change tilelayers": "改变瓦片图层", "Change tilelayers": "改变瓦片图层",
"Change": "Change", "Change": "Change",
"Choose a preset": "Choose a preset",
"Choose the data format": "选择数据格式", "Choose the data format": "选择数据格式",
"Choose the format of the data to import": "选择导入的数据格式",
"Choose the layer to import in": "选择导入的图层",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "Continue line", "Continue line": "Continue line",
"Coordinates": "坐标", "Coordinates": "坐标",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "Credits", "Credits": "Credits",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "编辑该要素", "Edit this feature": "编辑该要素",
"Edit": "编辑", "Edit": "编辑",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "嵌入地图", "Embed the map": "嵌入地图",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@
"Image: {{http://image.url.com}}": "图片: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "图片: {{http://image.url.com}}",
"Import data": "导入数据", "Import data": "导入数据",
"Import in a new layer": "导入一个新图层", "Import in a new layer": "导入一个新图层",
"Import": "导入",
"Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.",
"Include full screen link?": "Include full screen link?", "Include full screen link?": "Include full screen link?",
"Inherit": "继承", "Inherit": "继承",
@ -311,7 +304,6 @@
"Rename this property on all the features": "重命名全部要素的该属性", "Rename this property on all the features": "重命名全部要素的该属性",
"Replace layer content": "Replace layer content", "Replace layer content": "Replace layer content",
"Restore this version": "Restore this version", "Restore this version": "Restore this version",
"Save anyway": "Save anyway",
"Save current edits": "保存当前编辑内容", "Save current edits": "保存当前编辑内容",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "保存地图中心与比例尺", "Save this center and zoom": "保存地图中心与比例尺",
@ -320,12 +312,9 @@
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Search location", "Search location": "Search location",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "全屏", "See full screen": "全屏",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"settings": "settings", "settings": "settings",
"Shape properties": "Shape properties", "Shape properties": "Shape properties",
@ -398,9 +387,7 @@
"Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Will be visible in the caption of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.",
"yes": "是", "yes": "是",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "缩小", "Zoom in": "缩小",
"Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom level for automatic zooms": "Zoom level for automatic zooms",
"Zoom out": "放大", "Zoom out": "放大",
@ -444,7 +431,55 @@
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }

View file

@ -48,16 +48,12 @@
"by": "by", "by": "by",
"Cache proxied request": "Cache proxied request", "Cache proxied request": "Cache proxied request",
"Cancel edits": "Cancel edits", "Cancel edits": "Cancel edits",
"Cancel": "Cancel",
"Caption": "Caption", "Caption": "Caption",
"Center map on your location": "Center map on your location", "Center map on your location": "Center map on your location",
"Change map background": "Change map background", "Change map background": "Change map background",
"Change tilelayers": "Change tilelayers", "Change tilelayers": "Change tilelayers",
"Change": "Change", "Change": "Change",
"Choose a preset": "Choose a preset",
"Choose the data format": "Choose the data format", "Choose the data format": "Choose the data format",
"Choose the format of the data to import": "Choose the format of the data to import",
"Choose the layer to import in": "Choose the layer to import in",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Choropleth breakpoints",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Choropleth classes",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Choropleth color palette",
@ -87,7 +83,6 @@
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Congratulations, your map has been created!",
"Continue line": "Continue line", "Continue line": "Continue line",
"Coordinates": "Coordinates", "Coordinates": "Coordinates",
"Copy link": "Copy link",
"copy": "copy", "copy": "copy",
"Credits": "Credits", "Credits": "Credits",
"Current map view": "Current map view", "Current map view": "Current map view",
@ -152,7 +147,6 @@
"Edit the title of the map": "Edit the title of the map", "Edit the title of the map": "Edit the title of the map",
"Edit this feature": "Edit this feature", "Edit this feature": "Edit this feature",
"Edit": "Edit", "Edit": "Edit",
"Email": "Email",
"Embed and link options": "Embed and link options", "Embed and link options": "Embed and link options",
"Embed the map": "Embed the map", "Embed the map": "Embed the map",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emoji & Character",
@ -200,7 +194,6 @@
"Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}", "Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}",
"Import data": "Import data", "Import data": "Import data",
"Import in a new layer": "Import in a new layer", "Import in a new layer": "Import in a new layer",
"Import": "Import",
"Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.",
"Include full screen link?": "Include full screen link?", "Include full screen link?": "Include full screen link?",
"Inherit": "Inherit", "Inherit": "Inherit",
@ -311,7 +304,6 @@
"Rename this property on all the features": "Rename this property on all the features", "Rename this property on all the features": "Rename this property on all the features",
"Replace layer content": "Replace layer content", "Replace layer content": "Replace layer content",
"Restore this version": "Restore this version", "Restore this version": "Restore this version",
"Save anyway": "Save anyway",
"Save current edits": "Save current edits", "Save current edits": "Save current edits",
"Save map": "Save map", "Save map": "Save map",
"Save this center and zoom": "Save this center and zoom", "Save this center and zoom": "Save this center and zoom",
@ -320,12 +312,9 @@
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Saved center and zoom",
"Search location": "Search location", "Search location": "Search location",
"Search": "Search", "Search": "Search",
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Secret edit link:",
"See layers": "See layers",
"See full screen": "See full screen", "See full screen": "See full screen",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "See on OpenStreetMap",
"Send me the link": "Send me the link",
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
"settings": "settings", "settings": "settings",
"Shape properties": "Shape properties", "Shape properties": "Shape properties",
@ -398,9 +387,7 @@
"Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map",
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
"Will be visible in the caption of the map": "Will be visible in the caption of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map",
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.",
"yes": "yes", "yes": "yes",
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
"Zoom in": "Zoom in", "Zoom in": "Zoom in",
"Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom level for automatic zooms": "Zoom level for automatic zooms",
"Zoom out": "Zoom out", "Zoom out": "Zoom out",
@ -444,7 +431,55 @@
"Filter data": "Filter data", "Filter data": "Filter data",
"Search map features…": "Search map features…", "Search map features…": "Search map features…",
"Reset all": "Reset all", "Reset all": "Reset all",
"Browser in data mode": "Browser in data mode", "Open browser": "Open browser",
"Browser in layers mode": "Browser in layers mode", "Open caption": "Open caption",
"Browser in filters mode": "Browser in filters mode" "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!",
"Real-time collaboration": "Real-time collaboration",
"Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...",
"No result": "No result",
"Data browser": "Data browser",
"When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.",
"Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)",
"!key (eg. !name)": "!key (eg. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax",
"For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data",
"Import helpers:": "Import helpers:",
"Choose the format": "Choose the format",
"Choose the layer": "Choose the layer",
"Layer name": "Layer name",
"Choose import mode": "Choose import mode",
"Copy into the layer": "Copy into the layer",
"Link to the layer as remote data": "Link to the layer as remote data",
"Condition": "Condition",
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Browser: data": "Browser: data",
"Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration",
"✅ Copied!": "✅ Copied!",
"Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression",
"Geometry mode": "Geometry mode",
"Only geometry centers": "Only geometry centers",
"Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
"Please define an expression for the query first": "Please define an expression for the query first"
} }

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