This commit is contained in:
Yohan Boniface 2025-01-31 18:37:18 +01:00
parent 1f66377104
commit 74f81f9894
43 changed files with 1566 additions and 1185 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-12-24 08:39+0000\n" "POT-Creation-Date: 2025-01-31 17:29+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"
@ -33,7 +33,7 @@ msgstr ""
msgid "name" msgid "name"
msgstr "" msgstr ""
#: models.py:62 models.py:475 #: models.py:62 models.py:485
msgid "description" msgid "description"
msgstr "" msgstr ""
@ -53,23 +53,23 @@ msgstr ""
msgid "Order of the tilelayers in the edit box" msgid "Order of the tilelayers in the edit box"
msgstr "" msgstr ""
#: models.py:175 models.py:469 #: models.py:175 models.py:479
msgid "Only editable with secret edit link" msgid "Only editable with secret edit link"
msgstr "" msgstr ""
#: models.py:176 models.py:470 #: models.py:176 models.py:480
msgid "Everyone can edit" msgid "Everyone can edit"
msgstr "" msgstr ""
#: models.py:179 models.py:463 #: models.py:179 models.py:473
msgid "Everyone" msgid "Everyone"
msgstr "" msgstr ""
#: models.py:180 models.py:189 models.py:464 #: models.py:180 models.py:189 models.py:474
msgid "Editors and team only" msgid "Editors and team only"
msgstr "" msgstr ""
#: models.py:181 models.py:465 #: models.py:181 models.py:475
msgid "Owner only" msgid "Owner only"
msgstr "" msgstr ""
@ -89,7 +89,7 @@ msgstr ""
msgid "Blocked" msgid "Blocked"
msgstr "" msgstr ""
#: models.py:191 #: models.py:191 models.py:469
msgid "Deleted" msgid "Deleted"
msgstr "" msgstr ""
@ -129,31 +129,31 @@ msgstr ""
msgid "team" msgid "team"
msgstr "" msgstr ""
#: models.py:229 models.py:491 #: models.py:229 models.py:501
msgid "edit status" msgid "edit status"
msgstr "" msgstr ""
#: models.py:234 #: models.py:234 models.py:506
msgid "share status" msgid "share status"
msgstr "" msgstr ""
#: models.py:237 models.py:486 #: models.py:237 models.py:496
msgid "settings" msgid "settings"
msgstr "" msgstr ""
#: models.py:402 #: models.py:407
msgid "Clone of" msgid "Clone of"
msgstr "" msgstr ""
#: models.py:462 models.py:468 #: models.py:468 models.py:472 models.py:478
msgid "Inherit" msgid "Inherit"
msgstr "" msgstr ""
#: models.py:481 #: models.py:491
msgid "display on load" msgid "display on load"
msgstr "" msgstr ""
#: models.py:482 #: models.py:492
msgid "Display this layer on load." msgid "Display this layer on load."
msgstr "" msgstr ""
@ -172,40 +172,54 @@ msgstr ""
msgid "404 Page Not Found" msgid "404 Page Not Found"
msgstr "" msgstr ""
#: templates/auth/user_detail.html:8 #: templates/auth/user_detail.html:6
#, python-format
msgid "%(current_user)ss maps"
msgstr ""
#: templates/auth/user_detail.html:12
#, python-format #, python-format
msgid "Browse %(current_user)s's maps" msgid "Browse %(current_user)s's maps"
msgstr "" msgstr ""
#: templates/auth/user_detail.html:17 #: templates/auth/user_detail.html:21
#, python-format #, python-format
msgid "%(current_user)s has no maps." msgid "%(current_user)s has no maps."
msgstr "" msgstr ""
#: templates/auth/user_form.html:21 templates/umap/team_form.html:21 #: templates/auth/user_form.html:6
msgid "My Profile"
msgstr ""
#: templates/auth/user_form.html:24 templates/umap/team_form.html:25
msgid "Save" msgid "Save"
msgstr "" msgstr ""
#: templates/auth/user_form.html:27 #: templates/auth/user_form.html:30
msgid "Your current providers" msgid "Your current providers"
msgstr "" msgstr ""
#: templates/auth/user_form.html:39 #: templates/auth/user_form.html:44
msgid "Connect to another provider" msgid "Connect to another provider"
msgstr "" msgstr ""
#: templates/auth/user_form.html:42 #: templates/auth/user_form.html:47
msgid "" msgid ""
"It's a good habit to connect your account to more than one provider, in case " "It's a good habit to connect your account to more than one provider, in case "
"one provider becomes unavailable, temporarily or even permanently." "one provider becomes unavailable, temporarily or even permanently."
msgstr "" msgstr ""
#: templates/auth/user_stars.html:8 #: templates/auth/user_stars.html:6
#, python-format
msgid "%(current_user)ss starred maps"
msgstr ""
#: templates/auth/user_stars.html:12
#, python-format #, python-format
msgid "Browse %(current_user)s's starred maps" msgid "Browse %(current_user)s's starred maps"
msgstr "" msgstr ""
#: templates/auth/user_stars.html:17 #: templates/auth/user_stars.html:21
#, python-format #, python-format
msgid "%(current_user)s has no starred maps yet." msgid "%(current_user)s has no starred maps yet."
msgstr "" msgstr ""
@ -240,6 +254,10 @@ msgstr ""
msgid "Please choose a provider:" msgid "Please choose a provider:"
msgstr "" msgstr ""
#: templates/umap/about.html:5 templates/umap/navigation.html:22
msgid "About"
msgstr ""
#: templates/umap/about_summary.html:12 #: templates/umap/about_summary.html:12
#, python-format #, python-format
msgid "" msgid ""
@ -407,7 +425,7 @@ msgstr ""
msgid "More" msgid "More"
msgstr "" msgstr ""
#: templates/umap/map_table.html:8 templates/umap/user_teams.html:14 #: templates/umap/map_table.html:8 templates/umap/user_teams.html:18
msgid "Name" msgid "Name"
msgstr "" msgstr ""
@ -431,7 +449,7 @@ msgstr ""
msgid "Owner" msgid "Owner"
msgstr "" msgstr ""
#: templates/umap/map_table.html:26 templates/umap/user_teams.html:20 #: templates/umap/map_table.html:26 templates/umap/user_teams.html:24
msgid "Actions" msgid "Actions"
msgstr "" msgstr ""
@ -444,7 +462,7 @@ msgid "Share"
msgstr "" msgstr ""
#: templates/umap/map_table.html:78 templates/umap/map_table.html:80 #: templates/umap/map_table.html:78 templates/umap/map_table.html:80
#: templates/umap/user_teams.html:38 templates/umap/user_teams.html:40 #: templates/umap/user_teams.html:42 templates/umap/user_teams.html:44
msgid "Edit" msgid "Edit"
msgstr "" msgstr ""
@ -507,10 +525,6 @@ msgstr ""
msgid "Sign in" msgid "Sign in"
msgstr "" msgstr ""
#: templates/umap/navigation.html:22
msgid "About"
msgstr ""
#: templates/umap/navigation.html:30 #: templates/umap/navigation.html:30
msgid "Change password" msgid "Change password"
msgstr "" msgstr ""
@ -519,52 +533,57 @@ msgstr ""
msgid "Log out" msgid "Log out"
msgstr "" msgstr ""
#: templates/umap/password_change.html:7 #: templates/umap/password_change.html:6 templates/umap/password_change.html:11
msgid "Password change" msgid "Password change"
msgstr "" msgstr ""
#: templates/umap/password_change.html:10 #: templates/umap/password_change.html:14
msgid "" msgid ""
"Please enter your old password, for security's sake, and then enter your new " "Please enter your old password, for security's sake, and then enter your new "
"password twice so we can verify you typed it in correctly." "password twice so we can verify you typed it in correctly."
msgstr "" msgstr ""
#: templates/umap/password_change.html:17 #: templates/umap/password_change.html:21
msgid "Old password" msgid "Old password"
msgstr "" msgstr ""
#: templates/umap/password_change.html:22 #: templates/umap/password_change.html:26
msgid "New password" msgid "New password"
msgstr "" msgstr ""
#: templates/umap/password_change.html:26 #: templates/umap/password_change.html:30
msgid "New password confirmation" msgid "New password confirmation"
msgstr "" msgstr ""
#: templates/umap/password_change.html:27 #: templates/umap/password_change.html:31
msgid "Change my password" msgid "Change my password"
msgstr "" msgstr ""
#: templates/umap/password_change_done.html:7 #: templates/umap/password_change_done.html:6
#: templates/umap/password_change_done.html:11
msgid "Password change successful" msgid "Password change successful"
msgstr "" msgstr ""
#: templates/umap/password_change_done.html:10 #: templates/umap/password_change_done.html:14
msgid "Your password was changed." msgid "Your password was changed."
msgstr "" msgstr ""
#: templates/umap/search.html:15 #: templates/umap/search.html:6
msgid "Explore maps"
msgstr ""
#: templates/umap/search.html:19
#, 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:24 #: templates/umap/search.html:28
msgid "No map found." msgid "No map found."
msgstr "" msgstr ""
#: templates/umap/search.html:29 #: templates/umap/search.html:33
msgid "Latest created maps" msgid "Latest created maps"
msgstr "" msgstr ""
@ -576,21 +595,34 @@ msgstr ""
msgid "Search" msgid "Search"
msgstr "" msgstr ""
#: templates/umap/team_detail.html:10 #: templates/umap/team_confirm_delete.html:6
msgid "Team deletion"
msgstr ""
#: templates/umap/team_detail.html:6
#, python-format
msgid "%(current_team)ss maps"
msgstr ""
#: templates/umap/team_detail.html:14
#, python-format #, python-format
msgid "Browse %(current_team)s's maps" msgid "Browse %(current_team)s's maps"
msgstr "" msgstr ""
#: templates/umap/team_detail.html:22 #: templates/umap/team_detail.html:26
#, python-format #, python-format
msgid "%(current_team)s has no public maps." msgid "%(current_team)s has no public maps."
msgstr "" msgstr ""
#: templates/umap/team_form.html:24 #: templates/umap/team_form.html:6
msgid "Create or edit a team"
msgstr ""
#: templates/umap/team_form.html:28
msgid "Delete this team" msgid "Delete this team"
msgstr "" msgstr ""
#: templates/umap/team_form.html:47 #: templates/umap/team_form.html:51
msgid "Add user" msgid "Add user"
msgstr "" msgstr ""
@ -611,11 +643,15 @@ msgstr ""
msgid "You have no map yet." msgid "You have no map yet."
msgstr "" msgstr ""
#: templates/umap/user_teams.html:17 #: templates/umap/user_teams.html:6
msgid "My Teams"
msgstr ""
#: templates/umap/user_teams.html:21
msgid "Users" msgid "Users"
msgstr "" msgstr ""
#: templates/umap/user_teams.html:48 #: templates/umap/user_teams.html:52
msgid "New team" msgid "New team"
msgstr "" msgstr ""
@ -632,57 +668,64 @@ msgstr ""
msgid "View the map" msgid "View the map"
msgstr "" msgstr ""
#: views.py:825 #: views.py:838
msgid "See full screen" msgid "See full screen"
msgstr "" msgstr ""
#: views.py:968 #: views.py:981
msgid "Map editors updated with success!" msgid "Map editors updated with success!"
msgstr "" msgstr ""
#: views.py:1004
#, python-format
msgid "The uMap edit link for your map: %(map_name)s"
msgstr ""
#: views.py:1007
#, python-format
msgid "Here is your secret edit link: %(link)s"
msgstr ""
#: views.py:1014
#, python-format
msgid "Can't send email to %(email)s"
msgstr ""
#: views.py:1017 #: views.py:1017
#, python-format #, python-format
msgid "The uMap edit link for your map: %(map_name)s"
msgstr ""
#: views.py:1020
#, python-format
msgid "Here is your secret edit link: %(link)s"
msgstr ""
#: views.py:1027
#, python-format
msgid "Can't send email to %(email)s"
msgstr ""
#: views.py:1030
#, python-format
msgid "Email sent to %(email)s" msgid "Email sent to %(email)s"
msgstr "" msgstr ""
#: views.py:1028 #: views.py:1041
msgid "Only its owner can delete the map." msgid "Only its owner can delete the map."
msgstr "" msgstr ""
#: views.py:1031 #: views.py:1044
msgid "Map successfully deleted." msgid "Map successfully deleted."
msgstr "" msgstr ""
#: views.py:1057 #: views.py:1070
#, 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:1062 #: views.py:1075
msgid "Congratulations, your map has been cloned!" msgid "Congratulations, your map has been cloned!"
msgstr "" msgstr ""
#: views.py:1313 #: views.py:1329
msgid "Layer successfully deleted." msgid "Layer successfully deleted."
msgstr "" msgstr ""
#: views.py:1335 #: views.py:1351
msgid "Permissions updated with success!" msgid "Permissions updated with success!"
msgstr "" msgstr ""
#: views.py:1430
#, python-format
msgid ""
"Using “%(name)s” to authenticate is deprecated. Please configure another "
"provider in your profile page."
msgstr ""

Binary file not shown.

View file

@ -17,16 +17,16 @@
# spf, 2019 # spf, 2019
# Syl Martin, 2023 # Syl Martin, 2023
# Philippe Verdy, 2017 # Philippe Verdy, 2017
# yohanboniface <yohanboniface@free.fr>, 2013-2014,2018-2019,2023-2024 # yohanboniface <yohanboniface@free.fr>, 2013-2014,2018-2019,2023-2025
# YOHAN BONIFACE <yb@enix.org>, 2012 # YOHAN BONIFACE <yb@enix.org>, 2012
# yohanboniface <yohanboniface@free.fr>, 2014,2016 # yohanboniface <yohanboniface@free.fr>, 2014,2016
msgid "" 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-12-24 08:39+0000\n" "POT-Creation-Date: 2025-01-31 17:29+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-2025\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"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -50,7 +50,7 @@ msgstr "Le site est en lecture seule pour maintenance."
msgid "name" msgid "name"
msgstr "nom" msgstr "nom"
#: models.py:62 models.py:475 #: models.py:62 models.py:485
msgid "description" msgid "description"
msgstr "description" msgstr "description"
@ -70,23 +70,23 @@ msgstr "Modèle d'URL au format des tuiles OSM"
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:175 models.py:469 #: models.py:175 models.py:479
msgid "Only editable with secret edit link" msgid "Only editable with secret edit link"
msgstr "Modifiable seulement avec le lien de modification secret" msgstr "Modifiable seulement avec le lien de modification secret"
#: models.py:176 models.py:470 #: models.py:176 models.py:480
msgid "Everyone can edit" msgid "Everyone can edit"
msgstr "Tout le monde peut modifier" msgstr "Tout le monde peut modifier"
#: models.py:179 models.py:463 #: models.py:179 models.py:473
msgid "Everyone" msgid "Everyone"
msgstr "Tout le monde" msgstr "Tout le monde"
#: models.py:180 models.py:189 models.py:464 #: models.py:180 models.py:189 models.py:474
msgid "Editors and team only" msgid "Editors and team only"
msgstr "Éditeurs et équipe seulement" msgstr "Éditeurs et équipe seulement"
#: models.py:181 models.py:465 #: models.py:181 models.py:475
msgid "Owner only" msgid "Owner only"
msgstr "Propriétaire uniquement" msgstr "Propriétaire uniquement"
@ -106,7 +106,7 @@ msgstr "Quiconque a le lien"
msgid "Blocked" msgid "Blocked"
msgstr "Bloquée" msgstr "Bloquée"
#: models.py:191 #: models.py:191 models.py:469
msgid "Deleted" msgid "Deleted"
msgstr "Supprimé" msgstr "Supprimé"
@ -146,31 +146,31 @@ msgstr "éditeurs"
msgid "team" msgid "team"
msgstr "équipe" msgstr "équipe"
#: models.py:229 models.py:491 #: models.py:229 models.py:501
msgid "edit status" msgid "edit status"
msgstr "statut de modification" msgstr "statut de modification"
#: models.py:234 #: models.py:234 models.py:506
msgid "share status" msgid "share status"
msgstr "qui a accès" msgstr "qui a accès"
#: models.py:237 models.py:486 #: models.py:237 models.py:496
msgid "settings" msgid "settings"
msgstr "réglages" msgstr "réglages"
#: models.py:402 #: models.py:407
msgid "Clone of" msgid "Clone of"
msgstr "Clone de" msgstr "Clone de"
#: models.py:462 models.py:468 #: models.py:468 models.py:472 models.py:478
msgid "Inherit" msgid "Inherit"
msgstr "Par défaut" msgstr "Par défaut"
#: models.py:481 #: models.py:491
msgid "display on load" msgid "display on load"
msgstr "afficher au chargement." msgstr "afficher au chargement."
#: models.py:482 #: models.py:492
msgid "Display this layer on load." msgid "Display this layer on load."
msgstr "Afficher ce calque au chargement." msgstr "Afficher ce calque au chargement."
@ -189,40 +189,54 @@ msgstr "← Retour à la page d'accueil"
msgid "404 Page Not Found" msgid "404 Page Not Found"
msgstr "404 Page Non Trouvée" msgstr "404 Page Non Trouvée"
#: templates/auth/user_detail.html:8 #: templates/auth/user_detail.html:6
#, python-format
msgid "%(current_user)ss maps"
msgstr "Cartes de %(current_user)s"
#: templates/auth/user_detail.html:12
#, python-format #, python-format
msgid "Browse %(current_user)s's maps" msgid "Browse %(current_user)s's maps"
msgstr "Consulter les cartes de %(current_user)s" msgstr "Consulter les cartes de %(current_user)s"
#: templates/auth/user_detail.html:17 #: templates/auth/user_detail.html:21
#, python-format #, python-format
msgid "%(current_user)s has no maps." msgid "%(current_user)s has no maps."
msgstr "%(current_user)s n'a aucune carte." msgstr "%(current_user)s n'a aucune carte."
#: templates/auth/user_form.html:21 templates/umap/team_form.html:21 #: templates/auth/user_form.html:6
msgid "My Profile"
msgstr "Mon profil"
#: templates/auth/user_form.html:24 templates/umap/team_form.html:25
msgid "Save" msgid "Save"
msgstr "Enregistrer" msgstr "Enregistrer"
#: templates/auth/user_form.html:27 #: templates/auth/user_form.html:30
msgid "Your current providers" msgid "Your current providers"
msgstr "Vos fournisseurs associés" msgstr "Vos fournisseurs associés"
#: templates/auth/user_form.html:39 #: templates/auth/user_form.html:44
msgid "Connect to another provider" msgid "Connect to another provider"
msgstr "Associer un autre fournisseur" msgstr "Associer un autre fournisseur"
#: templates/auth/user_form.html:42 #: templates/auth/user_form.html:47
msgid "" msgid ""
"It's a good habit to connect your account to more than one provider, in case" "It's a good habit to connect your account to more than one provider, in case"
" one provider becomes unavailable, temporarily or even permanently." " one provider becomes unavailable, temporarily or even permanently."
msgstr "C'est une bonne habitude d'avoir plusieurs fournisseurs d'identité, notamment dans le cas où l'un d'eux deviendrait inaccessible, temporairement ou même définitivement." msgstr "C'est une bonne habitude d'avoir plusieurs fournisseurs d'identité, notamment dans le cas où l'un d'eux deviendrait inaccessible, temporairement ou même définitivement."
#: templates/auth/user_stars.html:8 #: templates/auth/user_stars.html:6
#, python-format
msgid "%(current_user)ss starred maps"
msgstr "Favoris de %(current_user)s"
#: templates/auth/user_stars.html:12
#, python-format #, python-format
msgid "Browse %(current_user)s's starred maps" msgid "Browse %(current_user)s's starred maps"
msgstr "Consulter les cartes favorites de %(current_user)s" msgstr "Consulter les cartes favorites de %(current_user)s"
#: templates/auth/user_stars.html:17 #: templates/auth/user_stars.html:21
#, python-format #, python-format
msgid "%(current_user)s has no starred maps yet." msgid "%(current_user)s has no starred maps yet."
msgstr "%(current_user)s n'a aucune carte favorite." msgstr "%(current_user)s n'a aucune carte favorite."
@ -257,6 +271,10 @@ msgstr "Mot de passe"
msgid "Please choose a provider:" msgid "Please choose a provider:"
msgstr "Choisissez un fournisseur :" msgstr "Choisissez un fournisseur :"
#: templates/umap/about.html:5 templates/umap/navigation.html:22
msgid "About"
msgstr "À propos"
#: templates/umap/about_summary.html:12 #: templates/umap/about_summary.html:12
#, python-format #, python-format
msgid "" msgid ""
@ -424,7 +442,7 @@ msgstr "par"
msgid "More" msgid "More"
msgstr "Plus" msgstr "Plus"
#: templates/umap/map_table.html:8 templates/umap/user_teams.html:14 #: templates/umap/map_table.html:8 templates/umap/user_teams.html:18
msgid "Name" msgid "Name"
msgstr "Nom" msgstr "Nom"
@ -448,7 +466,7 @@ msgstr "Dernière modification"
msgid "Owner" msgid "Owner"
msgstr "Propriétaire" msgstr "Propriétaire"
#: templates/umap/map_table.html:26 templates/umap/user_teams.html:20 #: templates/umap/map_table.html:26 templates/umap/user_teams.html:24
msgid "Actions" msgid "Actions"
msgstr "Actions" msgstr "Actions"
@ -461,7 +479,7 @@ msgid "Share"
msgstr "Partager" msgstr "Partager"
#: templates/umap/map_table.html:78 templates/umap/map_table.html:80 #: templates/umap/map_table.html:78 templates/umap/map_table.html:80
#: templates/umap/user_teams.html:38 templates/umap/user_teams.html:40 #: templates/umap/user_teams.html:42 templates/umap/user_teams.html:44
msgid "Edit" msgid "Edit"
msgstr "Éditer" msgstr "Éditer"
@ -524,10 +542,6 @@ msgstr "Connexion"
msgid "Sign in" msgid "Sign in"
msgstr "Créer un compte" msgstr "Créer un compte"
#: templates/umap/navigation.html:22
msgid "About"
msgstr "À propos"
#: templates/umap/navigation.html:30 #: templates/umap/navigation.html:30
msgid "Change password" msgid "Change password"
msgstr "Changer le mot de passe" msgstr "Changer le mot de passe"
@ -536,41 +550,47 @@ msgstr "Changer le mot de passe"
msgid "Log out" msgid "Log out"
msgstr "Déconnexion" msgstr "Déconnexion"
#: templates/umap/password_change.html:7 #: templates/umap/password_change.html:6
#: templates/umap/password_change.html:11
msgid "Password change" msgid "Password change"
msgstr "Changer le mot de passe" msgstr "Changer le mot de passe"
#: templates/umap/password_change.html:10 #: templates/umap/password_change.html:14
msgid "" msgid ""
"Please enter your old password, for security's sake, and then enter your new" "Please enter your old password, for security's sake, and then enter your new"
" password twice so we can verify you typed it in correctly." " password twice so we can verify you typed it in correctly."
msgstr "Merci de renseigner votre mot de passe actuel, puis deux fois le nouveau." msgstr "Merci de renseigner votre mot de passe actuel, puis deux fois le nouveau."
#: templates/umap/password_change.html:17 #: templates/umap/password_change.html:21
msgid "Old password" msgid "Old password"
msgstr "Ancien mot de passe" msgstr "Ancien mot de passe"
#: templates/umap/password_change.html:22 #: templates/umap/password_change.html:26
msgid "New password" msgid "New password"
msgstr "Nouveau mot de passe" msgstr "Nouveau mot de passe"
#: templates/umap/password_change.html:26 #: templates/umap/password_change.html:30
msgid "New password confirmation" msgid "New password confirmation"
msgstr "Confirmation du nouveau mot de passe" msgstr "Confirmation du nouveau mot de passe"
#: templates/umap/password_change.html:27 #: templates/umap/password_change.html:31
msgid "Change my password" msgid "Change my password"
msgstr "Changer de mot de passe" msgstr "Changer de mot de passe"
#: templates/umap/password_change_done.html:7 #: templates/umap/password_change_done.html:6
#: templates/umap/password_change_done.html:11
msgid "Password change successful" msgid "Password change successful"
msgstr "Le mot de passe a été modifié" msgstr "Le mot de passe a été modifié"
#: templates/umap/password_change_done.html:10 #: templates/umap/password_change_done.html:14
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:15 #: templates/umap/search.html:6
msgid "Explore maps"
msgstr "Explorer les cartes"
#: templates/umap/search.html:19
#, 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:"
@ -578,11 +598,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:24 #: templates/umap/search.html:28
msgid "No map found." msgid "No map found."
msgstr "Aucune carte trouvée." msgstr "Aucune carte trouvée."
#: templates/umap/search.html:29 #: templates/umap/search.html:33
msgid "Latest created maps" msgid "Latest created maps"
msgstr "Dernières cartes créées." msgstr "Dernières cartes créées."
@ -594,21 +614,34 @@ msgstr "Chercher des cartes"
msgid "Search" msgid "Search"
msgstr "Chercher" msgstr "Chercher"
#: templates/umap/team_detail.html:10 #: templates/umap/team_confirm_delete.html:6
msgid "Team deletion"
msgstr "Suppression d'équipe"
#: templates/umap/team_detail.html:6
#, python-format
msgid "%(current_team)ss maps"
msgstr "Cartes de %(current_team)s"
#: templates/umap/team_detail.html:14
#, python-format #, python-format
msgid "Browse %(current_team)s's maps" msgid "Browse %(current_team)s's maps"
msgstr "Les cartes de %(current_team)s" msgstr "Les cartes de %(current_team)s"
#: templates/umap/team_detail.html:22 #: templates/umap/team_detail.html:26
#, python-format #, python-format
msgid "%(current_team)s has no public maps." msgid "%(current_team)s has no public maps."
msgstr "%(current_team)s n'a pas de cartes publiques" msgstr "%(current_team)s n'a pas de cartes publiques"
#: templates/umap/team_form.html:24 #: templates/umap/team_form.html:6
msgid "Create or edit a team"
msgstr "Créer ou modifier une équipe"
#: templates/umap/team_form.html:28
msgid "Delete this team" msgid "Delete this team"
msgstr "Supprimer cette équipe" msgstr "Supprimer cette équipe"
#: templates/umap/team_form.html:47 #: templates/umap/team_form.html:51
msgid "Add user" msgid "Add user"
msgstr "Ajouter un membre" msgstr "Ajouter un membre"
@ -629,11 +662,15 @@ 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."
#: templates/umap/user_teams.html:17 #: templates/umap/user_teams.html:6
msgid "My Teams"
msgstr "Mes équipes"
#: templates/umap/user_teams.html:21
msgid "Users" msgid "Users"
msgstr "Membres" msgstr "Membres"
#: templates/umap/user_teams.html:48 #: templates/umap/user_teams.html:52
msgid "New team" msgid "New team"
msgstr "Nouvelle équipe" msgstr "Nouvelle équipe"
@ -650,57 +687,64 @@ msgstr "L'équipe «%(name)s» a été supprimée"
msgid "View the map" msgid "View the map"
msgstr "Voir la carte" msgstr "Voir la carte"
#: views.py:825 #: views.py:838
msgid "See full screen" msgid "See full screen"
msgstr "Plein écran" msgstr "Plein écran"
#: views.py:968 #: views.py:981
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:1004 #: views.py:1017
#, 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 "Le lien d'édition uMap pour votre carte : %(map_name)s" msgstr "Le lien d'édition uMap pour votre carte : %(map_name)s"
#: views.py:1007 #: views.py:1020
#, 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:1014 #: views.py:1027
#, 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:1017 #: views.py:1030
#, 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:1028 #: views.py:1041
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:1031 #: views.py:1044
msgid "Map successfully deleted." msgid "Map successfully deleted."
msgstr "La carte a bien été supprimée." msgstr "La carte a bien été supprimée."
#: views.py:1057 #: views.py:1070
#, 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:1062 #: views.py:1075
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:1313 #: views.py:1329
msgid "Layer successfully deleted." msgid "Layer successfully deleted."
msgstr "Calque supprimé." msgstr "Calque supprimé."
#: views.py:1335 #: views.py:1351
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 !"
#: views.py:1430
#, python-format
msgid ""
"Using “%(name)s” to authenticate is deprecated. Please configure another "
"provider in your profile page."
msgstr "L'utilisation de “%(name)s” pour s'authentifier est déprécié. Veuillez configurer un nouveau fournisseur sur votre page profil."

View file

@ -19,7 +19,6 @@ const locale = {
"Add a new property": "Ouzhpennañ ur perzh nevez", "Add a new property": "Ouzhpennañ ur perzh nevez",
"Add a polygon to the current multi": "Ouzhpennañ ul lieskorn d'ar strollad a-vremañ", "Add a polygon to the current multi": "Ouzhpennañ ul lieskorn d'ar strollad a-vremañ",
"Add image URL": "Ouzhpennañ URL ar skeudenn", "Add image URL": "Ouzhpennañ URL ar skeudenn",
"Add": "Ouzhpennañ",
"Advanced actions": "Oberoù araokaet", "Advanced actions": "Oberoù araokaet",
"Advanced properties": "Perzhioù araokaet", "Advanced properties": "Perzhioù araokaet",
"All data and settings of the map": "Holl roadennoù hag arventennoù ar gartenn", "All data and settings of the map": "Holl roadennoù hag arventennoù ar gartenn",
@ -120,7 +119,6 @@ const locale = {
"Display the locate control": "Diskwel an afell \"lec'hiañ\"", "Display the locate control": "Diskwel an afell \"lec'hiañ\"",
"Display the measure control": "Diskwel an afell muzuliañ", "Display the measure control": "Diskwel an afell muzuliañ",
"Display the search control": "Diskwel an afell \"klask\"", "Display the search control": "Diskwel an afell \"klask\"",
"Display the star map button": "Diskouez an afell evit spilhennañ ar gartenn",
"Display the tile layers control": "Diskwel an afell \"cheñch foñs ar gartenn\"", "Display the tile layers control": "Diskwel an afell \"cheñch foñs ar gartenn\"",
"Display the zoom control": "Diskwel an afelloù \"zoumañ\" ha \"dizoumañ\"", "Display the zoom control": "Diskwel an afelloù \"zoumañ\" ha \"dizoumañ\"",
"Do you want to display a caption bar?": "Diskwel ur varrenn alc'hwez?", "Do you want to display a caption bar?": "Diskwel ur varrenn alc'hwez?",
@ -183,12 +181,12 @@ const locale = {
"Icon shape": "Furm an ikon", "Icon shape": "Furm an ikon",
"Icon symbol": "Arouez an ikon", "Icon symbol": "Arouez an ikon",
"If false, the polygon or line will act as a part of the underlying map.": "If false, the polygon or line will act as a part of the underlying map.", "If false, the polygon or line will act as a part of the underlying map.": "If false, the polygon or line will act as a part of the underlying map.",
"Iframe with custom height (in px): {{{https://iframe.url.com|height}}}": "Iframe with custom height (in px): {{{https://iframe.url.com|height}}}", "Iframe with custom height (in px): {{{https://iframe.url.com|height}}}": "Iframe gant uhelder personelaet (e pikselioù): {{{https://iframe.url.com|height}}}",
"Iframe with custom height and width (in px): {{{https://iframe.url.com|height*width}}}": "Iframe with custom height and width (in px): {{{https://iframe.url.com|height*width}}}", "Iframe with custom height and width (in px): {{{https://iframe.url.com|height*width}}}": "Iframe gant mentoù personelaet (e pikselioù): {{{https://iframe.url.com|height*width}}}",
"iframe": "iframe", "iframe": "iframe",
"Iframe: {{{https://iframe.url.com}}}": "Iframe: {{{https://iframe.url.com}}}", "Iframe: {{{https://iframe.url.com}}}": "Iframe: {{{https://iframe.url.com}}}",
"Image with custom width (in px): {{https://image.url.com|width}}": "Image with custom width (in px): {{https://image.url.com|width}}", "Image with custom width (in px): {{https://image.url.com|width}}": "Skeudenn gant ledander personelaet (e pikselioù): {{https://image.url.com|width}}",
"Image: {{https://image.url.com}}": "Image: {{https://image.url.com}}", "Image: {{https://image.url.com}}": "Skeudenn: {{https://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",
"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.",
@ -216,7 +214,7 @@ const locale = {
"Limit bounds": "Bevennoù geografek", "Limit bounds": "Bevennoù geografek",
"Link to view the map": "Liamm evit gwelet ar gartenn", "Link to view the map": "Liamm evit gwelet ar gartenn",
"Link to…": "Liamm etrezek...", "Link to…": "Liamm etrezek...",
"Link with text: [[https://example.com|text of the link]]": "Link with text: [[https://example.com|text of the link]]", "Link with text: [[https://example.com|text of the link]]": "Liamm gant testenn: [[https://skouer.bzh|testenn al liamm]]",
"Long credits": "Kredadoù hir", "Long credits": "Kredadoù hir",
"Longitude": "Hedred", "Longitude": "Hedred",
"Make main shape": "Tres pennañ", "Make main shape": "Tres pennañ",
@ -320,7 +318,7 @@ const locale = {
"Show this layer in the caption": "Diskouez ar gwiskad-mañ en alc'hwez", "Show this layer in the caption": "Diskouez ar gwiskad-mañ en alc'hwez",
"Show/hide layer": "Diskouez/kuzhat ar gwiskad", "Show/hide layer": "Diskouez/kuzhat ar gwiskad",
"Side panel": "Panell gostez", "Side panel": "Panell gostez",
"Simple link: [[https://example.com]]": "Simple link: [[https://example.com]]", "Simple link: [[https://example.com]]": "Liamm simpl: [[https://skouer.bzh]]",
"Simplify": "Eeunaat", "Simplify": "Eeunaat",
"Skipping unknown geometry.type: {type}": "Tremen e-bioù tikedenn geometry.type dianav: {type}", "Skipping unknown geometry.type: {type}": "Tremen e-bioù tikedenn geometry.type dianav: {type}",
"Slideshow": "Diaporama", "Slideshow": "Diaporama",
@ -515,12 +513,22 @@ const locale = {
"Manage collaborators": "Merañ ar c'henlabourerien", "Manage collaborators": "Merañ ar c'henlabourerien",
"show/hide all layers": "diskouez/kuzhat an holl wiskadoù", "show/hide all layers": "diskouez/kuzhat an holl wiskadoù",
"zoom to data extent": "zoom to data extent", "zoom to data extent": "zoom to data extent",
"download visible data": "download visible data", "download visible data": "Pellgargañ ar roadennoù war-wel",
"{connectedPeers} peer(s) currently connected to this map": "{connectedPeers} a genlabourerien a zo kennasket ouzh ar gartenn-mañ bremañ", "Import helpers": "Skoazellerien enporzhiañ",
"Import helpers": "Import helpers", "Import helpers will fill the URL field for you.": "Ar skoazellerien enporzhiañ a leunio maezienn an URL evidoc'h.",
"Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
"Wikipedia": "Wikipedia", "Wikipedia": "Wikipedia",
"Save draft": "Save draft" "Save draft": "Enrollañ ar brouilhed",
"No data has been found for import": "No data has been found for import",
"Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
"Disconnected": "Disconnected",
"You must be logged in": "You must be logged in",
"Created at {date}": "Created at {date}",
"Modified at {date}": "Modified at {date}",
"on hover": "on hover",
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
"Import failed: invalid data": "Import failed: invalid data",
"Anonymous": "Anonymous"
} }
L.registerLocale("br", locale) L.registerLocale("br", locale)
L.setLocale("br") L.setLocale("br")

View file

@ -19,7 +19,6 @@
"Add a new property": "Ouzhpennañ ur perzh nevez", "Add a new property": "Ouzhpennañ ur perzh nevez",
"Add a polygon to the current multi": "Ouzhpennañ ul lieskorn d'ar strollad a-vremañ", "Add a polygon to the current multi": "Ouzhpennañ ul lieskorn d'ar strollad a-vremañ",
"Add image URL": "Ouzhpennañ URL ar skeudenn", "Add image URL": "Ouzhpennañ URL ar skeudenn",
"Add": "Ouzhpennañ",
"Advanced actions": "Oberoù araokaet", "Advanced actions": "Oberoù araokaet",
"Advanced properties": "Perzhioù araokaet", "Advanced properties": "Perzhioù araokaet",
"All data and settings of the map": "Holl roadennoù hag arventennoù ar gartenn", "All data and settings of the map": "Holl roadennoù hag arventennoù ar gartenn",
@ -120,7 +119,6 @@
"Display the locate control": "Diskwel an afell \"lec'hiañ\"", "Display the locate control": "Diskwel an afell \"lec'hiañ\"",
"Display the measure control": "Diskwel an afell muzuliañ", "Display the measure control": "Diskwel an afell muzuliañ",
"Display the search control": "Diskwel an afell \"klask\"", "Display the search control": "Diskwel an afell \"klask\"",
"Display the star map button": "Diskouez an afell evit spilhennañ ar gartenn",
"Display the tile layers control": "Diskwel an afell \"cheñch foñs ar gartenn\"", "Display the tile layers control": "Diskwel an afell \"cheñch foñs ar gartenn\"",
"Display the zoom control": "Diskwel an afelloù \"zoumañ\" ha \"dizoumañ\"", "Display the zoom control": "Diskwel an afelloù \"zoumañ\" ha \"dizoumañ\"",
"Do you want to display a caption bar?": "Diskwel ur varrenn alc'hwez?", "Do you want to display a caption bar?": "Diskwel ur varrenn alc'hwez?",
@ -183,12 +181,12 @@
"Icon shape": "Furm an ikon", "Icon shape": "Furm an ikon",
"Icon symbol": "Arouez an ikon", "Icon symbol": "Arouez an ikon",
"If false, the polygon or line will act as a part of the underlying map.": "If false, the polygon or line will act as a part of the underlying map.", "If false, the polygon or line will act as a part of the underlying map.": "If false, the polygon or line will act as a part of the underlying map.",
"Iframe with custom height (in px): {{{https://iframe.url.com|height}}}": "Iframe with custom height (in px): {{{https://iframe.url.com|height}}}", "Iframe with custom height (in px): {{{https://iframe.url.com|height}}}": "Iframe gant uhelder personelaet (e pikselioù): {{{https://iframe.url.com|height}}}",
"Iframe with custom height and width (in px): {{{https://iframe.url.com|height*width}}}": "Iframe with custom height and width (in px): {{{https://iframe.url.com|height*width}}}", "Iframe with custom height and width (in px): {{{https://iframe.url.com|height*width}}}": "Iframe gant mentoù personelaet (e pikselioù): {{{https://iframe.url.com|height*width}}}",
"iframe": "iframe", "iframe": "iframe",
"Iframe: {{{https://iframe.url.com}}}": "Iframe: {{{https://iframe.url.com}}}", "Iframe: {{{https://iframe.url.com}}}": "Iframe: {{{https://iframe.url.com}}}",
"Image with custom width (in px): {{https://image.url.com|width}}": "Image with custom width (in px): {{https://image.url.com|width}}", "Image with custom width (in px): {{https://image.url.com|width}}": "Skeudenn gant ledander personelaet (e pikselioù): {{https://image.url.com|width}}",
"Image: {{https://image.url.com}}": "Image: {{https://image.url.com}}", "Image: {{https://image.url.com}}": "Skeudenn: {{https://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",
"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.",
@ -216,7 +214,7 @@
"Limit bounds": "Bevennoù geografek", "Limit bounds": "Bevennoù geografek",
"Link to view the map": "Liamm evit gwelet ar gartenn", "Link to view the map": "Liamm evit gwelet ar gartenn",
"Link to…": "Liamm etrezek...", "Link to…": "Liamm etrezek...",
"Link with text: [[https://example.com|text of the link]]": "Link with text: [[https://example.com|text of the link]]", "Link with text: [[https://example.com|text of the link]]": "Liamm gant testenn: [[https://skouer.bzh|testenn al liamm]]",
"Long credits": "Kredadoù hir", "Long credits": "Kredadoù hir",
"Longitude": "Hedred", "Longitude": "Hedred",
"Make main shape": "Tres pennañ", "Make main shape": "Tres pennañ",
@ -320,7 +318,7 @@
"Show this layer in the caption": "Diskouez ar gwiskad-mañ en alc'hwez", "Show this layer in the caption": "Diskouez ar gwiskad-mañ en alc'hwez",
"Show/hide layer": "Diskouez/kuzhat ar gwiskad", "Show/hide layer": "Diskouez/kuzhat ar gwiskad",
"Side panel": "Panell gostez", "Side panel": "Panell gostez",
"Simple link: [[https://example.com]]": "Simple link: [[https://example.com]]", "Simple link: [[https://example.com]]": "Liamm simpl: [[https://skouer.bzh]]",
"Simplify": "Eeunaat", "Simplify": "Eeunaat",
"Skipping unknown geometry.type: {type}": "Tremen e-bioù tikedenn geometry.type dianav: {type}", "Skipping unknown geometry.type: {type}": "Tremen e-bioù tikedenn geometry.type dianav: {type}",
"Slideshow": "Diaporama", "Slideshow": "Diaporama",
@ -515,10 +513,20 @@
"Manage collaborators": "Merañ ar c'henlabourerien", "Manage collaborators": "Merañ ar c'henlabourerien",
"show/hide all layers": "diskouez/kuzhat an holl wiskadoù", "show/hide all layers": "diskouez/kuzhat an holl wiskadoù",
"zoom to data extent": "zoom to data extent", "zoom to data extent": "zoom to data extent",
"download visible data": "download visible data", "download visible data": "Pellgargañ ar roadennoù war-wel",
"{connectedPeers} peer(s) currently connected to this map": "{connectedPeers} a genlabourerien a zo kennasket ouzh ar gartenn-mañ bremañ", "Import helpers": "Skoazellerien enporzhiañ",
"Import helpers": "Import helpers", "Import helpers will fill the URL field for you.": "Ar skoazellerien enporzhiañ a leunio maezienn an URL evidoc'h.",
"Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
"Wikipedia": "Wikipedia", "Wikipedia": "Wikipedia",
"Save draft": "Save draft" "Save draft": "Enrollañ ar brouilhed",
"No data has been found for import": "No data has been found for import",
"Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
"Disconnected": "Disconnected",
"You must be logged in": "You must be logged in",
"Created at {date}": "Created at {date}",
"Modified at {date}": "Modified at {date}",
"on hover": "on hover",
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
"Import failed: invalid data": "Import failed: invalid data",
"Anonymous": "Anonymous"
} }

View file

@ -19,7 +19,6 @@ const locale = {
"Add a new property": "Add a new property", "Add a new property": "Add a new property",
"Add a polygon to the current multi": "Add a polygon to the current multi", "Add a polygon to the current multi": "Add a polygon to the current multi",
"Add image URL": "Add image URL", "Add image URL": "Add image URL",
"Add": "Add",
"Advanced actions": "Opcions avançades", "Advanced actions": "Opcions avançades",
"Advanced properties": "Propietats avançades", "Advanced properties": "Propietats avançades",
"All data and settings of the map": "Totes les dades i configuracions del mapa", "All data and settings of the map": "Totes les dades i configuracions del mapa",
@ -120,7 +119,6 @@ const locale = {
"Display the locate control": "Mostra el control de ubicar", "Display the locate control": "Mostra el control de ubicar",
"Display the measure control": "Mostra el botó mesura", "Display the measure control": "Mostra el botó mesura",
"Display the search control": "Mostra el control de cerca", "Display the search control": "Mostra el control de cerca",
"Display the star map button": "Mostra el botó per a destacar el mapa",
"Display the tile layers control": "Mostra el botó de les capes de tessel·les", "Display the tile layers control": "Mostra el botó de les capes de tessel·les",
"Display the zoom control": "Mostra el control del zoom", "Display the zoom control": "Mostra el control del zoom",
"Do you want to display a caption bar?": "Voleu mostrar la barra de llegenda?", "Do you want to display a caption bar?": "Voleu mostrar la barra de llegenda?",
@ -516,11 +514,21 @@ const locale = {
"show/hide all layers": "show/hide all layers", "show/hide all layers": "show/hide all layers",
"zoom to data extent": "zoom to data extent", "zoom to data extent": "zoom to data extent",
"download visible data": "download visible data", "download visible data": "download visible data",
"{connectedPeers} peer(s) currently connected to this map": "{connectedPeers} peer(s) currently connected to this map",
"Import helpers": "Import helpers", "Import helpers": "Import helpers",
"Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.", "Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
"Wikipedia": "Wikipedia", "Wikipedia": "Wikipedia",
"Save draft": "Save draft" "Save draft": "Save draft",
"No data has been found for import": "No data has been found for import",
"Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
"Disconnected": "Disconnected",
"You must be logged in": "You must be logged in",
"Created at {date}": "Created at {date}",
"Modified at {date}": "Modified at {date}",
"on hover": "on hover",
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
"Import failed: invalid data": "Import failed: invalid data",
"Anonymous": "Anonymous"
} }
L.registerLocale("ca", locale) L.registerLocale("ca", locale)
L.setLocale("ca") L.setLocale("ca")

View file

@ -19,7 +19,6 @@
"Add a new property": "Add a new property", "Add a new property": "Add a new property",
"Add a polygon to the current multi": "Add a polygon to the current multi", "Add a polygon to the current multi": "Add a polygon to the current multi",
"Add image URL": "Add image URL", "Add image URL": "Add image URL",
"Add": "Add",
"Advanced actions": "Opcions avançades", "Advanced actions": "Opcions avançades",
"Advanced properties": "Propietats avançades", "Advanced properties": "Propietats avançades",
"All data and settings of the map": "Totes les dades i configuracions del mapa", "All data and settings of the map": "Totes les dades i configuracions del mapa",
@ -120,7 +119,6 @@
"Display the locate control": "Mostra el control de ubicar", "Display the locate control": "Mostra el control de ubicar",
"Display the measure control": "Mostra el botó mesura", "Display the measure control": "Mostra el botó mesura",
"Display the search control": "Mostra el control de cerca", "Display the search control": "Mostra el control de cerca",
"Display the star map button": "Mostra el botó per a destacar el mapa",
"Display the tile layers control": "Mostra el botó de les capes de tessel·les", "Display the tile layers control": "Mostra el botó de les capes de tessel·les",
"Display the zoom control": "Mostra el control del zoom", "Display the zoom control": "Mostra el control del zoom",
"Do you want to display a caption bar?": "Voleu mostrar la barra de llegenda?", "Do you want to display a caption bar?": "Voleu mostrar la barra de llegenda?",
@ -516,9 +514,19 @@
"show/hide all layers": "show/hide all layers", "show/hide all layers": "show/hide all layers",
"zoom to data extent": "zoom to data extent", "zoom to data extent": "zoom to data extent",
"download visible data": "download visible data", "download visible data": "download visible data",
"{connectedPeers} peer(s) currently connected to this map": "{connectedPeers} peer(s) currently connected to this map",
"Import helpers": "Import helpers", "Import helpers": "Import helpers",
"Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.", "Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
"Wikipedia": "Wikipedia", "Wikipedia": "Wikipedia",
"Save draft": "Save draft" "Save draft": "Save draft",
"No data has been found for import": "No data has been found for import",
"Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
"Disconnected": "Disconnected",
"You must be logged in": "You must be logged in",
"Created at {date}": "Created at {date}",
"Modified at {date}": "Modified at {date}",
"on hover": "on hover",
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
"Import failed: invalid data": "Import failed: invalid data",
"Anonymous": "Anonymous"
} }

View file

@ -19,7 +19,6 @@ const locale = {
"Add a new property": "Přidat novou vlastnost", "Add a new property": "Přidat novou vlastnost",
"Add a polygon to the current multi": "Přidat polygon k současnému multi", "Add a polygon to the current multi": "Přidat polygon k současnému multi",
"Add image URL": "Přidat URL obrázku", "Add image URL": "Přidat URL obrázku",
"Add": "Přidat",
"Advanced actions": "Pokročilé akce", "Advanced actions": "Pokročilé akce",
"Advanced properties": "Pokročilé vlastnosti", "Advanced properties": "Pokročilé vlastnosti",
"All data and settings of the map": "Všechna data a nastavení mapy", "All data and settings of the map": "Všechna data a nastavení mapy",
@ -120,7 +119,6 @@ const locale = {
"Display the locate control": "Zobrazit tlačítko pro určení polohy", "Display the locate control": "Zobrazit tlačítko pro určení polohy",
"Display the measure control": "Zobrazit tlačítko pro měření vzdálenosti", "Display the measure control": "Zobrazit tlačítko pro měření vzdálenosti",
"Display the search control": "Zobrazit vyhledávání", "Display the search control": "Zobrazit vyhledávání",
"Display the star map button": "Zobrazit tlačítko mapy označené hvězdičkou",
"Display the tile layers control": "Zobrazit tlačítko pro změnu mapového podkladu", "Display the tile layers control": "Zobrazit tlačítko pro změnu mapového podkladu",
"Display the zoom control": "Zobrazit ovládání přiblížení", "Display the zoom control": "Zobrazit ovládání přiblížení",
"Do you want to display a caption bar?": "Chcete zobrazit panel s popiskem?", "Do you want to display a caption bar?": "Chcete zobrazit panel s popiskem?",
@ -516,13 +514,21 @@ const locale = {
"show/hide all layers": "zobrazit/skrýt všechny vrstvy", "show/hide all layers": "zobrazit/skrýt všechny vrstvy",
"zoom to data extent": "přiblížit na rozsah dat", "zoom to data extent": "přiblížit na rozsah dat",
"download visible data": "stáhnout viditelná data", "download visible data": "stáhnout viditelná data",
"{connectedPeers} peer(s) currently connected to this map": "K této mapě je aktuálně připojeno {connectedPeers} vrstevník(ů)",
"Import helpers": "Pomocníci pro import", "Import helpers": "Pomocníci pro import",
"Import helpers will fill the URL field for you.": "Pomocníci pro import vyplní pole URL za vás.", "Import helpers will fill the URL field for you.": "Pomocníci pro import vyplní pole URL za vás.",
"Wikipedia": "Wikipedie", "Wikipedia": "Wikipedie",
"Save draft": "Uložit koncept", "Save draft": "Uložit koncept",
"No data has been found for import": "Nebyla nalezena žádná data pro import", "No data has been found for import": "Nebyla nalezena žádná data pro import",
"Successfully imported {count} feature(s)": "Počet úspěšně importovaných prvků: {count}" "Successfully imported {count} feature(s)": "Počet úspěšně importovaných prvků: {count}",
"Disconnected": "Disconnected",
"You must be logged in": "You must be logged in",
"Created at {date}": "Created at {date}",
"Modified at {date}": "Modified at {date}",
"on hover": "on hover",
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
"Import failed: invalid data": "Import failed: invalid data",
"Anonymous": "Anonymous"
} }
L.registerLocale("cs_CZ", locale) L.registerLocale("cs_CZ", locale)
L.setLocale("cs_CZ") L.setLocale("cs_CZ")

View file

@ -19,7 +19,6 @@
"Add a new property": "Přidat novou vlastnost", "Add a new property": "Přidat novou vlastnost",
"Add a polygon to the current multi": "Přidat polygon k současnému multi", "Add a polygon to the current multi": "Přidat polygon k současnému multi",
"Add image URL": "Přidat URL obrázku", "Add image URL": "Přidat URL obrázku",
"Add": "Přidat",
"Advanced actions": "Pokročilé akce", "Advanced actions": "Pokročilé akce",
"Advanced properties": "Pokročilé vlastnosti", "Advanced properties": "Pokročilé vlastnosti",
"All data and settings of the map": "Všechna data a nastavení mapy", "All data and settings of the map": "Všechna data a nastavení mapy",
@ -120,7 +119,6 @@
"Display the locate control": "Zobrazit tlačítko pro určení polohy", "Display the locate control": "Zobrazit tlačítko pro určení polohy",
"Display the measure control": "Zobrazit tlačítko pro měření vzdálenosti", "Display the measure control": "Zobrazit tlačítko pro měření vzdálenosti",
"Display the search control": "Zobrazit vyhledávání", "Display the search control": "Zobrazit vyhledávání",
"Display the star map button": "Zobrazit tlačítko mapy označené hvězdičkou",
"Display the tile layers control": "Zobrazit tlačítko pro změnu mapového podkladu", "Display the tile layers control": "Zobrazit tlačítko pro změnu mapového podkladu",
"Display the zoom control": "Zobrazit ovládání přiblížení", "Display the zoom control": "Zobrazit ovládání přiblížení",
"Do you want to display a caption bar?": "Chcete zobrazit panel s popiskem?", "Do you want to display a caption bar?": "Chcete zobrazit panel s popiskem?",
@ -516,11 +514,19 @@
"show/hide all layers": "zobrazit/skrýt všechny vrstvy", "show/hide all layers": "zobrazit/skrýt všechny vrstvy",
"zoom to data extent": "přiblížit na rozsah dat", "zoom to data extent": "přiblížit na rozsah dat",
"download visible data": "stáhnout viditelná data", "download visible data": "stáhnout viditelná data",
"{connectedPeers} peer(s) currently connected to this map": "K této mapě je aktuálně připojeno {connectedPeers} vrstevník(ů)",
"Import helpers": "Pomocníci pro import", "Import helpers": "Pomocníci pro import",
"Import helpers will fill the URL field for you.": "Pomocníci pro import vyplní pole URL za vás.", "Import helpers will fill the URL field for you.": "Pomocníci pro import vyplní pole URL za vás.",
"Wikipedia": "Wikipedie", "Wikipedia": "Wikipedie",
"Save draft": "Uložit koncept", "Save draft": "Uložit koncept",
"No data has been found for import": "Nebyla nalezena žádná data pro import", "No data has been found for import": "Nebyla nalezena žádná data pro import",
"Successfully imported {count} feature(s)": "Počet úspěšně importovaných prvků: {count}" "Successfully imported {count} feature(s)": "Počet úspěšně importovaných prvků: {count}",
"Disconnected": "Disconnected",
"You must be logged in": "You must be logged in",
"Created at {date}": "Created at {date}",
"Modified at {date}": "Modified at {date}",
"on hover": "on hover",
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
"Import failed: invalid data": "Import failed: invalid data",
"Anonymous": "Anonymous"
} }

View file

@ -19,7 +19,6 @@ const locale = {
"Add a new property": "Ein Merkmal hinzufügen", "Add a new property": "Ein Merkmal hinzufügen",
"Add a polygon to the current multi": "Fläche zur vorhandene Gruppe hinzufügen", "Add a polygon to the current multi": "Fläche zur vorhandene Gruppe hinzufügen",
"Add image URL": "Bild-URL hinzufügen", "Add image URL": "Bild-URL hinzufügen",
"Add": "Hinzufügen",
"Advanced actions": "Erweiterte Aktionen", "Advanced actions": "Erweiterte Aktionen",
"Advanced properties": "Erweiterte Eigenschaften", "Advanced properties": "Erweiterte Eigenschaften",
"All data and settings of the map": "Alle Daten und Karteneinstellungen", "All data and settings of the map": "Alle Daten und Karteneinstellungen",
@ -120,7 +119,6 @@ const locale = {
"Display the locate control": "Den Ortungsbutton anzeigen.", "Display the locate control": "Den Ortungsbutton anzeigen.",
"Display the measure control": "Messsteuerung anzeigen", "Display the measure control": "Messsteuerung anzeigen",
"Display the search control": "Suchsteuerung anzeigen", "Display the search control": "Suchsteuerung anzeigen",
"Display the star map button": "Schalter für Bewertungsfunktion anzeigen",
"Display the tile layers control": "Kachelebenensteuerung anzeigen", "Display the tile layers control": "Kachelebenensteuerung anzeigen",
"Display the zoom control": "Zoomsteuerung anzeigen", "Display the zoom control": "Zoomsteuerung anzeigen",
"Do you want to display a caption bar?": "Möchtest du eine Überschrift (Fußzeile) anzeigen?", "Do you want to display a caption bar?": "Möchtest du eine Überschrift (Fußzeile) anzeigen?",
@ -516,11 +514,21 @@ const locale = {
"show/hide all layers": "show/hide all layers", "show/hide all layers": "show/hide all layers",
"zoom to data extent": "zoom to data extent", "zoom to data extent": "zoom to data extent",
"download visible data": "download visible data", "download visible data": "download visible data",
"{connectedPeers} peer(s) currently connected to this map": "{connectedPeers} peer(s) currently connected to this map",
"Import helpers": "Import helpers", "Import helpers": "Import helpers",
"Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.", "Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
"Wikipedia": "Wikipedia", "Wikipedia": "Wikipedia",
"Save draft": "Save draft" "Save draft": "Save draft",
"No data has been found for import": "No data has been found for import",
"Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
"Disconnected": "Disconnected",
"You must be logged in": "You must be logged in",
"Created at {date}": "Created at {date}",
"Modified at {date}": "Modified at {date}",
"on hover": "on hover",
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
"Import failed: invalid data": "Import failed: invalid data",
"Anonymous": "Anonymous"
} }
L.registerLocale("de", locale) L.registerLocale("de", locale)
L.setLocale("de") L.setLocale("de")

View file

@ -19,7 +19,6 @@
"Add a new property": "Ein Merkmal hinzufügen", "Add a new property": "Ein Merkmal hinzufügen",
"Add a polygon to the current multi": "Fläche zur vorhandene Gruppe hinzufügen", "Add a polygon to the current multi": "Fläche zur vorhandene Gruppe hinzufügen",
"Add image URL": "Bild-URL hinzufügen", "Add image URL": "Bild-URL hinzufügen",
"Add": "Hinzufügen",
"Advanced actions": "Erweiterte Aktionen", "Advanced actions": "Erweiterte Aktionen",
"Advanced properties": "Erweiterte Eigenschaften", "Advanced properties": "Erweiterte Eigenschaften",
"All data and settings of the map": "Alle Daten und Karteneinstellungen", "All data and settings of the map": "Alle Daten und Karteneinstellungen",
@ -120,7 +119,6 @@
"Display the locate control": "Den Ortungsbutton anzeigen.", "Display the locate control": "Den Ortungsbutton anzeigen.",
"Display the measure control": "Messsteuerung anzeigen", "Display the measure control": "Messsteuerung anzeigen",
"Display the search control": "Suchsteuerung anzeigen", "Display the search control": "Suchsteuerung anzeigen",
"Display the star map button": "Schalter für Bewertungsfunktion anzeigen",
"Display the tile layers control": "Kachelebenensteuerung anzeigen", "Display the tile layers control": "Kachelebenensteuerung anzeigen",
"Display the zoom control": "Zoomsteuerung anzeigen", "Display the zoom control": "Zoomsteuerung anzeigen",
"Do you want to display a caption bar?": "Möchtest du eine Überschrift (Fußzeile) anzeigen?", "Do you want to display a caption bar?": "Möchtest du eine Überschrift (Fußzeile) anzeigen?",
@ -516,9 +514,19 @@
"show/hide all layers": "show/hide all layers", "show/hide all layers": "show/hide all layers",
"zoom to data extent": "zoom to data extent", "zoom to data extent": "zoom to data extent",
"download visible data": "download visible data", "download visible data": "download visible data",
"{connectedPeers} peer(s) currently connected to this map": "{connectedPeers} peer(s) currently connected to this map",
"Import helpers": "Import helpers", "Import helpers": "Import helpers",
"Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.", "Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
"Wikipedia": "Wikipedia", "Wikipedia": "Wikipedia",
"Save draft": "Save draft" "Save draft": "Save draft",
"No data has been found for import": "No data has been found for import",
"Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
"Disconnected": "Disconnected",
"You must be logged in": "You must be logged in",
"Created at {date}": "Created at {date}",
"Modified at {date}": "Modified at {date}",
"on hover": "on hover",
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
"Import failed: invalid data": "Import failed: invalid data",
"Anonymous": "Anonymous"
} }

View file

@ -19,7 +19,6 @@ const locale = {
"Add a new property": "Προσθήκη νέας ιδιότητας", "Add a new property": "Προσθήκη νέας ιδιότητας",
"Add a polygon to the current multi": "Προσθήκη πολυγώνου στο παρόν πολυδεδομένο", "Add a polygon to the current multi": "Προσθήκη πολυγώνου στο παρόν πολυδεδομένο",
"Add image URL": "Προσθήκη URL εικόνας", "Add image URL": "Προσθήκη URL εικόνας",
"Add": "Προσθήκη",
"Advanced actions": "Εξειδικευμένες ενέργειες", "Advanced actions": "Εξειδικευμένες ενέργειες",
"Advanced properties": "Εξειδικευμένες ιδιότητες", "Advanced properties": "Εξειδικευμένες ιδιότητες",
"All data and settings of the map": "Όλα τα δεδομένα και ρυθμίσεις του χάρτη", "All data and settings of the map": "Όλα τα δεδομένα και ρυθμίσεις του χάρτη",
@ -120,7 +119,6 @@ const locale = {
"Display the locate control": "Εμφάνιση εικονιδίου γεωεντοπισμού", "Display the locate control": "Εμφάνιση εικονιδίου γεωεντοπισμού",
"Display the measure control": "Εμφάνιση εικονιδίου μέτρησης", "Display the measure control": "Εμφάνιση εικονιδίου μέτρησης",
"Display the search control": "Εμφάνιση εικονιδίου αναζήτησης", "Display the search control": "Εμφάνιση εικονιδίου αναζήτησης",
"Display the star map button": "Εμφάνιση του κουμπιού για χάρτη με αστέρι",
"Display the tile layers control": "Εμφάνιση εικονιδίου αλλαγής υποβάθρων", "Display the tile layers control": "Εμφάνιση εικονιδίου αλλαγής υποβάθρων",
"Display the zoom control": "Εμφάνιση εικονιδίου εστίασης", "Display the zoom control": "Εμφάνιση εικονιδίου εστίασης",
"Do you want to display a caption bar?": "Εμφάνιση λεζάντας", "Do you want to display a caption bar?": "Εμφάνιση λεζάντας",
@ -516,11 +514,21 @@ const locale = {
"show/hide all layers": "show/hide all layers", "show/hide all layers": "show/hide all layers",
"zoom to data extent": "zoom to data extent", "zoom to data extent": "zoom to data extent",
"download visible data": "download visible data", "download visible data": "download visible data",
"{connectedPeers} peer(s) currently connected to this map": "{connectedPeers} peer(s) currently connected to this map",
"Import helpers": "Import helpers", "Import helpers": "Import helpers",
"Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.", "Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
"Wikipedia": "Wikipedia", "Wikipedia": "Wikipedia",
"Save draft": "Save draft" "Save draft": "Save draft",
"No data has been found for import": "No data has been found for import",
"Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
"Disconnected": "Disconnected",
"You must be logged in": "You must be logged in",
"Created at {date}": "Created at {date}",
"Modified at {date}": "Modified at {date}",
"on hover": "on hover",
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
"Import failed: invalid data": "Import failed: invalid data",
"Anonymous": "Anonymous"
} }
L.registerLocale("el", locale) L.registerLocale("el", locale)
L.setLocale("el") L.setLocale("el")

View file

@ -19,7 +19,6 @@
"Add a new property": "Προσθήκη νέας ιδιότητας", "Add a new property": "Προσθήκη νέας ιδιότητας",
"Add a polygon to the current multi": "Προσθήκη πολυγώνου στο παρόν πολυδεδομένο", "Add a polygon to the current multi": "Προσθήκη πολυγώνου στο παρόν πολυδεδομένο",
"Add image URL": "Προσθήκη URL εικόνας", "Add image URL": "Προσθήκη URL εικόνας",
"Add": "Προσθήκη",
"Advanced actions": "Εξειδικευμένες ενέργειες", "Advanced actions": "Εξειδικευμένες ενέργειες",
"Advanced properties": "Εξειδικευμένες ιδιότητες", "Advanced properties": "Εξειδικευμένες ιδιότητες",
"All data and settings of the map": "Όλα τα δεδομένα και ρυθμίσεις του χάρτη", "All data and settings of the map": "Όλα τα δεδομένα και ρυθμίσεις του χάρτη",
@ -120,7 +119,6 @@
"Display the locate control": "Εμφάνιση εικονιδίου γεωεντοπισμού", "Display the locate control": "Εμφάνιση εικονιδίου γεωεντοπισμού",
"Display the measure control": "Εμφάνιση εικονιδίου μέτρησης", "Display the measure control": "Εμφάνιση εικονιδίου μέτρησης",
"Display the search control": "Εμφάνιση εικονιδίου αναζήτησης", "Display the search control": "Εμφάνιση εικονιδίου αναζήτησης",
"Display the star map button": "Εμφάνιση του κουμπιού για χάρτη με αστέρι",
"Display the tile layers control": "Εμφάνιση εικονιδίου αλλαγής υποβάθρων", "Display the tile layers control": "Εμφάνιση εικονιδίου αλλαγής υποβάθρων",
"Display the zoom control": "Εμφάνιση εικονιδίου εστίασης", "Display the zoom control": "Εμφάνιση εικονιδίου εστίασης",
"Do you want to display a caption bar?": "Εμφάνιση λεζάντας", "Do you want to display a caption bar?": "Εμφάνιση λεζάντας",
@ -516,9 +514,19 @@
"show/hide all layers": "show/hide all layers", "show/hide all layers": "show/hide all layers",
"zoom to data extent": "zoom to data extent", "zoom to data extent": "zoom to data extent",
"download visible data": "download visible data", "download visible data": "download visible data",
"{connectedPeers} peer(s) currently connected to this map": "{connectedPeers} peer(s) currently connected to this map",
"Import helpers": "Import helpers", "Import helpers": "Import helpers",
"Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.", "Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
"Wikipedia": "Wikipedia", "Wikipedia": "Wikipedia",
"Save draft": "Save draft" "Save draft": "Save draft",
"No data has been found for import": "No data has been found for import",
"Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
"Disconnected": "Disconnected",
"You must be logged in": "You must be logged in",
"Created at {date}": "Created at {date}",
"Modified at {date}": "Modified at {date}",
"on hover": "on hover",
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
"Import failed: invalid data": "Import failed: invalid data",
"Anonymous": "Anonymous"
} }

View file

@ -19,7 +19,6 @@ const locale = {
"Add a new property": "Add a new property", "Add a new property": "Add a new property",
"Add a polygon to the current multi": "Add a polygon to the current multi", "Add a polygon to the current multi": "Add a polygon to the current multi",
"Add image URL": "Add image URL", "Add image URL": "Add image URL",
"Add": "Add",
"Advanced actions": "Advanced actions", "Advanced actions": "Advanced actions",
"Advanced properties": "Advanced properties", "Advanced properties": "Advanced properties",
"All data and settings of the map": "All data and settings of the map", "All data and settings of the map": "All data and settings of the map",
@ -120,7 +119,6 @@ const locale = {
"Display the locate control": "Display the locate control", "Display the locate control": "Display the locate control",
"Display the measure control": "Display the measure control", "Display the measure control": "Display the measure control",
"Display the search control": "Display the search control", "Display the search control": "Display the search control",
"Display the star map button": "Display the star map button",
"Display the tile layers control": "Display the tile layers control", "Display the tile layers control": "Display the tile layers control",
"Display the zoom control": "Display the zoom control", "Display the zoom control": "Display the zoom control",
"Do you want to display a caption bar?": "Do you want to display a caption bar?", "Do you want to display a caption bar?": "Do you want to display a caption bar?",
@ -516,14 +514,21 @@ const locale = {
"show/hide all layers": "show/hide all layers", "show/hide all layers": "show/hide all layers",
"zoom to data extent": "zoom to data extent", "zoom to data extent": "zoom to data extent",
"download visible data": "download visible data", "download visible data": "download visible data",
"{connectedPeers} peer(s) currently connected to this map": "{connectedPeers} peer(s) currently connected to this map",
"Import helpers": "Import helpers", "Import helpers": "Import helpers",
"Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.", "Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
"Wikipedia": "Wikipedia", "Wikipedia": "Wikipedia",
"Save draft": "Save draft", "Save draft": "Save draft",
"No data has been found for import": "No data has been found for import", "No data has been found for import": "No data has been found for import",
"Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)", "Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
"Disconnected": "Disconnected" "Disconnected": "Disconnected",
"You must be logged in": "You must be logged in",
"Created at {date}": "Created at {date}",
"Modified at {date}": "Modified at {date}",
"on hover": "on hover",
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
"Import failed: invalid data": "Import failed: invalid data",
"Anonymous": "Anonymous"
} }
L.registerLocale("en", locale) L.registerLocale("en", locale)
L.setLocale("en") L.setLocale("en")

View file

@ -19,7 +19,6 @@
"Add a new property": "Add a new property", "Add a new property": "Add a new property",
"Add a polygon to the current multi": "Add a polygon to the current multi", "Add a polygon to the current multi": "Add a polygon to the current multi",
"Add image URL": "Add image URL", "Add image URL": "Add image URL",
"Add": "Add",
"Advanced actions": "Advanced actions", "Advanced actions": "Advanced actions",
"Advanced properties": "Advanced properties", "Advanced properties": "Advanced properties",
"All data and settings of the map": "All data and settings of the map", "All data and settings of the map": "All data and settings of the map",
@ -120,7 +119,6 @@
"Display the locate control": "Display the locate control", "Display the locate control": "Display the locate control",
"Display the measure control": "Display the measure control", "Display the measure control": "Display the measure control",
"Display the search control": "Display the search control", "Display the search control": "Display the search control",
"Display the star map button": "Display the star map button",
"Display the tile layers control": "Display the tile layers control", "Display the tile layers control": "Display the tile layers control",
"Display the zoom control": "Display the zoom control", "Display the zoom control": "Display the zoom control",
"Do you want to display a caption bar?": "Do you want to display a caption bar?", "Do you want to display a caption bar?": "Do you want to display a caption bar?",
@ -516,12 +514,19 @@
"show/hide all layers": "show/hide all layers", "show/hide all layers": "show/hide all layers",
"zoom to data extent": "zoom to data extent", "zoom to data extent": "zoom to data extent",
"download visible data": "download visible data", "download visible data": "download visible data",
"{connectedPeers} peer(s) currently connected to this map": "{connectedPeers} peer(s) currently connected to this map",
"Import helpers": "Import helpers", "Import helpers": "Import helpers",
"Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.", "Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
"Wikipedia": "Wikipedia", "Wikipedia": "Wikipedia",
"Save draft": "Save draft", "Save draft": "Save draft",
"No data has been found for import": "No data has been found for import", "No data has been found for import": "No data has been found for import",
"Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)", "Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
"Disconnected": "Disconnected" "Disconnected": "Disconnected",
"You must be logged in": "You must be logged in",
"Created at {date}": "Created at {date}",
"Modified at {date}": "Modified at {date}",
"on hover": "on hover",
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
"Import failed: invalid data": "Import failed: invalid data",
"Anonymous": "Anonymous"
} }

View file

@ -19,7 +19,6 @@ const locale = {
"Add a new property": "Añadir una nueva propiedad", "Add a new property": "Añadir una nueva propiedad",
"Add a polygon to the current multi": "Añadir un polígono al multielemento actual", "Add a polygon to the current multi": "Añadir un polígono al multielemento actual",
"Add image URL": "Añadir URL de imagen", "Add image URL": "Añadir URL de imagen",
"Add": "Añadir",
"Advanced actions": "Acciones avanzadas", "Advanced actions": "Acciones avanzadas",
"Advanced properties": "Propiedades avanzadas", "Advanced properties": "Propiedades avanzadas",
"All data and settings of the map": "Todos los datos y ajustes del mapa", "All data and settings of the map": "Todos los datos y ajustes del mapa",
@ -120,7 +119,6 @@ const locale = {
"Display the locate control": "Mostrar el control de ubicación", "Display the locate control": "Mostrar el control de ubicación",
"Display the measure control": "Mostrar el control de medición", "Display the measure control": "Mostrar el control de medición",
"Display the search control": "Mostrar el control de búsqueda", "Display the search control": "Mostrar el control de búsqueda",
"Display the star map button": "Mostrar el botón de mapa destacado",
"Display the tile layers control": "Mostrar el control de capas de teselas", "Display the tile layers control": "Mostrar el control de capas de teselas",
"Display the zoom control": "Mostrar el control de zoom", "Display the zoom control": "Mostrar el control de zoom",
"Do you want to display a caption bar?": "¿Quieres mostrar una barra de título?", "Do you want to display a caption bar?": "¿Quieres mostrar una barra de título?",
@ -183,12 +181,12 @@ const locale = {
"Icon shape": "Forma del icono", "Icon shape": "Forma del icono",
"Icon symbol": "Símbolo del icono", "Icon symbol": "Símbolo del icono",
"If false, the polygon or line will act as a part of the underlying map.": "Si es falso, el polígono o la línea actuarán como parte del mapa subyacente.", "If false, the polygon or line will act as a part of the underlying map.": "Si es falso, el polígono o la línea actuarán como parte del mapa subyacente.",
"Iframe with custom height (in px): {{{https://iframe.url.com|height}}}": "Iframe with custom height (in px): {{{https://iframe.url.com|height}}}", "Iframe with custom height (in px): {{{https://iframe.url.com|height}}}": "Iframe con altura personalizada (en px): {{{https://iframe.url.com|height}}}",
"Iframe with custom height and width (in px): {{{https://iframe.url.com|height*width}}}": "Iframe with custom height and width (in px): {{{https://iframe.url.com|height*width}}}", "Iframe with custom height and width (in px): {{{https://iframe.url.com|height*width}}}": "Iframe con altura y ancho personalizados (en px): {{{https://iframe.url.com|height*width}}}",
"iframe": "iframe", "iframe": "iframe",
"Iframe: {{{https://iframe.url.com}}}": "Iframe: {{{https://iframe.url.com}}}", "Iframe: {{{https://iframe.url.com}}}": "Iframe: {{{https://iframe.url.com}}}",
"Image with custom width (in px): {{https://image.url.com|width}}": "Image with custom width (in px): {{https://image.url.com|width}}", "Image with custom width (in px): {{https://image.url.com|width}}": "Imagen con ancho personalizado (en px): {{https://image.url.com|width}}",
"Image: {{https://image.url.com}}": "Image: {{https://image.url.com}}", "Image: {{https://image.url.com}}": "Imagen: {{https://image.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",
"Imports all umap data, including layers and settings.": "Importa todos los datos de uMap, incluyendo capas y configuraciones.", "Imports all umap data, including layers and settings.": "Importa todos los datos de uMap, incluyendo capas y configuraciones.",
@ -216,7 +214,7 @@ const locale = {
"Limit bounds": "Límites", "Limit bounds": "Límites",
"Link to view the map": "Enlace para ver el mapa", "Link to view the map": "Enlace para ver el mapa",
"Link to…": "Enlace a...", "Link to…": "Enlace a...",
"Link with text: [[https://example.com|text of the link]]": "Link with text: [[https://example.com|text of the link]]", "Link with text: [[https://example.com|text of the link]]": "Enlace con texto: [[https://example.com|text of the link]]",
"Long credits": "Créditos largos", "Long credits": "Créditos largos",
"Longitude": "Longitud", "Longitude": "Longitud",
"Make main shape": "Convertir en forma principal", "Make main shape": "Convertir en forma principal",
@ -320,7 +318,7 @@ const locale = {
"Show this layer in the caption": "Mostrar esta capa en la leyenda", "Show this layer in the caption": "Mostrar esta capa en la leyenda",
"Show/hide layer": "Mostrar/ocultar capa", "Show/hide layer": "Mostrar/ocultar capa",
"Side panel": "Panel lateral", "Side panel": "Panel lateral",
"Simple link: [[https://example.com]]": "Simple link: [[https://example.com]]", "Simple link: [[https://example.com]]": "Enlace simple: [[https://example.com]]",
"Simplify": "Simplificar", "Simplify": "Simplificar",
"Skipping unknown geometry.type: {type}": "Omitiendo geometry.type desconocido: {type}", "Skipping unknown geometry.type: {type}": "Omitiendo geometry.type desconocido: {type}",
"Slideshow": "Presentación de diapositivas", "Slideshow": "Presentación de diapositivas",
@ -516,11 +514,21 @@ const locale = {
"show/hide all layers": "mostrar/ocultar todas las capas", "show/hide all layers": "mostrar/ocultar todas las capas",
"zoom to data extent": "zoom a la extensión de los datos", "zoom to data extent": "zoom a la extensión de los datos",
"download visible data": "descargar datos visibles", "download visible data": "descargar datos visibles",
"{connectedPeers} peer(s) currently connected to this map": "{connectedPeers} par(es) actualmente conectado(s) a este mapa", "Import helpers": "Ayudas para importar",
"Import helpers": "Import helpers", "Import helpers will fill the URL field for you.": "Las ayudas para importar completarán el campo de URL por ti.",
"Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
"Wikipedia": "Wikipedia", "Wikipedia": "Wikipedia",
"Save draft": "Save draft" "Save draft": "Guardar borrador",
"No data has been found for import": "No se han encontrado datos para importar",
"Successfully imported {count} feature(s)": "{count} elemento(s) importado(s) con éxito",
"Disconnected": "Desconectado",
"You must be logged in": "You must be logged in",
"Created at {date}": "Created at {date}",
"Modified at {date}": "Modified at {date}",
"on hover": "on hover",
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
"Import failed: invalid data": "Import failed: invalid data",
"Anonymous": "Anonymous"
} }
L.registerLocale("es", locale) L.registerLocale("es", locale)
L.setLocale("es") L.setLocale("es")

View file

@ -19,7 +19,6 @@
"Add a new property": "Añadir una nueva propiedad", "Add a new property": "Añadir una nueva propiedad",
"Add a polygon to the current multi": "Añadir un polígono al multielemento actual", "Add a polygon to the current multi": "Añadir un polígono al multielemento actual",
"Add image URL": "Añadir URL de imagen", "Add image URL": "Añadir URL de imagen",
"Add": "Añadir",
"Advanced actions": "Acciones avanzadas", "Advanced actions": "Acciones avanzadas",
"Advanced properties": "Propiedades avanzadas", "Advanced properties": "Propiedades avanzadas",
"All data and settings of the map": "Todos los datos y ajustes del mapa", "All data and settings of the map": "Todos los datos y ajustes del mapa",
@ -120,7 +119,6 @@
"Display the locate control": "Mostrar el control de ubicación", "Display the locate control": "Mostrar el control de ubicación",
"Display the measure control": "Mostrar el control de medición", "Display the measure control": "Mostrar el control de medición",
"Display the search control": "Mostrar el control de búsqueda", "Display the search control": "Mostrar el control de búsqueda",
"Display the star map button": "Mostrar el botón de mapa destacado",
"Display the tile layers control": "Mostrar el control de capas de teselas", "Display the tile layers control": "Mostrar el control de capas de teselas",
"Display the zoom control": "Mostrar el control de zoom", "Display the zoom control": "Mostrar el control de zoom",
"Do you want to display a caption bar?": "¿Quieres mostrar una barra de título?", "Do you want to display a caption bar?": "¿Quieres mostrar una barra de título?",
@ -183,12 +181,12 @@
"Icon shape": "Forma del icono", "Icon shape": "Forma del icono",
"Icon symbol": "Símbolo del icono", "Icon symbol": "Símbolo del icono",
"If false, the polygon or line will act as a part of the underlying map.": "Si es falso, el polígono o la línea actuarán como parte del mapa subyacente.", "If false, the polygon or line will act as a part of the underlying map.": "Si es falso, el polígono o la línea actuarán como parte del mapa subyacente.",
"Iframe with custom height (in px): {{{https://iframe.url.com|height}}}": "Iframe with custom height (in px): {{{https://iframe.url.com|height}}}", "Iframe with custom height (in px): {{{https://iframe.url.com|height}}}": "Iframe con altura personalizada (en px): {{{https://iframe.url.com|height}}}",
"Iframe with custom height and width (in px): {{{https://iframe.url.com|height*width}}}": "Iframe with custom height and width (in px): {{{https://iframe.url.com|height*width}}}", "Iframe with custom height and width (in px): {{{https://iframe.url.com|height*width}}}": "Iframe con altura y ancho personalizados (en px): {{{https://iframe.url.com|height*width}}}",
"iframe": "iframe", "iframe": "iframe",
"Iframe: {{{https://iframe.url.com}}}": "Iframe: {{{https://iframe.url.com}}}", "Iframe: {{{https://iframe.url.com}}}": "Iframe: {{{https://iframe.url.com}}}",
"Image with custom width (in px): {{https://image.url.com|width}}": "Image with custom width (in px): {{https://image.url.com|width}}", "Image with custom width (in px): {{https://image.url.com|width}}": "Imagen con ancho personalizado (en px): {{https://image.url.com|width}}",
"Image: {{https://image.url.com}}": "Image: {{https://image.url.com}}", "Image: {{https://image.url.com}}": "Imagen: {{https://image.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",
"Imports all umap data, including layers and settings.": "Importa todos los datos de uMap, incluyendo capas y configuraciones.", "Imports all umap data, including layers and settings.": "Importa todos los datos de uMap, incluyendo capas y configuraciones.",
@ -216,7 +214,7 @@
"Limit bounds": "Límites", "Limit bounds": "Límites",
"Link to view the map": "Enlace para ver el mapa", "Link to view the map": "Enlace para ver el mapa",
"Link to…": "Enlace a...", "Link to…": "Enlace a...",
"Link with text: [[https://example.com|text of the link]]": "Link with text: [[https://example.com|text of the link]]", "Link with text: [[https://example.com|text of the link]]": "Enlace con texto: [[https://example.com|text of the link]]",
"Long credits": "Créditos largos", "Long credits": "Créditos largos",
"Longitude": "Longitud", "Longitude": "Longitud",
"Make main shape": "Convertir en forma principal", "Make main shape": "Convertir en forma principal",
@ -320,7 +318,7 @@
"Show this layer in the caption": "Mostrar esta capa en la leyenda", "Show this layer in the caption": "Mostrar esta capa en la leyenda",
"Show/hide layer": "Mostrar/ocultar capa", "Show/hide layer": "Mostrar/ocultar capa",
"Side panel": "Panel lateral", "Side panel": "Panel lateral",
"Simple link: [[https://example.com]]": "Simple link: [[https://example.com]]", "Simple link: [[https://example.com]]": "Enlace simple: [[https://example.com]]",
"Simplify": "Simplificar", "Simplify": "Simplificar",
"Skipping unknown geometry.type: {type}": "Omitiendo geometry.type desconocido: {type}", "Skipping unknown geometry.type: {type}": "Omitiendo geometry.type desconocido: {type}",
"Slideshow": "Presentación de diapositivas", "Slideshow": "Presentación de diapositivas",
@ -516,9 +514,19 @@
"show/hide all layers": "mostrar/ocultar todas las capas", "show/hide all layers": "mostrar/ocultar todas las capas",
"zoom to data extent": "zoom a la extensión de los datos", "zoom to data extent": "zoom a la extensión de los datos",
"download visible data": "descargar datos visibles", "download visible data": "descargar datos visibles",
"{connectedPeers} peer(s) currently connected to this map": "{connectedPeers} par(es) actualmente conectado(s) a este mapa", "Import helpers": "Ayudas para importar",
"Import helpers": "Import helpers", "Import helpers will fill the URL field for you.": "Las ayudas para importar completarán el campo de URL por ti.",
"Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
"Wikipedia": "Wikipedia", "Wikipedia": "Wikipedia",
"Save draft": "Save draft" "Save draft": "Guardar borrador",
"No data has been found for import": "No se han encontrado datos para importar",
"Successfully imported {count} feature(s)": "{count} elemento(s) importado(s) con éxito",
"Disconnected": "Desconectado",
"You must be logged in": "You must be logged in",
"Created at {date}": "Created at {date}",
"Modified at {date}": "Modified at {date}",
"on hover": "on hover",
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
"Import failed: invalid data": "Import failed: invalid data",
"Anonymous": "Anonymous"
} }

View file

@ -19,7 +19,6 @@ const locale = {
"Add a new property": "Gehitu jabe berri bat", "Add a new property": "Gehitu jabe berri bat",
"Add a polygon to the current multi": "Gehitu poligono bat uneko multiari", "Add a polygon to the current multi": "Gehitu poligono bat uneko multiari",
"Add image URL": "Gehitu irudiaren URLa", "Add image URL": "Gehitu irudiaren URLa",
"Add": "Gehitu",
"Advanced actions": "Ekintza aurreratuak", "Advanced actions": "Ekintza aurreratuak",
"Advanced properties": "Propietate aurreratuak", "Advanced properties": "Propietate aurreratuak",
"All data and settings of the map": "Maparen datu eta ezarpen guztiak", "All data and settings of the map": "Maparen datu eta ezarpen guztiak",
@ -120,7 +119,6 @@ const locale = {
"Display the locate control": "Bistaratu lokalizazio kontrola", "Display the locate control": "Bistaratu lokalizazio kontrola",
"Display the measure control": "Bistaratu neurrien kontrola", "Display the measure control": "Bistaratu neurrien kontrola",
"Display the search control": "Bistaratu bilaketa-kontrola", "Display the search control": "Bistaratu bilaketa-kontrola",
"Display the star map button": "Bistaratu gogoko mapen botoia",
"Display the tile layers control": "Bistaratu lauzen geruzaren kontrola", "Display the tile layers control": "Bistaratu lauzen geruzaren kontrola",
"Display the zoom control": "Bistaratu zoom kontrola", "Display the zoom control": "Bistaratu zoom kontrola",
"Do you want to display a caption bar?": "Epigrafeen barra bistaratu nahi duzu?", "Do you want to display a caption bar?": "Epigrafeen barra bistaratu nahi duzu?",
@ -516,11 +514,21 @@ const locale = {
"show/hide all layers": "show/hide all layers", "show/hide all layers": "show/hide all layers",
"zoom to data extent": "zoom to data extent", "zoom to data extent": "zoom to data extent",
"download visible data": "download visible data", "download visible data": "download visible data",
"{connectedPeers} peer(s) currently connected to this map": "{connectedPeers} peer(s) currently connected to this map",
"Import helpers": "Import helpers", "Import helpers": "Import helpers",
"Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.", "Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
"Wikipedia": "Wikipedia", "Wikipedia": "Wikipedia",
"Save draft": "Save draft" "Save draft": "Save draft",
"No data has been found for import": "No data has been found for import",
"Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
"Disconnected": "Disconnected",
"You must be logged in": "You must be logged in",
"Created at {date}": "Created at {date}",
"Modified at {date}": "Modified at {date}",
"on hover": "on hover",
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
"Import failed: invalid data": "Import failed: invalid data",
"Anonymous": "Anonymous"
} }
L.registerLocale("eu", locale) L.registerLocale("eu", locale)
L.setLocale("eu") L.setLocale("eu")

View file

@ -19,7 +19,6 @@
"Add a new property": "Gehitu jabe berri bat", "Add a new property": "Gehitu jabe berri bat",
"Add a polygon to the current multi": "Gehitu poligono bat uneko multiari", "Add a polygon to the current multi": "Gehitu poligono bat uneko multiari",
"Add image URL": "Gehitu irudiaren URLa", "Add image URL": "Gehitu irudiaren URLa",
"Add": "Gehitu",
"Advanced actions": "Ekintza aurreratuak", "Advanced actions": "Ekintza aurreratuak",
"Advanced properties": "Propietate aurreratuak", "Advanced properties": "Propietate aurreratuak",
"All data and settings of the map": "Maparen datu eta ezarpen guztiak", "All data and settings of the map": "Maparen datu eta ezarpen guztiak",
@ -120,7 +119,6 @@
"Display the locate control": "Bistaratu lokalizazio kontrola", "Display the locate control": "Bistaratu lokalizazio kontrola",
"Display the measure control": "Bistaratu neurrien kontrola", "Display the measure control": "Bistaratu neurrien kontrola",
"Display the search control": "Bistaratu bilaketa-kontrola", "Display the search control": "Bistaratu bilaketa-kontrola",
"Display the star map button": "Bistaratu gogoko mapen botoia",
"Display the tile layers control": "Bistaratu lauzen geruzaren kontrola", "Display the tile layers control": "Bistaratu lauzen geruzaren kontrola",
"Display the zoom control": "Bistaratu zoom kontrola", "Display the zoom control": "Bistaratu zoom kontrola",
"Do you want to display a caption bar?": "Epigrafeen barra bistaratu nahi duzu?", "Do you want to display a caption bar?": "Epigrafeen barra bistaratu nahi duzu?",
@ -516,9 +514,19 @@
"show/hide all layers": "show/hide all layers", "show/hide all layers": "show/hide all layers",
"zoom to data extent": "zoom to data extent", "zoom to data extent": "zoom to data extent",
"download visible data": "download visible data", "download visible data": "download visible data",
"{connectedPeers} peer(s) currently connected to this map": "{connectedPeers} peer(s) currently connected to this map",
"Import helpers": "Import helpers", "Import helpers": "Import helpers",
"Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.", "Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
"Wikipedia": "Wikipedia", "Wikipedia": "Wikipedia",
"Save draft": "Save draft" "Save draft": "Save draft",
"No data has been found for import": "No data has been found for import",
"Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
"Disconnected": "Disconnected",
"You must be logged in": "You must be logged in",
"Created at {date}": "Created at {date}",
"Modified at {date}": "Modified at {date}",
"on hover": "on hover",
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
"Import failed: invalid data": "Import failed: invalid data",
"Anonymous": "Anonymous"
} }

View file

@ -19,7 +19,6 @@ const locale = {
"Add a new property": "افزودن ویژگی جدید", "Add a new property": "افزودن ویژگی جدید",
"Add a polygon to the current multi": "یک چندضلعی به مولتی فعلی اضافه کنید", "Add a polygon to the current multi": "یک چندضلعی به مولتی فعلی اضافه کنید",
"Add image URL": "نشانی تصویر را بدهید", "Add image URL": "نشانی تصویر را بدهید",
"Add": "افزودن",
"Advanced actions": "کنش‌های پیشرفته", "Advanced actions": "کنش‌های پیشرفته",
"Advanced properties": "ویژگی‌های پیشرفته", "Advanced properties": "ویژگی‌های پیشرفته",
"All data and settings of the map": "همهٔ داده‌ها و تنظیمات نقشه", "All data and settings of the map": "همهٔ داده‌ها و تنظیمات نقشه",
@ -120,7 +119,6 @@ const locale = {
"Display the locate control": "نمایش دکمهٔ مکان‌یابی", "Display the locate control": "نمایش دکمهٔ مکان‌یابی",
"Display the measure control": "نمایش دکمهٔ اندازه‌گیری", "Display the measure control": "نمایش دکمهٔ اندازه‌گیری",
"Display the search control": "نمایش دکمهٔ جستجو", "Display the search control": "نمایش دکمهٔ جستجو",
"Display the star map button": "نمایش دکمهٔ ستاره‌دارکردن نقشه",
"Display the tile layers control": "نمایش دکمهٔ لایه‌های کاشی", "Display the tile layers control": "نمایش دکمهٔ لایه‌های کاشی",
"Display the zoom control": "نمایش دکمهٔ زوم", "Display the zoom control": "نمایش دکمهٔ زوم",
"Do you want to display a caption bar?": "آیا نوار زیرنویس نشان داده شود؟", "Do you want to display a caption bar?": "آیا نوار زیرنویس نشان داده شود؟",
@ -516,11 +514,21 @@ const locale = {
"show/hide all layers": "show/hide all layers", "show/hide all layers": "show/hide all layers",
"zoom to data extent": "zoom to data extent", "zoom to data extent": "zoom to data extent",
"download visible data": "download visible data", "download visible data": "download visible data",
"{connectedPeers} peer(s) currently connected to this map": "{connectedPeers} peer(s) currently connected to this map",
"Import helpers": "Import helpers", "Import helpers": "Import helpers",
"Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.", "Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
"Wikipedia": "Wikipedia", "Wikipedia": "Wikipedia",
"Save draft": "Save draft" "Save draft": "Save draft",
"No data has been found for import": "No data has been found for import",
"Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
"Disconnected": "Disconnected",
"You must be logged in": "You must be logged in",
"Created at {date}": "Created at {date}",
"Modified at {date}": "Modified at {date}",
"on hover": "on hover",
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
"Import failed: invalid data": "Import failed: invalid data",
"Anonymous": "Anonymous"
} }
L.registerLocale("fa_IR", locale) L.registerLocale("fa_IR", locale)
L.setLocale("fa_IR") L.setLocale("fa_IR")

View file

@ -19,7 +19,6 @@
"Add a new property": "افزودن ویژگی جدید", "Add a new property": "افزودن ویژگی جدید",
"Add a polygon to the current multi": "یک چندضلعی به مولتی فعلی اضافه کنید", "Add a polygon to the current multi": "یک چندضلعی به مولتی فعلی اضافه کنید",
"Add image URL": "نشانی تصویر را بدهید", "Add image URL": "نشانی تصویر را بدهید",
"Add": "افزودن",
"Advanced actions": "کنش‌های پیشرفته", "Advanced actions": "کنش‌های پیشرفته",
"Advanced properties": "ویژگی‌های پیشرفته", "Advanced properties": "ویژگی‌های پیشرفته",
"All data and settings of the map": "همهٔ داده‌ها و تنظیمات نقشه", "All data and settings of the map": "همهٔ داده‌ها و تنظیمات نقشه",
@ -120,7 +119,6 @@
"Display the locate control": "نمایش دکمهٔ مکان‌یابی", "Display the locate control": "نمایش دکمهٔ مکان‌یابی",
"Display the measure control": "نمایش دکمهٔ اندازه‌گیری", "Display the measure control": "نمایش دکمهٔ اندازه‌گیری",
"Display the search control": "نمایش دکمهٔ جستجو", "Display the search control": "نمایش دکمهٔ جستجو",
"Display the star map button": "نمایش دکمهٔ ستاره‌دارکردن نقشه",
"Display the tile layers control": "نمایش دکمهٔ لایه‌های کاشی", "Display the tile layers control": "نمایش دکمهٔ لایه‌های کاشی",
"Display the zoom control": "نمایش دکمهٔ زوم", "Display the zoom control": "نمایش دکمهٔ زوم",
"Do you want to display a caption bar?": "آیا نوار زیرنویس نشان داده شود؟", "Do you want to display a caption bar?": "آیا نوار زیرنویس نشان داده شود؟",
@ -516,9 +514,19 @@
"show/hide all layers": "show/hide all layers", "show/hide all layers": "show/hide all layers",
"zoom to data extent": "zoom to data extent", "zoom to data extent": "zoom to data extent",
"download visible data": "download visible data", "download visible data": "download visible data",
"{connectedPeers} peer(s) currently connected to this map": "{connectedPeers} peer(s) currently connected to this map",
"Import helpers": "Import helpers", "Import helpers": "Import helpers",
"Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.", "Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
"Wikipedia": "Wikipedia", "Wikipedia": "Wikipedia",
"Save draft": "Save draft" "Save draft": "Save draft",
"No data has been found for import": "No data has been found for import",
"Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
"Disconnected": "Disconnected",
"You must be logged in": "You must be logged in",
"Created at {date}": "Created at {date}",
"Modified at {date}": "Modified at {date}",
"on hover": "on hover",
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
"Import failed: invalid data": "Import failed: invalid data",
"Anonymous": "Anonymous"
} }

View file

@ -19,7 +19,6 @@ const locale = {
"Add a new property": "Ajouter une propriété", "Add a new property": "Ajouter une propriété",
"Add a polygon to the current multi": "Ajouter un polygon au groupe courant", "Add a polygon to the current multi": "Ajouter un polygon au groupe courant",
"Add image URL": "URL d'une image", "Add image URL": "URL d'une image",
"Add": "Ajouter",
"Advanced actions": "Actions avancées", "Advanced actions": "Actions avancées",
"Advanced properties": "Propriétés avancées", "Advanced properties": "Propriétés avancées",
"All data and settings of the map": "Toutes les données et les propriétés de la carte", "All data and settings of the map": "Toutes les données et les propriétés de la carte",
@ -120,7 +119,6 @@ const locale = {
"Display the locate control": "Afficher le bouton de localisation", "Display the locate control": "Afficher le bouton de localisation",
"Display the measure control": "Afficher le bouton de mesures", "Display the measure control": "Afficher le bouton de mesures",
"Display the search control": "Afficher le bouton de recherche", "Display the search control": "Afficher le bouton de recherche",
"Display the star map button": "Afficher le bouton pour mettre une carte en favori",
"Display the tile layers control": "Afficher le bouton permettant de changer le fond de carte", "Display the tile layers control": "Afficher le bouton permettant de changer le fond de carte",
"Display the zoom control": "Afficher les boutons de zoom", "Display the zoom control": "Afficher les boutons de zoom",
"Do you want to display a caption bar?": "Voulez-vous afficher une barre de légende", "Do you want to display a caption bar?": "Voulez-vous afficher une barre de légende",
@ -226,7 +224,7 @@ const locale = {
"Map has been attached to your account": "La carte est maintenant liée à votre compte", "Map has been attached to your account": "La carte est maintenant liée à votre compte",
"Map has been saved!": "La carte a été sauvegardée !", "Map has been saved!": "La carte a été sauvegardée !",
"Map has been starred": "La carte a été ajoutée aux favoris", "Map has been starred": "La carte a été ajoutée aux favoris",
"Map has been unstarred": "La carte a été supprimée des favoris", "Map has been unstarred": "La carte a été retirée des favoris",
"Map user content has been published under licence": "Les contenus sur la carte ont été publiés avec la licence", "Map user content has been published under licence": "Les contenus sur la carte ont été publiés avec la licence",
"Map's editors": "Éditeurs de la carte", "Map's editors": "Éditeurs de la carte",
"Map's owner": "Propriétaire de la carte", "Map's owner": "Propriétaire de la carte",
@ -516,14 +514,21 @@ const locale = {
"show/hide all layers": "montrer/masquer les calques", "show/hide all layers": "montrer/masquer les calques",
"zoom to data extent": "zoomer sur les données", "zoom to data extent": "zoomer sur les données",
"download visible data": "télécharger les données affichées", "download visible data": "télécharger les données affichées",
"{connectedPeers} peer(s) currently connected to this map": "{connectedPeers} personne(s) actuellement connectée(s) à cette carte",
"Import helpers": "Assistants d'import", "Import helpers": "Assistants d'import",
"Import helpers will fill the URL field for you.": "Les assistants d'import vont renseigner le champ URL pour vous.", "Import helpers will fill the URL field for you.": "Les assistants d'import vont renseigner le champ URL pour vous.",
"Wikipedia": "Wikipedia", "Wikipedia": "Wikipedia",
"Save draft": "Enregistrer le brouillon", "Save draft": "Enregistrer le brouillon",
"No data has been found for import": "Aucunes données à importer", "No data has been found for import": "Aucunes données à importer",
"Successfully imported {count} feature(s)": "{count} élément(s) ajouté(s) à la carte", "Successfully imported {count} feature(s)": "{count} élément(s) ajouté(s) à la carte",
"Disconnected": "Déconnecté" "Disconnected": "Déconnecté",
"You must be logged in": "Authentification requise",
"Created at {date}": "Créée le",
"Modified at {date}": "Modifiée le",
"on hover": "au survol",
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Impossible de charger les données du calque \"{layer}\" à partir de l'URL \"{url}\"",
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Impossible de lire les données du calque \"{layer}\" à partir de l'URL \"{url}\"",
"Import failed: invalid data": "Échec de l'import: les données sont invalides",
"Anonymous": "Anonyme"
} }
L.registerLocale("fr", locale) L.registerLocale("fr", locale)
L.setLocale("fr") L.setLocale("fr")

View file

@ -19,7 +19,6 @@
"Add a new property": "Ajouter une propriété", "Add a new property": "Ajouter une propriété",
"Add a polygon to the current multi": "Ajouter un polygon au groupe courant", "Add a polygon to the current multi": "Ajouter un polygon au groupe courant",
"Add image URL": "URL d'une image", "Add image URL": "URL d'une image",
"Add": "Ajouter",
"Advanced actions": "Actions avancées", "Advanced actions": "Actions avancées",
"Advanced properties": "Propriétés avancées", "Advanced properties": "Propriétés avancées",
"All data and settings of the map": "Toutes les données et les propriétés de la carte", "All data and settings of the map": "Toutes les données et les propriétés de la carte",
@ -120,7 +119,6 @@
"Display the locate control": "Afficher le bouton de localisation", "Display the locate control": "Afficher le bouton de localisation",
"Display the measure control": "Afficher le bouton de mesures", "Display the measure control": "Afficher le bouton de mesures",
"Display the search control": "Afficher le bouton de recherche", "Display the search control": "Afficher le bouton de recherche",
"Display the star map button": "Afficher le bouton pour mettre une carte en favori",
"Display the tile layers control": "Afficher le bouton permettant de changer le fond de carte", "Display the tile layers control": "Afficher le bouton permettant de changer le fond de carte",
"Display the zoom control": "Afficher les boutons de zoom", "Display the zoom control": "Afficher les boutons de zoom",
"Do you want to display a caption bar?": "Voulez-vous afficher une barre de légende", "Do you want to display a caption bar?": "Voulez-vous afficher une barre de légende",
@ -226,7 +224,7 @@
"Map has been attached to your account": "La carte est maintenant liée à votre compte", "Map has been attached to your account": "La carte est maintenant liée à votre compte",
"Map has been saved!": "La carte a été sauvegardée !", "Map has been saved!": "La carte a été sauvegardée !",
"Map has been starred": "La carte a été ajoutée aux favoris", "Map has been starred": "La carte a été ajoutée aux favoris",
"Map has been unstarred": "La carte a été supprimée des favoris", "Map has been unstarred": "La carte a été retirée des favoris",
"Map user content has been published under licence": "Les contenus sur la carte ont été publiés avec la licence", "Map user content has been published under licence": "Les contenus sur la carte ont été publiés avec la licence",
"Map's editors": "Éditeurs de la carte", "Map's editors": "Éditeurs de la carte",
"Map's owner": "Propriétaire de la carte", "Map's owner": "Propriétaire de la carte",
@ -516,12 +514,19 @@
"show/hide all layers": "montrer/masquer les calques", "show/hide all layers": "montrer/masquer les calques",
"zoom to data extent": "zoomer sur les données", "zoom to data extent": "zoomer sur les données",
"download visible data": "télécharger les données affichées", "download visible data": "télécharger les données affichées",
"{connectedPeers} peer(s) currently connected to this map": "{connectedPeers} personne(s) actuellement connectée(s) à cette carte",
"Import helpers": "Assistants d'import", "Import helpers": "Assistants d'import",
"Import helpers will fill the URL field for you.": "Les assistants d'import vont renseigner le champ URL pour vous.", "Import helpers will fill the URL field for you.": "Les assistants d'import vont renseigner le champ URL pour vous.",
"Wikipedia": "Wikipedia", "Wikipedia": "Wikipedia",
"Save draft": "Enregistrer le brouillon", "Save draft": "Enregistrer le brouillon",
"No data has been found for import": "Aucunes données à importer", "No data has been found for import": "Aucunes données à importer",
"Successfully imported {count} feature(s)": "{count} élément(s) ajouté(s) à la carte", "Successfully imported {count} feature(s)": "{count} élément(s) ajouté(s) à la carte",
"Disconnected": "Déconnecté" "Disconnected": "Déconnecté",
"You must be logged in": "Authentification requise",
"Created at {date}": "Créée le",
"Modified at {date}": "Modifiée le",
"on hover": "au survol",
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Impossible de charger les données du calque \"{layer}\" à partir de l'URL \"{url}\"",
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Impossible de lire les données du calque \"{layer}\" à partir de l'URL \"{url}\"",
"Import failed: invalid data": "Échec de l'import: les données sont invalides",
"Anonymous": "Anonyme"
} }

View file

@ -1,69 +1,68 @@
const locale = { const locale = {
"(area: {measure})": "(area: {measure})", "(area: {measure})": "(área: {measure})",
"(length: {measure})": "(length: {measure})", "(length: {measure})": "(lonxitude: {measure})",
"# one hash for main heading": "# un cancelo para a cabeceira principal", "# one hash for main heading": "# un cancelo para a cabeceira principal",
"## two hashes for second heading": "## dous cancelos para a cabeceira secundaria", "## two hashes for second heading": "## dous cancelos para a cabeceira secundaria",
"### three hashes for third heading": "### tres cancelos para a cabeceira terciaria", "### three hashes for third heading": "### tres cancelos para a cabeceira terciaria",
"**double star for bold**": "**dous asteriscos para pór negriña**", "**double star for bold**": "**dous asteriscos para pór letra grosa**",
"*single star for italic*": "*single star for italic*", "*single star for italic*": "*un único asterisco para pór letra itálica*",
"--- for a horizontal rule": "--- for a horizontal rule", "--- for a horizontal rule": "--- para pór unha liña horizontal",
"1 day": "1 día", "1 day": "1 día",
"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\".": "Unha listaxe separada por vírgulas que define o patrón de trazos de guión. Ex.: \"5, 10, 15\".", "A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".": "Unha listaxe separada por comas que define o patrón de trazos de guión. ex.: «5, 10, 15».",
"About": "Acerca de", "About": "Sobre",
"Action not allowed :(": "Action not allowed :(", "Action not allowed :(": "Acción non permitida :(",
"Activate slideshow mode": "Activate slideshow mode", "Activate slideshow mode": "Activar o modo diaporama",
"Add a layer": "Engadir unha capa", "Add a layer": "Engadir unha capa",
"Add a line to the current multi": "Engadir unha liña para o multi actual", "Add a line to the current multi": "Engadir unha liña para o multielemento actual",
"Add a new property": "Engadir unha nova propiedade", "Add a new property": "Engadir unha nova propiedade",
"Add a polygon to the current multi": "Enhadir un polígono para o multi actual", "Add a polygon to the current multi": "Engadir un polígono para o multielemento actual",
"Add image URL": "Add image URL", "Add image URL": "Engadir o URL da imaxe",
"Add": "Add",
"Advanced actions": "Accións avanzadas", "Advanced actions": "Accións avanzadas",
"Advanced properties": "Propiedades avanzadas", "Advanced properties": "Propiedades avanzadas",
"All data and settings of the map": "All data and settings of the map", "All data and settings of the map": "Todos os datos e axustes do mapa",
"All properties are imported.": "Tódalas propiedades son importadas.", "All properties are imported.": "Todas as propiedades son importadas.",
"Allow interactions": "Permitir interaccións", "Allow interactions": "Permitir interaccións",
"Allow scroll wheel zoom?": "Permitir o achegamento ca roda do rato?", "Allow scroll wheel zoom?": "Permitir o zoom coa roda do rato?",
"always": "sempre", "always": "sempre",
"Animated transitions": "Animated transitions", "Animated transitions": "Transicións animadas",
"Are you sure you want to cancel your changes?": "Estás na certeza de que desexas desbotar as túas mudanzas?", "Are you sure you want to cancel your changes?": "Confirmas que queres desbotar os teus cambios?",
"Are you sure you want to clone this map and all its datalayers?": "Estás na certeza de que desexas clonar este mapa e tódalas súas capas de datos?", "Are you sure you want to clone this map and all its datalayers?": "Confirmas que queres clonar este mapa e todas as súas capas de datos?",
"Are you sure you want to delete the feature?": "Estás na certeza de que desexas eliminar este elemento?", "Are you sure you want to delete the feature?": "Confirmas que queres eliminar este elemento?",
"Are you sure you want to delete this layer?": "Estás na certeza de que desexas eliminar esta capa?", "Are you sure you want to delete this layer?": "Confirmas que queres eliminar esta capa?",
"Are you sure you want to delete this map?": "Estás na certeza de que desexas eliminar este mapa?", "Are you sure you want to delete this map?": "Confirmas que queres eliminar este mapa?",
"Are you sure you want to delete this property on all the features?": "Estás na certeza de que desexas eliminar esta propiedade en tódolos elementos?", "Are you sure you want to delete this property on all the features?": "Confirmas que queres eliminar esta propiedade en todos os elementos?",
"Are you sure you want to restore this version?": "Estás na certeza de que desexas restabelecer esta versión?", "Are you sure you want to restore this version?": "Confirmas que queres restabelecer esta versión?",
"Attach the map to my account": "Adxuntar o mapa á miña conta", "Attach the map to my account": "Incorporar o mapa á miña conta",
"attribution": "atribución", "attribution": "atribución",
"Auto": "Automático", "Auto": "Automático",
"Automatic": "Automático", "Automatic": "Automático",
"Autostart when map is loaded": "Autocomezar cando o mapa estea cargado", "Autostart when map is loaded": "Iniciar automaticamente cando o mapa estea cargado",
"Back to preview": "Back to preview", "Back to preview": "Volver á vista previa",
"Background overlay url": "Background overlay url", "Background overlay url": "URL de superposición de fondo",
"Ball": "Bóla", "Ball": "Bóla",
"Bring feature to center": "Bring feature to center", "Bring feature to center": "Levar o elemento ao centro",
"Browse data": "Navegar polos datos", "Browse data": "Navegar polos datos",
"by": "por", "by": "por",
"Cache proxied request": "Solicitude de proxy da caché", "Cache proxied request": "Solicitude de proxy da memoria tobo",
"Cancel edits": "Desbotar as edicións", "Cancel edits": "Desbotar as edicións",
"Caption": "Subtítulo", "Caption": "Lenda",
"Center map on your location": "Centrar o mapa na túa ubicación", "Center map on your location": "Centrar o mapa na túa posición",
"Change map background": "Mudar o mapa do fondo", "Change map background": "Cambiar o mapa do fondo",
"Change tilelayers": "Mudar as capas de teselas", "Change tilelayers": "Cambiar as capas de teselas",
"Change": "Change", "Change": "Cambiar",
"Choose the data format": "Escoller o formato de datos", "Choose the data format": "Escoller o formato de datos",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Puntos de ruptura de coropletas",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Clases de coropletas",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Paleta de cores de coropletas",
"Choropleth mode": "Choropleth mode", "Choropleth mode": "Modo de coropletas",
"Choropleth property value": "Choropleth property value", "Choropleth property value": "Valor da propiedade da coropleta",
"Choropleth": "Choropleth", "Choropleth": "Cloropetas",
"Circle": "Círculo", "Circle": "Círculo",
"clear": "limpar", "clear": "limpar",
"Click last point to finish shape": "Preme no derradeiro punto para rematar a forma", "Click last point to finish shape": "Preme no derradeiro punto para rematar a forma",
"Click to add a marker": "Preme para engadir unha marcaxe", "Click to add a marker": "Preme para engadir un marcador",
"Click to continue drawing": "Preme para seguir debuxando", "Click to continue drawing": "Preme para seguir debuxando",
"Click to edit": "Preme para editar", "Click to edit": "Preme para editar",
"Click to start drawing a line": "Preme para comezar a debuxar unha liña", "Click to start drawing a line": "Preme para comezar a debuxar unha liña",
@ -75,102 +74,101 @@ const locale = {
"Close": "Pechar", "Close": "Pechar",
"Clustered": "Agrupados", "Clustered": "Agrupados",
"Clustering radius": "Raio de agrupamento", "Clustering radius": "Raio de agrupamento",
"collapsed": "agochado", "collapsed": "contraído",
"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 separados por comas, incluídos 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 propiedades separadas por comas a empregar para ordenar elementos. Para inverter a ordenación, pon un signo menos (-) antes. ex.: amiñaclave,-outraclave.",
"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.": "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.", "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 comas, tabulacións ou puntos e coma. SRS WGS84 está implícito. Só se importan xeometrías de puntos. A importación buscará nas cabeceiras das columnas calquera mención de «lat» e «lon» ao comezo da cabeceira, sen distinción entre maiúsculas e minúsculas. Todas as demais columnas impórtanse como propiedades.",
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Parabéns! O teu mapa foi creado!",
"Continue line": "Liña continua", "Continue line": "Liña continua",
"Coordinates": "Coordenadas", "Coordinates": "Coordenadas",
"copy": "copy", "copy": "copia",
"Credits": "Cretos", "Credits": "Recoñecementos",
"Current map view": "Current map view", "Current map view": "Vista do mapa actual",
"Current view instead of default map view?": "Vista actual en troques da vista predeterminada?", "Current view instead of default map view?": "Vista actual en troques da vista predeterminada?",
"Custom background": "Fondo persoalizado", "Custom background": "Fondo personalizado",
"Custom overlay": "Custom overlay", "Custom overlay": "Superposición personalizada",
"dash array": "matriz de guións", "dash array": "matriz de guións",
"Data is browsable": "Os datos son navegábeis", "Data is browsable": "Os datos son navegábeis",
"Datalayers": "Datalayers", "Datalayers": "Capas de datos",
"Default interaction options": "Opcións de interacción predeterminados", "Default interaction options": "Opcións de interacción predeterminadas",
"Default properties": "Propiedades predeterminadas", "Default properties": "Propiedades predeterminadas",
"Default shape properties": "Propiedades de formas predeterminados", "Default shape properties": "Propiedades de forma predeterminadas",
"Default view": "Default view", "Default view": "Vista predeterminada",
"Default zoom level": "Nivel do achegamento predeterminado", "Default zoom level": "Nivel de zoom predeterminado",
"Default": "Por defecto", "Default": "Predeterminado",
"Default: name": "Por defecto: nome", "Default: name": "Predeterminado: nome",
"Define link to open in a new window on polygon click.": "Defina unha ligazón para abrir nunha nova xanela ó premer no polígono.", "Define link to open in a new window on polygon click.": "Defina unha ligazón para abrir nunha nova xanela ao premer no polígono.",
"define": "define", "define": "definir",
"Delay between two transitions when in play mode": "Delay between two transitions when in play mode", "Delay between two transitions when in play mode": "Atraso entre dúas transicións cando está en modo de reprodución",
"Delete layer": "Eliminar capa", "Delete layer": "Eliminar capa",
"Delete this feature": "Eliminar este elemento", "Delete this feature": "Eliminar este elemento",
"Delete this shape": "Eliminar esta forma", "Delete this shape": "Eliminar esta forma",
"Delete this vertex (Alt+Click)": "Eliminar este vértice (Alt+Clic)", "Delete this vertex (Alt+Click)": "Eliminar este vértice (Alt+Premer)",
"Delete": "Eliminar", "Delete": "Eliminar",
"description": "descrición", "description": "descrición",
"Direct link": "Direct link", "Direct link": "Ligazón directa",
"Directions from here": "Direccións dende aquí", "Directions from here": "Direccións desde aquí",
"Display label": "Amosar etiqueta", "Display label": "Amosar a etiqueta",
"Display measure": "Amosar medida", "Display measure": "Amosar a medida",
"display name": "amosar o nome", "display name": "amosar o nome",
"Display on load": "Amosar ó cargar", "Display on load": "Amosar ao cargar",
"Display the control to open OpenStreetMap editor": "Amosar o control para abrir o editor do OpenStreetMap", "Display the control to open OpenStreetMap editor": "Amosar o control para abrir o editor de OpenStreetMap",
"Display the embed control": "Amosar o control de incrustado", "Display the embed control": "Amosar o control de incrustado",
"Display the fullscreen control": "Amosar o control de pantalla completa", "Display the fullscreen control": "Amosar o control de pantalla completa",
"Display the locate control": "Amosar o control de ubicación", "Display the locate control": "Amosar o control de posición",
"Display the measure control": "Amosar o control de medida", "Display the measure control": "Amosar o control de medida",
"Display the search control": "Amosar o control de procura", "Display the search control": "Amosar o control de procura",
"Display the star map button": "Display the star map button",
"Display the tile layers control": "Amosar o control de capas de teselas", "Display the tile layers control": "Amosar o control de capas de teselas",
"Display the zoom control": "Amosar o control de achegamento", "Display the zoom control": "Amosar o control do zoom",
"Do you want to display a caption bar?": "Desexas amosar a barra de subtítulos?", "Do you want to display a caption bar?": "Queres amosar unha barra de lendas?",
"Do you want to display a minimap?": "Desexas amosar un minimapa?", "Do you want to display a minimap?": "Queres amosar un minimapa?",
"Do you want to display a panel on load?": "Desexas amosar un panel ó cargar?", "Do you want to display a panel on load?": "Queres amosar un panel ao cargar?",
"Do you want to display caption menus?": "Do you want to display caption menus?", "Do you want to display caption menus?": "Queres amosar o menú de subtítulos?",
"Do you want to display popup footer?": "Desexas amosar a xanela emerxente no pé de páxina?", "Do you want to display popup footer?": "Queres amosar a xanela emerxente no rodapé?",
"Do you want to display the scale control?": "Desexas amosar o control de escala?", "Do you want to display the scale control?": "Queres amosar o control de escala?",
"Do you want to display the «more» control?": "Desexas amosar o control «máis»?", "Do you want to display the «more» control?": "Queres amosar o control «máis»?",
"Download": "Baixar", "Download": "Descargar",
"Drag to reorder": "Arrastrar para reordenar", "Drag to reorder": "Arrastrar para reordenar",
"Draw a marker": "Debuxa unha marcaxe", "Draw a marker": "Debuxar un marcador",
"Draw a polygon": "Debuxa un polígono", "Draw a polygon": "Debuxa un polígono",
"Draw a polyline": "Debuxa unha liña múltiple", "Draw a polyline": "Debuxa unha poliliña",
"Drawing": "Drawing", "Drawing": "Debuxo",
"Drop": "Marcaxe", "Drop": "Gota",
"Dynamic properties": "Propiedades dinámicas", "Dynamic properties": "Propiedades dinámicas",
"Dynamic": "Dinámico", "Dynamic": "Dinámico",
"Edit feature's layer": "Editar a capa do elemento", "Edit feature's layer": "Editar a capa do elemento",
"Edit properties in a table": "Editar propiedades nunha táboa", "Edit properties in a table": "Editar as propiedades nunha táboa",
"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",
"Embed and link options": "Embed and link options", "Embed and link options": "Opcións de incrustación e ligazón",
"Embed the map": "Incorporar o mapa", "Embed the map": "Incrustar o mapa",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emojis e personaxes",
"Empty": "Baleirar", "Empty": "Baleirar",
"Equidistant": "Equidistant", "Equidistant": "Equidistante",
"Error in the overlay URL": "Error in the overlay URL", "Error in the overlay URL": "Hai un erro no URL de superposición",
"Error in the tilelayer URL": "Erro na URL da capa de teselas", "Error in the tilelayer URL": "Hai un erro no URL da capa de teselas",
"Exit Fullscreen": "Saír da pantalla completa", "Exit Fullscreen": "Saír da pantalla completa",
"expanded": "expandido", "expanded": "expandido",
"Extract shape to separate feature": "Extraer a forma ó elemento separado", "Extract shape to separate feature": "Extraer a forma para separar o elemento",
"Feature identifier key": "Feature identifier key", "Feature identifier key": "Chave identificadora do elemento",
"Feature properties": "Feature properties", "Feature properties": "Propiedades do elemento",
"Fetch data each time map view changes.": "Obter os datos cada vez que a vista do mapa muda.", "Fetch data each time map view changes.": "Obter os datos cada vez que cambia a vista do mapa.",
"fill color": "cor de recheo", "fill color": "cor de recheo",
"fill opacity": "rechear a opacidade", "fill opacity": "reencher a opacidade",
"fill": "rechear", "fill": "reencher",
"Fit all data": "Fit all data", "Fit all data": "Axustar todos os datos",
"Format": "Formato", "Format": "Formato",
"From zoom": "Dende o achegamento", "From zoom": "Dende o zoom",
"full backup": "full backup", "full backup": "copia de seguranza completa",
"Generic": "Generic", "Generic": "Xenérico",
"GeoRSS (only link)": "GeoRSS (só ligazón)", "GeoRSS (only link)": "GeoRSS (só ligazón)",
"GeoRSS (title + image)": "GeoRSS (título + imaxe)", "GeoRSS (title + image)": "GeoRSS (título + imaxe)",
"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 á páxina de inicio",
"Go to «{feature}»": "Ir cara «{feature}»", "Go to «{feature}»": "Ir a «{feature}»",
"Heatmap intensity property": "Propiedade intensidade do mapa de calor", "Heatmap intensity property": "Propiedade da intensidade do mapa de calor",
"Heatmap radius": "Raio do mapa de calor", "Heatmap radius": "Raio do mapa de calor",
"Heatmap": "Mapa de calor", "Heatmap": "Mapa de calor",
"height": "altura", "height": "altura",
@ -178,217 +176,217 @@ const locale = {
"hidden": "agochar", "hidden": "agochar",
"Hide controls": "Agochar os controis", "Hide controls": "Agochar os controis",
"Home": "Inicio", "Home": "Inicio",
"How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Canto se simplificará a polilínea en cada nivel de achegamento (máis = mellor comportamento e aparencia máis feble, menos = máis preciso)", "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Canto se simplificará a poliliña en cada nivel de zoom (máis = mellor comportamento e aparencia máis feble, menos = máis preciso)",
"icon opacity": "icon opacity", "icon opacity": "opacidade da icona",
"Icon shape": "Forma da icona", "Icon shape": "Forma da icona",
"Icon symbol": "Símbolo da icona", "Icon symbol": "Símbolo da icona",
"If false, the polygon or line will act as a part of the underlying map.": "If false, the polygon or line will act as a part of the underlying map.", "If false, the polygon or line will act as a part of the underlying map.": "Se é falso, o polígono ou a liña actuará coma parte do mapa subxacente.",
"Iframe with custom height (in px): {{{https://iframe.url.com|height}}}": "Iframe with custom height (in px): {{{https://iframe.url.com|height}}}", "Iframe with custom height (in px): {{{https://iframe.url.com|height}}}": "Iframe con altura personalizada (en px): {{{https://iframe.url.com|height}}",
"Iframe with custom height and width (in px): {{{https://iframe.url.com|height*width}}}": "Iframe with custom height and width (in px): {{{https://iframe.url.com|height*width}}}", "Iframe with custom height and width (in px): {{{https://iframe.url.com|height*width}}}": "Iframe con altura e largura personalizadas (en px): {{{https://iframe.url.com|height*width}}",
"iframe": "iframe", "iframe": "iframe",
"Iframe: {{{https://iframe.url.com}}}": "Iframe: {{{https://iframe.url.com}}}", "Iframe: {{{https://iframe.url.com}}}": "Iframe: {{{https://iframe.url.com}}}",
"Image with custom width (in px): {{https://image.url.com|width}}": "Image with custom width (in px): {{https://image.url.com|width}}", "Image with custom width (in px): {{https://image.url.com|width}}": "Imaxe con largo personalizado (en px):",
"Image: {{https://image.url.com}}": "Image: {{https://image.url.com}}", "Image: {{https://image.url.com}}": "Image: {{https://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",
"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 todos os datos de 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",
"inherit": "herdar", "inherit": "herdar",
"Interaction options": "Opcións de interacción", "Interaction options": "Opcións de interacción",
"Invalid latitude or longitude": "Invalid latitude or longitude", "Invalid latitude or longitude": "Latitude ou lonxitude incorrecta",
"Invalid umap data in {filename}": "Dato umap non válido en {filename}", "Invalid umap data in {filename}": "Dato umap incorrecto en {filename}",
"Invalid umap data": "Dato umap non válido", "Invalid umap data": "Dato umap inorrecto",
"Jenks-Fisher": "Jenks-Fisher", "Jenks-Fisher": "Jenks-Fisher",
"K-means": "K-means", "K-means": "K-medias",
"Keep current visible layers": "Gardar capas visíbeis actuais", "Keep current visible layers": "Gardar capas visíbeis actuais",
"kilometers": "quilómetros", "kilometers": "quilómetros",
"km": "km", "km": "km",
"Label direction": "Dirección da etiqueta", "Label direction": "Dirección da etiqueta",
"Label key": "Etiqueta da clave", "Label key": "Etiqueta da clave",
"Labels are clickable": "Labels are clickable", "Labels are clickable": "Pódese premer nas etiquetas",
"Latest feature": "Latest feature", "Latest feature": "Elemento máis recente",
"Latitude": "Latitude", "Latitude": "Latitude",
"Layer properties": "Propiedades da capa", "Layer properties": "Propiedades da capa",
"Layer": "Capa", "Layer": "Capa",
"Licence": "Licenza", "Licence": "Licenza",
"licence": "licenza", "licence": "licenza",
"Limit bounds": "Limitar os límites", "Limit bounds": "Limites máximos",
"Link to view the map": "Link to view the map", "Link to view the map": "Ligazón para ver o mapa",
"Link to…": "Ligazón cara...", "Link to…": "Ligazón cara a…",
"Link with text: [[https://example.com|text of the link]]": "Link with text: [[https://example.com|text of the link]]", "Link with text: [[https://example.com|text of the link]]": "Ligazón con texto: [[https://example.com|texto da ligazón]]",
"Long credits": "Cretos longos", "Long credits": "Recoñecementos extensos",
"Longitude": "Lonxitude", "Longitude": "Lonxitude",
"Make main shape": "Facer a forma principal", "Make main shape": "Facer a forma principal",
"Manage layers": "Xestionar capas", "Manage layers": "Xestionar capas",
"Manual": "Manual", "Manual": "Manual",
"Map background credits": "Cretos do mapa de fondo", "Map background credits": "Recoñecementos do mapa de fondo",
"Map has been attached to your account": "O mapa adxuntouse á súa conta", "Map has been attached to your account": "O mapa foi incorporado á súa conta",
"Map has been saved!": "Gardouse o mapa!", "Map has been saved!": "O mapa foi gardado!",
"Map has been starred": "Map has been starred", "Map has been starred": "O mapa foi destacado con estrela",
"Map has been unstarred": "Map has been unstarred", "Map has been unstarred": "Retiróuselle ao mapa o destaque con estrela",
"Map user content has been published under licence": "O contido do mapa do usuario foi publicado baixo a licenza", "Map user content has been published under licence": "O contido do mapa do usuario foi publicado baixo a licenza",
"Map's editors": "Editores do mapa", "Map's editors": "Editores do mapa",
"Map's owner": "Dono do mapa", "Map's owner": "Propietario do mapa",
"max East": "máximo Leste", "max East": "máximo Leste",
"max North": "máximo Norte", "max North": "máximo Norte",
"max South": "máximo Sul", "max South": "máximo Sur",
"max West": "máximo Oeste", "max West": "máximo Oeste",
"max zoom": "achegamento máximo", "max zoom": "zoom máximo",
"Measure distances": "Medir distancias", "Measure distances": "Medir distancias",
"Merge lines": "Combinar liñas", "Merge lines": "Combinar liñas",
"mi": "mi", "mi": "mi",
"miles": "millas", "miles": "millas",
"min zoom": "achegamento mínimo", "min zoom": "zoom mínimo",
"More controls": "Máis controis", "More controls": "Máis controis",
"Must be a valid CSS value (eg.: DarkBlue or #123456)": "Ten que ser un valor CSS válido (por ex.: DarkBlue ou #123456)", "Must be a valid CSS value (eg.: DarkBlue or #123456)": "Ten que ser un valor CSS válido (p. ex.: DarkBlue ou #123456)",
"name": "nome", "name": "nome",
"nautical miles": "millas náuticas", "nautical miles": "millas náuticas",
"never": "nunca", "never": "nunca",
"new window": "nova xanela", "new window": "nova xanela",
"next": "seguinte", "next": "seguinte",
"NM": "NM", "NM": "M",
"No cache": "Sen caché", "No cache": "Sen memoria tobo",
"No licence has been set": "Ningunha licenza foi estabelecida", "No licence has been set": "Non foi definida ningunha licenza",
"No results": "Sen resultados", "No results": "Sen resultados",
"no": "non", "no": "non",
"No.": "No.", "No.": "Núm.",
"None": "Ningún", "None": "Ningún",
"Number of desired classes (default 5)": "Number of desired classes (default 5)", "Number of desired classes (default 5)": "Número de clases desexadas (predeterminado 5)",
"On the bottom": "Na parte de embaixo", "On the bottom": "Na parte de embaixo",
"On the left": "Á esquerda", "On the left": "Á esquerda",
"On the right": "Á dereita", "On the right": "Á dereita",
"On the top": "Na parte de enriba", "On the top": "Na parte de enriba",
"Only visible layers' data": "Only visible layers' data", "Only visible layers' data": "Só os datos das capas visíbeis",
"opacity": "opacidade", "opacity": "opacidade",
"Opacity": "Opacity", "Opacity": "Opacidade",
"Open current feature on load": "Open current feature on load", "Open current feature on load": "Abrir o elemento actual na carga",
"Open link in…": "Abrir ligazón en...", "Open link in…": "Abrir a ligazón en…",
"Open share & download panel": "Open share & download panel", "Open share & download panel": "Abrir o panel de compartición e descarga",
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Abre a extensión deste mapa nun editor de mapas para fornecer datos máis precisos ó OpenStreetMap", "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Abrir esta extensión do mapa nun editor de mapas para fornecer datos máis precisos a OpenStreetMap",
"OpenStreetMap": "OpenStreetMap", "OpenStreetMap": "OpenStreetMap",
"Optional intensity property for heatmap": "Propiedade de intensidade opcional para o mapa de calor", "Optional intensity property for heatmap": "Propiedade de intensidade opcional para o mapa de calor",
"Optional. Same as color if not set.": "Opcional. A mesma cor se non se estabelece.", "Optional. Same as color if not set.": "Opcional. A mesma cor se non se define.",
"Optional.": "Opcional.", "Optional.": "Opcional.",
"Override clustering radius (default 80)": "Sobrescribir o raio de agrupamento (predeterminado 80)", "Override clustering radius (default 80)": "Sobrescribir o raio de agrupamento (predeterminado 80)",
"Override heatmap radius (default 25)": "Sobreescribir o raio do mapa de calor (predeterminado 25)", "Override heatmap radius (default 25)": "Sobreescribir o raio do mapa de calor (predeterminado 25)",
"parent window": "xanela pai ou principal", "parent window": "xanela principal",
"Paste your data here": "Pega os teus datos aquí", "Paste your data here": "Pega os teus datos aquí",
"Permalink": "Permalink", "Permalink": "Ligazón permanente",
"Permanent credits background": "Permanent credits background", "Permanent credits background": "Fondo dos recoñecementos permanentes",
"Permanent credits": "Permanent credits", "Permanent credits": "Recoñecementos permanentes",
"Please be sure the licence is compliant with your use.": "Coide de que a licenza sexa compatíbel co emprego que lle vai a dár.", "Please be sure the licence is compliant with your use.": "Asegúrate de que a licenza sexa compatíbel co uso que lle vas dar.",
"Please choose a format": "Escolle un formato", "Please choose a format": "Escolle un formato",
"Please enter the name of the property": "Insira o nome da propiedade", "Please enter the name of the property": "Introduce o nome da propiedade",
"Please enter the new name of this property": "Insira o novo nome desta propiedade", "Please enter the new name of this property": "Introduce o novo nome desta propiedade",
"Please save the map first": "Por favor garda o mapa primeiro", "Please save the map first": "Garda o mapa primeiro",
"Popup (large)": "Xanela emerxente (grande)", "Popup (large)": "Xanela emerxente (grande)",
"Popup content style": "Estilo do contido da xanela emerxente", "Popup content style": "Estilo do contido da xanela emerxente",
"Popup content template": "Padrón do contido da xanela emerxente", "Popup content template": "Modelo do contido da xanela emerxente",
"Popup shape": "Forma da xanela emerxente", "Popup shape": "Forma da xanela emerxente",
"Popup": "Xanela emerxente", "Popup": "Xanela emerxente",
"Powered by uMap": "Powered by uMap", "Powered by uMap": " Desanvolvido por uMap",
"previous": "anterior", "previous": "anterior",
"Problem in the response": "Problem in the response", "Problem in the response": "Produciuse un problema na resposta",
"Properties imported:": "Propiedades importadas:", "Properties imported:": "Propiedades importadas:",
"Provide an URL here": "Forneza unha URL aquí", "Provide an URL here": "Fornece un URL aquí",
"Proxy request": "Petición a proxy", "Proxy request": "Petición ao proxy",
"Quantiles": "Quantiles", "Quantiles": "Cuantiles",
"Recent": "Recent", "Recent": "Recente",
"Remote data": "Datos remotos", "Remote data": "Datos remotos",
"Remove shape from the multi": "Eliminar a forma do 'multi'", "Remove shape from the multi": "Eliminar a forma do multielemento",
"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 current edits": "Gardar as edicións actuais", "Save current edits": "Gardar as edicións actuais",
"Save map": "Save map", "Save map": "Gardar o mapa",
"Save this center and zoom": "Gardar este centrado e achegamento", "Save this center and zoom": "Gardar este centrado e nivel de zoom",
"Save this location as new feature": "Gardar esta ubicación coma novo elemento", "Save this location as new feature": "Gardar esta posición coma novo elemento",
"Save": "Gardar", "Save": "Gardar",
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Gardar o centrado e nivel de zoom",
"Search location": "Procurar localización", "Search location": "Buscar posición",
"Search": "Search", "Search": "Buscar",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Ligazón de edición secreta:",
"See full screen": "Ollar pantalla completa", "See full screen": "Ver a pantalla completa",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "Ver en OpenStreetMap",
"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…": "Defíneo como falso para agochar esta capa do diaporama (slideshow), do navegador de datos e da navegación da xanela emerxente…",
"settings": "settings", "settings": "axustes",
"Shape properties": "Propiedades da forma", "Shape properties": "Propiedades da forma",
"Share and download": "Share and download", "Share and download": "Compartición e descarga",
"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": "Comparte esta ligazón para abrir unha vista de mapa personalizada",
"Short credits": "Cretos curtos", "Short credits": "Recoñecementos breves",
"Short link": "Short link", "Short link": "Ligazón curta",
"Show this layer in the caption": "Show this layer in the caption", "Show this layer in the caption": "Amosar esta capa na lenda",
"Show/hide layer": "Amosar/agochar capa", "Show/hide layer": "Amosar/agochar capa",
"Side panel": "Lapela lateral", "Side panel": "Panel lateral",
"Simple link: [[https://example.com]]": "Simple link: [[https://example.com]]", "Simple link: [[https://example.com]]": "Ligazón sinxela: [[http://example.com]]",
"Simplify": "Simplificar", "Simplify": "Simplificar",
"Skipping unknown geometry.type: {type}": "Brincando tipo descoñecido geometry.type: {type}", "Skipping unknown geometry.type: {type}": "Omitindo o «geometry.type» descoñecido: {type}",
"Slideshow": "Presentación", "Slideshow": "Diaporama",
"Sort key": "Orde da clave", "Sort key": "Clave de ordenación",
"Split line": "Liña de división", "Split line": "Liña de división",
"Star this map": "Star this map", "Star this map": "Destacar este mapa con estrela",
"Start a hole here": "Comezar un burato aquí", "Start a hole here": "Comezar un buraco aquí",
"Start slideshow": "Comezar presentación", "Start slideshow": "Comezar o diaporama",
"Stop editing": "Deter a edición", "Stop editing": "Deixar de editar",
"Stop slideshow": "Deter a presentación", "Stop slideshow": "Deter o diaporama",
"Street": "Street", "Street": "Rúa",
"stroke": "trazo", "stroke": "trazo",
"Supported scheme": "Esquema suportado", "Supported scheme": "Esquema admitido",
"Supported variables that will be dynamically replaced": "Variábeis suportadas que serán substituídas de xeito dinámico", "Supported variables that will be dynamically replaced": "Variábeis admitidas que serán substituídas de xeito dinámico",
"Symbol": "Symbol", "Symbol": "Símbolo",
"Table": "Táboa", "Table": "Táboa",
"Text color for the cluster label": "Cor do texto para a etiqueta clúster", "Text color for the cluster label": "Cor do texto para a etiqueta do agrupamento",
"Text formatting": "Formato do texto", "Text formatting": "Formato 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 propiedade que vai ser empregado como etiqueta do elemento (p. ex.: «nom»). Tamén podes usar propiedades entre corchetes para usar máis dunha ou mesturar con contido estático (p. ex.: «&lcub;name&rcub; en &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 propiedade que se 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 nivel de zoom e o centrado foron modificados.",
"TMS format": "formato TMS", "TMS format": "formato TMS",
"To use if remote server doesn't allow cross domain (slower)": "Para empregar se o servidor remoto non permite dominios cruzados (máis amodo)", "To use if remote server doesn't allow cross domain (slower)": "Para empregar se o servidor remoto non permite dominios cruzados (máis lento)",
"To zoom": "Para o achegamento", "To zoom": "Para o zoom",
"Toggle edit mode (⇧+Click)": "Toggle edit mode (⇧+Click)", "Toggle edit mode (⇧+Click)": "Alternar o modo de edición (⇧+Premer)",
"Toggle edit mode": "Toggle edit mode", "Toggle edit mode": "Alternar o modo de edición",
"Transfer shape to edited feature": "Transferir a forma ó elemento editada", "Transfer shape to edited feature": "Transferir a forma ao elemento editado",
"Transform to lines": "Transformar a liñas", "Transform to lines": "Transformar a liñas",
"Transform to polygon": "Transformar a polígono", "Transform to polygon": "Transformar a polígono",
"Type a place name or coordinates": "Type a place name or coordinates", "Type a place name or coordinates": "Escribe un nome de lugar ou coordenadas",
"Type char or paste emoji": "Type char or paste emoji", "Type char or paste emoji": "Escribe un carácter ou pega un emoji",
"Type of layer": "Tipo de capa", "Type of layer": "Tipo de capa",
"Unable to detect format of file {filename}": "Non se pode detectar o formato de ficheiro {filename}", "Unable to detect format of file {filename}": "Non é posíbel detectar o formato de ficheiro {filename}",
"Untitled layer": "Capa sen título", "Untitled layer": "Capa sen título",
"Untitled map": "Mapa sen título", "Untitled map": "Mapa sen título",
"Update permissions and editors": "Actualizar permisos e editores", "Update permissions and editors": "Actualizar permisos e editores",
"Update permissions": "Actualizar permisos", "Update permissions": "Actualizar permisos",
"Update who can see and edit the map": "Update who can see and edit the map", "Update who can see and edit the map": "Actualiza quen pode ver e editar o mapa",
"Url": "Url", "Url": "Url",
"URL": "URL", "URL": "URL",
"Use current bounds": "Empregar os límites actuais", "Use current bounds": "Empregar os límites actuais",
"Use placeholders with feature properties between brackets, eg. &#123;name&#125;, they will be dynamically replaced by the corresponding values.": "Empregar marcaxes de posición con propiedades do elemento entre paréntesis, exemplo &#123;name&#125;, serán substituídos de xeito dinámico polos valores correspondentes.", "Use placeholders with feature properties between brackets, eg. &#123;name&#125;, they will be dynamically replaced by the corresponding values.": "Empregar marcadores de substitución con propiedades do elemento entre parénteses, exemplo &#123;name&#125;, serán substituídos de xeito dinámico polos valores correspondentes.",
"User content credits": "Cretos do contido do usuario", "User content credits": "Recoñecementos do contido do usuario",
"User interface options": "Opcións da interface de usuario", "User interface options": "Opcións da interface de usuario",
"User location": "User location", "User location": "Posición do usuario",
"Verify remote URL": "Verify remote URL", "Verify remote URL": "Verifica o URL remoto",
"Versions": "Versións", "Versions": "Versións",
"View Fullscreen": "Ollar en pantalla completa", "View Fullscreen": "Ver en pantalla completa",
"View": "View", "View": "Ver",
"Visibility: {status}": "Visibility: {status}", "Visibility: {status}": "Visibilidade: {status}",
"weight": "peso", "weight": "largo",
"Where do we go from here?": "Onde vamos a partir daquí?", "Where do we go from here?": "Cara onde imos?",
"Whether to display or not polygons paths.": "Se desexas amosar ou non as rutas dos polígonos.", "Whether to display or not polygons paths.": "Se queres amosar ou non as rutas dos polígonos.",
"Whether to fill polygons with color.": "Se desexas rechear os polígonos con cor.", "Whether to fill polygons with color.": "Se queres rechear os polígonos con cor.",
"Who can edit \"{layer}\"": "Who can edit \"{layer}\"", "Who can edit \"{layer}\"": "Quen pode editar «{layer}»",
"Who can edit": "Quen pode editar", "Who can edit": "Quen pode editar",
"Who can view": "Quen pode ollar", "Who can view": "Quen pode ver",
"width": "ancho", "width": "largo",
"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 no canto inferior esquerdo 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": "Será visíbel permanentemente no canto inferior esquerdo do mapa",
"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 na lenda do mapa",
"yes": "si", "yes": "si",
"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 zoom para achegamentos automáticos",
"Zoom out": "Afastar", "Zoom out": "Afastar",
"Zoom to layer extent": "Achegar ó nivel da capa", "Zoom to layer extent": "Zoom ata que se vexan os datos da capa",
"Zoom to the next": "Achegar ó seguinte", "Zoom to the next": "Achegar ata o seguinte",
"Zoom to the previous": "Achegar ó anterior", "Zoom to the previous": "Achegar ata o anterior",
"Zoom to this feature": "Achegar a este elemento", "Zoom to this feature": "Achegar a este elemento",
"Zoom to this place": "Achegar a este lugar", "Zoom to this place": "Achegar a este lugar",
"{area}&#8239;acres": "{area} acres", "{area}&#8239;acres": "{area} acres",
@ -400,127 +398,137 @@ 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} millas",
"{distance}&#8239;NM": "{distance} NM", "{distance}&#8239;NM": "{distance} M",
"{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 lenda do mapa",
"Map advanced properties": "Map advanced properties", "Map advanced properties": "Propiedades avanzadas do mapa",
"Edit map details": "Edit map details", "Edit map details": "Editar os detalles do mapa",
"Back to browser": "Back to browser", "Back to browser": "Volver ao navegador",
"Toggle size": "Toggle size", "Toggle size": "Alternar o tamaño",
"Display the caption control": "Display the caption control", "Display the caption control": "Amosar o control de lendas",
"<empty value>": "<empty value>", "<empty value>": "<valor valeiro>",
"Min": "Min", "Min": "Mín.",
"Max": "Max", "Max": "Máx.",
"From": "From", "From": "Desde",
"Until": "Until", "Until": "Ata",
"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: clave1,clave2|Etiqueta 2,clave3|Etiqueta 3|caixa de verificación",
"Edit in OpenStreetMap": "Edit in OpenStreetMap", "Edit in OpenStreetMap": "Editar en OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns.", "Cannot determine latitude and longitude columns.": "Non é posíbel determinar as columnas de latitude e lonxitude.",
"Back to layers": "Back to layers", "Back to layers": "Volver ás capas",
"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 propiedades separadas por comas a empregar ao filtrar funcións pola entrada 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 de propiedades separadas por comas a empregar para os filtros (p. ex.: amiñaclave,outraclave). Para controlar a etiqueta, engádaa após unha | (p. ex.: amiñaclave|AmiñaClave,outraclave|Outra chave). Para controlar o tipo de campo de entrada, engádeo após outra | (p. ex.: amiñaclave|AmiñaClave|caixadeverificación,otraclave|Outra clave|datahora). Os valores permitidos para o tipo de campo de entrada son caixa de verificación (predeterminado), botón de opción, número, data e datahora.",
"Search keys": "Search keys", "Search keys": "Claves de busca",
"Filters keys": "Filters keys", "Filters keys": "Claves de filtrado",
"Filter data": "Filter data", "Filter data": "Filtrar datos",
"Search map features…": "Search map features…", "Search map features…": " Buscar elementos do mapa…",
"Reset all": "Reset all", "Reset all": "Restabelecer todo",
"Open browser": "Open browser", "Open browser": "Abrir o navegador",
"Open caption": "Open caption", "Open caption": "Abrir as lendas",
"Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", "Your map has been created with an anonymous account!": "O teu mapa creouse cunha conta anónima.",
"Real-time collaboration": "Real-time collaboration", "Real-time collaboration": "Colaboración en tempo real",
"Cannot parse data": "Cannot parse data", "Cannot parse data": "Non é posíbel analizar os datos",
"Start typing...": "Start typing...", "Start typing...": "Comeza a escribir…",
"No result": "No result", "No result": "Sen resultados",
"Data browser": "Data browser", "Data browser": "Navegador de datos",
"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.", "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.": "Ao fornecer un URL, uMap pode copiar os datos remotos nunha capa ou engadir este URL como fonte remota da capa. Nese caso, os datos sempre se obterán dese URL e, polo tanto, estarán actualizados, mais non será posíbel editalos dentro de uMap.",
"Overpass supported expressions": "Overpass supported expressions", "Overpass supported expressions": " Expresións compatíbeis con Overpass",
"key (eg. building)": "key (eg. building)", "key (eg. building)": "clave (ex. building)",
"!key (eg. !name)": "!key (eg. !name)", "!key (eg. !name)": "!clave (ex. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)", "key=value (eg. building=yes)": "clave=valor (ex. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", "key!=value (eg. building!=yes)": "clave!=valor (ex. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", "key~value (eg. name~Grisy)": "clave~valor (ex. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "clave=\"valor|valor2\" (ex. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax", "More info about Overpass syntax": "Máis información sobre a sintaxe Overpass",
"For more complex needs, see": "For more complex needs, see", "For more complex needs, see": "Para necesidades máis complexas, consultao",
"Choose data": "Choose data", "Choose data": "Escoller os datos",
"Choose the format": "Choose the format", "Choose the format": "Escoller o formato",
"Choose the layer": "Choose the layer", "Choose the layer": "Escoller a capa",
"Layer name": "Layer name", "Layer name": "Nome da capa",
"Choose import mode": "Choose import mode", "Choose import mode": "Escoller o modo de importación",
"Copy into the layer": "Copy into the layer", "Copy into the layer": "Copiar na capa",
"Link to the layer as remote data": "Link to the layer as remote data", "Link to the layer as remote data": "Ligazón á capa como datos remotos",
"Condition": "Condition", "Condition": "Condición",
"key=value or key!=value": "key=value or key!=value", "key=value or key!=value": "clave=valor ou clave!=valor",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", "Are you sure you want to delete this rule?": "Confirmas que queres eliminar esta regra?",
"empty rule": "empty rule", "empty rule": "regra baleira",
"Conditional style rules": "Conditional style rules", "Conditional style rules": "Regras de estilo condicional",
"Add rule": "Add rule", "Add rule": "Engadir regra",
"Browser: data": "Browser: data", "Browser: data": "Navegador: datos",
"Browser: layers": "Browser: layers", "Browser: layers": "Navegador: capas",
"Browser: filters": "Browser: filters", "Browser: filters": "Navegador: filtros",
"Enable real-time collaboration": "Enable real-time collaboration", "Enable real-time collaboration": "Activa a colaboración en tempo real",
"✅ Copied!": "✅ Copied!", "✅ Copied!": "✅ Copiado!",
"Choose a dataset": "Choose a dataset", "Choose a dataset": "Escoller un conxunto de datos",
"Choose this dataset": "Choose this dataset", "Choose this dataset": "Escoller este conxunto de datos",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: datos temáticos de OpenStreetMap",
"Choose a theme": "Choose a theme", "Choose a theme": "Escoller un tema",
"Symplify all geometries to points": "Symplify all geometries to points", "Symplify all geometries to points": "Simplificar todas as xeometrías a puntos",
"Choose this data": "Choose this data", "Choose this data": "Escoller estes datos",
"Search admin boundary": "Search admin boundary", "Search admin boundary": "Buscar un límite administrativo",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", "Please choose a theme and a boundary first.": "Escolle primeiro un tema e un límite.",
"Expression": "Expression", "Expression": "Expresión",
"Geometry mode": "Geometry mode", "Geometry mode": "Modo xeometría",
"Only geometry centers": "Only geometry centers", "Only geometry centers": "Só centros xeométricos",
"Search area": "Search area", "Search area": "Área de busca",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", "Type area name, or let empty to load data in current map view": "Escribe o nome da área ou déixao baleiro para cargar datos na vista de mapa actual",
"Data successfully imported!": "Data successfully imported!", "Data successfully imported!": "Os datos foron importados correctamente!",
"Clear data": "Clear data", "Clear data": "Limpar os datos",
"Remove layers": "Remove layers", "Remove layers": "Retirar as capas",
"Categorized": "Categorized", "Categorized": "Categorizado",
"Alphabetical": "Alphabetical", "Alphabetical": "Alfabético",
"Category property": "Category property", "Category property": "Propiedade de categoría",
"Color palette": "Color palette", "Color palette": "Paleta de cores",
"Categories": "Categories", "Categories": "Categorias",
"Comma separated list of categories.": "Comma separated list of categories.", "Comma separated list of categories.": "Lista de categorías separadas por comas.",
"Categories mode": "Categories mode", "Categories mode": "Modo de categorías",
"Remove filter for this column": "Remove filter for this column", "Remove filter for this column": "Retirar o filtro para esta columna",
"Add filter for this column": "Add filter for this column", "Add filter for this column": "Engadir filtro para esta columna",
"Rename this column": "Rename this column", "Rename this column": "Cambiar o nome desta columna",
"Delete this column": "Delete this column", "Delete this column": "Eliminar esta columna",
"Name “{name}” should not contain a dot.": "Name “{name}” should not contain a dot.", "Name “{name}” should not contain a dot.": "O nome «{name}» non debe conter un punto.",
"This name already exists: “{name}”": "This name already exists: “{name}”", "This name already exists: “{name}”": "O nome «{name}» xa existe",
"Delete selected rows": "Delete selected rows", "Delete selected rows": "Eliminar as filas seleccionadas",
"Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?", "Found {count} rows. Are you sure you want to delete all?": "Atopáronse {count} filas. Confirmas que queres eliminalo todo?",
"Expression is empty": "Expression is empty", "Expression is empty": "A expresión está baleira",
"OK": "OK", "OK": "Aceptar",
"Cancel": "Cancel", "Cancel": "Cancelar",
"Attach map to a team": "Attach map to a team", "Attach map to a team": "Incorporar o mapa ao equipo",
"Display the polygon inverted": "Display the polygon inverted", "Display the polygon inverted": "Amosar o polígono invertido",
"Proportional circles": "Proportional circles", "Proportional circles": "Círculos proporcionais",
"Property name to compute circles": "Property name to compute circles", "Property name to compute circles": "Nome da propiedade para calcular círculos",
"Min circle radius": "Min circle radius", "Min circle radius": "Raio mínimo do círculo",
"Max circle radius": "Max circle radius", "Max circle radius": "Raio máximo do círculo",
"Display the open browser control": "Display the open browser control", "Display the open browser control": "Mostra o control para abrir o navegador",
"Copy as GeoJSON": "Copy as GeoJSON", "Copy as GeoJSON": "Copiar como GeoJSON",
"Please zoom in to edit the geometry": "Please zoom in to edit the geometry", "Please zoom in to edit the geometry": "Achegar co zoom para editar a xeometría",
"New map": "New map", "New map": "Mapa novo",
"My maps": "My maps", "My maps": "Os meus mapas",
"My teams": "My teams", "My teams": "Os meus equipos",
"My profile": "My profile", "My profile": "O meu perfil",
"Type new owner's username": "Type new owner's username", "Type new owner's username": "Escribe o nome de usuario do novo propietario",
"Type editor's username": "Type editor's username", "Type editor's username": "Escribe o nome de usuario do editor",
"Map": "Map", "Map": "Mapa",
"Manage collaborators": "Manage collaborators", "Manage collaborators": "Xestionar os colaboradores",
"show/hide all layers": "show/hide all layers", "show/hide all layers": "amosar/agochar todas as capas",
"zoom to data extent": "zoom to data extent", "zoom to data extent": "Achegar co zoom para a extensión dos datos",
"download visible data": "download visible data", "download visible data": "descargar os datos visíbeis",
"{connectedPeers} peer(s) currently connected to this map": "{connectedPeers} peer(s) currently connected to this map", "Import helpers": "Asistentes de importación",
"Import helpers": "Import helpers", "Import helpers will fill the URL field for you.": "Os asistentes de importación encherán o campo URL por Vde.",
"Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
"Wikipedia": "Wikipedia", "Wikipedia": "Wikipedia",
"Save draft": "Save draft" "Save draft": "Gardar o borrador",
"No data has been found for import": "Non se atoparon datos para importar",
"Successfully imported {count} feature(s)": "Importado(s) satisfactoriamente {count} elemento(s)",
"Disconnected": "Desconectado",
"You must be logged in": "You must be logged in",
"Created at {date}": "Created at {date}",
"Modified at {date}": "Modified at {date}",
"on hover": "on hover",
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
"Import failed: invalid data": "Import failed: invalid data",
"Anonymous": "Anonymous"
} }
L.registerLocale("gl", locale) L.registerLocale("gl", locale)
L.setLocale("gl") L.setLocale("gl")

View file

@ -1,69 +1,68 @@
{ {
"(area: {measure})": "(area: {measure})", "(area: {measure})": "(área: {measure})",
"(length: {measure})": "(length: {measure})", "(length: {measure})": "(lonxitude: {measure})",
"# one hash for main heading": "# un cancelo para a cabeceira principal", "# one hash for main heading": "# un cancelo para a cabeceira principal",
"## two hashes for second heading": "## dous cancelos para a cabeceira secundaria", "## two hashes for second heading": "## dous cancelos para a cabeceira secundaria",
"### three hashes for third heading": "### tres cancelos para a cabeceira terciaria", "### three hashes for third heading": "### tres cancelos para a cabeceira terciaria",
"**double star for bold**": "**dous asteriscos para pór negriña**", "**double star for bold**": "**dous asteriscos para pór letra grosa**",
"*single star for italic*": "*single star for italic*", "*single star for italic*": "*un único asterisco para pór letra itálica*",
"--- for a horizontal rule": "--- for a horizontal rule", "--- for a horizontal rule": "--- para pór unha liña horizontal",
"1 day": "1 día", "1 day": "1 día",
"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\".": "Unha listaxe separada por vírgulas que define o patrón de trazos de guión. Ex.: \"5, 10, 15\".", "A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".": "Unha listaxe separada por comas que define o patrón de trazos de guión. ex.: «5, 10, 15».",
"About": "Acerca de", "About": "Sobre",
"Action not allowed :(": "Action not allowed :(", "Action not allowed :(": "Acción non permitida :(",
"Activate slideshow mode": "Activate slideshow mode", "Activate slideshow mode": "Activar o modo diaporama",
"Add a layer": "Engadir unha capa", "Add a layer": "Engadir unha capa",
"Add a line to the current multi": "Engadir unha liña para o multi actual", "Add a line to the current multi": "Engadir unha liña para o multielemento actual",
"Add a new property": "Engadir unha nova propiedade", "Add a new property": "Engadir unha nova propiedade",
"Add a polygon to the current multi": "Enhadir un polígono para o multi actual", "Add a polygon to the current multi": "Engadir un polígono para o multielemento actual",
"Add image URL": "Add image URL", "Add image URL": "Engadir o URL da imaxe",
"Add": "Add",
"Advanced actions": "Accións avanzadas", "Advanced actions": "Accións avanzadas",
"Advanced properties": "Propiedades avanzadas", "Advanced properties": "Propiedades avanzadas",
"All data and settings of the map": "All data and settings of the map", "All data and settings of the map": "Todos os datos e axustes do mapa",
"All properties are imported.": "Tódalas propiedades son importadas.", "All properties are imported.": "Todas as propiedades son importadas.",
"Allow interactions": "Permitir interaccións", "Allow interactions": "Permitir interaccións",
"Allow scroll wheel zoom?": "Permitir o achegamento ca roda do rato?", "Allow scroll wheel zoom?": "Permitir o zoom coa roda do rato?",
"always": "sempre", "always": "sempre",
"Animated transitions": "Animated transitions", "Animated transitions": "Transicións animadas",
"Are you sure you want to cancel your changes?": "Estás na certeza de que desexas desbotar as túas mudanzas?", "Are you sure you want to cancel your changes?": "Confirmas que queres desbotar os teus cambios?",
"Are you sure you want to clone this map and all its datalayers?": "Estás na certeza de que desexas clonar este mapa e tódalas súas capas de datos?", "Are you sure you want to clone this map and all its datalayers?": "Confirmas que queres clonar este mapa e todas as súas capas de datos?",
"Are you sure you want to delete the feature?": "Estás na certeza de que desexas eliminar este elemento?", "Are you sure you want to delete the feature?": "Confirmas que queres eliminar este elemento?",
"Are you sure you want to delete this layer?": "Estás na certeza de que desexas eliminar esta capa?", "Are you sure you want to delete this layer?": "Confirmas que queres eliminar esta capa?",
"Are you sure you want to delete this map?": "Estás na certeza de que desexas eliminar este mapa?", "Are you sure you want to delete this map?": "Confirmas que queres eliminar este mapa?",
"Are you sure you want to delete this property on all the features?": "Estás na certeza de que desexas eliminar esta propiedade en tódolos elementos?", "Are you sure you want to delete this property on all the features?": "Confirmas que queres eliminar esta propiedade en todos os elementos?",
"Are you sure you want to restore this version?": "Estás na certeza de que desexas restabelecer esta versión?", "Are you sure you want to restore this version?": "Confirmas que queres restabelecer esta versión?",
"Attach the map to my account": "Adxuntar o mapa á miña conta", "Attach the map to my account": "Incorporar o mapa á miña conta",
"attribution": "atribución", "attribution": "atribución",
"Auto": "Automático", "Auto": "Automático",
"Automatic": "Automático", "Automatic": "Automático",
"Autostart when map is loaded": "Autocomezar cando o mapa estea cargado", "Autostart when map is loaded": "Iniciar automaticamente cando o mapa estea cargado",
"Back to preview": "Back to preview", "Back to preview": "Volver á vista previa",
"Background overlay url": "Background overlay url", "Background overlay url": "URL de superposición de fondo",
"Ball": "Bóla", "Ball": "Bóla",
"Bring feature to center": "Bring feature to center", "Bring feature to center": "Levar o elemento ao centro",
"Browse data": "Navegar polos datos", "Browse data": "Navegar polos datos",
"by": "por", "by": "por",
"Cache proxied request": "Solicitude de proxy da caché", "Cache proxied request": "Solicitude de proxy da memoria tobo",
"Cancel edits": "Desbotar as edicións", "Cancel edits": "Desbotar as edicións",
"Caption": "Subtítulo", "Caption": "Lenda",
"Center map on your location": "Centrar o mapa na túa ubicación", "Center map on your location": "Centrar o mapa na túa posición",
"Change map background": "Mudar o mapa do fondo", "Change map background": "Cambiar o mapa do fondo",
"Change tilelayers": "Mudar as capas de teselas", "Change tilelayers": "Cambiar as capas de teselas",
"Change": "Change", "Change": "Cambiar",
"Choose the data format": "Escoller o formato de datos", "Choose the data format": "Escoller o formato de datos",
"Choropleth breakpoints": "Choropleth breakpoints", "Choropleth breakpoints": "Puntos de ruptura de coropletas",
"Choropleth classes": "Choropleth classes", "Choropleth classes": "Clases de coropletas",
"Choropleth color palette": "Choropleth color palette", "Choropleth color palette": "Paleta de cores de coropletas",
"Choropleth mode": "Choropleth mode", "Choropleth mode": "Modo de coropletas",
"Choropleth property value": "Choropleth property value", "Choropleth property value": "Valor da propiedade da coropleta",
"Choropleth": "Choropleth", "Choropleth": "Cloropetas",
"Circle": "Círculo", "Circle": "Círculo",
"clear": "limpar", "clear": "limpar",
"Click last point to finish shape": "Preme no derradeiro punto para rematar a forma", "Click last point to finish shape": "Preme no derradeiro punto para rematar a forma",
"Click to add a marker": "Preme para engadir unha marcaxe", "Click to add a marker": "Preme para engadir un marcador",
"Click to continue drawing": "Preme para seguir debuxando", "Click to continue drawing": "Preme para seguir debuxando",
"Click to edit": "Preme para editar", "Click to edit": "Preme para editar",
"Click to start drawing a line": "Preme para comezar a debuxar unha liña", "Click to start drawing a line": "Preme para comezar a debuxar unha liña",
@ -75,102 +74,101 @@
"Close": "Pechar", "Close": "Pechar",
"Clustered": "Agrupados", "Clustered": "Agrupados",
"Clustering radius": "Raio de agrupamento", "Clustering radius": "Raio de agrupamento",
"collapsed": "agochado", "collapsed": "contraído",
"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 separados por comas, incluídos 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 propiedades separadas por comas a empregar para ordenar elementos. Para inverter a ordenación, pon un signo menos (-) antes. ex.: amiñaclave,-outraclave.",
"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.": "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.", "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 comas, tabulacións ou puntos e coma. SRS WGS84 está implícito. Só se importan xeometrías de puntos. A importación buscará nas cabeceiras das columnas calquera mención de «lat» e «lon» ao comezo da cabeceira, sen distinción entre maiúsculas e minúsculas. Todas as demais columnas impórtanse como propiedades.",
"Congratulations, your map has been created!": "Congratulations, your map has been created!", "Congratulations, your map has been created!": "Parabéns! O teu mapa foi creado!",
"Continue line": "Liña continua", "Continue line": "Liña continua",
"Coordinates": "Coordenadas", "Coordinates": "Coordenadas",
"copy": "copy", "copy": "copia",
"Credits": "Cretos", "Credits": "Recoñecementos",
"Current map view": "Current map view", "Current map view": "Vista do mapa actual",
"Current view instead of default map view?": "Vista actual en troques da vista predeterminada?", "Current view instead of default map view?": "Vista actual en troques da vista predeterminada?",
"Custom background": "Fondo persoalizado", "Custom background": "Fondo personalizado",
"Custom overlay": "Custom overlay", "Custom overlay": "Superposición personalizada",
"dash array": "matriz de guións", "dash array": "matriz de guións",
"Data is browsable": "Os datos son navegábeis", "Data is browsable": "Os datos son navegábeis",
"Datalayers": "Datalayers", "Datalayers": "Capas de datos",
"Default interaction options": "Opcións de interacción predeterminados", "Default interaction options": "Opcións de interacción predeterminadas",
"Default properties": "Propiedades predeterminadas", "Default properties": "Propiedades predeterminadas",
"Default shape properties": "Propiedades de formas predeterminados", "Default shape properties": "Propiedades de forma predeterminadas",
"Default view": "Default view", "Default view": "Vista predeterminada",
"Default zoom level": "Nivel do achegamento predeterminado", "Default zoom level": "Nivel de zoom predeterminado",
"Default": "Por defecto", "Default": "Predeterminado",
"Default: name": "Por defecto: nome", "Default: name": "Predeterminado: nome",
"Define link to open in a new window on polygon click.": "Defina unha ligazón para abrir nunha nova xanela ó premer no polígono.", "Define link to open in a new window on polygon click.": "Defina unha ligazón para abrir nunha nova xanela ao premer no polígono.",
"define": "define", "define": "definir",
"Delay between two transitions when in play mode": "Delay between two transitions when in play mode", "Delay between two transitions when in play mode": "Atraso entre dúas transicións cando está en modo de reprodución",
"Delete layer": "Eliminar capa", "Delete layer": "Eliminar capa",
"Delete this feature": "Eliminar este elemento", "Delete this feature": "Eliminar este elemento",
"Delete this shape": "Eliminar esta forma", "Delete this shape": "Eliminar esta forma",
"Delete this vertex (Alt+Click)": "Eliminar este vértice (Alt+Clic)", "Delete this vertex (Alt+Click)": "Eliminar este vértice (Alt+Premer)",
"Delete": "Eliminar", "Delete": "Eliminar",
"description": "descrición", "description": "descrición",
"Direct link": "Direct link", "Direct link": "Ligazón directa",
"Directions from here": "Direccións dende aquí", "Directions from here": "Direccións desde aquí",
"Display label": "Amosar etiqueta", "Display label": "Amosar a etiqueta",
"Display measure": "Amosar medida", "Display measure": "Amosar a medida",
"display name": "amosar o nome", "display name": "amosar o nome",
"Display on load": "Amosar ó cargar", "Display on load": "Amosar ao cargar",
"Display the control to open OpenStreetMap editor": "Amosar o control para abrir o editor do OpenStreetMap", "Display the control to open OpenStreetMap editor": "Amosar o control para abrir o editor de OpenStreetMap",
"Display the embed control": "Amosar o control de incrustado", "Display the embed control": "Amosar o control de incrustado",
"Display the fullscreen control": "Amosar o control de pantalla completa", "Display the fullscreen control": "Amosar o control de pantalla completa",
"Display the locate control": "Amosar o control de ubicación", "Display the locate control": "Amosar o control de posición",
"Display the measure control": "Amosar o control de medida", "Display the measure control": "Amosar o control de medida",
"Display the search control": "Amosar o control de procura", "Display the search control": "Amosar o control de procura",
"Display the star map button": "Display the star map button",
"Display the tile layers control": "Amosar o control de capas de teselas", "Display the tile layers control": "Amosar o control de capas de teselas",
"Display the zoom control": "Amosar o control de achegamento", "Display the zoom control": "Amosar o control do zoom",
"Do you want to display a caption bar?": "Desexas amosar a barra de subtítulos?", "Do you want to display a caption bar?": "Queres amosar unha barra de lendas?",
"Do you want to display a minimap?": "Desexas amosar un minimapa?", "Do you want to display a minimap?": "Queres amosar un minimapa?",
"Do you want to display a panel on load?": "Desexas amosar un panel ó cargar?", "Do you want to display a panel on load?": "Queres amosar un panel ao cargar?",
"Do you want to display caption menus?": "Do you want to display caption menus?", "Do you want to display caption menus?": "Queres amosar o menú de subtítulos?",
"Do you want to display popup footer?": "Desexas amosar a xanela emerxente no pé de páxina?", "Do you want to display popup footer?": "Queres amosar a xanela emerxente no rodapé?",
"Do you want to display the scale control?": "Desexas amosar o control de escala?", "Do you want to display the scale control?": "Queres amosar o control de escala?",
"Do you want to display the «more» control?": "Desexas amosar o control «máis»?", "Do you want to display the «more» control?": "Queres amosar o control «máis»?",
"Download": "Baixar", "Download": "Descargar",
"Drag to reorder": "Arrastrar para reordenar", "Drag to reorder": "Arrastrar para reordenar",
"Draw a marker": "Debuxa unha marcaxe", "Draw a marker": "Debuxar un marcador",
"Draw a polygon": "Debuxa un polígono", "Draw a polygon": "Debuxa un polígono",
"Draw a polyline": "Debuxa unha liña múltiple", "Draw a polyline": "Debuxa unha poliliña",
"Drawing": "Drawing", "Drawing": "Debuxo",
"Drop": "Marcaxe", "Drop": "Gota",
"Dynamic properties": "Propiedades dinámicas", "Dynamic properties": "Propiedades dinámicas",
"Dynamic": "Dinámico", "Dynamic": "Dinámico",
"Edit feature's layer": "Editar a capa do elemento", "Edit feature's layer": "Editar a capa do elemento",
"Edit properties in a table": "Editar propiedades nunha táboa", "Edit properties in a table": "Editar as propiedades nunha táboa",
"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",
"Embed and link options": "Embed and link options", "Embed and link options": "Opcións de incrustación e ligazón",
"Embed the map": "Incorporar o mapa", "Embed the map": "Incrustar o mapa",
"Emoji & Character": "Emoji & Character", "Emoji & Character": "Emojis e personaxes",
"Empty": "Baleirar", "Empty": "Baleirar",
"Equidistant": "Equidistant", "Equidistant": "Equidistante",
"Error in the overlay URL": "Error in the overlay URL", "Error in the overlay URL": "Hai un erro no URL de superposición",
"Error in the tilelayer URL": "Erro na URL da capa de teselas", "Error in the tilelayer URL": "Hai un erro no URL da capa de teselas",
"Exit Fullscreen": "Saír da pantalla completa", "Exit Fullscreen": "Saír da pantalla completa",
"expanded": "expandido", "expanded": "expandido",
"Extract shape to separate feature": "Extraer a forma ó elemento separado", "Extract shape to separate feature": "Extraer a forma para separar o elemento",
"Feature identifier key": "Feature identifier key", "Feature identifier key": "Chave identificadora do elemento",
"Feature properties": "Feature properties", "Feature properties": "Propiedades do elemento",
"Fetch data each time map view changes.": "Obter os datos cada vez que a vista do mapa muda.", "Fetch data each time map view changes.": "Obter os datos cada vez que cambia a vista do mapa.",
"fill color": "cor de recheo", "fill color": "cor de recheo",
"fill opacity": "rechear a opacidade", "fill opacity": "reencher a opacidade",
"fill": "rechear", "fill": "reencher",
"Fit all data": "Fit all data", "Fit all data": "Axustar todos os datos",
"Format": "Formato", "Format": "Formato",
"From zoom": "Dende o achegamento", "From zoom": "Dende o zoom",
"full backup": "full backup", "full backup": "copia de seguranza completa",
"Generic": "Generic", "Generic": "Xenérico",
"GeoRSS (only link)": "GeoRSS (só ligazón)", "GeoRSS (only link)": "GeoRSS (só ligazón)",
"GeoRSS (title + image)": "GeoRSS (título + imaxe)", "GeoRSS (title + image)": "GeoRSS (título + imaxe)",
"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 á páxina de inicio",
"Go to «{feature}»": "Ir cara «{feature}»", "Go to «{feature}»": "Ir a «{feature}»",
"Heatmap intensity property": "Propiedade intensidade do mapa de calor", "Heatmap intensity property": "Propiedade da intensidade do mapa de calor",
"Heatmap radius": "Raio do mapa de calor", "Heatmap radius": "Raio do mapa de calor",
"Heatmap": "Mapa de calor", "Heatmap": "Mapa de calor",
"height": "altura", "height": "altura",
@ -178,217 +176,217 @@
"hidden": "agochar", "hidden": "agochar",
"Hide controls": "Agochar os controis", "Hide controls": "Agochar os controis",
"Home": "Inicio", "Home": "Inicio",
"How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Canto se simplificará a polilínea en cada nivel de achegamento (máis = mellor comportamento e aparencia máis feble, menos = máis preciso)", "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Canto se simplificará a poliliña en cada nivel de zoom (máis = mellor comportamento e aparencia máis feble, menos = máis preciso)",
"icon opacity": "icon opacity", "icon opacity": "opacidade da icona",
"Icon shape": "Forma da icona", "Icon shape": "Forma da icona",
"Icon symbol": "Símbolo da icona", "Icon symbol": "Símbolo da icona",
"If false, the polygon or line will act as a part of the underlying map.": "If false, the polygon or line will act as a part of the underlying map.", "If false, the polygon or line will act as a part of the underlying map.": "Se é falso, o polígono ou a liña actuará coma parte do mapa subxacente.",
"Iframe with custom height (in px): {{{https://iframe.url.com|height}}}": "Iframe with custom height (in px): {{{https://iframe.url.com|height}}}", "Iframe with custom height (in px): {{{https://iframe.url.com|height}}}": "Iframe con altura personalizada (en px): {{{https://iframe.url.com|height}}",
"Iframe with custom height and width (in px): {{{https://iframe.url.com|height*width}}}": "Iframe with custom height and width (in px): {{{https://iframe.url.com|height*width}}}", "Iframe with custom height and width (in px): {{{https://iframe.url.com|height*width}}}": "Iframe con altura e largura personalizadas (en px): {{{https://iframe.url.com|height*width}}",
"iframe": "iframe", "iframe": "iframe",
"Iframe: {{{https://iframe.url.com}}}": "Iframe: {{{https://iframe.url.com}}}", "Iframe: {{{https://iframe.url.com}}}": "Iframe: {{{https://iframe.url.com}}}",
"Image with custom width (in px): {{https://image.url.com|width}}": "Image with custom width (in px): {{https://image.url.com|width}}", "Image with custom width (in px): {{https://image.url.com|width}}": "Imaxe con largo personalizado (en px):",
"Image: {{https://image.url.com}}": "Image: {{https://image.url.com}}", "Image: {{https://image.url.com}}": "Image: {{https://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",
"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 todos os datos de 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",
"inherit": "herdar", "inherit": "herdar",
"Interaction options": "Opcións de interacción", "Interaction options": "Opcións de interacción",
"Invalid latitude or longitude": "Invalid latitude or longitude", "Invalid latitude or longitude": "Latitude ou lonxitude incorrecta",
"Invalid umap data in {filename}": "Dato umap non válido en {filename}", "Invalid umap data in {filename}": "Dato umap incorrecto en {filename}",
"Invalid umap data": "Dato umap non válido", "Invalid umap data": "Dato umap inorrecto",
"Jenks-Fisher": "Jenks-Fisher", "Jenks-Fisher": "Jenks-Fisher",
"K-means": "K-means", "K-means": "K-medias",
"Keep current visible layers": "Gardar capas visíbeis actuais", "Keep current visible layers": "Gardar capas visíbeis actuais",
"kilometers": "quilómetros", "kilometers": "quilómetros",
"km": "km", "km": "km",
"Label direction": "Dirección da etiqueta", "Label direction": "Dirección da etiqueta",
"Label key": "Etiqueta da clave", "Label key": "Etiqueta da clave",
"Labels are clickable": "Labels are clickable", "Labels are clickable": "Pódese premer nas etiquetas",
"Latest feature": "Latest feature", "Latest feature": "Elemento máis recente",
"Latitude": "Latitude", "Latitude": "Latitude",
"Layer properties": "Propiedades da capa", "Layer properties": "Propiedades da capa",
"Layer": "Capa", "Layer": "Capa",
"Licence": "Licenza", "Licence": "Licenza",
"licence": "licenza", "licence": "licenza",
"Limit bounds": "Limitar os límites", "Limit bounds": "Limites máximos",
"Link to view the map": "Link to view the map", "Link to view the map": "Ligazón para ver o mapa",
"Link to…": "Ligazón cara...", "Link to…": "Ligazón cara a…",
"Link with text: [[https://example.com|text of the link]]": "Link with text: [[https://example.com|text of the link]]", "Link with text: [[https://example.com|text of the link]]": "Ligazón con texto: [[https://example.com|texto da ligazón]]",
"Long credits": "Cretos longos", "Long credits": "Recoñecementos extensos",
"Longitude": "Lonxitude", "Longitude": "Lonxitude",
"Make main shape": "Facer a forma principal", "Make main shape": "Facer a forma principal",
"Manage layers": "Xestionar capas", "Manage layers": "Xestionar capas",
"Manual": "Manual", "Manual": "Manual",
"Map background credits": "Cretos do mapa de fondo", "Map background credits": "Recoñecementos do mapa de fondo",
"Map has been attached to your account": "O mapa adxuntouse á súa conta", "Map has been attached to your account": "O mapa foi incorporado á súa conta",
"Map has been saved!": "Gardouse o mapa!", "Map has been saved!": "O mapa foi gardado!",
"Map has been starred": "Map has been starred", "Map has been starred": "O mapa foi destacado con estrela",
"Map has been unstarred": "Map has been unstarred", "Map has been unstarred": "Retiróuselle ao mapa o destaque con estrela",
"Map user content has been published under licence": "O contido do mapa do usuario foi publicado baixo a licenza", "Map user content has been published under licence": "O contido do mapa do usuario foi publicado baixo a licenza",
"Map's editors": "Editores do mapa", "Map's editors": "Editores do mapa",
"Map's owner": "Dono do mapa", "Map's owner": "Propietario do mapa",
"max East": "máximo Leste", "max East": "máximo Leste",
"max North": "máximo Norte", "max North": "máximo Norte",
"max South": "máximo Sul", "max South": "máximo Sur",
"max West": "máximo Oeste", "max West": "máximo Oeste",
"max zoom": "achegamento máximo", "max zoom": "zoom máximo",
"Measure distances": "Medir distancias", "Measure distances": "Medir distancias",
"Merge lines": "Combinar liñas", "Merge lines": "Combinar liñas",
"mi": "mi", "mi": "mi",
"miles": "millas", "miles": "millas",
"min zoom": "achegamento mínimo", "min zoom": "zoom mínimo",
"More controls": "Máis controis", "More controls": "Máis controis",
"Must be a valid CSS value (eg.: DarkBlue or #123456)": "Ten que ser un valor CSS válido (por ex.: DarkBlue ou #123456)", "Must be a valid CSS value (eg.: DarkBlue or #123456)": "Ten que ser un valor CSS válido (p. ex.: DarkBlue ou #123456)",
"name": "nome", "name": "nome",
"nautical miles": "millas náuticas", "nautical miles": "millas náuticas",
"never": "nunca", "never": "nunca",
"new window": "nova xanela", "new window": "nova xanela",
"next": "seguinte", "next": "seguinte",
"NM": "NM", "NM": "M",
"No cache": "Sen caché", "No cache": "Sen memoria tobo",
"No licence has been set": "Ningunha licenza foi estabelecida", "No licence has been set": "Non foi definida ningunha licenza",
"No results": "Sen resultados", "No results": "Sen resultados",
"no": "non", "no": "non",
"No.": "No.", "No.": "Núm.",
"None": "Ningún", "None": "Ningún",
"Number of desired classes (default 5)": "Number of desired classes (default 5)", "Number of desired classes (default 5)": "Número de clases desexadas (predeterminado 5)",
"On the bottom": "Na parte de embaixo", "On the bottom": "Na parte de embaixo",
"On the left": "Á esquerda", "On the left": "Á esquerda",
"On the right": "Á dereita", "On the right": "Á dereita",
"On the top": "Na parte de enriba", "On the top": "Na parte de enriba",
"Only visible layers' data": "Only visible layers' data", "Only visible layers' data": "Só os datos das capas visíbeis",
"opacity": "opacidade", "opacity": "opacidade",
"Opacity": "Opacity", "Opacity": "Opacidade",
"Open current feature on load": "Open current feature on load", "Open current feature on load": "Abrir o elemento actual na carga",
"Open link in…": "Abrir ligazón en...", "Open link in…": "Abrir a ligazón en…",
"Open share & download panel": "Open share & download panel", "Open share & download panel": "Abrir o panel de compartición e descarga",
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Abre a extensión deste mapa nun editor de mapas para fornecer datos máis precisos ó OpenStreetMap", "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Abrir esta extensión do mapa nun editor de mapas para fornecer datos máis precisos a OpenStreetMap",
"OpenStreetMap": "OpenStreetMap", "OpenStreetMap": "OpenStreetMap",
"Optional intensity property for heatmap": "Propiedade de intensidade opcional para o mapa de calor", "Optional intensity property for heatmap": "Propiedade de intensidade opcional para o mapa de calor",
"Optional. Same as color if not set.": "Opcional. A mesma cor se non se estabelece.", "Optional. Same as color if not set.": "Opcional. A mesma cor se non se define.",
"Optional.": "Opcional.", "Optional.": "Opcional.",
"Override clustering radius (default 80)": "Sobrescribir o raio de agrupamento (predeterminado 80)", "Override clustering radius (default 80)": "Sobrescribir o raio de agrupamento (predeterminado 80)",
"Override heatmap radius (default 25)": "Sobreescribir o raio do mapa de calor (predeterminado 25)", "Override heatmap radius (default 25)": "Sobreescribir o raio do mapa de calor (predeterminado 25)",
"parent window": "xanela pai ou principal", "parent window": "xanela principal",
"Paste your data here": "Pega os teus datos aquí", "Paste your data here": "Pega os teus datos aquí",
"Permalink": "Permalink", "Permalink": "Ligazón permanente",
"Permanent credits background": "Permanent credits background", "Permanent credits background": "Fondo dos recoñecementos permanentes",
"Permanent credits": "Permanent credits", "Permanent credits": "Recoñecementos permanentes",
"Please be sure the licence is compliant with your use.": "Coide de que a licenza sexa compatíbel co emprego que lle vai a dár.", "Please be sure the licence is compliant with your use.": "Asegúrate de que a licenza sexa compatíbel co uso que lle vas dar.",
"Please choose a format": "Escolle un formato", "Please choose a format": "Escolle un formato",
"Please enter the name of the property": "Insira o nome da propiedade", "Please enter the name of the property": "Introduce o nome da propiedade",
"Please enter the new name of this property": "Insira o novo nome desta propiedade", "Please enter the new name of this property": "Introduce o novo nome desta propiedade",
"Please save the map first": "Por favor garda o mapa primeiro", "Please save the map first": "Garda o mapa primeiro",
"Popup (large)": "Xanela emerxente (grande)", "Popup (large)": "Xanela emerxente (grande)",
"Popup content style": "Estilo do contido da xanela emerxente", "Popup content style": "Estilo do contido da xanela emerxente",
"Popup content template": "Padrón do contido da xanela emerxente", "Popup content template": "Modelo do contido da xanela emerxente",
"Popup shape": "Forma da xanela emerxente", "Popup shape": "Forma da xanela emerxente",
"Popup": "Xanela emerxente", "Popup": "Xanela emerxente",
"Powered by uMap": "Powered by uMap", "Powered by uMap": " Desanvolvido por uMap",
"previous": "anterior", "previous": "anterior",
"Problem in the response": "Problem in the response", "Problem in the response": "Produciuse un problema na resposta",
"Properties imported:": "Propiedades importadas:", "Properties imported:": "Propiedades importadas:",
"Provide an URL here": "Forneza unha URL aquí", "Provide an URL here": "Fornece un URL aquí",
"Proxy request": "Petición a proxy", "Proxy request": "Petición ao proxy",
"Quantiles": "Quantiles", "Quantiles": "Cuantiles",
"Recent": "Recent", "Recent": "Recente",
"Remote data": "Datos remotos", "Remote data": "Datos remotos",
"Remove shape from the multi": "Eliminar a forma do 'multi'", "Remove shape from the multi": "Eliminar a forma do multielemento",
"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 current edits": "Gardar as edicións actuais", "Save current edits": "Gardar as edicións actuais",
"Save map": "Save map", "Save map": "Gardar o mapa",
"Save this center and zoom": "Gardar este centrado e achegamento", "Save this center and zoom": "Gardar este centrado e nivel de zoom",
"Save this location as new feature": "Gardar esta ubicación coma novo elemento", "Save this location as new feature": "Gardar esta posición coma novo elemento",
"Save": "Gardar", "Save": "Gardar",
"Saved center and zoom": "Saved center and zoom", "Saved center and zoom": "Gardar o centrado e nivel de zoom",
"Search location": "Procurar localización", "Search location": "Buscar posición",
"Search": "Search", "Search": "Buscar",
"Secret edit link:": "Secret edit link:", "Secret edit link:": "Ligazón de edición secreta:",
"See full screen": "Ollar pantalla completa", "See full screen": "Ver a pantalla completa",
"See on OpenStreetMap": "See on OpenStreetMap", "See on OpenStreetMap": "Ver en OpenStreetMap",
"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…": "Defíneo como falso para agochar esta capa do diaporama (slideshow), do navegador de datos e da navegación da xanela emerxente…",
"settings": "settings", "settings": "axustes",
"Shape properties": "Propiedades da forma", "Shape properties": "Propiedades da forma",
"Share and download": "Share and download", "Share and download": "Compartición e descarga",
"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": "Comparte esta ligazón para abrir unha vista de mapa personalizada",
"Short credits": "Cretos curtos", "Short credits": "Recoñecementos breves",
"Short link": "Short link", "Short link": "Ligazón curta",
"Show this layer in the caption": "Show this layer in the caption", "Show this layer in the caption": "Amosar esta capa na lenda",
"Show/hide layer": "Amosar/agochar capa", "Show/hide layer": "Amosar/agochar capa",
"Side panel": "Lapela lateral", "Side panel": "Panel lateral",
"Simple link: [[https://example.com]]": "Simple link: [[https://example.com]]", "Simple link: [[https://example.com]]": "Ligazón sinxela: [[http://example.com]]",
"Simplify": "Simplificar", "Simplify": "Simplificar",
"Skipping unknown geometry.type: {type}": "Brincando tipo descoñecido geometry.type: {type}", "Skipping unknown geometry.type: {type}": "Omitindo o «geometry.type» descoñecido: {type}",
"Slideshow": "Presentación", "Slideshow": "Diaporama",
"Sort key": "Orde da clave", "Sort key": "Clave de ordenación",
"Split line": "Liña de división", "Split line": "Liña de división",
"Star this map": "Star this map", "Star this map": "Destacar este mapa con estrela",
"Start a hole here": "Comezar un burato aquí", "Start a hole here": "Comezar un buraco aquí",
"Start slideshow": "Comezar presentación", "Start slideshow": "Comezar o diaporama",
"Stop editing": "Deter a edición", "Stop editing": "Deixar de editar",
"Stop slideshow": "Deter a presentación", "Stop slideshow": "Deter o diaporama",
"Street": "Street", "Street": "Rúa",
"stroke": "trazo", "stroke": "trazo",
"Supported scheme": "Esquema suportado", "Supported scheme": "Esquema admitido",
"Supported variables that will be dynamically replaced": "Variábeis suportadas que serán substituídas de xeito dinámico", "Supported variables that will be dynamically replaced": "Variábeis admitidas que serán substituídas de xeito dinámico",
"Symbol": "Symbol", "Symbol": "Símbolo",
"Table": "Táboa", "Table": "Táboa",
"Text color for the cluster label": "Cor do texto para a etiqueta clúster", "Text color for the cluster label": "Cor do texto para a etiqueta do agrupamento",
"Text formatting": "Formato do texto", "Text formatting": "Formato 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 propiedade que vai ser empregado como etiqueta do elemento (p. ex.: «nom»). Tamén podes usar propiedades entre corchetes para usar máis dunha ou mesturar con contido estático (p. ex.: «&lcub;name&rcub; en &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 propiedade que se 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 nivel de zoom e o centrado foron modificados.",
"TMS format": "formato TMS", "TMS format": "formato TMS",
"To use if remote server doesn't allow cross domain (slower)": "Para empregar se o servidor remoto non permite dominios cruzados (máis amodo)", "To use if remote server doesn't allow cross domain (slower)": "Para empregar se o servidor remoto non permite dominios cruzados (máis lento)",
"To zoom": "Para o achegamento", "To zoom": "Para o zoom",
"Toggle edit mode (⇧+Click)": "Toggle edit mode (⇧+Click)", "Toggle edit mode (⇧+Click)": "Alternar o modo de edición (⇧+Premer)",
"Toggle edit mode": "Toggle edit mode", "Toggle edit mode": "Alternar o modo de edición",
"Transfer shape to edited feature": "Transferir a forma ó elemento editada", "Transfer shape to edited feature": "Transferir a forma ao elemento editado",
"Transform to lines": "Transformar a liñas", "Transform to lines": "Transformar a liñas",
"Transform to polygon": "Transformar a polígono", "Transform to polygon": "Transformar a polígono",
"Type a place name or coordinates": "Type a place name or coordinates", "Type a place name or coordinates": "Escribe un nome de lugar ou coordenadas",
"Type char or paste emoji": "Type char or paste emoji", "Type char or paste emoji": "Escribe un carácter ou pega un emoji",
"Type of layer": "Tipo de capa", "Type of layer": "Tipo de capa",
"Unable to detect format of file {filename}": "Non se pode detectar o formato de ficheiro {filename}", "Unable to detect format of file {filename}": "Non é posíbel detectar o formato de ficheiro {filename}",
"Untitled layer": "Capa sen título", "Untitled layer": "Capa sen título",
"Untitled map": "Mapa sen título", "Untitled map": "Mapa sen título",
"Update permissions and editors": "Actualizar permisos e editores", "Update permissions and editors": "Actualizar permisos e editores",
"Update permissions": "Actualizar permisos", "Update permissions": "Actualizar permisos",
"Update who can see and edit the map": "Update who can see and edit the map", "Update who can see and edit the map": "Actualiza quen pode ver e editar o mapa",
"Url": "Url", "Url": "Url",
"URL": "URL", "URL": "URL",
"Use current bounds": "Empregar os límites actuais", "Use current bounds": "Empregar os límites actuais",
"Use placeholders with feature properties between brackets, eg. &#123;name&#125;, they will be dynamically replaced by the corresponding values.": "Empregar marcaxes de posición con propiedades do elemento entre paréntesis, exemplo &#123;name&#125;, serán substituídos de xeito dinámico polos valores correspondentes.", "Use placeholders with feature properties between brackets, eg. &#123;name&#125;, they will be dynamically replaced by the corresponding values.": "Empregar marcadores de substitución con propiedades do elemento entre parénteses, exemplo &#123;name&#125;, serán substituídos de xeito dinámico polos valores correspondentes.",
"User content credits": "Cretos do contido do usuario", "User content credits": "Recoñecementos do contido do usuario",
"User interface options": "Opcións da interface de usuario", "User interface options": "Opcións da interface de usuario",
"User location": "User location", "User location": "Posición do usuario",
"Verify remote URL": "Verify remote URL", "Verify remote URL": "Verifica o URL remoto",
"Versions": "Versións", "Versions": "Versións",
"View Fullscreen": "Ollar en pantalla completa", "View Fullscreen": "Ver en pantalla completa",
"View": "View", "View": "Ver",
"Visibility: {status}": "Visibility: {status}", "Visibility: {status}": "Visibilidade: {status}",
"weight": "peso", "weight": "largo",
"Where do we go from here?": "Onde vamos a partir daquí?", "Where do we go from here?": "Cara onde imos?",
"Whether to display or not polygons paths.": "Se desexas amosar ou non as rutas dos polígonos.", "Whether to display or not polygons paths.": "Se queres amosar ou non as rutas dos polígonos.",
"Whether to fill polygons with color.": "Se desexas rechear os polígonos con cor.", "Whether to fill polygons with color.": "Se queres rechear os polígonos con cor.",
"Who can edit \"{layer}\"": "Who can edit \"{layer}\"", "Who can edit \"{layer}\"": "Quen pode editar «{layer}»",
"Who can edit": "Quen pode editar", "Who can edit": "Quen pode editar",
"Who can view": "Quen pode ollar", "Who can view": "Quen pode ver",
"width": "ancho", "width": "largo",
"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 no canto inferior esquerdo 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": "Será visíbel permanentemente no canto inferior esquerdo do mapa",
"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 na lenda do mapa",
"yes": "si", "yes": "si",
"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 zoom para achegamentos automáticos",
"Zoom out": "Afastar", "Zoom out": "Afastar",
"Zoom to layer extent": "Achegar ó nivel da capa", "Zoom to layer extent": "Zoom ata que se vexan os datos da capa",
"Zoom to the next": "Achegar ó seguinte", "Zoom to the next": "Achegar ata o seguinte",
"Zoom to the previous": "Achegar ó anterior", "Zoom to the previous": "Achegar ata o anterior",
"Zoom to this feature": "Achegar a este elemento", "Zoom to this feature": "Achegar a este elemento",
"Zoom to this place": "Achegar a este lugar", "Zoom to this place": "Achegar a este lugar",
"{area}&#8239;acres": "{area} acres", "{area}&#8239;acres": "{area} acres",
@ -400,125 +398,135 @@
"{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} millas",
"{distance}&#8239;NM": "{distance} NM", "{distance}&#8239;NM": "{distance} M",
"{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 lenda do mapa",
"Map advanced properties": "Map advanced properties", "Map advanced properties": "Propiedades avanzadas do mapa",
"Edit map details": "Edit map details", "Edit map details": "Editar os detalles do mapa",
"Back to browser": "Back to browser", "Back to browser": "Volver ao navegador",
"Toggle size": "Toggle size", "Toggle size": "Alternar o tamaño",
"Display the caption control": "Display the caption control", "Display the caption control": "Amosar o control de lendas",
"<empty value>": "<empty value>", "<empty value>": "<valor valeiro>",
"Min": "Min", "Min": "Mín.",
"Max": "Max", "Max": "Máx.",
"From": "From", "From": "Desde",
"Until": "Until", "Until": "Ata",
"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: clave1,clave2|Etiqueta 2,clave3|Etiqueta 3|caixa de verificación",
"Edit in OpenStreetMap": "Edit in OpenStreetMap", "Edit in OpenStreetMap": "Editar en OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns.", "Cannot determine latitude and longitude columns.": "Non é posíbel determinar as columnas de latitude e lonxitude.",
"Back to layers": "Back to layers", "Back to layers": "Volver ás capas",
"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 propiedades separadas por comas a empregar ao filtrar funcións pola entrada 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 de propiedades separadas por comas a empregar para os filtros (p. ex.: amiñaclave,outraclave). Para controlar a etiqueta, engádaa após unha | (p. ex.: amiñaclave|AmiñaClave,outraclave|Outra chave). Para controlar o tipo de campo de entrada, engádeo após outra | (p. ex.: amiñaclave|AmiñaClave|caixadeverificación,otraclave|Outra clave|datahora). Os valores permitidos para o tipo de campo de entrada son caixa de verificación (predeterminado), botón de opción, número, data e datahora.",
"Search keys": "Search keys", "Search keys": "Claves de busca",
"Filters keys": "Filters keys", "Filters keys": "Claves de filtrado",
"Filter data": "Filter data", "Filter data": "Filtrar datos",
"Search map features…": "Search map features…", "Search map features…": " Buscar elementos do mapa…",
"Reset all": "Reset all", "Reset all": "Restabelecer todo",
"Open browser": "Open browser", "Open browser": "Abrir o navegador",
"Open caption": "Open caption", "Open caption": "Abrir as lendas",
"Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", "Your map has been created with an anonymous account!": "O teu mapa creouse cunha conta anónima.",
"Real-time collaboration": "Real-time collaboration", "Real-time collaboration": "Colaboración en tempo real",
"Cannot parse data": "Cannot parse data", "Cannot parse data": "Non é posíbel analizar os datos",
"Start typing...": "Start typing...", "Start typing...": "Comeza a escribir…",
"No result": "No result", "No result": "Sen resultados",
"Data browser": "Data browser", "Data browser": "Navegador de datos",
"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.", "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.": "Ao fornecer un URL, uMap pode copiar os datos remotos nunha capa ou engadir este URL como fonte remota da capa. Nese caso, os datos sempre se obterán dese URL e, polo tanto, estarán actualizados, mais non será posíbel editalos dentro de uMap.",
"Overpass supported expressions": "Overpass supported expressions", "Overpass supported expressions": " Expresións compatíbeis con Overpass",
"key (eg. building)": "key (eg. building)", "key (eg. building)": "clave (ex. building)",
"!key (eg. !name)": "!key (eg. !name)", "!key (eg. !name)": "!clave (ex. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)", "key=value (eg. building=yes)": "clave=valor (ex. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", "key!=value (eg. building!=yes)": "clave!=valor (ex. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", "key~value (eg. name~Grisy)": "clave~valor (ex. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "clave=\"valor|valor2\" (ex. name=\"Paris|Berlin\")",
"More info about Overpass syntax": "More info about Overpass syntax", "More info about Overpass syntax": "Máis información sobre a sintaxe Overpass",
"For more complex needs, see": "For more complex needs, see", "For more complex needs, see": "Para necesidades máis complexas, consultao",
"Choose data": "Choose data", "Choose data": "Escoller os datos",
"Choose the format": "Choose the format", "Choose the format": "Escoller o formato",
"Choose the layer": "Choose the layer", "Choose the layer": "Escoller a capa",
"Layer name": "Layer name", "Layer name": "Nome da capa",
"Choose import mode": "Choose import mode", "Choose import mode": "Escoller o modo de importación",
"Copy into the layer": "Copy into the layer", "Copy into the layer": "Copiar na capa",
"Link to the layer as remote data": "Link to the layer as remote data", "Link to the layer as remote data": "Ligazón á capa como datos remotos",
"Condition": "Condition", "Condition": "Condición",
"key=value or key!=value": "key=value or key!=value", "key=value or key!=value": "clave=valor ou clave!=valor",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", "Are you sure you want to delete this rule?": "Confirmas que queres eliminar esta regra?",
"empty rule": "empty rule", "empty rule": "regra baleira",
"Conditional style rules": "Conditional style rules", "Conditional style rules": "Regras de estilo condicional",
"Add rule": "Add rule", "Add rule": "Engadir regra",
"Browser: data": "Browser: data", "Browser: data": "Navegador: datos",
"Browser: layers": "Browser: layers", "Browser: layers": "Navegador: capas",
"Browser: filters": "Browser: filters", "Browser: filters": "Navegador: filtros",
"Enable real-time collaboration": "Enable real-time collaboration", "Enable real-time collaboration": "Activa a colaboración en tempo real",
"✅ Copied!": "✅ Copied!", "✅ Copied!": "✅ Copiado!",
"Choose a dataset": "Choose a dataset", "Choose a dataset": "Escoller un conxunto de datos",
"Choose this dataset": "Choose this dataset", "Choose this dataset": "Escoller este conxunto de datos",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: datos temáticos de OpenStreetMap",
"Choose a theme": "Choose a theme", "Choose a theme": "Escoller un tema",
"Symplify all geometries to points": "Symplify all geometries to points", "Symplify all geometries to points": "Simplificar todas as xeometrías a puntos",
"Choose this data": "Choose this data", "Choose this data": "Escoller estes datos",
"Search admin boundary": "Search admin boundary", "Search admin boundary": "Buscar un límite administrativo",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", "Please choose a theme and a boundary first.": "Escolle primeiro un tema e un límite.",
"Expression": "Expression", "Expression": "Expresión",
"Geometry mode": "Geometry mode", "Geometry mode": "Modo xeometría",
"Only geometry centers": "Only geometry centers", "Only geometry centers": "Só centros xeométricos",
"Search area": "Search area", "Search area": "Área de busca",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", "Type area name, or let empty to load data in current map view": "Escribe o nome da área ou déixao baleiro para cargar datos na vista de mapa actual",
"Data successfully imported!": "Data successfully imported!", "Data successfully imported!": "Os datos foron importados correctamente!",
"Clear data": "Clear data", "Clear data": "Limpar os datos",
"Remove layers": "Remove layers", "Remove layers": "Retirar as capas",
"Categorized": "Categorized", "Categorized": "Categorizado",
"Alphabetical": "Alphabetical", "Alphabetical": "Alfabético",
"Category property": "Category property", "Category property": "Propiedade de categoría",
"Color palette": "Color palette", "Color palette": "Paleta de cores",
"Categories": "Categories", "Categories": "Categorias",
"Comma separated list of categories.": "Comma separated list of categories.", "Comma separated list of categories.": "Lista de categorías separadas por comas.",
"Categories mode": "Categories mode", "Categories mode": "Modo de categorías",
"Remove filter for this column": "Remove filter for this column", "Remove filter for this column": "Retirar o filtro para esta columna",
"Add filter for this column": "Add filter for this column", "Add filter for this column": "Engadir filtro para esta columna",
"Rename this column": "Rename this column", "Rename this column": "Cambiar o nome desta columna",
"Delete this column": "Delete this column", "Delete this column": "Eliminar esta columna",
"Name “{name}” should not contain a dot.": "Name “{name}” should not contain a dot.", "Name “{name}” should not contain a dot.": "O nome «{name}» non debe conter un punto.",
"This name already exists: “{name}”": "This name already exists: “{name}”", "This name already exists: “{name}”": "O nome «{name}» xa existe",
"Delete selected rows": "Delete selected rows", "Delete selected rows": "Eliminar as filas seleccionadas",
"Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?", "Found {count} rows. Are you sure you want to delete all?": "Atopáronse {count} filas. Confirmas que queres eliminalo todo?",
"Expression is empty": "Expression is empty", "Expression is empty": "A expresión está baleira",
"OK": "OK", "OK": "Aceptar",
"Cancel": "Cancel", "Cancel": "Cancelar",
"Attach map to a team": "Attach map to a team", "Attach map to a team": "Incorporar o mapa ao equipo",
"Display the polygon inverted": "Display the polygon inverted", "Display the polygon inverted": "Amosar o polígono invertido",
"Proportional circles": "Proportional circles", "Proportional circles": "Círculos proporcionais",
"Property name to compute circles": "Property name to compute circles", "Property name to compute circles": "Nome da propiedade para calcular círculos",
"Min circle radius": "Min circle radius", "Min circle radius": "Raio mínimo do círculo",
"Max circle radius": "Max circle radius", "Max circle radius": "Raio máximo do círculo",
"Display the open browser control": "Display the open browser control", "Display the open browser control": "Mostra o control para abrir o navegador",
"Copy as GeoJSON": "Copy as GeoJSON", "Copy as GeoJSON": "Copiar como GeoJSON",
"Please zoom in to edit the geometry": "Please zoom in to edit the geometry", "Please zoom in to edit the geometry": "Achegar co zoom para editar a xeometría",
"New map": "New map", "New map": "Mapa novo",
"My maps": "My maps", "My maps": "Os meus mapas",
"My teams": "My teams", "My teams": "Os meus equipos",
"My profile": "My profile", "My profile": "O meu perfil",
"Type new owner's username": "Type new owner's username", "Type new owner's username": "Escribe o nome de usuario do novo propietario",
"Type editor's username": "Type editor's username", "Type editor's username": "Escribe o nome de usuario do editor",
"Map": "Map", "Map": "Mapa",
"Manage collaborators": "Manage collaborators", "Manage collaborators": "Xestionar os colaboradores",
"show/hide all layers": "show/hide all layers", "show/hide all layers": "amosar/agochar todas as capas",
"zoom to data extent": "zoom to data extent", "zoom to data extent": "Achegar co zoom para a extensión dos datos",
"download visible data": "download visible data", "download visible data": "descargar os datos visíbeis",
"{connectedPeers} peer(s) currently connected to this map": "{connectedPeers} peer(s) currently connected to this map", "Import helpers": "Asistentes de importación",
"Import helpers": "Import helpers", "Import helpers will fill the URL field for you.": "Os asistentes de importación encherán o campo URL por Vde.",
"Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
"Wikipedia": "Wikipedia", "Wikipedia": "Wikipedia",
"Save draft": "Save draft" "Save draft": "Gardar o borrador",
"No data has been found for import": "Non se atoparon datos para importar",
"Successfully imported {count} feature(s)": "Importado(s) satisfactoriamente {count} elemento(s)",
"Disconnected": "Desconectado",
"You must be logged in": "You must be logged in",
"Created at {date}": "Created at {date}",
"Modified at {date}": "Modified at {date}",
"on hover": "on hover",
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
"Import failed: invalid data": "Import failed: invalid data",
"Anonymous": "Anonymous"
} }

View file

@ -19,7 +19,6 @@ const locale = {
"Add a new property": "Új tulajdonság hozzáadása", "Add a new property": "Új tulajdonság hozzáadása",
"Add a polygon to the current multi": "Sokszög hozzáadása a jelenlegi alakzatcsoporthoz", "Add a polygon to the current multi": "Sokszög hozzáadása a jelenlegi alakzatcsoporthoz",
"Add image URL": "Kép URL-je", "Add image URL": "Kép URL-je",
"Add": "Hozzáadás",
"Advanced actions": "Speciális műveletek", "Advanced actions": "Speciális műveletek",
"Advanced properties": "Speciális tulajdonságok", "Advanced properties": "Speciális tulajdonságok",
"All data and settings of the map": "A térkép összes adata és beállítása", "All data and settings of the map": "A térkép összes adata és beállítása",
@ -120,7 +119,6 @@ const locale = {
"Display the locate control": "Saját pozícióhoz igazítás vezérlő megjelenítése", "Display the locate control": "Saját pozícióhoz igazítás vezérlő megjelenítése",
"Display the measure control": "Mérés vezérlő megjelenítése", "Display the measure control": "Mérés vezérlő megjelenítése",
"Display the search control": "Keresés vezérlő megjelenítése", "Display the search control": "Keresés vezérlő megjelenítése",
"Display the star map button": "Térképet megcsillagozó gomb megjelenítése",
"Display the tile layers control": "Mozaikrétegek vezérlő megjelenítése", "Display the tile layers control": "Mozaikrétegek vezérlő megjelenítése",
"Display the zoom control": "Nagyítás vezérlő megjelenítése", "Display the zoom control": "Nagyítás vezérlő megjelenítése",
"Do you want to display a caption bar?": "Szeretné megjeleníteni a leírást tartalmazó sávot?", "Do you want to display a caption bar?": "Szeretné megjeleníteni a leírást tartalmazó sávot?",
@ -516,14 +514,21 @@ const locale = {
"show/hide all layers": "összes réteg megjelenítése/elrejtése", "show/hide all layers": "összes réteg megjelenítése/elrejtése",
"zoom to data extent": "nagyítás az adatok kiterjedésére", "zoom to data extent": "nagyítás az adatok kiterjedésére",
"download visible data": "látható adatok letöltése", "download visible data": "látható adatok letöltése",
"{connectedPeers} peer(s) currently connected to this map": "Jelenleg {connectedPeers} társ kapcsolódik ehhez a térképhez",
"Import helpers": "Importálássegítők", "Import helpers": "Importálássegítők",
"Import helpers will fill the URL field for you.": "Az importálássegítők kitöltik neked az URL-mezőt.", "Import helpers will fill the URL field for you.": "Az importálássegítők kitöltik neked az URL-mezőt.",
"Wikipedia": "Wikipédia", "Wikipedia": "Wikipédia",
"Save draft": "Piszkozat mentése", "Save draft": "Piszkozat mentése",
"No data has been found for import": "Nem található adat az importáláshoz", "No data has been found for import": "Nem található adat az importáláshoz",
"Successfully imported {count} feature(s)": "{count} objektum sikeresen importálva", "Successfully imported {count} feature(s)": "{count} objektum sikeresen importálva",
"Disconnected": "Kapcsolat megszakadt" "Disconnected": "Kapcsolat megszakadt",
"You must be logged in": "You must be logged in",
"Created at {date}": "Created at {date}",
"Modified at {date}": "Modified at {date}",
"on hover": "on hover",
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
"Import failed: invalid data": "Import failed: invalid data",
"Anonymous": "Anonymous"
} }
L.registerLocale("hu", locale) L.registerLocale("hu", locale)
L.setLocale("hu") L.setLocale("hu")

View file

@ -19,7 +19,6 @@
"Add a new property": "Új tulajdonság hozzáadása", "Add a new property": "Új tulajdonság hozzáadása",
"Add a polygon to the current multi": "Sokszög hozzáadása a jelenlegi alakzatcsoporthoz", "Add a polygon to the current multi": "Sokszög hozzáadása a jelenlegi alakzatcsoporthoz",
"Add image URL": "Kép URL-je", "Add image URL": "Kép URL-je",
"Add": "Hozzáadás",
"Advanced actions": "Speciális műveletek", "Advanced actions": "Speciális műveletek",
"Advanced properties": "Speciális tulajdonságok", "Advanced properties": "Speciális tulajdonságok",
"All data and settings of the map": "A térkép összes adata és beállítása", "All data and settings of the map": "A térkép összes adata és beállítása",
@ -120,7 +119,6 @@
"Display the locate control": "Saját pozícióhoz igazítás vezérlő megjelenítése", "Display the locate control": "Saját pozícióhoz igazítás vezérlő megjelenítése",
"Display the measure control": "Mérés vezérlő megjelenítése", "Display the measure control": "Mérés vezérlő megjelenítése",
"Display the search control": "Keresés vezérlő megjelenítése", "Display the search control": "Keresés vezérlő megjelenítése",
"Display the star map button": "Térképet megcsillagozó gomb megjelenítése",
"Display the tile layers control": "Mozaikrétegek vezérlő megjelenítése", "Display the tile layers control": "Mozaikrétegek vezérlő megjelenítése",
"Display the zoom control": "Nagyítás vezérlő megjelenítése", "Display the zoom control": "Nagyítás vezérlő megjelenítése",
"Do you want to display a caption bar?": "Szeretné megjeleníteni a leírást tartalmazó sávot?", "Do you want to display a caption bar?": "Szeretné megjeleníteni a leírást tartalmazó sávot?",
@ -516,12 +514,19 @@
"show/hide all layers": "összes réteg megjelenítése/elrejtése", "show/hide all layers": "összes réteg megjelenítése/elrejtése",
"zoom to data extent": "nagyítás az adatok kiterjedésére", "zoom to data extent": "nagyítás az adatok kiterjedésére",
"download visible data": "látható adatok letöltése", "download visible data": "látható adatok letöltése",
"{connectedPeers} peer(s) currently connected to this map": "Jelenleg {connectedPeers} társ kapcsolódik ehhez a térképhez",
"Import helpers": "Importálássegítők", "Import helpers": "Importálássegítők",
"Import helpers will fill the URL field for you.": "Az importálássegítők kitöltik neked az URL-mezőt.", "Import helpers will fill the URL field for you.": "Az importálássegítők kitöltik neked az URL-mezőt.",
"Wikipedia": "Wikipédia", "Wikipedia": "Wikipédia",
"Save draft": "Piszkozat mentése", "Save draft": "Piszkozat mentése",
"No data has been found for import": "Nem található adat az importáláshoz", "No data has been found for import": "Nem található adat az importáláshoz",
"Successfully imported {count} feature(s)": "{count} objektum sikeresen importálva", "Successfully imported {count} feature(s)": "{count} objektum sikeresen importálva",
"Disconnected": "Kapcsolat megszakadt" "Disconnected": "Kapcsolat megszakadt",
"You must be logged in": "You must be logged in",
"Created at {date}": "Created at {date}",
"Modified at {date}": "Modified at {date}",
"on hover": "on hover",
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
"Import failed: invalid data": "Import failed: invalid data",
"Anonymous": "Anonymous"
} }

View file

@ -1,6 +1,6 @@
const locale = { const locale = {
"(area: {measure})": "(area: {measure})", "(area: {measure})": "(area: {measure})",
"(length: {measure})": "(length: {measure})", "(length: {measure})": "(lunghezza: {measure})",
"# one hash for main heading": "# un cancelleto per l'intestazione principale", "# one hash for main heading": "# un cancelleto per l'intestazione principale",
"## two hashes for second heading": "## due cancelletti per le intestazioni di secondo livello", "## two hashes for second heading": "## due cancelletti per le intestazioni di secondo livello",
"### three hashes for third heading": "### tre cancelletti per intestazione di terzo livello", "### three hashes for third heading": "### tre cancelletti per intestazione di terzo livello",
@ -19,7 +19,6 @@ const locale = {
"Add a new property": "Aggiungi una nuova proprietà", "Add a new property": "Aggiungi una nuova proprietà",
"Add a polygon to the current multi": "Aggiungi un poligono a quell correnti", "Add a polygon to the current multi": "Aggiungi un poligono a quell correnti",
"Add image URL": "Aggiungi URL immagine", "Add image URL": "Aggiungi URL immagine",
"Add": "Aggiungi",
"Advanced actions": "Azioni avanzate", "Advanced actions": "Azioni avanzate",
"Advanced properties": "Proprietà avanzate", "Advanced properties": "Proprietà avanzate",
"All data and settings of the map": "Tutti i dati e le impostazioni della mappa", "All data and settings of the map": "Tutti i dati e le impostazioni della mappa",
@ -120,7 +119,6 @@ const locale = {
"Display the locate control": "Visualizza il controllo di localizzazione", "Display the locate control": "Visualizza il controllo di localizzazione",
"Display the measure control": "Visualizza il controllo di misurazione", "Display the measure control": "Visualizza il controllo di misurazione",
"Display the search control": "Visualizza il controllo di ricerca", "Display the search control": "Visualizza il controllo di ricerca",
"Display the star map button": "Visualizza il pulsante per aggiungere una mappa come speciale",
"Display the tile layers control": "Visualizza il controllo del livello delle tile", "Display the tile layers control": "Visualizza il controllo del livello delle tile",
"Display the zoom control": "Visualizza il controllo di zoom", "Display the zoom control": "Visualizza il controllo di zoom",
"Do you want to display a caption bar?": "Visualizzare una didascalia?", "Do you want to display a caption bar?": "Visualizzare una didascalia?",
@ -183,12 +181,12 @@ const locale = {
"Icon shape": "Forma dell'icona", "Icon shape": "Forma dell'icona",
"Icon symbol": "Simbolo dell'icona", "Icon symbol": "Simbolo dell'icona",
"If false, the polygon or line will act as a part of the underlying map.": "Se falso, il poligono o la linea si comporterà come parte della mappa sottostante.", "If false, the polygon or line will act as a part of the underlying map.": "Se falso, il poligono o la linea si comporterà come parte della mappa sottostante.",
"Iframe with custom height (in px): {{{https://iframe.url.com|height}}}": "Iframe with custom height (in px): {{{https://iframe.url.com|height}}}", "Iframe with custom height (in px): {{{https://iframe.url.com|height}}}": "Iframe con altezza (in px) personalizzata: {{{https://iframe.url.com|height}}}",
"Iframe with custom height and width (in px): {{{https://iframe.url.com|height*width}}}": "Iframe with custom height and width (in px): {{{https://iframe.url.com|height*width}}}", "Iframe with custom height and width (in px): {{{https://iframe.url.com|height*width}}}": "Iframe con altezza e larghezza personalizzata (in px): {{{https://iframe.url.com|height*width}}}",
"iframe": "iframe", "iframe": "iframe",
"Iframe: {{{https://iframe.url.com}}}": "Iframe: {{{https://iframe.url.com}}}", "Iframe: {{{https://iframe.url.com}}}": "Iframe: {{{https://iframe.url.com}}}",
"Image with custom width (in px): {{https://image.url.com|width}}": "Image with custom width (in px): {{https://image.url.com|width}}", "Image with custom width (in px): {{https://image.url.com|width}}": "Immagine con larghezza personalizzata (in px): {{https://image.url.com|width}}",
"Image: {{https://image.url.com}}": "Image: {{https://image.url.com}}", "Image: {{https://image.url.com}}": "Immagine: {{https://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",
"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",
@ -216,7 +214,7 @@ const locale = {
"Limit bounds": "Limiti di confine", "Limit bounds": "Limiti di confine",
"Link to view the map": "Collega per vedere la mappa", "Link to view the map": "Collega per vedere la mappa",
"Link to…": "Link a…", "Link to…": "Link a…",
"Link with text: [[https://example.com|text of the link]]": "Link with text: [[https://example.com|text of the link]]", "Link with text: [[https://example.com|text of the link]]": "Collegamento con testo: [[https://esempio.it|testo del collegamento]]",
"Long credits": "Ringraziamenti estesi", "Long credits": "Ringraziamenti estesi",
"Longitude": "Longitudine", "Longitude": "Longitudine",
"Make main shape": "Genera geometria generale", "Make main shape": "Genera geometria generale",
@ -320,7 +318,7 @@ const locale = {
"Show this layer in the caption": "Mostra questo livello nella didascalia", "Show this layer in the caption": "Mostra questo livello nella didascalia",
"Show/hide layer": "Mostra/nascondi layer", "Show/hide layer": "Mostra/nascondi layer",
"Side panel": "Pannello laterale", "Side panel": "Pannello laterale",
"Simple link: [[https://example.com]]": "Simple link: [[https://example.com]]", "Simple link: [[https://example.com]]": "Collegamento semplice: [[https://esempio.it]]",
"Simplify": "Semplifica", "Simplify": "Semplifica",
"Skipping unknown geometry.type: {type}": "Salta le geometrie sconosciute di tipo: {type}", "Skipping unknown geometry.type: {type}": "Salta le geometrie sconosciute di tipo: {type}",
"Slideshow": "Presentazione", "Slideshow": "Presentazione",
@ -403,124 +401,134 @@ const locale = {
"{distance}&#8239;miles": "{distance} miglia", "{distance}&#8239;miles": "{distance} miglia",
"{distance}&#8239;NM": "{distance} NM", "{distance}&#8239;NM": "{distance} NM",
"{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": "Modifica nome e descrizione della mappa",
"Map advanced properties": "Map advanced properties", "Map advanced properties": "Proprietà avanzata della mappa",
"Edit map details": "Edit map details", "Edit map details": "Modifica i dettagli della mappa",
"Back to browser": "Back to browser", "Back to browser": "Torna all'elenco",
"Toggle size": "Toggle size", "Toggle size": "Toggle size",
"Display the caption control": "Display the caption control", "Display the caption control": "Visualizza il controllo delle didascalie",
"<empty value>": "<empty value>", "<empty value>": "<empty value>",
"Min": "Min", "Min": "Min",
"Max": "Max", "Max": "Max",
"From": "From", "From": "Da",
"Until": "Until", "Until": "Fino a",
"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": "Esempio: chiave1,chiave2|Etichetta 2,chiave3|Etichetta 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap", "Edit in OpenStreetMap": "Modifica in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns.", "Cannot determine latitude and longitude columns.": "Non è stato possibile individuare le colonne con latitudine e longitudine.",
"Back to layers": "Back to layers", "Back to layers": "Torna ai livelli",
"Filters": "Filters", "Filters": "Filtri",
"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": "Chiavi di ricerca",
"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": "Reset all",
"Open browser": "Open browser", "Open browser": "Open browser",
"Open caption": "Open caption", "Open caption": "Open caption",
"Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", "Your map has been created with an anonymous account!": "La tua mappa è stata creata con un account anonimo!",
"Real-time collaboration": "Real-time collaboration", "Real-time collaboration": "Collaborazione in tempo reale",
"Cannot parse data": "Cannot parse data", "Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...", "Start typing...": "Inizia a scrivere...",
"No result": "No result", "No result": "Nessun risultato",
"Data browser": "Data browser", "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.", "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", "Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)", "key (eg. building)": "chiave (es. building)",
"!key (eg. !name)": "!key (eg. !name)", "!key (eg. !name)": "!chiave (es. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)", "key=value (eg. building=yes)": "chiave=valore (es. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", "key!=value (eg. building!=yes)": "chiave!=valore (es. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", "key~value (eg. name~Grisy)": "chiave~valore (es. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "chiave=\"valore|valore2\" (es. name=\"Parigi|Berlino\")",
"More info about Overpass syntax": "More info about Overpass syntax", "More info about Overpass syntax": "Più informazioni sulla sintassi di Overpass",
"For more complex needs, see": "For more complex needs, see", "For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data", "Choose data": "Seleziona i dati",
"Choose the format": "Choose the format", "Choose the format": "Seleziona il formato",
"Choose the layer": "Choose the layer", "Choose the layer": "Seleziona il livello",
"Layer name": "Layer name", "Layer name": "Nome livello",
"Choose import mode": "Choose import mode", "Choose import mode": "Seleziona la modalità di importazione",
"Copy into the layer": "Copy into the layer", "Copy into the layer": "Copia nel livello",
"Link to the layer as remote data": "Link to the layer as remote data", "Link to the layer as remote data": "Collega il livello come dati remoti",
"Condition": "Condition", "Condition": "Condizione",
"key=value or key!=value": "key=value or key!=value", "key=value or key!=value": "chiave=valore or chiave!=valore",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", "Are you sure you want to delete this rule?": "Si è certi di voler eliminare questa regola?",
"empty rule": "empty rule", "empty rule": "regola vuota",
"Conditional style rules": "Conditional style rules", "Conditional style rules": "Regole di stile condizionale",
"Add rule": "Add rule", "Add rule": "Aggiungi regola",
"Browser: data": "Browser: data", "Browser: data": "Browser: data",
"Browser: layers": "Browser: layers", "Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters", "Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration", "Enable real-time collaboration": "Abilita collaborazione in tempo reale",
"✅ Copied!": "✅ Copied!", "✅ Copied!": "✅ Copiato!",
"Choose a dataset": "Choose a dataset", "Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset", "Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme", "Choose a theme": "Seleziona un tema",
"Symplify all geometries to points": "Symplify all geometries to points", "Symplify all geometries to points": "Semplifica tutte le geometrie in punti",
"Choose this data": "Choose this data", "Choose this data": "Seleziona questi dati",
"Search admin boundary": "Search admin boundary", "Search admin boundary": "Cerca confini amministrativi",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression", "Expression": "Espressione",
"Geometry mode": "Geometry mode", "Geometry mode": "Modalità geometria",
"Only geometry centers": "Only geometry centers", "Only geometry centers": "Only geometry centers",
"Search area": "Search area", "Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", "Type area name, or let empty to load data in current map view": "Scrivi il nome dell'area, o lascia vuoto per caricare i dati nella vista della mappa corrente",
"Data successfully imported!": "Data successfully imported!", "Data successfully imported!": "Dati importati con successo!",
"Clear data": "Clear data", "Clear data": "Rimuovi i dati",
"Remove layers": "Remove layers", "Remove layers": "Rimuovi i livelli",
"Categorized": "Categorized", "Categorized": "Categorized",
"Alphabetical": "Alphabetical", "Alphabetical": "Alfabetico",
"Category property": "Category property", "Category property": "Category property",
"Color palette": "Color palette", "Color palette": "Palette di colori",
"Categories": "Categories", "Categories": "Categorie",
"Comma separated list of categories.": "Comma separated list of categories.", "Comma separated list of categories.": "Lista di categorie separate da virgola.",
"Categories mode": "Categories mode", "Categories mode": "Categories mode",
"Remove filter for this column": "Remove filter for this column", "Remove filter for this column": "Rimuovi filtri da questa colonna",
"Add filter for this column": "Add filter for this column", "Add filter for this column": "Aggiungi filtri a questa colonna",
"Rename this column": "Rename this column", "Rename this column": "Rinomina questa colonna",
"Delete this column": "Delete this column", "Delete this column": "Rimuovi questa colonna",
"Name “{name}” should not contain a dot.": "Name “{name}” should not contain a dot.", "Name “{name}” should not contain a dot.": "Il nome \"{name}\" non può contenere punti.",
"This name already exists: “{name}”": "This name already exists: “{name}”", "This name already exists: “{name}”": "Questo nome esiste già: “{name}”",
"Delete selected rows": "Delete selected rows", "Delete selected rows": "Rimuovi le righe selezionate",
"Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?", "Found {count} rows. Are you sure you want to delete all?": "{count} righe trovate. Si è certi di rimuoverle tutte?",
"Expression is empty": "Expression is empty", "Expression is empty": "L'espressione è vuota",
"OK": "OK", "OK": "OK",
"Cancel": "Cancel", "Cancel": "Annulla",
"Attach map to a team": "Attach map to a team", "Attach map to a team": "Collega la mappa ad un team",
"Display the polygon inverted": "Display the polygon inverted", "Display the polygon inverted": "Mostra il poligono invertito",
"Proportional circles": "Proportional circles", "Proportional circles": "Cerchi proporzionali",
"Property name to compute circles": "Property name to compute circles", "Property name to compute circles": "Proprietà per cui calcolare i cerchi",
"Min circle radius": "Min circle radius", "Min circle radius": "Raggio minimo del cerchio",
"Max circle radius": "Max circle radius", "Max circle radius": "Raggio massimo del cerchio",
"Display the open browser control": "Display the open browser control", "Display the open browser control": "Display the open browser control",
"Copy as GeoJSON": "Copy as GeoJSON", "Copy as GeoJSON": "Copia come GeoJSON",
"Please zoom in to edit the geometry": "Please zoom in to edit the geometry", "Please zoom in to edit the geometry": "Ingrandisci per modificare la geometria",
"New map": "New map", "New map": "Nuova mappa",
"My maps": "My maps", "My maps": "Le mie mappe",
"My teams": "My teams", "My teams": "I miei gruppi",
"My profile": "My profile", "My profile": "Il mio profilo",
"Type new owner's username": "Type new owner's username", "Type new owner's username": "Inserisci il nome utente del nuovo proprietario",
"Type editor's username": "Type editor's username", "Type editor's username": "Type editor's username",
"Map": "Map", "Map": "Mappa",
"Manage collaborators": "Manage collaborators", "Manage collaborators": "Gestisci chi può collaborare",
"show/hide all layers": "show/hide all layers", "show/hide all layers": "mostra/nascondi tutti i livelli",
"zoom to data extent": "zoom to data extent", "zoom to data extent": "ingrandisci sull'area dei dati",
"download visible data": "download visible data", "download visible data": "scarica i dati visibili",
"{connectedPeers} peer(s) currently connected to this map": "{connectedPeers} peer(s) currently connected to this map",
"Import helpers": "Import helpers", "Import helpers": "Import helpers",
"Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.", "Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
"Wikipedia": "Wikipedia", "Wikipedia": "Wikipedia",
"Save draft": "Save draft" "Save draft": "Salva bozza",
"No data has been found for import": "Non sono stati trovati dati da importare",
"Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
"Disconnected": "Disconnected",
"You must be logged in": "You must be logged in",
"Created at {date}": "Created at {date}",
"Modified at {date}": "Modified at {date}",
"on hover": "on hover",
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
"Import failed: invalid data": "Import failed: invalid data",
"Anonymous": "Anonymous"
} }
L.registerLocale("it", locale) L.registerLocale("it", locale)
L.setLocale("it") L.setLocale("it")

View file

@ -1,6 +1,6 @@
{ {
"(area: {measure})": "(area: {measure})", "(area: {measure})": "(area: {measure})",
"(length: {measure})": "(length: {measure})", "(length: {measure})": "(lunghezza: {measure})",
"# one hash for main heading": "# un cancelleto per l'intestazione principale", "# one hash for main heading": "# un cancelleto per l'intestazione principale",
"## two hashes for second heading": "## due cancelletti per le intestazioni di secondo livello", "## two hashes for second heading": "## due cancelletti per le intestazioni di secondo livello",
"### three hashes for third heading": "### tre cancelletti per intestazione di terzo livello", "### three hashes for third heading": "### tre cancelletti per intestazione di terzo livello",
@ -19,7 +19,6 @@
"Add a new property": "Aggiungi una nuova proprietà", "Add a new property": "Aggiungi una nuova proprietà",
"Add a polygon to the current multi": "Aggiungi un poligono a quell correnti", "Add a polygon to the current multi": "Aggiungi un poligono a quell correnti",
"Add image URL": "Aggiungi URL immagine", "Add image URL": "Aggiungi URL immagine",
"Add": "Aggiungi",
"Advanced actions": "Azioni avanzate", "Advanced actions": "Azioni avanzate",
"Advanced properties": "Proprietà avanzate", "Advanced properties": "Proprietà avanzate",
"All data and settings of the map": "Tutti i dati e le impostazioni della mappa", "All data and settings of the map": "Tutti i dati e le impostazioni della mappa",
@ -120,7 +119,6 @@
"Display the locate control": "Visualizza il controllo di localizzazione", "Display the locate control": "Visualizza il controllo di localizzazione",
"Display the measure control": "Visualizza il controllo di misurazione", "Display the measure control": "Visualizza il controllo di misurazione",
"Display the search control": "Visualizza il controllo di ricerca", "Display the search control": "Visualizza il controllo di ricerca",
"Display the star map button": "Visualizza il pulsante per aggiungere una mappa come speciale",
"Display the tile layers control": "Visualizza il controllo del livello delle tile", "Display the tile layers control": "Visualizza il controllo del livello delle tile",
"Display the zoom control": "Visualizza il controllo di zoom", "Display the zoom control": "Visualizza il controllo di zoom",
"Do you want to display a caption bar?": "Visualizzare una didascalia?", "Do you want to display a caption bar?": "Visualizzare una didascalia?",
@ -183,12 +181,12 @@
"Icon shape": "Forma dell'icona", "Icon shape": "Forma dell'icona",
"Icon symbol": "Simbolo dell'icona", "Icon symbol": "Simbolo dell'icona",
"If false, the polygon or line will act as a part of the underlying map.": "Se falso, il poligono o la linea si comporterà come parte della mappa sottostante.", "If false, the polygon or line will act as a part of the underlying map.": "Se falso, il poligono o la linea si comporterà come parte della mappa sottostante.",
"Iframe with custom height (in px): {{{https://iframe.url.com|height}}}": "Iframe with custom height (in px): {{{https://iframe.url.com|height}}}", "Iframe with custom height (in px): {{{https://iframe.url.com|height}}}": "Iframe con altezza (in px) personalizzata: {{{https://iframe.url.com|height}}}",
"Iframe with custom height and width (in px): {{{https://iframe.url.com|height*width}}}": "Iframe with custom height and width (in px): {{{https://iframe.url.com|height*width}}}", "Iframe with custom height and width (in px): {{{https://iframe.url.com|height*width}}}": "Iframe con altezza e larghezza personalizzata (in px): {{{https://iframe.url.com|height*width}}}",
"iframe": "iframe", "iframe": "iframe",
"Iframe: {{{https://iframe.url.com}}}": "Iframe: {{{https://iframe.url.com}}}", "Iframe: {{{https://iframe.url.com}}}": "Iframe: {{{https://iframe.url.com}}}",
"Image with custom width (in px): {{https://image.url.com|width}}": "Image with custom width (in px): {{https://image.url.com|width}}", "Image with custom width (in px): {{https://image.url.com|width}}": "Immagine con larghezza personalizzata (in px): {{https://image.url.com|width}}",
"Image: {{https://image.url.com}}": "Image: {{https://image.url.com}}", "Image: {{https://image.url.com}}": "Immagine: {{https://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",
"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",
@ -216,7 +214,7 @@
"Limit bounds": "Limiti di confine", "Limit bounds": "Limiti di confine",
"Link to view the map": "Collega per vedere la mappa", "Link to view the map": "Collega per vedere la mappa",
"Link to…": "Link a…", "Link to…": "Link a…",
"Link with text: [[https://example.com|text of the link]]": "Link with text: [[https://example.com|text of the link]]", "Link with text: [[https://example.com|text of the link]]": "Collegamento con testo: [[https://esempio.it|testo del collegamento]]",
"Long credits": "Ringraziamenti estesi", "Long credits": "Ringraziamenti estesi",
"Longitude": "Longitudine", "Longitude": "Longitudine",
"Make main shape": "Genera geometria generale", "Make main shape": "Genera geometria generale",
@ -320,7 +318,7 @@
"Show this layer in the caption": "Mostra questo livello nella didascalia", "Show this layer in the caption": "Mostra questo livello nella didascalia",
"Show/hide layer": "Mostra/nascondi layer", "Show/hide layer": "Mostra/nascondi layer",
"Side panel": "Pannello laterale", "Side panel": "Pannello laterale",
"Simple link: [[https://example.com]]": "Simple link: [[https://example.com]]", "Simple link: [[https://example.com]]": "Collegamento semplice: [[https://esempio.it]]",
"Simplify": "Semplifica", "Simplify": "Semplifica",
"Skipping unknown geometry.type: {type}": "Salta le geometrie sconosciute di tipo: {type}", "Skipping unknown geometry.type: {type}": "Salta le geometrie sconosciute di tipo: {type}",
"Slideshow": "Presentazione", "Slideshow": "Presentazione",
@ -403,122 +401,132 @@
"{distance}&#8239;miles": "{distance} miglia", "{distance}&#8239;miles": "{distance} miglia",
"{distance}&#8239;NM": "{distance} NM", "{distance}&#8239;NM": "{distance} NM",
"{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": "Modifica nome e descrizione della mappa",
"Map advanced properties": "Map advanced properties", "Map advanced properties": "Proprietà avanzata della mappa",
"Edit map details": "Edit map details", "Edit map details": "Modifica i dettagli della mappa",
"Back to browser": "Back to browser", "Back to browser": "Torna all'elenco",
"Toggle size": "Toggle size", "Toggle size": "Toggle size",
"Display the caption control": "Display the caption control", "Display the caption control": "Visualizza il controllo delle didascalie",
"<empty value>": "<empty value>", "<empty value>": "<empty value>",
"Min": "Min", "Min": "Min",
"Max": "Max", "Max": "Max",
"From": "From", "From": "Da",
"Until": "Until", "Until": "Fino a",
"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": "Esempio: chiave1,chiave2|Etichetta 2,chiave3|Etichetta 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap", "Edit in OpenStreetMap": "Modifica in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns.", "Cannot determine latitude and longitude columns.": "Non è stato possibile individuare le colonne con latitudine e longitudine.",
"Back to layers": "Back to layers", "Back to layers": "Torna ai livelli",
"Filters": "Filters", "Filters": "Filtri",
"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": "Chiavi di ricerca",
"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": "Reset all",
"Open browser": "Open browser", "Open browser": "Open browser",
"Open caption": "Open caption", "Open caption": "Open caption",
"Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", "Your map has been created with an anonymous account!": "La tua mappa è stata creata con un account anonimo!",
"Real-time collaboration": "Real-time collaboration", "Real-time collaboration": "Collaborazione in tempo reale",
"Cannot parse data": "Cannot parse data", "Cannot parse data": "Cannot parse data",
"Start typing...": "Start typing...", "Start typing...": "Inizia a scrivere...",
"No result": "No result", "No result": "Nessun risultato",
"Data browser": "Data browser", "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.", "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", "Overpass supported expressions": "Overpass supported expressions",
"key (eg. building)": "key (eg. building)", "key (eg. building)": "chiave (es. building)",
"!key (eg. !name)": "!key (eg. !name)", "!key (eg. !name)": "!chiave (es. !name)",
"key=value (eg. building=yes)": "key=value (eg. building=yes)", "key=value (eg. building=yes)": "chiave=valore (es. building=yes)",
"key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", "key!=value (eg. building!=yes)": "chiave!=valore (es. building!=yes)",
"key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", "key~value (eg. name~Grisy)": "chiave~valore (es. name~Grisy)",
"key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "chiave=\"valore|valore2\" (es. name=\"Parigi|Berlino\")",
"More info about Overpass syntax": "More info about Overpass syntax", "More info about Overpass syntax": "Più informazioni sulla sintassi di Overpass",
"For more complex needs, see": "For more complex needs, see", "For more complex needs, see": "For more complex needs, see",
"Choose data": "Choose data", "Choose data": "Seleziona i dati",
"Choose the format": "Choose the format", "Choose the format": "Seleziona il formato",
"Choose the layer": "Choose the layer", "Choose the layer": "Seleziona il livello",
"Layer name": "Layer name", "Layer name": "Nome livello",
"Choose import mode": "Choose import mode", "Choose import mode": "Seleziona la modalità di importazione",
"Copy into the layer": "Copy into the layer", "Copy into the layer": "Copia nel livello",
"Link to the layer as remote data": "Link to the layer as remote data", "Link to the layer as remote data": "Collega il livello come dati remoti",
"Condition": "Condition", "Condition": "Condizione",
"key=value or key!=value": "key=value or key!=value", "key=value or key!=value": "chiave=valore or chiave!=valore",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", "Are you sure you want to delete this rule?": "Si è certi di voler eliminare questa regola?",
"empty rule": "empty rule", "empty rule": "regola vuota",
"Conditional style rules": "Conditional style rules", "Conditional style rules": "Regole di stile condizionale",
"Add rule": "Add rule", "Add rule": "Aggiungi regola",
"Browser: data": "Browser: data", "Browser: data": "Browser: data",
"Browser: layers": "Browser: layers", "Browser: layers": "Browser: layers",
"Browser: filters": "Browser: filters", "Browser: filters": "Browser: filters",
"Enable real-time collaboration": "Enable real-time collaboration", "Enable real-time collaboration": "Abilita collaborazione in tempo reale",
"✅ Copied!": "✅ Copied!", "✅ Copied!": "✅ Copiato!",
"Choose a dataset": "Choose a dataset", "Choose a dataset": "Choose a dataset",
"Choose this dataset": "Choose this dataset", "Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme", "Choose a theme": "Seleziona un tema",
"Symplify all geometries to points": "Symplify all geometries to points", "Symplify all geometries to points": "Semplifica tutte le geometrie in punti",
"Choose this data": "Choose this data", "Choose this data": "Seleziona questi dati",
"Search admin boundary": "Search admin boundary", "Search admin boundary": "Cerca confini amministrativi",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
"Expression": "Expression", "Expression": "Espressione",
"Geometry mode": "Geometry mode", "Geometry mode": "Modalità geometria",
"Only geometry centers": "Only geometry centers", "Only geometry centers": "Only geometry centers",
"Search area": "Search area", "Search area": "Search area",
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", "Type area name, or let empty to load data in current map view": "Scrivi il nome dell'area, o lascia vuoto per caricare i dati nella vista della mappa corrente",
"Data successfully imported!": "Data successfully imported!", "Data successfully imported!": "Dati importati con successo!",
"Clear data": "Clear data", "Clear data": "Rimuovi i dati",
"Remove layers": "Remove layers", "Remove layers": "Rimuovi i livelli",
"Categorized": "Categorized", "Categorized": "Categorized",
"Alphabetical": "Alphabetical", "Alphabetical": "Alfabetico",
"Category property": "Category property", "Category property": "Category property",
"Color palette": "Color palette", "Color palette": "Palette di colori",
"Categories": "Categories", "Categories": "Categorie",
"Comma separated list of categories.": "Comma separated list of categories.", "Comma separated list of categories.": "Lista di categorie separate da virgola.",
"Categories mode": "Categories mode", "Categories mode": "Categories mode",
"Remove filter for this column": "Remove filter for this column", "Remove filter for this column": "Rimuovi filtri da questa colonna",
"Add filter for this column": "Add filter for this column", "Add filter for this column": "Aggiungi filtri a questa colonna",
"Rename this column": "Rename this column", "Rename this column": "Rinomina questa colonna",
"Delete this column": "Delete this column", "Delete this column": "Rimuovi questa colonna",
"Name “{name}” should not contain a dot.": "Name “{name}” should not contain a dot.", "Name “{name}” should not contain a dot.": "Il nome \"{name}\" non può contenere punti.",
"This name already exists: “{name}”": "This name already exists: “{name}”", "This name already exists: “{name}”": "Questo nome esiste già: “{name}”",
"Delete selected rows": "Delete selected rows", "Delete selected rows": "Rimuovi le righe selezionate",
"Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?", "Found {count} rows. Are you sure you want to delete all?": "{count} righe trovate. Si è certi di rimuoverle tutte?",
"Expression is empty": "Expression is empty", "Expression is empty": "L'espressione è vuota",
"OK": "OK", "OK": "OK",
"Cancel": "Cancel", "Cancel": "Annulla",
"Attach map to a team": "Attach map to a team", "Attach map to a team": "Collega la mappa ad un team",
"Display the polygon inverted": "Display the polygon inverted", "Display the polygon inverted": "Mostra il poligono invertito",
"Proportional circles": "Proportional circles", "Proportional circles": "Cerchi proporzionali",
"Property name to compute circles": "Property name to compute circles", "Property name to compute circles": "Proprietà per cui calcolare i cerchi",
"Min circle radius": "Min circle radius", "Min circle radius": "Raggio minimo del cerchio",
"Max circle radius": "Max circle radius", "Max circle radius": "Raggio massimo del cerchio",
"Display the open browser control": "Display the open browser control", "Display the open browser control": "Display the open browser control",
"Copy as GeoJSON": "Copy as GeoJSON", "Copy as GeoJSON": "Copia come GeoJSON",
"Please zoom in to edit the geometry": "Please zoom in to edit the geometry", "Please zoom in to edit the geometry": "Ingrandisci per modificare la geometria",
"New map": "New map", "New map": "Nuova mappa",
"My maps": "My maps", "My maps": "Le mie mappe",
"My teams": "My teams", "My teams": "I miei gruppi",
"My profile": "My profile", "My profile": "Il mio profilo",
"Type new owner's username": "Type new owner's username", "Type new owner's username": "Inserisci il nome utente del nuovo proprietario",
"Type editor's username": "Type editor's username", "Type editor's username": "Type editor's username",
"Map": "Map", "Map": "Mappa",
"Manage collaborators": "Manage collaborators", "Manage collaborators": "Gestisci chi può collaborare",
"show/hide all layers": "show/hide all layers", "show/hide all layers": "mostra/nascondi tutti i livelli",
"zoom to data extent": "zoom to data extent", "zoom to data extent": "ingrandisci sull'area dei dati",
"download visible data": "download visible data", "download visible data": "scarica i dati visibili",
"{connectedPeers} peer(s) currently connected to this map": "{connectedPeers} peer(s) currently connected to this map",
"Import helpers": "Import helpers", "Import helpers": "Import helpers",
"Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.", "Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
"Wikipedia": "Wikipedia", "Wikipedia": "Wikipedia",
"Save draft": "Save draft" "Save draft": "Salva bozza",
"No data has been found for import": "Non sono stati trovati dati da importare",
"Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
"Disconnected": "Disconnected",
"You must be logged in": "You must be logged in",
"Created at {date}": "Created at {date}",
"Modified at {date}": "Modified at {date}",
"on hover": "on hover",
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
"Import failed: invalid data": "Import failed: invalid data",
"Anonymous": "Anonymous"
} }

View file

@ -19,7 +19,6 @@ const locale = {
"Add a new property": "Tambah ciri-ciri baharu", "Add a new property": "Tambah ciri-ciri baharu",
"Add a polygon to the current multi": "Tambah poligon ke multi semasa", "Add a polygon to the current multi": "Tambah poligon ke multi semasa",
"Add image URL": "Tambah URL imej", "Add image URL": "Tambah URL imej",
"Add": "Tambah",
"Advanced actions": "Tindakan lanjutan", "Advanced actions": "Tindakan lanjutan",
"Advanced properties": "Ciri-ciri lanjutan", "Advanced properties": "Ciri-ciri lanjutan",
"All data and settings of the map": "Semua data dan tetapan peta", "All data and settings of the map": "Semua data dan tetapan peta",
@ -120,7 +119,6 @@ const locale = {
"Display the locate control": "Paparkan kawalan kesan kedudukan", "Display the locate control": "Paparkan kawalan kesan kedudukan",
"Display the measure control": "Paparkan kawalan pengukuran", "Display the measure control": "Paparkan kawalan pengukuran",
"Display the search control": "Paparkan kawalan carian", "Display the search control": "Paparkan kawalan carian",
"Display the star map button": "Paparkan butang tanda bintang peta",
"Display the tile layers control": "Paparkan kawalan lapisan jubin", "Display the tile layers control": "Paparkan kawalan lapisan jubin",
"Display the zoom control": "Paparkan kawalan zum", "Display the zoom control": "Paparkan kawalan zum",
"Do you want to display a caption bar?": "Adakah anda ingin paparkan bar keterangan?", "Do you want to display a caption bar?": "Adakah anda ingin paparkan bar keterangan?",
@ -516,11 +514,21 @@ const locale = {
"show/hide all layers": "show/hide all layers", "show/hide all layers": "show/hide all layers",
"zoom to data extent": "zoom to data extent", "zoom to data extent": "zoom to data extent",
"download visible data": "download visible data", "download visible data": "download visible data",
"{connectedPeers} peer(s) currently connected to this map": "{connectedPeers} peer(s) currently connected to this map",
"Import helpers": "Import helpers", "Import helpers": "Import helpers",
"Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.", "Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
"Wikipedia": "Wikipedia", "Wikipedia": "Wikipedia",
"Save draft": "Save draft" "Save draft": "Save draft",
"No data has been found for import": "No data has been found for import",
"Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
"Disconnected": "Disconnected",
"You must be logged in": "You must be logged in",
"Created at {date}": "Created at {date}",
"Modified at {date}": "Modified at {date}",
"on hover": "on hover",
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
"Import failed: invalid data": "Import failed: invalid data",
"Anonymous": "Anonymous"
} }
L.registerLocale("ms", locale) L.registerLocale("ms", locale)
L.setLocale("ms") L.setLocale("ms")

View file

@ -19,7 +19,6 @@
"Add a new property": "Tambah ciri-ciri baharu", "Add a new property": "Tambah ciri-ciri baharu",
"Add a polygon to the current multi": "Tambah poligon ke multi semasa", "Add a polygon to the current multi": "Tambah poligon ke multi semasa",
"Add image URL": "Tambah URL imej", "Add image URL": "Tambah URL imej",
"Add": "Tambah",
"Advanced actions": "Tindakan lanjutan", "Advanced actions": "Tindakan lanjutan",
"Advanced properties": "Ciri-ciri lanjutan", "Advanced properties": "Ciri-ciri lanjutan",
"All data and settings of the map": "Semua data dan tetapan peta", "All data and settings of the map": "Semua data dan tetapan peta",
@ -120,7 +119,6 @@
"Display the locate control": "Paparkan kawalan kesan kedudukan", "Display the locate control": "Paparkan kawalan kesan kedudukan",
"Display the measure control": "Paparkan kawalan pengukuran", "Display the measure control": "Paparkan kawalan pengukuran",
"Display the search control": "Paparkan kawalan carian", "Display the search control": "Paparkan kawalan carian",
"Display the star map button": "Paparkan butang tanda bintang peta",
"Display the tile layers control": "Paparkan kawalan lapisan jubin", "Display the tile layers control": "Paparkan kawalan lapisan jubin",
"Display the zoom control": "Paparkan kawalan zum", "Display the zoom control": "Paparkan kawalan zum",
"Do you want to display a caption bar?": "Adakah anda ingin paparkan bar keterangan?", "Do you want to display a caption bar?": "Adakah anda ingin paparkan bar keterangan?",
@ -516,9 +514,19 @@
"show/hide all layers": "show/hide all layers", "show/hide all layers": "show/hide all layers",
"zoom to data extent": "zoom to data extent", "zoom to data extent": "zoom to data extent",
"download visible data": "download visible data", "download visible data": "download visible data",
"{connectedPeers} peer(s) currently connected to this map": "{connectedPeers} peer(s) currently connected to this map",
"Import helpers": "Import helpers", "Import helpers": "Import helpers",
"Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.", "Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
"Wikipedia": "Wikipedia", "Wikipedia": "Wikipedia",
"Save draft": "Save draft" "Save draft": "Save draft",
"No data has been found for import": "No data has been found for import",
"Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
"Disconnected": "Disconnected",
"You must be logged in": "You must be logged in",
"Created at {date}": "Created at {date}",
"Modified at {date}": "Modified at {date}",
"on hover": "on hover",
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
"Import failed: invalid data": "Import failed: invalid data",
"Anonymous": "Anonymous"
} }

View file

@ -19,7 +19,6 @@ const locale = {
"Add a new property": "Voeg een nieuwe eigenschap toe", "Add a new property": "Voeg een nieuwe eigenschap toe",
"Add a polygon to the current multi": "Voeg een nieuwe polygoon toe aan de huidige multipolygoon", "Add a polygon to the current multi": "Voeg een nieuwe polygoon toe aan de huidige multipolygoon",
"Add image URL": "Voeg URL van afbeelding toe", "Add image URL": "Voeg URL van afbeelding toe",
"Add": "Toevoegen",
"Advanced actions": "Geavanceerde acties", "Advanced actions": "Geavanceerde acties",
"Advanced properties": "Geavanceerde eigenschappen", "Advanced properties": "Geavanceerde eigenschappen",
"All data and settings of the map": "Alle data en instellingen van de kaart", "All data and settings of the map": "Alle data en instellingen van de kaart",
@ -120,7 +119,6 @@ const locale = {
"Display the locate control": "Toon lokaliseer mij knop", "Display the locate control": "Toon lokaliseer mij knop",
"Display the measure control": "Toon meetinstrument knop", "Display the measure control": "Toon meetinstrument knop",
"Display the search control": "Toon zoeken knop", "Display the search control": "Toon zoeken knop",
"Display the star map button": "Toon de ster kaart knop",
"Display the tile layers control": "Toon achtergrondlagen knop", "Display the tile layers control": "Toon achtergrondlagen knop",
"Display the zoom control": "Toon zoom knop", "Display the zoom control": "Toon zoom knop",
"Do you want to display a caption bar?": "Wil je een hoofding tonen?", "Do you want to display a caption bar?": "Wil je een hoofding tonen?",
@ -516,11 +514,21 @@ const locale = {
"show/hide all layers": "show/hide all layers", "show/hide all layers": "show/hide all layers",
"zoom to data extent": "zoom to data extent", "zoom to data extent": "zoom to data extent",
"download visible data": "download visible data", "download visible data": "download visible data",
"{connectedPeers} peer(s) currently connected to this map": "{connectedPeers} peer(s) currently connected to this map",
"Import helpers": "Import helpers", "Import helpers": "Import helpers",
"Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.", "Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
"Wikipedia": "Wikipedia", "Wikipedia": "Wikipedia",
"Save draft": "Save draft" "Save draft": "Save draft",
"No data has been found for import": "No data has been found for import",
"Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
"Disconnected": "Disconnected",
"You must be logged in": "You must be logged in",
"Created at {date}": "Created at {date}",
"Modified at {date}": "Modified at {date}",
"on hover": "on hover",
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
"Import failed: invalid data": "Import failed: invalid data",
"Anonymous": "Anonymous"
} }
L.registerLocale("nl", locale) L.registerLocale("nl", locale)
L.setLocale("nl") L.setLocale("nl")

View file

@ -19,7 +19,6 @@
"Add a new property": "Voeg een nieuwe eigenschap toe", "Add a new property": "Voeg een nieuwe eigenschap toe",
"Add a polygon to the current multi": "Voeg een nieuwe polygoon toe aan de huidige multipolygoon", "Add a polygon to the current multi": "Voeg een nieuwe polygoon toe aan de huidige multipolygoon",
"Add image URL": "Voeg URL van afbeelding toe", "Add image URL": "Voeg URL van afbeelding toe",
"Add": "Toevoegen",
"Advanced actions": "Geavanceerde acties", "Advanced actions": "Geavanceerde acties",
"Advanced properties": "Geavanceerde eigenschappen", "Advanced properties": "Geavanceerde eigenschappen",
"All data and settings of the map": "Alle data en instellingen van de kaart", "All data and settings of the map": "Alle data en instellingen van de kaart",
@ -120,7 +119,6 @@
"Display the locate control": "Toon lokaliseer mij knop", "Display the locate control": "Toon lokaliseer mij knop",
"Display the measure control": "Toon meetinstrument knop", "Display the measure control": "Toon meetinstrument knop",
"Display the search control": "Toon zoeken knop", "Display the search control": "Toon zoeken knop",
"Display the star map button": "Toon de ster kaart knop",
"Display the tile layers control": "Toon achtergrondlagen knop", "Display the tile layers control": "Toon achtergrondlagen knop",
"Display the zoom control": "Toon zoom knop", "Display the zoom control": "Toon zoom knop",
"Do you want to display a caption bar?": "Wil je een hoofding tonen?", "Do you want to display a caption bar?": "Wil je een hoofding tonen?",
@ -516,9 +514,19 @@
"show/hide all layers": "show/hide all layers", "show/hide all layers": "show/hide all layers",
"zoom to data extent": "zoom to data extent", "zoom to data extent": "zoom to data extent",
"download visible data": "download visible data", "download visible data": "download visible data",
"{connectedPeers} peer(s) currently connected to this map": "{connectedPeers} peer(s) currently connected to this map",
"Import helpers": "Import helpers", "Import helpers": "Import helpers",
"Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.", "Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
"Wikipedia": "Wikipedia", "Wikipedia": "Wikipedia",
"Save draft": "Save draft" "Save draft": "Save draft",
"No data has been found for import": "No data has been found for import",
"Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
"Disconnected": "Disconnected",
"You must be logged in": "You must be logged in",
"Created at {date}": "Created at {date}",
"Modified at {date}": "Modified at {date}",
"on hover": "on hover",
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
"Import failed: invalid data": "Import failed: invalid data",
"Anonymous": "Anonymous"
} }

View file

@ -19,7 +19,6 @@ const locale = {
"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": "Dodaj URL obrazka", "Add image URL": "Dodaj URL obrazka",
"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": "Wszystkie dane i ustawienia mapy", "All data and settings of the map": "Wszystkie dane i ustawienia mapy",
@ -120,7 +119,6 @@ const locale = {
"Display the locate control": "Wyświetlaj panel lokalizacji", "Display the locate control": "Wyświetlaj panel lokalizacji",
"Display the measure control": "Wyświetlaj panel miarek", "Display the measure control": "Wyświetlaj panel miarek",
"Display the search control": "Wyświetlaj panel wyszukiwania", "Display the search control": "Wyświetlaj panel wyszukiwania",
"Display the star map button": "Display the star map button",
"Display the tile layers control": "Wyświetlaj panel warstw kafelków", "Display the tile layers control": "Wyświetlaj panel warstw kafelków",
"Display the zoom control": "Wyświetlaj panel sterujący powiększeniem", "Display the zoom control": "Wyświetlaj panel sterujący powiększeniem",
"Do you want to display a caption bar?": "Wyświetlać pasek z nagłówkiem?", "Do you want to display a caption bar?": "Wyświetlać pasek z nagłówkiem?",
@ -516,11 +514,21 @@ const locale = {
"show/hide all layers": "show/hide all layers", "show/hide all layers": "show/hide all layers",
"zoom to data extent": "zoom to data extent", "zoom to data extent": "zoom to data extent",
"download visible data": "download visible data", "download visible data": "download visible data",
"{connectedPeers} peer(s) currently connected to this map": "{connectedPeers} peer(s) currently connected to this map",
"Import helpers": "Import helpers", "Import helpers": "Import helpers",
"Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.", "Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
"Wikipedia": "Wikipedia", "Wikipedia": "Wikipedia",
"Save draft": "Save draft" "Save draft": "Save draft",
"No data has been found for import": "No data has been found for import",
"Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
"Disconnected": "Disconnected",
"You must be logged in": "You must be logged in",
"Created at {date}": "Created at {date}",
"Modified at {date}": "Modified at {date}",
"on hover": "on hover",
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
"Import failed: invalid data": "Import failed: invalid data",
"Anonymous": "Anonymous"
} }
L.registerLocale("pl", locale) L.registerLocale("pl", locale)
L.setLocale("pl") L.setLocale("pl")

View file

@ -19,7 +19,6 @@
"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": "Dodaj URL obrazka", "Add image URL": "Dodaj URL obrazka",
"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": "Wszystkie dane i ustawienia mapy", "All data and settings of the map": "Wszystkie dane i ustawienia mapy",
@ -120,7 +119,6 @@
"Display the locate control": "Wyświetlaj panel lokalizacji", "Display the locate control": "Wyświetlaj panel lokalizacji",
"Display the measure control": "Wyświetlaj panel miarek", "Display the measure control": "Wyświetlaj panel miarek",
"Display the search control": "Wyświetlaj panel wyszukiwania", "Display the search control": "Wyświetlaj panel wyszukiwania",
"Display the star map button": "Display the star map button",
"Display the tile layers control": "Wyświetlaj panel warstw kafelków", "Display the tile layers control": "Wyświetlaj panel warstw kafelków",
"Display the zoom control": "Wyświetlaj panel sterujący powiększeniem", "Display the zoom control": "Wyświetlaj panel sterujący powiększeniem",
"Do you want to display a caption bar?": "Wyświetlać pasek z nagłówkiem?", "Do you want to display a caption bar?": "Wyświetlać pasek z nagłówkiem?",
@ -516,9 +514,19 @@
"show/hide all layers": "show/hide all layers", "show/hide all layers": "show/hide all layers",
"zoom to data extent": "zoom to data extent", "zoom to data extent": "zoom to data extent",
"download visible data": "download visible data", "download visible data": "download visible data",
"{connectedPeers} peer(s) currently connected to this map": "{connectedPeers} peer(s) currently connected to this map",
"Import helpers": "Import helpers", "Import helpers": "Import helpers",
"Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.", "Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
"Wikipedia": "Wikipedia", "Wikipedia": "Wikipedia",
"Save draft": "Save draft" "Save draft": "Save draft",
"No data has been found for import": "No data has been found for import",
"Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
"Disconnected": "Disconnected",
"You must be logged in": "You must be logged in",
"Created at {date}": "Created at {date}",
"Modified at {date}": "Modified at {date}",
"on hover": "on hover",
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
"Import failed: invalid data": "Import failed: invalid data",
"Anonymous": "Anonymous"
} }

View file

@ -19,7 +19,6 @@ const locale = {
"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 ao multipolígono atual", "Add a polygon to the current multi": "Adicionar um polígono ao multipolígono atual",
"Add image URL": "Adicionar URL de imagem", "Add image URL": "Adicionar URL de imagem",
"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": "Todos os dados e definições do mapa", "All data and settings of the map": "Todos os dados e definições do mapa",
@ -120,7 +119,6 @@ const locale = {
"Display the locate control": "Mostrar o botão de localização GPS", "Display the locate control": "Mostrar o botão de localização GPS",
"Display the measure control": "Mostrar o botão de medir", "Display the measure control": "Mostrar o botão de medir",
"Display the search control": "Mostrar o botão de pesquisa", "Display the search control": "Mostrar o botão de pesquisa",
"Display the star map button": "Mostrar o botão de estrela do mapa",
"Display the tile layers control": "Mostrar o botão de camadas de mosaicos", "Display the tile layers control": "Mostrar o botão de camadas de mosaicos",
"Display the zoom control": "Mostrar os botões 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 legenda?", "Do you want to display a caption bar?": "Mostrar uma barra de legenda?",
@ -516,11 +514,21 @@ const locale = {
"show/hide all layers": "show/hide all layers", "show/hide all layers": "show/hide all layers",
"zoom to data extent": "zoom to data extent", "zoom to data extent": "zoom to data extent",
"download visible data": "download visible data", "download visible data": "download visible data",
"{connectedPeers} peer(s) currently connected to this map": "{connectedPeers} peer(s) currently connected to this map",
"Import helpers": "Import helpers", "Import helpers": "Import helpers",
"Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.", "Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
"Wikipedia": "Wikipedia", "Wikipedia": "Wikipedia",
"Save draft": "Save draft" "Save draft": "Save draft",
"No data has been found for import": "No data has been found for import",
"Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
"Disconnected": "Disconnected",
"You must be logged in": "You must be logged in",
"Created at {date}": "Created at {date}",
"Modified at {date}": "Modified at {date}",
"on hover": "on hover",
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
"Import failed: invalid data": "Import failed: invalid data",
"Anonymous": "Anonymous"
} }
L.registerLocale("pt", locale) L.registerLocale("pt", locale)
L.setLocale("pt") L.setLocale("pt")

View file

@ -19,7 +19,6 @@
"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 ao multipolígono atual", "Add a polygon to the current multi": "Adicionar um polígono ao multipolígono atual",
"Add image URL": "Adicionar URL de imagem", "Add image URL": "Adicionar URL de imagem",
"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": "Todos os dados e definições do mapa", "All data and settings of the map": "Todos os dados e definições do mapa",
@ -120,7 +119,6 @@
"Display the locate control": "Mostrar o botão de localização GPS", "Display the locate control": "Mostrar o botão de localização GPS",
"Display the measure control": "Mostrar o botão de medir", "Display the measure control": "Mostrar o botão de medir",
"Display the search control": "Mostrar o botão de pesquisa", "Display the search control": "Mostrar o botão de pesquisa",
"Display the star map button": "Mostrar o botão de estrela do mapa",
"Display the tile layers control": "Mostrar o botão de camadas de mosaicos", "Display the tile layers control": "Mostrar o botão de camadas de mosaicos",
"Display the zoom control": "Mostrar os botões 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 legenda?", "Do you want to display a caption bar?": "Mostrar uma barra de legenda?",
@ -516,9 +514,19 @@
"show/hide all layers": "show/hide all layers", "show/hide all layers": "show/hide all layers",
"zoom to data extent": "zoom to data extent", "zoom to data extent": "zoom to data extent",
"download visible data": "download visible data", "download visible data": "download visible data",
"{connectedPeers} peer(s) currently connected to this map": "{connectedPeers} peer(s) currently connected to this map",
"Import helpers": "Import helpers", "Import helpers": "Import helpers",
"Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.", "Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
"Wikipedia": "Wikipedia", "Wikipedia": "Wikipedia",
"Save draft": "Save draft" "Save draft": "Save draft",
"No data has been found for import": "No data has been found for import",
"Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
"Disconnected": "Disconnected",
"You must be logged in": "You must be logged in",
"Created at {date}": "Created at {date}",
"Modified at {date}": "Modified at {date}",
"on hover": "on hover",
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
"Import failed: invalid data": "Import failed: invalid data",
"Anonymous": "Anonymous"
} }

View file

@ -19,7 +19,6 @@ const locale = {
"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 para o multi atual",
"Add image URL": "Adicionar URL da imagem", "Add image URL": "Adicionar URL da imagem",
"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": "Todos os dados e definições do mapa", "All data and settings of the map": "Todos os dados e definições do mapa",
@ -120,7 +119,6 @@ const locale = {
"Display the locate control": "Mostrar o controlo de localizar", "Display the locate control": "Mostrar o controlo de localizar",
"Display the measure control": "Mostrar o controlo de medição", "Display the measure control": "Mostrar o controlo de medição",
"Display the search control": "Mostrar o controlo de pesquisa", "Display the search control": "Mostrar o controlo de pesquisa",
"Display the star map button": "Mostrar o botão de marcar como favorito",
"Display the tile layers control": "Mostrar o controlo de camadas de telas", "Display the tile layers control": "Mostrar o controlo de camadas de telas",
"Display the zoom control": "Mostrar o controlo de aproximar e afastar (zoom)", "Display the zoom control": "Mostrar o controlo 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?",
@ -516,11 +514,21 @@ const locale = {
"show/hide all layers": "show/hide all layers", "show/hide all layers": "show/hide all layers",
"zoom to data extent": "zoom to data extent", "zoom to data extent": "zoom to data extent",
"download visible data": "download visible data", "download visible data": "download visible data",
"{connectedPeers} peer(s) currently connected to this map": "{connectedPeers} peer(s) currently connected to this map",
"Import helpers": "Import helpers", "Import helpers": "Import helpers",
"Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.", "Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
"Wikipedia": "Wikipedia", "Wikipedia": "Wikipedia",
"Save draft": "Save draft" "Save draft": "Save draft",
"No data has been found for import": "No data has been found for import",
"Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
"Disconnected": "Disconnected",
"You must be logged in": "You must be logged in",
"Created at {date}": "Created at {date}",
"Modified at {date}": "Modified at {date}",
"on hover": "on hover",
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
"Import failed: invalid data": "Import failed: invalid data",
"Anonymous": "Anonymous"
} }
L.registerLocale("pt_PT", locale) L.registerLocale("pt_PT", locale)
L.setLocale("pt_PT") L.setLocale("pt_PT")

View file

@ -19,7 +19,6 @@
"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 para o multi atual",
"Add image URL": "Adicionar URL da imagem", "Add image URL": "Adicionar URL da imagem",
"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": "Todos os dados e definições do mapa", "All data and settings of the map": "Todos os dados e definições do mapa",
@ -120,7 +119,6 @@
"Display the locate control": "Mostrar o controlo de localizar", "Display the locate control": "Mostrar o controlo de localizar",
"Display the measure control": "Mostrar o controlo de medição", "Display the measure control": "Mostrar o controlo de medição",
"Display the search control": "Mostrar o controlo de pesquisa", "Display the search control": "Mostrar o controlo de pesquisa",
"Display the star map button": "Mostrar o botão de marcar como favorito",
"Display the tile layers control": "Mostrar o controlo de camadas de telas", "Display the tile layers control": "Mostrar o controlo de camadas de telas",
"Display the zoom control": "Mostrar o controlo de aproximar e afastar (zoom)", "Display the zoom control": "Mostrar o controlo 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?",
@ -516,9 +514,19 @@
"show/hide all layers": "show/hide all layers", "show/hide all layers": "show/hide all layers",
"zoom to data extent": "zoom to data extent", "zoom to data extent": "zoom to data extent",
"download visible data": "download visible data", "download visible data": "download visible data",
"{connectedPeers} peer(s) currently connected to this map": "{connectedPeers} peer(s) currently connected to this map",
"Import helpers": "Import helpers", "Import helpers": "Import helpers",
"Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.", "Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
"Wikipedia": "Wikipedia", "Wikipedia": "Wikipedia",
"Save draft": "Save draft" "Save draft": "Save draft",
"No data has been found for import": "No data has been found for import",
"Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
"Disconnected": "Disconnected",
"You must be logged in": "You must be logged in",
"Created at {date}": "Created at {date}",
"Modified at {date}": "Modified at {date}",
"on hover": "on hover",
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
"Import failed: invalid data": "Import failed: invalid data",
"Anonymous": "Anonymous"
} }

View file

@ -19,7 +19,6 @@ const locale = {
"Add a new property": "เพิ่มคุณสมบัติใหม่", "Add a new property": "เพิ่มคุณสมบัติใหม่",
"Add a polygon to the current multi": "เพิ่มรูปร่างให้กับปัจจุบันหลายปัจจุบัน", "Add a polygon to the current multi": "เพิ่มรูปร่างให้กับปัจจุบันหลายปัจจุบัน",
"Add image URL": "เพิ่ม URL รูปภาพ", "Add image URL": "เพิ่ม URL รูปภาพ",
"Add": "เพิ่ม",
"Advanced actions": "Advanced actions", "Advanced actions": "Advanced actions",
"Advanced properties": "Advanced properties", "Advanced properties": "Advanced properties",
"All data and settings of the map": "ข้อมูลและการตั้งค่าทั้งหมดของแผนที่", "All data and settings of the map": "ข้อมูลและการตั้งค่าทั้งหมดของแผนที่",
@ -120,7 +119,6 @@ const locale = {
"Display the locate control": "Display the locate control", "Display the locate control": "Display the locate control",
"Display the measure control": "Display the measure control", "Display the measure control": "Display the measure control",
"Display the search control": "Display the search control", "Display the search control": "Display the search control",
"Display the star map button": "Display the star map button",
"Display the tile layers control": "Display the tile layers control", "Display the tile layers control": "Display the tile layers control",
"Display the zoom control": "Display the zoom control", "Display the zoom control": "Display the zoom control",
"Do you want to display a caption bar?": "Do you want to display a caption bar?", "Do you want to display a caption bar?": "Do you want to display a caption bar?",
@ -516,11 +514,21 @@ const locale = {
"show/hide all layers": "show/hide all layers", "show/hide all layers": "show/hide all layers",
"zoom to data extent": "zoom to data extent", "zoom to data extent": "zoom to data extent",
"download visible data": "download visible data", "download visible data": "download visible data",
"{connectedPeers} peer(s) currently connected to this map": "{connectedPeers} peer(s) currently connected to this map",
"Import helpers": "Import helpers", "Import helpers": "Import helpers",
"Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.", "Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
"Wikipedia": "Wikipedia", "Wikipedia": "Wikipedia",
"Save draft": "Save draft" "Save draft": "Save draft",
"No data has been found for import": "No data has been found for import",
"Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
"Disconnected": "Disconnected",
"You must be logged in": "You must be logged in",
"Created at {date}": "Created at {date}",
"Modified at {date}": "Modified at {date}",
"on hover": "on hover",
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
"Import failed: invalid data": "Import failed: invalid data",
"Anonymous": "Anonymous"
} }
L.registerLocale("th_TH", locale) L.registerLocale("th_TH", locale)
L.setLocale("th_TH") L.setLocale("th_TH")

View file

@ -19,7 +19,6 @@
"Add a new property": "เพิ่มคุณสมบัติใหม่", "Add a new property": "เพิ่มคุณสมบัติใหม่",
"Add a polygon to the current multi": "เพิ่มรูปร่างให้กับปัจจุบันหลายปัจจุบัน", "Add a polygon to the current multi": "เพิ่มรูปร่างให้กับปัจจุบันหลายปัจจุบัน",
"Add image URL": "เพิ่ม URL รูปภาพ", "Add image URL": "เพิ่ม URL รูปภาพ",
"Add": "เพิ่ม",
"Advanced actions": "Advanced actions", "Advanced actions": "Advanced actions",
"Advanced properties": "Advanced properties", "Advanced properties": "Advanced properties",
"All data and settings of the map": "ข้อมูลและการตั้งค่าทั้งหมดของแผนที่", "All data and settings of the map": "ข้อมูลและการตั้งค่าทั้งหมดของแผนที่",
@ -120,7 +119,6 @@
"Display the locate control": "Display the locate control", "Display the locate control": "Display the locate control",
"Display the measure control": "Display the measure control", "Display the measure control": "Display the measure control",
"Display the search control": "Display the search control", "Display the search control": "Display the search control",
"Display the star map button": "Display the star map button",
"Display the tile layers control": "Display the tile layers control", "Display the tile layers control": "Display the tile layers control",
"Display the zoom control": "Display the zoom control", "Display the zoom control": "Display the zoom control",
"Do you want to display a caption bar?": "Do you want to display a caption bar?", "Do you want to display a caption bar?": "Do you want to display a caption bar?",
@ -516,9 +514,19 @@
"show/hide all layers": "show/hide all layers", "show/hide all layers": "show/hide all layers",
"zoom to data extent": "zoom to data extent", "zoom to data extent": "zoom to data extent",
"download visible data": "download visible data", "download visible data": "download visible data",
"{connectedPeers} peer(s) currently connected to this map": "{connectedPeers} peer(s) currently connected to this map",
"Import helpers": "Import helpers", "Import helpers": "Import helpers",
"Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.", "Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
"Wikipedia": "Wikipedia", "Wikipedia": "Wikipedia",
"Save draft": "Save draft" "Save draft": "Save draft",
"No data has been found for import": "No data has been found for import",
"Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
"Disconnected": "Disconnected",
"You must be logged in": "You must be logged in",
"Created at {date}": "Created at {date}",
"Modified at {date}": "Modified at {date}",
"on hover": "on hover",
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
"Import failed: invalid data": "Import failed: invalid data",
"Anonymous": "Anonymous"
} }

View file

@ -19,7 +19,6 @@ const locale = {
"Add a new property": "新增屬性", "Add a new property": "新增屬性",
"Add a polygon to the current multi": "新增多邊形", "Add a polygon to the current multi": "新增多邊形",
"Add image URL": "新增圖片URL", "Add image URL": "新增圖片URL",
"Add": "新增",
"Advanced actions": "進階動作", "Advanced actions": "進階動作",
"Advanced properties": "進階屬性", "Advanced properties": "進階屬性",
"All data and settings of the map": "地圖的所有資料與設定", "All data and settings of the map": "地圖的所有資料與設定",
@ -120,7 +119,6 @@ const locale = {
"Display the locate control": "顯示定位鍵", "Display the locate control": "顯示定位鍵",
"Display the measure control": "顯示比例尺鍵", "Display the measure control": "顯示比例尺鍵",
"Display the search control": "顯示搜尋鍵", "Display the search control": "顯示搜尋鍵",
"Display the star map button": "顯示星號地圖按鈕",
"Display the tile layers control": "顯示圖層鍵", "Display the tile layers control": "顯示圖層鍵",
"Display the zoom control": "顯示縮放鍵", "Display the zoom control": "顯示縮放鍵",
"Do you want to display a caption bar?": "您是否要顯示標題列?", "Do you want to display a caption bar?": "您是否要顯示標題列?",
@ -516,13 +514,21 @@ const locale = {
"show/hide all layers": "顯示/隱藏所有圖層", "show/hide all layers": "顯示/隱藏所有圖層",
"zoom to data extent": "切換至資料範圍", "zoom to data extent": "切換至資料範圍",
"download visible data": "下載可視資料", "download visible data": "下載可視資料",
"{connectedPeers} peer(s) currently connected to this map": "這份地圖已經有 {connectedPeers} 伙伴連線",
"Import helpers": "匯入幫手", "Import helpers": "匯入幫手",
"Import helpers will fill the URL field for you.": "匯入幫會為你填入網址", "Import helpers will fill the URL field for you.": "匯入幫會為你填入網址",
"Wikipedia": "維基百科", "Wikipedia": "維基百科",
"Save draft": "儲存草稿", "Save draft": "儲存草稿",
"No data has been found for import": "匯入時沒有找到資料", "No data has been found for import": "匯入時沒有找到資料",
"Successfully imported {count} feature(s)": "成功匯入 {count} 圖徵" "Successfully imported {count} feature(s)": "成功匯入 {count} 圖徵",
"Disconnected": "Disconnected",
"You must be logged in": "You must be logged in",
"Created at {date}": "Created at {date}",
"Modified at {date}": "Modified at {date}",
"on hover": "on hover",
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
"Import failed: invalid data": "Import failed: invalid data",
"Anonymous": "Anonymous"
} }
L.registerLocale("zh_TW", locale) L.registerLocale("zh_TW", locale)
L.setLocale("zh_TW") L.setLocale("zh_TW")

View file

@ -19,7 +19,6 @@
"Add a new property": "新增屬性", "Add a new property": "新增屬性",
"Add a polygon to the current multi": "新增多邊形", "Add a polygon to the current multi": "新增多邊形",
"Add image URL": "新增圖片URL", "Add image URL": "新增圖片URL",
"Add": "新增",
"Advanced actions": "進階動作", "Advanced actions": "進階動作",
"Advanced properties": "進階屬性", "Advanced properties": "進階屬性",
"All data and settings of the map": "地圖的所有資料與設定", "All data and settings of the map": "地圖的所有資料與設定",
@ -120,7 +119,6 @@
"Display the locate control": "顯示定位鍵", "Display the locate control": "顯示定位鍵",
"Display the measure control": "顯示比例尺鍵", "Display the measure control": "顯示比例尺鍵",
"Display the search control": "顯示搜尋鍵", "Display the search control": "顯示搜尋鍵",
"Display the star map button": "顯示星號地圖按鈕",
"Display the tile layers control": "顯示圖層鍵", "Display the tile layers control": "顯示圖層鍵",
"Display the zoom control": "顯示縮放鍵", "Display the zoom control": "顯示縮放鍵",
"Do you want to display a caption bar?": "您是否要顯示標題列?", "Do you want to display a caption bar?": "您是否要顯示標題列?",
@ -516,11 +514,19 @@
"show/hide all layers": "顯示/隱藏所有圖層", "show/hide all layers": "顯示/隱藏所有圖層",
"zoom to data extent": "切換至資料範圍", "zoom to data extent": "切換至資料範圍",
"download visible data": "下載可視資料", "download visible data": "下載可視資料",
"{connectedPeers} peer(s) currently connected to this map": "這份地圖已經有 {connectedPeers} 伙伴連線",
"Import helpers": "匯入幫手", "Import helpers": "匯入幫手",
"Import helpers will fill the URL field for you.": "匯入幫會為你填入網址", "Import helpers will fill the URL field for you.": "匯入幫會為你填入網址",
"Wikipedia": "維基百科", "Wikipedia": "維基百科",
"Save draft": "儲存草稿", "Save draft": "儲存草稿",
"No data has been found for import": "匯入時沒有找到資料", "No data has been found for import": "匯入時沒有找到資料",
"Successfully imported {count} feature(s)": "成功匯入 {count} 圖徵" "Successfully imported {count} feature(s)": "成功匯入 {count} 圖徵",
"Disconnected": "Disconnected",
"You must be logged in": "You must be logged in",
"Created at {date}": "Created at {date}",
"Modified at {date}": "Modified at {date}",
"on hover": "on hover",
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
"Import failed: invalid data": "Import failed: invalid data",
"Anonymous": "Anonymous"
} }