From ca18c5b7df9446874a73a46721b298e5a3b7caca Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Fri, 14 Jun 2024 20:40:07 +0200 Subject: [PATCH] chore: move alert.html inside templates and update translations When alert.html was in static, Django was creating a new translation file, while we want it to just add those strings in the backend po file. --- umap/locale/en/LC_MESSAGES/django.po | 112 +++-- umap/locale/fr/LC_MESSAGES/django.mo | Bin 10220 -> 11387 bytes umap/locale/fr/LC_MESSAGES/django.po | 168 +++++--- umap/settings/base.py | 1 - umap/static/umap/locale/am_ET.js | 67 ++- umap/static/umap/locale/am_ET.json | 67 ++- umap/static/umap/locale/ar.js | 67 ++- umap/static/umap/locale/ar.json | 67 ++- umap/static/umap/locale/ast.js | 67 ++- umap/static/umap/locale/ast.json | 67 ++- umap/static/umap/locale/bg.js | 67 ++- umap/static/umap/locale/bg.json | 67 ++- umap/static/umap/locale/br.js | 67 ++- umap/static/umap/locale/br.json | 67 ++- umap/static/umap/locale/ca.js | 67 ++- umap/static/umap/locale/ca.json | 67 ++- umap/static/umap/locale/cs_CZ.js | 67 ++- umap/static/umap/locale/cs_CZ.json | 67 ++- umap/static/umap/locale/da.js | 67 ++- umap/static/umap/locale/da.json | 67 ++- umap/static/umap/locale/de.js | 67 ++- umap/static/umap/locale/de.json | 67 ++- umap/static/umap/locale/el.js | 67 ++- umap/static/umap/locale/el.json | 67 ++- umap/static/umap/locale/en.js | 67 ++- umap/static/umap/locale/en.json | 67 ++- umap/static/umap/locale/en_US.json | 67 ++- umap/static/umap/locale/es.js | 67 ++- umap/static/umap/locale/es.json | 67 ++- umap/static/umap/locale/et.js | 67 ++- umap/static/umap/locale/et.json | 67 ++- umap/static/umap/locale/eu.js | 67 ++- umap/static/umap/locale/eu.json | 67 ++- umap/static/umap/locale/fa_IR.js | 67 ++- umap/static/umap/locale/fa_IR.json | 67 ++- umap/static/umap/locale/fi.js | 67 ++- umap/static/umap/locale/fi.json | 67 ++- umap/static/umap/locale/fr.js | 67 ++- umap/static/umap/locale/fr.json | 67 ++- umap/static/umap/locale/gl.js | 67 ++- umap/static/umap/locale/gl.json | 67 ++- umap/static/umap/locale/he.js | 67 ++- umap/static/umap/locale/he.json | 67 ++- umap/static/umap/locale/hr.js | 67 ++- umap/static/umap/locale/hr.json | 67 ++- umap/static/umap/locale/hu.js | 67 ++- umap/static/umap/locale/hu.json | 67 ++- umap/static/umap/locale/id.js | 67 ++- umap/static/umap/locale/id.json | 67 ++- umap/static/umap/locale/is.js | 67 ++- umap/static/umap/locale/is.json | 67 ++- umap/static/umap/locale/it.js | 67 ++- umap/static/umap/locale/it.json | 67 ++- umap/static/umap/locale/ja.js | 67 ++- umap/static/umap/locale/ja.json | 67 ++- umap/static/umap/locale/ko.js | 67 ++- umap/static/umap/locale/ko.json | 67 ++- umap/static/umap/locale/lt.js | 67 ++- umap/static/umap/locale/lt.json | 67 ++- umap/static/umap/locale/ms.js | 67 ++- umap/static/umap/locale/ms.json | 67 ++- umap/static/umap/locale/nl.js | 67 ++- umap/static/umap/locale/nl.json | 67 ++- umap/static/umap/locale/no.js | 67 ++- umap/static/umap/locale/no.json | 67 ++- umap/static/umap/locale/pl.js | 151 ++++--- umap/static/umap/locale/pl.json | 151 ++++--- umap/static/umap/locale/pl_PL.json | 67 ++- umap/static/umap/locale/pt.js | 395 ++++++++++-------- umap/static/umap/locale/pt.json | 395 ++++++++++-------- umap/static/umap/locale/pt_BR.js | 67 ++- umap/static/umap/locale/pt_BR.json | 67 ++- umap/static/umap/locale/pt_PT.js | 67 ++- umap/static/umap/locale/pt_PT.json | 67 ++- umap/static/umap/locale/ro.js | 67 ++- umap/static/umap/locale/ro.json | 67 ++- umap/static/umap/locale/ru.js | 67 ++- umap/static/umap/locale/ru.json | 67 ++- umap/static/umap/locale/si.js | 67 ++- umap/static/umap/locale/si.json | 67 ++- umap/static/umap/locale/sk_SK.js | 67 ++- umap/static/umap/locale/sk_SK.json | 67 ++- umap/static/umap/locale/sl.js | 67 ++- umap/static/umap/locale/sl.json | 67 ++- umap/static/umap/locale/sr.js | 67 ++- umap/static/umap/locale/sr.json | 67 ++- umap/static/umap/locale/sv.js | 67 ++- umap/static/umap/locale/sv.json | 67 ++- umap/static/umap/locale/th_TH.js | 67 ++- umap/static/umap/locale/th_TH.json | 67 ++- umap/static/umap/locale/tr.js | 67 ++- umap/static/umap/locale/tr.json | 67 ++- umap/static/umap/locale/uk_UA.js | 67 ++- umap/static/umap/locale/uk_UA.json | 67 ++- umap/static/umap/locale/vi.js | 67 ++- umap/static/umap/locale/vi.json | 67 ++- umap/static/umap/locale/vi_VN.json | 67 ++- umap/static/umap/locale/zh.js | 67 ++- umap/static/umap/locale/zh.json | 67 ++- umap/static/umap/locale/zh_CN.json | 67 ++- umap/static/umap/locale/zh_TW.Big5.json | 67 ++- umap/static/umap/locale/zh_TW.js | 67 ++- umap/static/umap/locale/zh_TW.json | 67 ++- .../umap}/components/alerts/alert.html | 5 +- umap/templates/umap/messages.html | 2 +- 105 files changed, 5655 insertions(+), 2090 deletions(-) rename umap/{static/umap/js => templates/umap}/components/alerts/alert.html (87%) diff --git a/umap/locale/en/LC_MESSAGES/django.po b/umap/locale/en/LC_MESSAGES/django.po index 8ef33bb0..12a35759 100644 --- a/umap/locale/en/LC_MESSAGES/django.po +++ b/umap/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-24 19:16+0000\n" +"POT-Creation-Date: 2024-06-14 17:49+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -25,7 +25,7 @@ msgstr "" msgid "Everyone can edit" msgstr "" -#: forms.py:69 models.py:384 +#: forms.py:69 models.py:389 msgid "Inherit" msgstr "" @@ -53,15 +53,15 @@ msgstr "" msgid "Order of the tilelayers in the edit box" msgstr "" -#: models.py:147 models.py:385 +#: models.py:147 models.py:390 msgid "Everyone" msgstr "" -#: models.py:148 models.py:154 models.py:386 +#: models.py:148 models.py:154 models.py:391 msgid "Editors only" msgstr "" -#: models.py:149 models.py:387 +#: models.py:149 models.py:392 msgid "Owner only" msgstr "" @@ -109,7 +109,7 @@ msgstr "" msgid "editors" msgstr "" -#: models.py:186 models.py:408 +#: models.py:186 models.py:413 msgid "edit status" msgstr "" @@ -117,23 +117,23 @@ msgstr "" msgid "share status" msgstr "" -#: models.py:194 models.py:403 +#: models.py:194 models.py:408 msgid "settings" msgstr "" -#: models.py:325 +#: models.py:330 msgid "Clone of" msgstr "" -#: models.py:394 +#: models.py:399 msgid "description" msgstr "" -#: models.py:398 +#: models.py:403 msgid "display on load" msgstr "" -#: models.py:399 +#: models.py:404 msgid "Display this layer on load." msgstr "" @@ -262,13 +262,59 @@ msgstr "" msgid "Play with the demo" msgstr "" -#: templates/umap/content.html:22 +#: templates/umap/components/alerts/alert.html:14 +#: templates/umap/components/alerts/alert.html:49 +#: templates/umap/components/alerts/alert.html:71 +msgid "Close" +msgstr "" + +#: templates/umap/components/alerts/alert.html:27 +#, python-format +msgid "" +"Pro-tip: to easily find back your maps, create an account or log in." +msgstr "" + +#: templates/umap/components/alerts/alert.html:30 +msgid "Here is your secret link to edit the map, please keep it safe:" +msgstr "" + +#: templates/umap/components/alerts/alert.html:33 +msgid "Copy link" +msgstr "" + +#: templates/umap/components/alerts/alert.html:39 +msgid "Enter your email address to receive the secret link:" +msgstr "" + +#: templates/umap/components/alerts/alert.html:41 +msgid "Email" +msgstr "" + +#: templates/umap/components/alerts/alert.html:42 +msgid "Send me the link" +msgstr "" + +#: templates/umap/components/alerts/alert.html:63 +msgid "See their edits in another tab" +msgstr "" + +#: templates/umap/components/alerts/alert.html:64 +msgid "Keep your changes and loose theirs" +msgstr "" + +#: templates/umap/components/alerts/alert.html:65 +msgid "Keep their changes and loose yours" +msgstr "" + +#: templates/umap/content.html:24 msgid "" "This instance of uMap is currently in read only mode, no creation/edit is " "allowed." msgstr "" -#: templates/umap/content.html:30 +#: templates/umap/content.html:32 #, python-format msgid "" "This is a demo instance, used for tests and pre-rolling releases. If you " @@ -277,11 +323,11 @@ msgid "" "instance, it's open source!" msgstr "" -#: templates/umap/home.html:8 +#: templates/umap/home.html:11 msgid "Map of the uMaps" msgstr "" -#: templates/umap/home.html:14 +#: templates/umap/home.html:17 msgid "Get inspired, browse maps" msgstr "" @@ -289,7 +335,7 @@ msgstr "" msgid "You are logged in. Continuing..." msgstr "" -#: templates/umap/map_list.html:9 views.py:349 +#: templates/umap/map_list.html:9 views.py:348 msgid "by" msgstr "" @@ -446,18 +492,18 @@ msgstr "" msgid "Your password was changed." msgstr "" -#: templates/umap/search.html:10 +#: templates/umap/search.html:13 #, python-format msgid "%(count)s map found:" msgid_plural "%(count)s maps found:" msgstr[0] "" msgstr[1] "" -#: templates/umap/search.html:18 +#: templates/umap/search.html:21 msgid "No map found." msgstr "" -#: templates/umap/search.html:21 +#: templates/umap/search.html:24 msgid "Latest created maps" msgstr "" @@ -495,57 +541,61 @@ msgstr "" msgid "You have no map yet." msgstr "" -#: views.py:354 +#: views.py:353 msgid "View the map" msgstr "" -#: views.py:716 +#: views.py:718 msgid "See full screen" msgstr "" -#: views.py:817 +#: views.py:846 msgid "Map editors updated with success!" msgstr "" -#: views.py:854 +#: views.py:883 #, python-format msgid "The uMap edit link for your map: %(map_name)s" msgstr "" -#: views.py:857 +#: views.py:886 #, python-format msgid "Here is your secret edit link: %(link)s" msgstr "" -#: views.py:864 +#: views.py:893 #, python-format msgid "Can't send email to %(email)s" msgstr "" -#: views.py:867 +#: views.py:896 #, python-format msgid "Email sent to %(email)s" msgstr "" -#: views.py:878 +#: views.py:907 msgid "Only its owner can delete the map." msgstr "" -#: views.py:906 +#: views.py:910 +msgid "Map successfully deleted." +msgstr "" + +#: views.py:936 #, python-format msgid "" "Your map has been cloned! If you want to edit this map from another " "computer, please use this link: %(anonymous_url)s" msgstr "" -#: views.py:911 +#: views.py:941 msgid "Congratulations, your map has been cloned!" msgstr "" -#: views.py:1146 +#: views.py:1176 msgid "Layer successfully deleted." msgstr "" -#: views.py:1168 +#: views.py:1198 msgid "Permissions updated with success!" msgstr "" diff --git a/umap/locale/fr/LC_MESSAGES/django.mo b/umap/locale/fr/LC_MESSAGES/django.mo index 3ebd585f6fea1b59cb6f1e7c680a2b702e29dbf1..080970baa2861d3c7d01d37f7c07f7ca6bb15f8f 100644 GIT binary patch delta 3952 zcmb7_dvFz39mh|?`w@`z0TgIX0wFxpmWP!9DbNC?V4*-M0tPqto`f~`-o5PJ8y+=W zM6u~mrsA!wRQ~86bu1{()QnT6cASpk4;krb|EYiAW1JB?W2f+ z>C=#`n6pqGzXFwk*Pskuf^y_dI2K+_`Ddv0*P+&{ezI2wWv>Nlekq&@*FXi>RZso( z;7KNwnrERr{t?sx7hyB}8B~hjha}0|fOo(Nc%w+>LZ-|{sM2)6C*T3t0RI6MKm%zy z16!aRzIZG7SIRCiLF1aAL&{}-33bprkS;aXp)z&HZHa^Pp$y&wEnEf_$Sx=cx}i#Q z6mEszgMWZEwC>7cCfe&S9e>#6KWgparV^E&=r#uA}!1M4R{5ISJ zEe#;Meehxp``{zoucw2R$uB}6;3`OxOfh9YRMWkXau7ChzWF^Dig+}Ij%xySKLuLY09j&ILG?xl zR0Me_hmXKU*bmk1=OBOP0zV4m7f>bq4V3-ALfQK}w0i%i(V|P?3Md01RIQIfl3|{M zWYr8nrSvjf0N;em;SH#ow^?Jp3)jI`cnxY@6W+<*W+;1IkT=yFgB5x53>W%jejln7 zzk-Tv4Ea)RZ-KhEkVj@7d<<@adY@l}di{O^_1<5BI^caMhexqUuk-knlc5}Hno0ik zU|IU$0XU5N%}^=Z24}&2P#aD{^}vhpQ}6;*Z@dRpk|q`_Ba5Lj89-&O59&MeEL1?R zLG{L^S(T*5zhy#^*Ro2lODiO+rX8x;I@0-hrQ&Fz+vh9mnb{RzC6Up4<_k#K8#7}^q?@y-U2GqCy7}}oBsi~GB zvK}{0)*KSTqMIGa=F_piiPNA%`^d zjc-J1zC8LodK6_)7y1l3gfv#8g{Teb^_z{7!6}xj0DTT=Jc0V+tK?@VPy^=BR z54zAzCqPd9S#@7IV&vob7S0Xqk_^F4y+838&X?)C9Ku&}Q~|g>DyF zuaLF50AFLXk%^bY&fUBs-Wd&iW5Sx6+ig_NWbnGHoXZ`uS(kGqmu($*YhtCgvLy@_ zmi%H{?3fq%Ea>t%r_;;yB;Mm?w7{t!-Qxlmehm)CBC@M8?jxY+{ctzXc#*6Q~9WvwnwF=2d*g48o61P?Rrk`AXzsva6MHD~j8}KB*E5+ehf!MHyekkKJv4YW6VecR8reMlMkZaJ zXCf)||6UxM8~E{zlQmN}dA5_S7%L5)rToQW=;sH|y4Hb*8!p#YR!60B#qwIoj{?Nn3AFj*=Fb m+O%cGj-(L(ovo}_h;&>*?&oY!=%%yH*8i;BKzGye5&r~xuv`oP delta 2805 zcmX}ueN5F=9LMo8*Hwc)3N2)>_KPs{#*{7@x8C}JNKU7@0{;B=U#5F z9`pwW;=|rFlr~}-5f*052RL{aFO-fk#-!sb7=s_cQO@iAOOVPvBJS zNB+#;yhLC`^l*DL>hozhk>{HnDooleM|JRr-Y}*TCvm+6)nO0D;eP88oXqtpRR8aB zCSFF(&_%l5z|lAw-^TISjT&GNPUHEek4hHazy$O#ZH;&?>PC5}nJz|UVi`VwHJFU= zqf&eUdA7NP8qja330+6s=TFoC{zX>JjHgpT6%Q44NJDkVM$IfAb;DBIz7A8lZom}W zXWM&FGw($WbP#plA=F;DgUVnk>EqcZ6Q^K79QoG_%4yJ=x1dtqiS2k8lQ4@nHG^W* zKub{>szA1lsX~%x>QE18MGd4A)o(9)@c?RqpQ4`gWjy&;>aWnS3S-I7b*x6su$cAG z$Qw`{TdXgm9_*kO-$VY)SzZ$H2i%H-sF_wzFvg8-sDZzT>fauqq7gc%k-uZ#_|UfZ zpk{IgHS_bf{VUXszO(I@tpljf|AHF$HR}*+0=IEHMl#Au4D6z!8xLTwi;h^r^%3&J zvYA_`OhmCEGB6vpn=4QQUyloMGtR-|s7*G2591JOAO)mh7B0mctjF0p|A(mPJb!Dw zhI*ijGa_f8_DB(G#r!FRnp#*oh>=bRvCCH)_+IL1pYG%*1}wT8`l+$1oAq?;NV%&&WPDe;|J*l2N3i z4>NTBOQ>kXZKySBx7YhnGdPIlcoud1CUGR#uciQXV?Sy@Rj6ZEV{JqYq}5(K)`K{T z_M;fku02j=27ZC+a22(N|KNO#_YSY^3RH?)F(3D!GIbG^nMPkzS04@gNrO^)8a1~+7r{vGGheh0mn%XHbVrVKl< z5w%3OP$~9sQ*GK5)I`!y6UjwoW9mzG+UJ? z2);`~gVMDIqq1%o^SE_{XQ}A>p^ESmp%b9zCv&lZXe1U9+K|r?D)$hauF#JQ88roj z%B*2Rdq!1l#uh?*L+h^+Ml2y7BkmwEi9+IOqLP?PJVL1C5p|&&KU&JaHipVG#0!MZwvOFM zSxZHGAd_I, 2013-2014,2018-2019,2023-2024\n" "Language-Team: French (http://app.transifex.com/openstreetmap/umap/language/fr/)\n" @@ -41,7 +41,7 @@ msgstr "Modifiable seulement avec le lien de modification secret" msgid "Everyone can edit" msgstr "Tout le monde peut modifier" -#: forms.py:69 models.py:371 +#: forms.py:69 models.py:389 msgid "Inherit" msgstr "Par défaut" @@ -49,107 +49,107 @@ msgstr "Par défaut" msgid "Site is readonly for maintenance" msgstr "Le site est en lecture seule pour maintenance." -#: models.py:50 +#: models.py:53 msgid "name" msgstr "nom" -#: models.py:81 +#: models.py:84 msgid "details" msgstr "détails" -#: models.py:82 +#: models.py:85 msgid "Link to a page where the licence is detailed." msgstr "Lien vers une page détaillant la licence." -#: models.py:92 +#: models.py:95 msgid "URL template using OSM tile format" msgstr "Modèle d'URL au format des tuiles OSM" -#: models.py:98 +#: models.py:101 msgid "Order of the tilelayers in the edit box" msgstr "Ordre des calques de tuiles dans le panneau de modification" -#: models.py:144 models.py:372 +#: models.py:147 models.py:390 msgid "Everyone" msgstr "Tout le monde" -#: models.py:145 models.py:151 models.py:373 +#: models.py:148 models.py:154 models.py:391 msgid "Editors only" msgstr "Éditeurs uniquement" -#: models.py:146 models.py:374 +#: models.py:149 models.py:392 msgid "Owner only" msgstr "Propriétaire uniquement" -#: models.py:149 +#: models.py:152 msgid "Everyone (public)" msgstr "Tout le monde (public)" -#: models.py:150 +#: models.py:153 msgid "Anyone with link" msgstr "Quiconque a le lien" -#: models.py:152 +#: models.py:155 msgid "Blocked" msgstr "Bloquée" -#: models.py:155 models.py:378 -msgid "description" -msgstr "description" - -#: models.py:156 +#: models.py:158 msgid "center" msgstr "centre" -#: models.py:157 +#: models.py:159 msgid "zoom" msgstr "zoom" -#: models.py:159 +#: models.py:161 msgid "locate" msgstr "géolocaliser" -#: models.py:159 +#: models.py:161 msgid "Locate user on load?" msgstr "Géolocaliser l'utilisateur au chargement ?" -#: models.py:163 +#: models.py:165 msgid "Choose the map licence." msgstr "Choisir une licence pour la carte" -#: models.py:164 +#: models.py:166 msgid "licence" msgstr "licence" -#: models.py:175 +#: models.py:177 msgid "owner" msgstr "créateur" -#: models.py:179 +#: models.py:181 msgid "editors" msgstr "éditeurs" -#: models.py:184 models.py:392 +#: models.py:186 models.py:413 msgid "edit status" msgstr "statut de modification" -#: models.py:189 +#: models.py:191 msgid "share status" msgstr "qui a accès" -#: models.py:192 models.py:387 +#: models.py:194 models.py:408 msgid "settings" msgstr "réglages" -#: models.py:320 +#: models.py:330 msgid "Clone of" msgstr "Clone de" -#: models.py:382 +#: models.py:399 +msgid "description" +msgstr "description" + +#: models.py:403 msgid "display on load" msgstr "afficher au chargement." -#: models.py:383 +#: models.py:404 msgid "Display this layer on load." msgstr "Afficher ce calque au chargement." @@ -278,13 +278,59 @@ msgstr "Créer une carte" msgid "Play with the demo" msgstr "Tester la démo" -#: templates/umap/content.html:22 +#: templates/umap/components/alerts/alert.html:14 +#: templates/umap/components/alerts/alert.html:49 +#: templates/umap/components/alerts/alert.html:71 +msgid "Close" +msgstr "Fermer" + +#: templates/umap/components/alerts/alert.html:27 +#, python-format +msgid "" +"Pro-tip: to easily find back your maps, create an account or log in." +msgstr "Astuce: pour retrouver facilement vos cartes, créez un compte ou identifiez-vous." + +#: templates/umap/components/alerts/alert.html:30 +msgid "Here is your secret link to edit the map, please keep it safe:" +msgstr "Ceci est le lien d'édition secret, gardez-le en lieu sûr:" + +#: templates/umap/components/alerts/alert.html:33 +msgid "Copy link" +msgstr "Copier le lien" + +#: templates/umap/components/alerts/alert.html:39 +msgid "Enter your email address to receive the secret link:" +msgstr "Entrer une adresse mail pour recevoir le lien secret:" + +#: templates/umap/components/alerts/alert.html:41 +msgid "Email" +msgstr "Courriel" + +#: templates/umap/components/alerts/alert.html:42 +msgid "Send me the link" +msgstr "Recevoir le lien" + +#: templates/umap/components/alerts/alert.html:63 +msgid "See their edits in another tab" +msgstr "Voir leurs changements dans un nouvel onglet" + +#: templates/umap/components/alerts/alert.html:64 +msgid "Keep your changes and loose theirs" +msgstr "Garder mes changements et écraser les leurs" + +#: templates/umap/components/alerts/alert.html:65 +msgid "Keep their changes and loose yours" +msgstr "Garder leurs changements et écraser les miens" + +#: templates/umap/content.html:24 msgid "" "This instance of uMap is currently in read only mode, no creation/edit is " "allowed." msgstr "uMap est actuellement en mode lecture seule, aucune création ou modification n'est possible." -#: templates/umap/content.html:30 +#: templates/umap/content.html:32 #, python-format msgid "" "This is a demo instance, used for tests and pre-rolling releases. If you " @@ -293,11 +339,11 @@ msgid "" "instance, it's open source!" msgstr "Il s'agit d'un site de démonstration, utilisé pour les tests et validation avant diffusion. Si vous avez besoin d'une version stable, utilisez plutôt %(stable_url)s. Vous pouvez aussi mettre en place votre propre version, c'est open source!" -#: templates/umap/home.html:8 +#: templates/umap/home.html:11 msgid "Map of the uMaps" msgstr "La carte des uMaps" -#: templates/umap/home.html:14 +#: templates/umap/home.html:17 msgid "Get inspired, browse maps" msgstr "Naviguer dans les cartes" @@ -305,7 +351,7 @@ msgstr "Naviguer dans les cartes" msgid "You are logged in. Continuing..." msgstr "Vous êtes maintenant identifié. Merci de patienter..." -#: templates/umap/map_list.html:9 views.py:342 +#: templates/umap/map_list.html:9 views.py:348 msgid "by" msgstr "par" @@ -361,37 +407,37 @@ msgstr "Télécharger" msgid "Clone" msgstr "Cloner" -#: templates/umap/map_table.html:76 templates/umap/map_table.html:78 +#: templates/umap/map_table.html:77 templates/umap/map_table.html:79 msgid "Delete" msgstr "Supprimer" -#: templates/umap/map_table.html:91 +#: templates/umap/map_table.html:93 msgid "first" msgstr "début" -#: templates/umap/map_table.html:92 +#: templates/umap/map_table.html:94 msgid "previous" msgstr "précédente" -#: templates/umap/map_table.html:100 +#: templates/umap/map_table.html:102 #, python-format msgid "Page %(maps_number)s of %(num_pages)s" msgstr "Page %(maps_number)s de %(num_pages)s" -#: templates/umap/map_table.html:105 +#: templates/umap/map_table.html:107 msgid "next" msgstr "suivante" -#: templates/umap/map_table.html:106 +#: templates/umap/map_table.html:108 msgid "last" msgstr "fin" -#: templates/umap/map_table.html:114 +#: templates/umap/map_table.html:116 #, python-format msgid "Lines per page: %(per_page)s" msgstr "Lignes par page: %(per_page)s" -#: templates/umap/map_table.html:119 +#: templates/umap/map_table.html:121 #, python-format msgid "%(count)s maps" msgstr "%(count)s cartes" @@ -462,7 +508,7 @@ msgstr "Le mot de passe a été modifié" msgid "Your password was changed." msgstr "Votre mot de passe a été modifié" -#: templates/umap/search.html:10 +#: templates/umap/search.html:13 #, python-format msgid "%(count)s map found:" msgid_plural "%(count)s maps found:" @@ -470,11 +516,11 @@ msgstr[0] "%(count)s carte trouvée:" msgstr[1] "%(count)s cartes trouvées:" msgstr[2] "%(count)s cartes trouvées:" -#: templates/umap/search.html:18 +#: templates/umap/search.html:21 msgid "No map found." msgstr "Aucune carte trouvée." -#: templates/umap/search.html:21 +#: templates/umap/search.html:24 msgid "Latest created maps" msgstr "Dernières cartes créées." @@ -512,57 +558,61 @@ msgstr "Télécharger %(count)s cartes" msgid "You have no map yet." msgstr "Vous n'avez pas encore de carte." -#: views.py:347 +#: views.py:353 msgid "View the map" msgstr "Voir la carte" -#: views.py:705 +#: views.py:718 msgid "See full screen" msgstr "Plein écran" -#: views.py:804 +#: views.py:846 msgid "Map editors updated with success!" msgstr "Éditeurs de la carte mis à jour !" -#: views.py:841 +#: views.py:883 #, python-format msgid "The uMap edit link for your map: %(map_name)s" msgstr "La lien d'édition uMap pour votre carte %(map_name)s" -#: views.py:844 +#: views.py:886 #, python-format msgid "Here is your secret edit link: %(link)s" msgstr "Voici votre lien d'édition secret: %(link)s" -#: views.py:851 +#: views.py:893 #, python-format msgid "Can't send email to %(email)s" msgstr "Impossible d'envoyer un courriel vers %(email)s" -#: views.py:854 +#: views.py:896 #, python-format msgid "Email sent to %(email)s" msgstr "Courriel envoyé à %(email)s" -#: views.py:865 +#: views.py:907 msgid "Only its owner can delete the map." msgstr "Seul le créateur de la carte peut la supprimer." -#: views.py:893 +#: views.py:910 +msgid "Map successfully deleted." +msgstr "La bien été supprimée." + +#: views.py:936 #, python-format msgid "" "Your map has been cloned! If you want to edit this map from another " "computer, please use this link: %(anonymous_url)s" msgstr "Votre carte a été dupliquée ! Si vous souhaitez la modifier depuis un autre ordinateur, veuillez utiliser ce lien : %(anonymous_url)s" -#: views.py:898 +#: views.py:941 msgid "Congratulations, your map has been cloned!" msgstr "Votre carte a été dupliquée !" -#: views.py:1136 +#: views.py:1176 msgid "Layer successfully deleted." msgstr "Calque supprimé." -#: views.py:1158 +#: views.py:1198 msgid "Permissions updated with success!" msgstr "Les permissions ont bien été modifiées !" diff --git a/umap/settings/base.py b/umap/settings/base.py index efad5281..80043c8a 100644 --- a/umap/settings/base.py +++ b/umap/settings/base.py @@ -182,7 +182,6 @@ TEMPLATES = [ { "BACKEND": "django.template.backends.django.DjangoTemplates", "APP_DIRS": True, - "DIRS": [os.path.join(PROJECT_DIR, STATIC_ROOT)], "OPTIONS": { "context_processors": ( "django.contrib.auth.context_processors.auth", diff --git a/umap/static/umap/locale/am_ET.js b/umap/static/umap/locale/am_ET.js index 7b64455a..f6c29fa9 100644 --- a/umap/static/umap/locale/am_ET.js +++ b/umap/static/umap/locale/am_ET.js @@ -48,16 +48,12 @@ const locale = { "by": "በ", "Cache proxied request": "Cache proxied request", "Cancel edits": "እርማቶችን ሰርዝ", - "Cancel": "አቁም/ሰርዝ", "Caption": "ካፕሽን", "Center map on your location": "መገኛዎን የሚያሳየውን ካርታ ወደ መሀል ያድርጉ", "Change map background": "የካርታውን የጀርባ ገፅታ ይቀይሩ", "Change tilelayers": "የታይልሌየሩን", "Change": "Change", - "Choose a preset": "ፕሪሴት ምረጥ", "Choose the data format": "የረጃውን ፎርማት ቀይር", - "Choose the format of the data to import": "ሊያመጡ የፈለጉትን የመረጃ ፎርማት ይምረጡ", - "Choose the layer to import in": "የሚያስገቡበት ሌየር ይምረጡ", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ const locale = { "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "መስመሩን ቀጥል", "Coordinates": "ኮርዲኔቶች", - "Copy link": "Copy link", "copy": "copy", "Credits": "ክሬዲቶች", "Current map view": "Current map view", @@ -152,7 +147,6 @@ const locale = { "Edit the title of the map": "Edit the title of the map", "Edit this feature": "ይህንን ፊቸር አርም", "Edit": "አርም", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "ካርታውን አካትት", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ const locale = { "Image: {{http://image.url.com}}": "ምስል፡{{http://image.url.com}}", "Import data": "መረጃ አምጣ", "Import in a new layer": "አዲስ ሌየር አምጣ", - "Import": "አምጣ", "Imports all umap data, including layers and settings.": "ሌየር እና ሁኔታዎቹን ጨምሮ ሁሉንም የዩማፕ መረጃ ያመጣል", "Include full screen link?": "ሙሉ ስክሪን ሊክን ያካትት?", "Inherit": "ውረስ", @@ -311,7 +304,6 @@ const locale = { "Rename this property on all the features": "በሁሉም ፊቸሮች ይህንን ያባህርይ መጠሪያ ያሻሽሉ", "Replace layer content": "Replace layer content", "Restore this version": "ይህንን እትም መልስ", - "Save anyway": "ለማንኛውም አስቀምጥ/አድን", "Save current edits": "የአሁኑን እርማቶች አስቀምጥ/አድን", "Save map": "Save map", "Save this center and zoom": "ይህንን ዙም እና መሀከል አስቀምጥ/አድን", @@ -320,12 +312,9 @@ const locale = { "Saved center and zoom": "Saved center and zoom", "Search location": "Search location", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "ሙሉውን ስክሪን ተመልከት", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "settings": "settings", "Shape properties": "Shape properties", @@ -398,9 +387,7 @@ const locale = { "Will be displayed in the bottom right corner of the map": "ከታች በቀኝ ኮርነሩ ላይ ይታያል", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "በካርታው ካፕሽን ላይ እንዲታይ ይደረጋል", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "ውይ! ሌላ ሰው መረጃውን ሳያርመው አይቀርም። ለማንኛውም ማዳን/ማስቀመጥ ይቻላል፣ ነገር ግን የሌሎች እርማቶች ይሰረዛሉ", "yes": "አዎን", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "አጉላ", "Zoom level for automatic zooms": "አውቶማቲክ ዙሞች የሚጎሉበት መጠን", "Zoom out": "አርቅ", @@ -444,9 +431,57 @@ const locale = { "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } L.registerLocale("am_ET", locale) L.setLocale("am_ET") diff --git a/umap/static/umap/locale/am_ET.json b/umap/static/umap/locale/am_ET.json index b5f19e8c..665390b7 100644 --- a/umap/static/umap/locale/am_ET.json +++ b/umap/static/umap/locale/am_ET.json @@ -48,16 +48,12 @@ "by": "በ", "Cache proxied request": "Cache proxied request", "Cancel edits": "እርማቶችን ሰርዝ", - "Cancel": "አቁም/ሰርዝ", "Caption": "ካፕሽን", "Center map on your location": "መገኛዎን የሚያሳየውን ካርታ ወደ መሀል ያድርጉ", "Change map background": "የካርታውን የጀርባ ገፅታ ይቀይሩ", "Change tilelayers": "የታይልሌየሩን", "Change": "Change", - "Choose a preset": "ፕሪሴት ምረጥ", "Choose the data format": "የረጃውን ፎርማት ቀይር", - "Choose the format of the data to import": "ሊያመጡ የፈለጉትን የመረጃ ፎርማት ይምረጡ", - "Choose the layer to import in": "የሚያስገቡበት ሌየር ይምረጡ", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "መስመሩን ቀጥል", "Coordinates": "ኮርዲኔቶች", - "Copy link": "Copy link", "copy": "copy", "Credits": "ክሬዲቶች", "Current map view": "Current map view", @@ -152,7 +147,6 @@ "Edit the title of the map": "Edit the title of the map", "Edit this feature": "ይህንን ፊቸር አርም", "Edit": "አርም", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "ካርታውን አካትት", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ "Image: {{http://image.url.com}}": "ምስል፡{{http://image.url.com}}", "Import data": "መረጃ አምጣ", "Import in a new layer": "አዲስ ሌየር አምጣ", - "Import": "አምጣ", "Imports all umap data, including layers and settings.": "ሌየር እና ሁኔታዎቹን ጨምሮ ሁሉንም የዩማፕ መረጃ ያመጣል", "Include full screen link?": "ሙሉ ስክሪን ሊክን ያካትት?", "Inherit": "ውረስ", @@ -311,7 +304,6 @@ "Rename this property on all the features": "በሁሉም ፊቸሮች ይህንን ያባህርይ መጠሪያ ያሻሽሉ", "Replace layer content": "Replace layer content", "Restore this version": "ይህንን እትም መልስ", - "Save anyway": "ለማንኛውም አስቀምጥ/አድን", "Save current edits": "የአሁኑን እርማቶች አስቀምጥ/አድን", "Save map": "Save map", "Save this center and zoom": "ይህንን ዙም እና መሀከል አስቀምጥ/አድን", @@ -320,12 +312,9 @@ "Saved center and zoom": "Saved center and zoom", "Search location": "Search location", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "ሙሉውን ስክሪን ተመልከት", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "settings": "settings", "Shape properties": "Shape properties", @@ -398,9 +387,7 @@ "Will be displayed in the bottom right corner of the map": "ከታች በቀኝ ኮርነሩ ላይ ይታያል", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "በካርታው ካፕሽን ላይ እንዲታይ ይደረጋል", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "ውይ! ሌላ ሰው መረጃውን ሳያርመው አይቀርም። ለማንኛውም ማዳን/ማስቀመጥ ይቻላል፣ ነገር ግን የሌሎች እርማቶች ይሰረዛሉ", "yes": "አዎን", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "አጉላ", "Zoom level for automatic zooms": "አውቶማቲክ ዙሞች የሚጎሉበት መጠን", "Zoom out": "አርቅ", @@ -444,7 +431,55 @@ "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } \ No newline at end of file diff --git a/umap/static/umap/locale/ar.js b/umap/static/umap/locale/ar.js index 943dc2a3..ee5fe2db 100644 --- a/umap/static/umap/locale/ar.js +++ b/umap/static/umap/locale/ar.js @@ -48,16 +48,12 @@ const locale = { "by": "by", "Cache proxied request": "Cache proxied request", "Cancel edits": "Cancel edits", - "Cancel": "إلغاء", "Caption": "شرح", "Center map on your location": "Center map on your location", "Change map background": "Change map background", "Change tilelayers": "Change tilelayers", "Change": "Change", - "Choose a preset": "Choose a preset", "Choose the data format": "اختر تنسيق البيانات", - "Choose the format of the data to import": "Choose the format of the data to import", - "Choose the layer to import in": "Choose the layer to import in", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ const locale = { "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "واصل الخط", "Coordinates": "Coordinates", - "Copy link": "Copy link", "copy": "copy", "Credits": "Credits", "Current map view": "Current map view", @@ -152,7 +147,6 @@ const locale = { "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Edit this feature", "Edit": "Edit", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Embed the map", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ const locale = { "Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}", "Import data": "Import data", "Import in a new layer": "Import in a new layer", - "Import": "Import", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Include full screen link?": "Include full screen link?", "Inherit": "Inherit", @@ -311,7 +304,6 @@ const locale = { "Rename this property on all the features": "Rename this property on all the features", "Replace layer content": "Replace layer content", "Restore this version": "Restore this version", - "Save anyway": "Save anyway", "Save current edits": "Save current edits", "Save map": "Save map", "Save this center and zoom": "Save this center and zoom", @@ -320,12 +312,9 @@ const locale = { "Saved center and zoom": "Saved center and zoom", "Search location": "Search location", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "See full screen", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "settings": "settings", "Shape properties": "Shape properties", @@ -398,9 +387,7 @@ const locale = { "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.", "yes": "نعم", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Zoom in", "Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom out": "Zoom out", @@ -444,9 +431,57 @@ const locale = { "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } L.registerLocale("ar", locale) L.setLocale("ar") diff --git a/umap/static/umap/locale/ar.json b/umap/static/umap/locale/ar.json index 6c4cd9fb..d2f777f3 100644 --- a/umap/static/umap/locale/ar.json +++ b/umap/static/umap/locale/ar.json @@ -48,16 +48,12 @@ "by": "by", "Cache proxied request": "Cache proxied request", "Cancel edits": "Cancel edits", - "Cancel": "إلغاء", "Caption": "شرح", "Center map on your location": "Center map on your location", "Change map background": "Change map background", "Change tilelayers": "Change tilelayers", "Change": "Change", - "Choose a preset": "Choose a preset", "Choose the data format": "اختر تنسيق البيانات", - "Choose the format of the data to import": "Choose the format of the data to import", - "Choose the layer to import in": "Choose the layer to import in", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "واصل الخط", "Coordinates": "Coordinates", - "Copy link": "Copy link", "copy": "copy", "Credits": "Credits", "Current map view": "Current map view", @@ -152,7 +147,6 @@ "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Edit this feature", "Edit": "Edit", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Embed the map", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ "Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}", "Import data": "Import data", "Import in a new layer": "Import in a new layer", - "Import": "Import", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Include full screen link?": "Include full screen link?", "Inherit": "Inherit", @@ -311,7 +304,6 @@ "Rename this property on all the features": "Rename this property on all the features", "Replace layer content": "Replace layer content", "Restore this version": "Restore this version", - "Save anyway": "Save anyway", "Save current edits": "Save current edits", "Save map": "Save map", "Save this center and zoom": "Save this center and zoom", @@ -320,12 +312,9 @@ "Saved center and zoom": "Saved center and zoom", "Search location": "Search location", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "See full screen", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "settings": "settings", "Shape properties": "Shape properties", @@ -398,9 +387,7 @@ "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.", "yes": "نعم", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Zoom in", "Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom out": "Zoom out", @@ -444,7 +431,55 @@ "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } \ No newline at end of file diff --git a/umap/static/umap/locale/ast.js b/umap/static/umap/locale/ast.js index cf5d54b5..c66524c4 100644 --- a/umap/static/umap/locale/ast.js +++ b/umap/static/umap/locale/ast.js @@ -48,16 +48,12 @@ const locale = { "by": "by", "Cache proxied request": "Cache proxied request", "Cancel edits": "Cancel edits", - "Cancel": "Cancel", "Caption": "Caption", "Center map on your location": "Center map on your location", "Change map background": "Change map background", "Change tilelayers": "Change tilelayers", "Change": "Change", - "Choose a preset": "Choose a preset", "Choose the data format": "Choose the data format", - "Choose the format of the data to import": "Choose the format of the data to import", - "Choose the layer to import in": "Choose the layer to import in", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ const locale = { "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Continue line", "Coordinates": "Coordinates", - "Copy link": "Copy link", "copy": "copy", "Credits": "Credits", "Current map view": "Current map view", @@ -152,7 +147,6 @@ const locale = { "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Edit this feature", "Edit": "Edit", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Embed the map", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ const locale = { "Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}", "Import data": "Import data", "Import in a new layer": "Import in a new layer", - "Import": "Import", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Include full screen link?": "Include full screen link?", "Inherit": "Inherit", @@ -311,7 +304,6 @@ const locale = { "Rename this property on all the features": "Rename this property on all the features", "Replace layer content": "Replace layer content", "Restore this version": "Restore this version", - "Save anyway": "Save anyway", "Save current edits": "Save current edits", "Save map": "Save map", "Save this center and zoom": "Save this center and zoom", @@ -320,12 +312,9 @@ const locale = { "Saved center and zoom": "Saved center and zoom", "Search location": "Search location", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "See full screen", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "settings": "settings", "Shape properties": "Shape properties", @@ -398,9 +387,7 @@ const locale = { "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.", "yes": "yes", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Zoom in", "Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom out": "Zoom out", @@ -444,9 +431,57 @@ const locale = { "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } L.registerLocale("ast", locale) L.setLocale("ast") diff --git a/umap/static/umap/locale/ast.json b/umap/static/umap/locale/ast.json index 8f9ea7d9..eb68e8cb 100644 --- a/umap/static/umap/locale/ast.json +++ b/umap/static/umap/locale/ast.json @@ -48,16 +48,12 @@ "by": "by", "Cache proxied request": "Cache proxied request", "Cancel edits": "Cancel edits", - "Cancel": "Cancel", "Caption": "Caption", "Center map on your location": "Center map on your location", "Change map background": "Change map background", "Change tilelayers": "Change tilelayers", "Change": "Change", - "Choose a preset": "Choose a preset", "Choose the data format": "Choose the data format", - "Choose the format of the data to import": "Choose the format of the data to import", - "Choose the layer to import in": "Choose the layer to import in", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Continue line", "Coordinates": "Coordinates", - "Copy link": "Copy link", "copy": "copy", "Credits": "Credits", "Current map view": "Current map view", @@ -152,7 +147,6 @@ "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Edit this feature", "Edit": "Edit", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Embed the map", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ "Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}", "Import data": "Import data", "Import in a new layer": "Import in a new layer", - "Import": "Import", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Include full screen link?": "Include full screen link?", "Inherit": "Inherit", @@ -311,7 +304,6 @@ "Rename this property on all the features": "Rename this property on all the features", "Replace layer content": "Replace layer content", "Restore this version": "Restore this version", - "Save anyway": "Save anyway", "Save current edits": "Save current edits", "Save map": "Save map", "Save this center and zoom": "Save this center and zoom", @@ -320,12 +312,9 @@ "Saved center and zoom": "Saved center and zoom", "Search location": "Search location", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "See full screen", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "settings": "settings", "Shape properties": "Shape properties", @@ -398,9 +387,7 @@ "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.", "yes": "yes", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Zoom in", "Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom out": "Zoom out", @@ -444,7 +431,55 @@ "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } \ No newline at end of file diff --git a/umap/static/umap/locale/bg.js b/umap/static/umap/locale/bg.js index 462591da..52550a49 100644 --- a/umap/static/umap/locale/bg.js +++ b/umap/static/umap/locale/bg.js @@ -48,16 +48,12 @@ const locale = { "by": "чрез", "Cache proxied request": "Cache proxied request", "Cancel edits": "Отмени редакциите", - "Cancel": "Отмени", "Caption": "Надпис", "Center map on your location": "Center map on your location", "Change map background": "Промяна фона на картата", "Change tilelayers": "Променете слоевете", "Change": "Change", - "Choose a preset": "Изберете предварително зададен", "Choose the data format": "Изберете формата на данните", - "Choose the format of the data to import": "Изберете формат на данните за внос", - "Choose the layer to import in": "Избери слой за внасяне в", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ const locale = { "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Continue line", "Coordinates": "Координати", - "Copy link": "Copy link", "copy": "copy", "Credits": "приемам като достоверен", "Current map view": "Current map view", @@ -152,7 +147,6 @@ const locale = { "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Редактирайте тази характеристика", "Edit": "Редактиране", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Вграждане на карта", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ const locale = { "Image: {{http://image.url.com}}": "изображение: {{http://image.url.com}}", "Import data": "Внасям данни", "Import in a new layer": "Import in a new layer", - "Import": "внасяне", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Include full screen link?": "Включи пълна връзка на екрана?", "Inherit": "Наследи", @@ -311,7 +304,6 @@ const locale = { "Rename this property on all the features": "Rename this property on all the features", "Replace layer content": "Replace layer content", "Restore this version": "Restore this version", - "Save anyway": "Save anyway", "Save current edits": "Запиши текущите редакции", "Save map": "Save map", "Save this center and zoom": "Запази този център и размер", @@ -320,12 +312,9 @@ const locale = { "Saved center and zoom": "Saved center and zoom", "Search location": "Search location", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "Виж на цял екран", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "settings": "settings", "Shape properties": "Shape properties", @@ -398,9 +387,7 @@ const locale = { "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.", "yes": "да", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Zoom in", "Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom out": "Намаляване на мащаба", @@ -444,9 +431,57 @@ const locale = { "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } L.registerLocale("bg", locale) L.setLocale("bg") diff --git a/umap/static/umap/locale/bg.json b/umap/static/umap/locale/bg.json index 5c7cf7e5..0d0ef92e 100644 --- a/umap/static/umap/locale/bg.json +++ b/umap/static/umap/locale/bg.json @@ -48,16 +48,12 @@ "by": "чрез", "Cache proxied request": "Cache proxied request", "Cancel edits": "Отмени редакциите", - "Cancel": "Отмени", "Caption": "Надпис", "Center map on your location": "Center map on your location", "Change map background": "Промяна фона на картата", "Change tilelayers": "Променете слоевете", "Change": "Change", - "Choose a preset": "Изберете предварително зададен", "Choose the data format": "Изберете формата на данните", - "Choose the format of the data to import": "Изберете формат на данните за внос", - "Choose the layer to import in": "Избери слой за внасяне в", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Continue line", "Coordinates": "Координати", - "Copy link": "Copy link", "copy": "copy", "Credits": "приемам като достоверен", "Current map view": "Current map view", @@ -152,7 +147,6 @@ "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Редактирайте тази характеристика", "Edit": "Редактиране", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Вграждане на карта", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ "Image: {{http://image.url.com}}": "изображение: {{http://image.url.com}}", "Import data": "Внасям данни", "Import in a new layer": "Import in a new layer", - "Import": "внасяне", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Include full screen link?": "Включи пълна връзка на екрана?", "Inherit": "Наследи", @@ -311,7 +304,6 @@ "Rename this property on all the features": "Rename this property on all the features", "Replace layer content": "Replace layer content", "Restore this version": "Restore this version", - "Save anyway": "Save anyway", "Save current edits": "Запиши текущите редакции", "Save map": "Save map", "Save this center and zoom": "Запази този център и размер", @@ -320,12 +312,9 @@ "Saved center and zoom": "Saved center and zoom", "Search location": "Search location", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "Виж на цял екран", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "settings": "settings", "Shape properties": "Shape properties", @@ -398,9 +387,7 @@ "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.", "yes": "да", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Zoom in", "Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom out": "Намаляване на мащаба", @@ -444,7 +431,55 @@ "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } \ No newline at end of file diff --git a/umap/static/umap/locale/br.js b/umap/static/umap/locale/br.js index 1648f89e..3bea82e9 100644 --- a/umap/static/umap/locale/br.js +++ b/umap/static/umap/locale/br.js @@ -48,16 +48,12 @@ const locale = { "by": "gant", "Cache proxied request": "Cache proxied request", "Cancel edits": "Nullañ ar c'hemmoù", - "Cancel": "Nullañ", "Caption": "Alc'hwez", "Center map on your location": "Kreizañ ar gartenn war al lec'h m'emaoc'h", "Change map background": "Cheñch foñs ar gartenn", "Change tilelayers": "Cheñch foñs ar gartenn", "Change": "Kemmañ", - "Choose a preset": "Diuzañ ur rakdibab", "Choose the data format": "Diuzañ furmad ar roadennoù", - "Choose the format of the data to import": "Diuzañ furmad ar roadennoù da enporzhiañ", - "Choose the layer to import in": "Diuzañ ar gwiskad evit enporzhiañ e-barzh", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ const locale = { "Congratulations, your map has been created!": "Gourc'hemennoù, ho kartenn zo bet krouet!", "Continue line": "Kenderc'hel al linenn", "Coordinates": "Daveennoù", - "Copy link": "Eilañ an ere", "copy": "eilañ", "Credits": "Kredadoù", "Current map view": "Listenn an objedoù a c'haller gwelet", @@ -152,7 +147,6 @@ const locale = { "Edit the title of the map": "Kemmañ titl ar gartenn", "Edit this feature": "Kemmañ an elfenn-mañ", "Edit": "Aozañ", - "Email": "Postel", "Embed and link options": "Dibarzhioù enframmañ ha liammoù", "Embed the map": "Enframmañ ar gartenn", "Emoji & Character": "Emoji & Testenn", @@ -200,7 +194,6 @@ const locale = { "Image: {{http://image.url.com}}": "Skeudenn: {{http://image.url.com}}", "Import data": "Enporzhiañ roadennoù", "Import in a new layer": "Enporzhiañ ur gwiskad nevez", - "Import": "Enporzhiañ", "Imports all umap data, including layers and settings.": "Enporzhiañ holl roadennoù ar gartenn, ar gwiskadoù hag an arventennoù en o zouez.", "Include full screen link?": "Lakaat ul liamm \"skramm a-bezh\" e-barzh?", "Inherit": "Heritañ", @@ -311,7 +304,6 @@ const locale = { "Rename this property on all the features": "Adenvel ar perzh-mañ", "Replace layer content": "Erlec'hiañ endalc'had ar gwiskad", "Restore this version": "Adsevel ar stumm-mañ?", - "Save anyway": "Enrollañ evelkent", "Save current edits": "Enrollañ ar c'hemmoù a-vremañ ", "Save map": "Enrollañ ar gartenn", "Save this center and zoom": "Enrollañ ar c'hreiz hag ar zoum-mañ", @@ -320,12 +312,9 @@ const locale = { "Saved center and zoom": "Kreiz ha zoum enrollet", "Search location": "Klask ul lec'h", "Search": "Klask", - "Secret edit link copied to clipboard!": "Liamm aozañ kuzh eilet er golver!", "Secret edit link:": "Liamm aozañ kuzh:", - "See layers": "Diskouez ar gwiskadoù", "See full screen": "Gwelet e skramm a-bezh", "See on OpenStreetMap": "Gwelet war OpenStreetMap", - "Send me the link": "Kas al liamm din", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Diweredekaat evit kuzhat ar gwiskad-mañ ouzh an diaporama, ar merdeer roadennoù...", "settings": "arventennoù", "Shape properties": "Perzhioù ar furm", @@ -398,9 +387,7 @@ const locale = { "Will be displayed in the bottom right corner of the map": "Diskwelet e vo e traoñ a-zehoù ar gartenn", "Will be permanently visible in the bottom left corner of the map": "Diskwel dalc'hmat e traoñ a-gleiz ar gartenn", "Will be visible in the caption of the map": "Gwelus e vo en alc'hwez ar gartenn", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Chaous! Seblant a ra ez eus bet kemmet ar gartenn gant unan bennak all. Gallout a rit enrollañ koulskoude, kollet e vo e roadennoù avat.", "yes": "ya", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Krouet eo bet ho kartenn! Peogwir n'oc'h ket kevreet, setu al liamm kuzh evit aozañ ar gartenn diwezhatoc'h, diwallit mat anezhañ !", "Zoom in": "Zoumañ", "Zoom level for automatic zooms": "Live ar zoum emgefreek", "Zoom out": "Dizoumañ", @@ -444,9 +431,57 @@ const locale = { "Filter data": "Roadennoù ar sil", "Search map features…": "Klask perzhioù ar gartenn..", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } L.registerLocale("br", locale) L.setLocale("br") diff --git a/umap/static/umap/locale/br.json b/umap/static/umap/locale/br.json index ddb8e420..ba683ed5 100644 --- a/umap/static/umap/locale/br.json +++ b/umap/static/umap/locale/br.json @@ -48,16 +48,12 @@ "by": "gant", "Cache proxied request": "Cache proxied request", "Cancel edits": "Nullañ ar c'hemmoù", - "Cancel": "Nullañ", "Caption": "Alc'hwez", "Center map on your location": "Kreizañ ar gartenn war al lec'h m'emaoc'h", "Change map background": "Cheñch foñs ar gartenn", "Change tilelayers": "Cheñch foñs ar gartenn", "Change": "Kemmañ", - "Choose a preset": "Diuzañ ur rakdibab", "Choose the data format": "Diuzañ furmad ar roadennoù", - "Choose the format of the data to import": "Diuzañ furmad ar roadennoù da enporzhiañ", - "Choose the layer to import in": "Diuzañ ar gwiskad evit enporzhiañ e-barzh", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ "Congratulations, your map has been created!": "Gourc'hemennoù, ho kartenn zo bet krouet!", "Continue line": "Kenderc'hel al linenn", "Coordinates": "Daveennoù", - "Copy link": "Eilañ an ere", "copy": "eilañ", "Credits": "Kredadoù", "Current map view": "Listenn an objedoù a c'haller gwelet", @@ -152,7 +147,6 @@ "Edit the title of the map": "Kemmañ titl ar gartenn", "Edit this feature": "Kemmañ an elfenn-mañ", "Edit": "Aozañ", - "Email": "Postel", "Embed and link options": "Dibarzhioù enframmañ ha liammoù", "Embed the map": "Enframmañ ar gartenn", "Emoji & Character": "Emoji & Testenn", @@ -200,7 +194,6 @@ "Image: {{http://image.url.com}}": "Skeudenn: {{http://image.url.com}}", "Import data": "Enporzhiañ roadennoù", "Import in a new layer": "Enporzhiañ ur gwiskad nevez", - "Import": "Enporzhiañ", "Imports all umap data, including layers and settings.": "Enporzhiañ holl roadennoù ar gartenn, ar gwiskadoù hag an arventennoù en o zouez.", "Include full screen link?": "Lakaat ul liamm \"skramm a-bezh\" e-barzh?", "Inherit": "Heritañ", @@ -311,7 +304,6 @@ "Rename this property on all the features": "Adenvel ar perzh-mañ", "Replace layer content": "Erlec'hiañ endalc'had ar gwiskad", "Restore this version": "Adsevel ar stumm-mañ?", - "Save anyway": "Enrollañ evelkent", "Save current edits": "Enrollañ ar c'hemmoù a-vremañ ", "Save map": "Enrollañ ar gartenn", "Save this center and zoom": "Enrollañ ar c'hreiz hag ar zoum-mañ", @@ -320,12 +312,9 @@ "Saved center and zoom": "Kreiz ha zoum enrollet", "Search location": "Klask ul lec'h", "Search": "Klask", - "Secret edit link copied to clipboard!": "Liamm aozañ kuzh eilet er golver!", "Secret edit link:": "Liamm aozañ kuzh:", - "See layers": "Diskouez ar gwiskadoù", "See full screen": "Gwelet e skramm a-bezh", "See on OpenStreetMap": "Gwelet war OpenStreetMap", - "Send me the link": "Kas al liamm din", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Diweredekaat evit kuzhat ar gwiskad-mañ ouzh an diaporama, ar merdeer roadennoù...", "settings": "arventennoù", "Shape properties": "Perzhioù ar furm", @@ -398,9 +387,7 @@ "Will be displayed in the bottom right corner of the map": "Diskwelet e vo e traoñ a-zehoù ar gartenn", "Will be permanently visible in the bottom left corner of the map": "Diskwel dalc'hmat e traoñ a-gleiz ar gartenn", "Will be visible in the caption of the map": "Gwelus e vo en alc'hwez ar gartenn", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Chaous! Seblant a ra ez eus bet kemmet ar gartenn gant unan bennak all. Gallout a rit enrollañ koulskoude, kollet e vo e roadennoù avat.", "yes": "ya", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Krouet eo bet ho kartenn! Peogwir n'oc'h ket kevreet, setu al liamm kuzh evit aozañ ar gartenn diwezhatoc'h, diwallit mat anezhañ !", "Zoom in": "Zoumañ", "Zoom level for automatic zooms": "Live ar zoum emgefreek", "Zoom out": "Dizoumañ", @@ -444,7 +431,55 @@ "Filter data": "Roadennoù ar sil", "Search map features…": "Klask perzhioù ar gartenn..", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } \ No newline at end of file diff --git a/umap/static/umap/locale/ca.js b/umap/static/umap/locale/ca.js index 8eefbf83..70ecc612 100644 --- a/umap/static/umap/locale/ca.js +++ b/umap/static/umap/locale/ca.js @@ -48,16 +48,12 @@ const locale = { "by": "per", "Cache proxied request": "Petició proxy en memòria cau", "Cancel edits": "Cancel·la les edicions", - "Cancel": "Cancel·la", "Caption": "Llegenda", "Center map on your location": "Centra el mapa a la vostra ubicació", "Change map background": "Canvia el fons del mapa", "Change tilelayers": "Canvia les capes de tessel·les", "Change": "Change", - "Choose a preset": "Choose a preset", "Choose the data format": "Trieu el format de dades", - "Choose the format of the data to import": "Trieu el format de les dades a importar", - "Choose the layer to import in": "Trieu la capa que on voleu importar", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ const locale = { "Congratulations, your map has been created!": "Enhorabona, s'ha creat el mapa!", "Continue line": "Continue line", "Coordinates": "Coordenades", - "Copy link": "Copia l'enllaç", "copy": "copy", "Credits": "Crèdits", "Current map view": "Current map view", @@ -152,7 +147,6 @@ const locale = { "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Edita aquesta característica", "Edit": "Edita", - "Email": "Envia per correu electrònic", "Embed and link options": "Embed and link options", "Embed the map": "Incrusta el mapa", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ const locale = { "Image: {{http://image.url.com}}": "Imatge: {{http://imatge.url.com}}", "Import data": "Importa dades", "Import in a new layer": "Import in a new layer", - "Import": "Importa", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Include full screen link?": "Voleu incloure l'enllaç a pantalla completa?", "Inherit": "Hereta", @@ -311,7 +304,6 @@ const locale = { "Rename this property on all the features": "Canvia el nom d'aquesta propietat en totes les característiques", "Replace layer content": "Replace layer content", "Restore this version": "Restore this version", - "Save anyway": "Desa-ho igualment", "Save current edits": "Desa les edicions actuals", "Save map": "Save map", "Save this center and zoom": "Desa aquest centre i escala", @@ -320,12 +312,9 @@ const locale = { "Saved center and zoom": "Saved center and zoom", "Search location": "Search location", "Search": "Search", - "Secret edit link copied to clipboard!": "L'enllaç secret s'ha copiat al porta-retalls!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "Mostra-ho a pantalla completa", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Envia'm aquest enllaç", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "settings": "settings", "Shape properties": "Shape properties", @@ -398,9 +387,7 @@ const locale = { "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.", "yes": "sí", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "S'ha creat el vostre mapa! Com que no heu iniciat sessió, aquí teniu l'enllaç secret per a editar-lo. Conserveu-lo en un lloc segur:", "Zoom in": "Apropa't", "Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom out": "Allunya't", @@ -444,9 +431,57 @@ const locale = { "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } L.registerLocale("ca", locale) L.setLocale("ca") diff --git a/umap/static/umap/locale/ca.json b/umap/static/umap/locale/ca.json index ba4bb43f..2e29e291 100644 --- a/umap/static/umap/locale/ca.json +++ b/umap/static/umap/locale/ca.json @@ -48,16 +48,12 @@ "by": "per", "Cache proxied request": "Petició proxy en memòria cau", "Cancel edits": "Cancel·la les edicions", - "Cancel": "Cancel·la", "Caption": "Llegenda", "Center map on your location": "Centra el mapa a la vostra ubicació", "Change map background": "Canvia el fons del mapa", "Change tilelayers": "Canvia les capes de tessel·les", "Change": "Change", - "Choose a preset": "Choose a preset", "Choose the data format": "Trieu el format de dades", - "Choose the format of the data to import": "Trieu el format de les dades a importar", - "Choose the layer to import in": "Trieu la capa que on voleu importar", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ "Congratulations, your map has been created!": "Enhorabona, s'ha creat el mapa!", "Continue line": "Continue line", "Coordinates": "Coordenades", - "Copy link": "Copia l'enllaç", "copy": "copy", "Credits": "Crèdits", "Current map view": "Current map view", @@ -152,7 +147,6 @@ "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Edita aquesta característica", "Edit": "Edita", - "Email": "Envia per correu electrònic", "Embed and link options": "Embed and link options", "Embed the map": "Incrusta el mapa", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ "Image: {{http://image.url.com}}": "Imatge: {{http://imatge.url.com}}", "Import data": "Importa dades", "Import in a new layer": "Import in a new layer", - "Import": "Importa", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Include full screen link?": "Voleu incloure l'enllaç a pantalla completa?", "Inherit": "Hereta", @@ -311,7 +304,6 @@ "Rename this property on all the features": "Canvia el nom d'aquesta propietat en totes les característiques", "Replace layer content": "Replace layer content", "Restore this version": "Restore this version", - "Save anyway": "Desa-ho igualment", "Save current edits": "Desa les edicions actuals", "Save map": "Save map", "Save this center and zoom": "Desa aquest centre i escala", @@ -320,12 +312,9 @@ "Saved center and zoom": "Saved center and zoom", "Search location": "Search location", "Search": "Search", - "Secret edit link copied to clipboard!": "L'enllaç secret s'ha copiat al porta-retalls!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "Mostra-ho a pantalla completa", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Envia'm aquest enllaç", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "settings": "settings", "Shape properties": "Shape properties", @@ -398,9 +387,7 @@ "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.", "yes": "sí", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "S'ha creat el vostre mapa! Com que no heu iniciat sessió, aquí teniu l'enllaç secret per a editar-lo. Conserveu-lo en un lloc segur:", "Zoom in": "Apropa't", "Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom out": "Allunya't", @@ -444,7 +431,55 @@ "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } \ No newline at end of file diff --git a/umap/static/umap/locale/cs_CZ.js b/umap/static/umap/locale/cs_CZ.js index 586c298a..5cfcbbd4 100644 --- a/umap/static/umap/locale/cs_CZ.js +++ b/umap/static/umap/locale/cs_CZ.js @@ -48,16 +48,12 @@ const locale = { "by": "od", "Cache proxied request": "Požadavek na zástupnou mezipaměť", "Cancel edits": "Stornovat úpravy", - "Cancel": "Storno", "Caption": "Popisek", "Center map on your location": "Přemístit se na mapě na vaši polohu", "Change map background": "Změnit pozadí mapy", "Change tilelayers": "Změnit pozadí mapy", "Change": "Změnit", - "Choose a preset": "Zvolte přednastavení", "Choose the data format": "Vyberte formát dat", - "Choose the format of the data to import": "Zvolte v jakém formátu jsou importovaná data", - "Choose the layer to import in": "Zvolte vrstvu, do které se bude importovat", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth třídy", "Choropleth color palette": "Choropleth paleta barev", @@ -87,7 +83,6 @@ const locale = { "Congratulations, your map has been created!": "Gratulujeme, vaše mapa byla vytvořena!", "Continue line": "Pokračovat v čáře", "Coordinates": "Souřadnice", - "Copy link": "Kopírovat odkaz", "copy": "kopírovat", "Credits": "Autorství", "Current map view": "Aktuální zobrazení mapy", @@ -152,7 +147,6 @@ const locale = { "Edit the title of the map": "Upravit název mapy", "Edit this feature": "Upravit tento objekt", "Edit": "Upravit", - "Email": "E-mail", "Embed and link options": "Možnosti vložení a propojení", "Embed the map": "Vložit mapu do jiného webu", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ const locale = { "Image: {{http://image.url.com}}": "Obrázek: {{http://priklad.cz/obrazek.jpg}}", "Import data": "Import dat", "Import in a new layer": "Importovat do nové vrstvy", - "Import": "Importovat", "Imports all umap data, including layers and settings.": "Importuje všechy data umapy, včetně vrstev a nastavení", "Include full screen link?": "Zahrnout odkaz na celou obrazovku?", "Inherit": "výchozí", @@ -311,7 +304,6 @@ const locale = { "Rename this property on all the features": "Přejmenovat tuto vlastnost na všech objektech", "Replace layer content": "Nahradit obsah vrstvy", "Restore this version": "Obnovit tuto verzi", - "Save anyway": "I tak uložit", "Save current edits": "Ulož nedávné změny", "Save map": "Uložit mapu", "Save this center and zoom": "Ulož tuto pozici mapy a její přiblížení", @@ -320,12 +312,9 @@ const locale = { "Saved center and zoom": "Uložený střed a zoom", "Search location": "Vyhledat místo na mapě", "Search": "Hledat", - "Secret edit link copied to clipboard!": "Tajný odkaz na úpravy do schránky!", "Secret edit link:": "Tajný odkaz na úpravy:", - "See layers": "Zobrazit vrstvy", "See full screen": "Na celou obrazovku", "See on OpenStreetMap": "Zobrazit na OpenStreetMap", - "Send me the link": "Pošlete mi odkaz", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Nastavte na false pro ukrytí této vrstvy z prezentace, prohlížeče dat, vyskakovací navigace...", "settings": "nastavení", "Shape properties": "Vlastností tvaru", @@ -398,9 +387,7 @@ const locale = { "Will be displayed in the bottom right corner of the map": "Bude zobrazeno s mapou napravo dole", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Bude zobrazeno v popisu mapy", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Ojoj! Někdo jiný mezitím také upravil data. Můžete je uložit bez ohledu na to, ale smažete tak jeho změny.", "yes": "ano", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Vaše mapa byla vytvořena! Protože nejste přihlášeni, zde je váš tajný odkaz na úpravu mapy, uschovejte jej prosím:", "Zoom in": "Přiblížit", "Zoom level for automatic zooms": "Úroveň přiblížení pro automatické přiblížení", "Zoom out": "Oddálit", @@ -444,9 +431,57 @@ const locale = { "Filter data": "Filtrovat data", "Search map features…": "Hledat objekty mapy…", "Reset all": "Obnovit vše", - "Browser in data mode": "Prohlížeč v datovém režimu", - "Browser in layers mode": "Prohlížeč v režimu vrstev", - "Browser in filters mode": "Prohlížeč v režimu filtrů" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } L.registerLocale("cs_CZ", locale) L.setLocale("cs_CZ") diff --git a/umap/static/umap/locale/cs_CZ.json b/umap/static/umap/locale/cs_CZ.json index f11cfe6d..5856b2fc 100644 --- a/umap/static/umap/locale/cs_CZ.json +++ b/umap/static/umap/locale/cs_CZ.json @@ -48,16 +48,12 @@ "by": "od", "Cache proxied request": "Požadavek na zástupnou mezipaměť", "Cancel edits": "Stornovat úpravy", - "Cancel": "Storno", "Caption": "Popisek", "Center map on your location": "Přemístit se na mapě na vaši polohu", "Change map background": "Změnit pozadí mapy", "Change tilelayers": "Změnit pozadí mapy", "Change": "Změnit", - "Choose a preset": "Zvolte přednastavení", "Choose the data format": "Vyberte formát dat", - "Choose the format of the data to import": "Zvolte v jakém formátu jsou importovaná data", - "Choose the layer to import in": "Zvolte vrstvu, do které se bude importovat", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth třídy", "Choropleth color palette": "Choropleth paleta barev", @@ -87,7 +83,6 @@ "Congratulations, your map has been created!": "Gratulujeme, vaše mapa byla vytvořena!", "Continue line": "Pokračovat v čáře", "Coordinates": "Souřadnice", - "Copy link": "Kopírovat odkaz", "copy": "kopírovat", "Credits": "Autorství", "Current map view": "Aktuální zobrazení mapy", @@ -152,7 +147,6 @@ "Edit the title of the map": "Upravit název mapy", "Edit this feature": "Upravit tento objekt", "Edit": "Upravit", - "Email": "E-mail", "Embed and link options": "Možnosti vložení a propojení", "Embed the map": "Vložit mapu do jiného webu", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ "Image: {{http://image.url.com}}": "Obrázek: {{http://priklad.cz/obrazek.jpg}}", "Import data": "Import dat", "Import in a new layer": "Importovat do nové vrstvy", - "Import": "Importovat", "Imports all umap data, including layers and settings.": "Importuje všechy data umapy, včetně vrstev a nastavení", "Include full screen link?": "Zahrnout odkaz na celou obrazovku?", "Inherit": "výchozí", @@ -311,7 +304,6 @@ "Rename this property on all the features": "Přejmenovat tuto vlastnost na všech objektech", "Replace layer content": "Nahradit obsah vrstvy", "Restore this version": "Obnovit tuto verzi", - "Save anyway": "I tak uložit", "Save current edits": "Ulož nedávné změny", "Save map": "Uložit mapu", "Save this center and zoom": "Ulož tuto pozici mapy a její přiblížení", @@ -320,12 +312,9 @@ "Saved center and zoom": "Uložený střed a zoom", "Search location": "Vyhledat místo na mapě", "Search": "Hledat", - "Secret edit link copied to clipboard!": "Tajný odkaz na úpravy do schránky!", "Secret edit link:": "Tajný odkaz na úpravy:", - "See layers": "Zobrazit vrstvy", "See full screen": "Na celou obrazovku", "See on OpenStreetMap": "Zobrazit na OpenStreetMap", - "Send me the link": "Pošlete mi odkaz", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Nastavte na false pro ukrytí této vrstvy z prezentace, prohlížeče dat, vyskakovací navigace...", "settings": "nastavení", "Shape properties": "Vlastností tvaru", @@ -398,9 +387,7 @@ "Will be displayed in the bottom right corner of the map": "Bude zobrazeno s mapou napravo dole", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Bude zobrazeno v popisu mapy", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Ojoj! Někdo jiný mezitím také upravil data. Můžete je uložit bez ohledu na to, ale smažete tak jeho změny.", "yes": "ano", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Vaše mapa byla vytvořena! Protože nejste přihlášeni, zde je váš tajný odkaz na úpravu mapy, uschovejte jej prosím:", "Zoom in": "Přiblížit", "Zoom level for automatic zooms": "Úroveň přiblížení pro automatické přiblížení", "Zoom out": "Oddálit", @@ -444,7 +431,55 @@ "Filter data": "Filtrovat data", "Search map features…": "Hledat objekty mapy…", "Reset all": "Obnovit vše", - "Browser in data mode": "Prohlížeč v datovém režimu", - "Browser in layers mode": "Prohlížeč v režimu vrstev", - "Browser in filters mode": "Prohlížeč v režimu filtrů" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } \ No newline at end of file diff --git a/umap/static/umap/locale/da.js b/umap/static/umap/locale/da.js index 37f1b211..01ade11a 100644 --- a/umap/static/umap/locale/da.js +++ b/umap/static/umap/locale/da.js @@ -48,16 +48,12 @@ const locale = { "by": "af", "Cache proxied request": "Forespørgsel i proxycache", "Cancel edits": "Fortryd redigeringer", - "Cancel": "Fortryd", "Caption": "Billedtekst", "Center map on your location": "Centrer kort på din placering", "Change map background": "Skift kortbaggrund", "Change tilelayers": "Skift kortlag", "Change": "Change", - "Choose a preset": "Vælg en forudindstilling", "Choose the data format": "Vælg dataformat", - "Choose the format of the data to import": "Vælg imports dataformat", - "Choose the layer to import in": "Vælg lag der skal importeres", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ const locale = { "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Fortsæt linje", "Coordinates": "Koordinater", - "Copy link": "Copy link", "copy": "copy", "Credits": "Kreditering", "Current map view": "Current map view", @@ -152,7 +147,6 @@ const locale = { "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Rediger dette objekt", "Edit": "Redigering", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Indlejring af kortet", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ const locale = { "Image: {{http://image.url.com}}": "Billede: {{http://image.url.com}}", "Import data": "Importer data", "Import in a new layer": "Importerer i et nyt lag", - "Import": "Import", "Imports all umap data, including layers and settings.": "Importerer alle umapdata, inklusiv lag og indstillinger,", "Include full screen link?": "Inkluder fuldskærmslink?", "Inherit": "Nedarv", @@ -311,7 +304,6 @@ const locale = { "Rename this property on all the features": "Omdøb denne egenskab på alle objekter", "Replace layer content": "Erstat lags indhold", "Restore this version": "Genskab denne version", - "Save anyway": "Gem alligevel", "Save current edits": "Gem nuværende redigeringer", "Save map": "Save map", "Save this center and zoom": "Gem med dette center og zoom", @@ -320,12 +312,9 @@ const locale = { "Saved center and zoom": "Saved center and zoom", "Search location": "Søg efter placering", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "Se i fuld skærm", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Sæt den til false, for at skjule dette lag fra slideshowet, databrowseren, popupnavigeringen…", "settings": "settings", "Shape properties": "Figuregenskaber", @@ -398,9 +387,7 @@ const locale = { "Will be displayed in the bottom right corner of the map": "Vil blive vist i kortets nederste højre hjørne", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Vil være synlig i tekstfeltet på kortet", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Ups! Det ser ud til at nogen har rettet i dataene. Du kan gemme alligevel, men det vil overskrive andres ændringer.", "yes": "ja", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Zoom ind", "Zoom level for automatic zooms": "Zoomniveau for automatisk zooming", "Zoom out": "Zoom ud", @@ -444,9 +431,57 @@ const locale = { "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } L.registerLocale("da", locale) L.setLocale("da") diff --git a/umap/static/umap/locale/da.json b/umap/static/umap/locale/da.json index e3262fb9..c7c3ea90 100644 --- a/umap/static/umap/locale/da.json +++ b/umap/static/umap/locale/da.json @@ -48,16 +48,12 @@ "by": "af", "Cache proxied request": "Forespørgsel i proxycache", "Cancel edits": "Fortryd redigeringer", - "Cancel": "Fortryd", "Caption": "Billedtekst", "Center map on your location": "Centrer kort på din placering", "Change map background": "Skift kortbaggrund", "Change tilelayers": "Skift kortlag", "Change": "Change", - "Choose a preset": "Vælg en forudindstilling", "Choose the data format": "Vælg dataformat", - "Choose the format of the data to import": "Vælg imports dataformat", - "Choose the layer to import in": "Vælg lag der skal importeres", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Fortsæt linje", "Coordinates": "Koordinater", - "Copy link": "Copy link", "copy": "copy", "Credits": "Kreditering", "Current map view": "Current map view", @@ -152,7 +147,6 @@ "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Rediger dette objekt", "Edit": "Redigering", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Indlejring af kortet", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ "Image: {{http://image.url.com}}": "Billede: {{http://image.url.com}}", "Import data": "Importer data", "Import in a new layer": "Importerer i et nyt lag", - "Import": "Import", "Imports all umap data, including layers and settings.": "Importerer alle umapdata, inklusiv lag og indstillinger,", "Include full screen link?": "Inkluder fuldskærmslink?", "Inherit": "Nedarv", @@ -311,7 +304,6 @@ "Rename this property on all the features": "Omdøb denne egenskab på alle objekter", "Replace layer content": "Erstat lags indhold", "Restore this version": "Genskab denne version", - "Save anyway": "Gem alligevel", "Save current edits": "Gem nuværende redigeringer", "Save map": "Save map", "Save this center and zoom": "Gem med dette center og zoom", @@ -320,12 +312,9 @@ "Saved center and zoom": "Saved center and zoom", "Search location": "Søg efter placering", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "Se i fuld skærm", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Sæt den til false, for at skjule dette lag fra slideshowet, databrowseren, popupnavigeringen…", "settings": "settings", "Shape properties": "Figuregenskaber", @@ -398,9 +387,7 @@ "Will be displayed in the bottom right corner of the map": "Vil blive vist i kortets nederste højre hjørne", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Vil være synlig i tekstfeltet på kortet", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Ups! Det ser ud til at nogen har rettet i dataene. Du kan gemme alligevel, men det vil overskrive andres ændringer.", "yes": "ja", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Zoom ind", "Zoom level for automatic zooms": "Zoomniveau for automatisk zooming", "Zoom out": "Zoom ud", @@ -444,7 +431,55 @@ "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } \ No newline at end of file diff --git a/umap/static/umap/locale/de.js b/umap/static/umap/locale/de.js index 35752121..f91b9f85 100644 --- a/umap/static/umap/locale/de.js +++ b/umap/static/umap/locale/de.js @@ -48,16 +48,12 @@ const locale = { "by": "von", "Cache proxied request": "Proxycache-Anfrage", "Cancel edits": "Bearbeitungen abbrechen", - "Cancel": "Abbrechen", "Caption": "Überschrift", "Center map on your location": "Die Karte auf deinen Standort ausrichten", "Change map background": "Hintergrundkarte ändern", "Change tilelayers": "Kachelebenen ändern", "Change": "Change", - "Choose a preset": "Wähle eine Vorlage", "Choose the data format": "Wähle das Datenformat", - "Choose the format of the data to import": "Wähle das Datenformat für den Import", - "Choose the layer to import in": "Wähle die Ebene, in die importiert werden soll", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ const locale = { "Congratulations, your map has been created!": "Glückwunsch, deine Karte wurde erstellt!", "Continue line": "Linie fortführen", "Coordinates": "Koordinaten", - "Copy link": "Link kopieren", "copy": "kopieren", "Credits": "Credits", "Current map view": "Current map view", @@ -152,7 +147,6 @@ const locale = { "Edit the title of the map": "Die Überschrift der Karte bearbeiten", "Edit this feature": "Dieses Element bearbeiten", "Edit": "Bearbeiten", - "Email": "Email", "Embed and link options": "Optionen zum Einbetten und für eine angepasste Kartenansicht", "Embed the map": "Karte einbinden", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ const locale = { "Image: {{http://image.url.com}}": "Bild: {{http://bild.url.com}}", "Import data": "Daten importieren", "Import in a new layer": "In eine neue Ebene importieren", - "Import": "Importieren", "Imports all umap data, including layers and settings.": "Importiert alle uMap-Daten inklusive Ebenen und Einstellungen", "Include full screen link?": "Link für Vollbildanzeige einbeziehen?", "Inherit": "erben", @@ -311,7 +304,6 @@ const locale = { "Rename this property on all the features": "Dieses Merkmal bei allen Elementen umbenennen", "Replace layer content": "Ebeneninhalt ersetzen", "Restore this version": "Diese Version wiederherstellen", - "Save anyway": "Trotzdem speichern", "Save current edits": "Aktuelle Änderungen speichern", "Save map": "Karte speichern", "Save this center and zoom": "Aktuelle Position und Zoomstufe speichern", @@ -320,12 +312,9 @@ const locale = { "Saved center and zoom": "Saved center and zoom", "Search location": "Ort suchen", "Search": "Suche", - "Secret edit link copied to clipboard!": "Geheimer Link zum Bearbeiten der Karte in die Zwischenablage kopiert!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "Vollbildanzeige", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Link verschicken", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Setze es auf Nein, um diese Ebene in der Diashow, im Datenbrowser, in der Popup-Navigation,... auszublenden.", "settings": "Einstellungen", "Shape properties": "Formeigenschaften", @@ -398,9 +387,7 @@ const locale = { "Will be displayed in the bottom right corner of the map": "Wird in rechten unteren Ecke der Karte angezeigt", "Will be permanently visible in the bottom left corner of the map": "Wird in der unteren linken Ecke der Karte permanent sichtbar sein", "Will be visible in the caption of the map": "Wird in der Überschrift der Karte angezeigt", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Hoppla! Jemand anders hat die Daten bearbeitet. Du kannst trotzdem speichern, von anderen vorgenommene Änderungen werden dabei aber gelöscht.", "yes": "Ja", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Deine Karte wurde erstellt! Da du nicht eingeloggt bist, nutze bitte zukünftig folgenden geheimen Link zum Bearbeiten deiner Karte; bitte verwahre ihn sicher:", "Zoom in": "Hineinzoomen", "Zoom level for automatic zooms": "Zommstufe für automatischen Zoom", "Zoom out": "Herauszoomen", @@ -444,9 +431,57 @@ const locale = { "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } L.registerLocale("de", locale) L.setLocale("de") diff --git a/umap/static/umap/locale/de.json b/umap/static/umap/locale/de.json index aa20be6e..a5a61de3 100644 --- a/umap/static/umap/locale/de.json +++ b/umap/static/umap/locale/de.json @@ -48,16 +48,12 @@ "by": "von", "Cache proxied request": "Proxycache-Anfrage", "Cancel edits": "Bearbeitungen abbrechen", - "Cancel": "Abbrechen", "Caption": "Überschrift", "Center map on your location": "Die Karte auf deinen Standort ausrichten", "Change map background": "Hintergrundkarte ändern", "Change tilelayers": "Kachelebenen ändern", "Change": "Change", - "Choose a preset": "Wähle eine Vorlage", "Choose the data format": "Wähle das Datenformat", - "Choose the format of the data to import": "Wähle das Datenformat für den Import", - "Choose the layer to import in": "Wähle die Ebene, in die importiert werden soll", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ "Congratulations, your map has been created!": "Glückwunsch, deine Karte wurde erstellt!", "Continue line": "Linie fortführen", "Coordinates": "Koordinaten", - "Copy link": "Link kopieren", "copy": "kopieren", "Credits": "Credits", "Current map view": "Current map view", @@ -152,7 +147,6 @@ "Edit the title of the map": "Die Überschrift der Karte bearbeiten", "Edit this feature": "Dieses Element bearbeiten", "Edit": "Bearbeiten", - "Email": "Email", "Embed and link options": "Optionen zum Einbetten und für eine angepasste Kartenansicht", "Embed the map": "Karte einbinden", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ "Image: {{http://image.url.com}}": "Bild: {{http://bild.url.com}}", "Import data": "Daten importieren", "Import in a new layer": "In eine neue Ebene importieren", - "Import": "Importieren", "Imports all umap data, including layers and settings.": "Importiert alle uMap-Daten inklusive Ebenen und Einstellungen", "Include full screen link?": "Link für Vollbildanzeige einbeziehen?", "Inherit": "erben", @@ -311,7 +304,6 @@ "Rename this property on all the features": "Dieses Merkmal bei allen Elementen umbenennen", "Replace layer content": "Ebeneninhalt ersetzen", "Restore this version": "Diese Version wiederherstellen", - "Save anyway": "Trotzdem speichern", "Save current edits": "Aktuelle Änderungen speichern", "Save map": "Karte speichern", "Save this center and zoom": "Aktuelle Position und Zoomstufe speichern", @@ -320,12 +312,9 @@ "Saved center and zoom": "Saved center and zoom", "Search location": "Ort suchen", "Search": "Suche", - "Secret edit link copied to clipboard!": "Geheimer Link zum Bearbeiten der Karte in die Zwischenablage kopiert!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "Vollbildanzeige", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Link verschicken", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Setze es auf Nein, um diese Ebene in der Diashow, im Datenbrowser, in der Popup-Navigation,... auszublenden.", "settings": "Einstellungen", "Shape properties": "Formeigenschaften", @@ -398,9 +387,7 @@ "Will be displayed in the bottom right corner of the map": "Wird in rechten unteren Ecke der Karte angezeigt", "Will be permanently visible in the bottom left corner of the map": "Wird in der unteren linken Ecke der Karte permanent sichtbar sein", "Will be visible in the caption of the map": "Wird in der Überschrift der Karte angezeigt", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Hoppla! Jemand anders hat die Daten bearbeitet. Du kannst trotzdem speichern, von anderen vorgenommene Änderungen werden dabei aber gelöscht.", "yes": "Ja", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Deine Karte wurde erstellt! Da du nicht eingeloggt bist, nutze bitte zukünftig folgenden geheimen Link zum Bearbeiten deiner Karte; bitte verwahre ihn sicher:", "Zoom in": "Hineinzoomen", "Zoom level for automatic zooms": "Zommstufe für automatischen Zoom", "Zoom out": "Herauszoomen", @@ -444,7 +431,55 @@ "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } \ No newline at end of file diff --git a/umap/static/umap/locale/el.js b/umap/static/umap/locale/el.js index 465514c4..448e02df 100644 --- a/umap/static/umap/locale/el.js +++ b/umap/static/umap/locale/el.js @@ -48,16 +48,12 @@ const locale = { "by": "από", "Cache proxied request": "Αίτημα μεσολάβησης προσωρινής μνήμης", "Cancel edits": "Ακύρωση επεξεργασίας", - "Cancel": "Άκυρο", "Caption": "Λεζάντα", "Center map on your location": "Κεντράρισμα του χάρτη στην τοποθεσία σας", "Change map background": "Αλλαγή υποβάθρου του χάρτη", "Change tilelayers": "Αλλαγή χαρτογραφικού υπόβαθρου", "Change": "Αλλαγή", - "Choose a preset": "Επιλογή προκαθορισμένου", "Choose the data format": "Επιλογή μορφοποίησης δεδομένων", - "Choose the format of the data to import": "Επιλέξτε τη μορφοποίηση των δεδομένων που θα εισαχθούν", - "Choose the layer to import in": "Επιλέξτε το επίπεδο στο οποίο θα η εισαγωγή", "Choropleth breakpoints": "Χωροπληθή σημεία διακοπής", "Choropleth classes": "Χωροπληθείς κατηγορίες", "Choropleth color palette": "Χωροπληθής παλέτα χρωμάτων", @@ -87,7 +83,6 @@ const locale = { "Congratulations, your map has been created!": "Συγχαρητήρια, ο χάρτης σας δημιουργήθηκε!", "Continue line": "Συνέχεια γραμμής", "Coordinates": "Συντεταγμένες", - "Copy link": "Αντιγραφή συνδέσμου", "copy": "copy", "Credits": "Εύσημα", "Current map view": "Current map view", @@ -152,7 +147,6 @@ const locale = { "Edit the title of the map": "Επεξεργασία τίτλου του χάρτη", "Edit this feature": "Επεξεργασία αυτού του στοιχείου", "Edit": "Επεξεργασία", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Ένθεση του χάρτη", "Emoji & Character": "Emoji & Χαρακτήρες", @@ -200,7 +194,6 @@ const locale = { "Image: {{http://image.url.com}}": "Εικόνα: {{http://image.url.com}}", "Import data": "Εισαγωγή δεδομένων", "Import in a new layer": "Εισαγωγή σε νέο επίπεδο", - "Import": "Εισαγωγή", "Imports all umap data, including layers and settings.": "Εισάγει όλα τα δεδομένα umap, μαζί με τα επίπεδα και τις ρυθμίσεις.", "Include full screen link?": "Συμπερίληψη συνδέσμου πλήρους οθόνης;", "Inherit": "Κληρονομημένο", @@ -311,7 +304,6 @@ const locale = { "Rename this property on all the features": "Μετονομασία αυτής της ιδιότητας σε όλα τα στοιχεία", "Replace layer content": "Αντικατάσταση περιεχομένου του επιπέδου", "Restore this version": "Επαναφορά αυτής της έκδοσης", - "Save anyway": "Αποθήκευση οπωσδήποτε", "Save current edits": "Αποθήκευση τρέχουσας επεξεργασίας", "Save map": "Save map", "Save this center and zoom": "Αποθήκευση αυτής της προβολής με το συγκεκριμένο κεντράρισμα και το επίπεδο εστίασης.", @@ -320,12 +312,9 @@ const locale = { "Saved center and zoom": "Saved center and zoom", "Search location": "Αναζήτηση τοποθεσίας", "Search": "Αναζήτηση", - "Secret edit link copied to clipboard!": "Ο μυστικός σύνδεσμος επεξεργασίας αντιγράφηκε στο πρόχειρο!", "Secret edit link:": "Μυστικός σύνδεσμος επεξεργασίας:", - "See layers": "See layers", "See full screen": "Εμφάνιση πλήρους οθόνης", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Στείλε μου τον σύνδεσμο", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Απενεργοποίηση εάν επιθυμείτε την απόκρυψη του επιπέδου κατά την προβολή των διαφανειών, την περιήγηση δεδομένων, την αναδυόμενη πλοήγηση...", "settings": "settings", "Shape properties": "Ιδιότητες σχήματος", @@ -398,9 +387,7 @@ const locale = { "Will be displayed in the bottom right corner of the map": "Θα εμφανιστεί στην κάτω δεξιά γωνία του χάρτη", "Will be permanently visible in the bottom left corner of the map": "Θα είναι μόνιμα ορατό στην κάτω αριστερή γωνία του χάρτη.", "Will be visible in the caption of the map": "Θα είναι ορατό στη λεζάντα του χάρτη", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Οπς! Κάποιος άλλος φαίνεται πως έχει επεξεργαστεί τα δεδομένα. Μπορείτε να αποθηκεύσετε ούτως ή άλλως, αλλά αυτό θα διαγράψει τις αλλαγές που έγιναν από άλλους.", "yes": "ναι", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Ο χάρτης σας δημιουργήθηκε! Καθώς δεν είστε συνδεδεμένοι, εδώ είναι ο μυστικός σύνδεσμός σας για να επεξεργαστείτε τον χάρτη. Κρατήστε τον ασφαλή:", "Zoom in": "Μεγέθυνση", "Zoom level for automatic zooms": "Επίπεδο εστίασης για αυτόματες μεγεθύνσεις/σμικρύνσεις", "Zoom out": "Σμίκρυνση", @@ -444,9 +431,57 @@ const locale = { "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } L.registerLocale("el", locale) L.setLocale("el") diff --git a/umap/static/umap/locale/el.json b/umap/static/umap/locale/el.json index efd9bcbc..86a6fb0d 100644 --- a/umap/static/umap/locale/el.json +++ b/umap/static/umap/locale/el.json @@ -48,16 +48,12 @@ "by": "από", "Cache proxied request": "Αίτημα μεσολάβησης προσωρινής μνήμης", "Cancel edits": "Ακύρωση επεξεργασίας", - "Cancel": "Άκυρο", "Caption": "Λεζάντα", "Center map on your location": "Κεντράρισμα του χάρτη στην τοποθεσία σας", "Change map background": "Αλλαγή υποβάθρου του χάρτη", "Change tilelayers": "Αλλαγή χαρτογραφικού υπόβαθρου", "Change": "Αλλαγή", - "Choose a preset": "Επιλογή προκαθορισμένου", "Choose the data format": "Επιλογή μορφοποίησης δεδομένων", - "Choose the format of the data to import": "Επιλέξτε τη μορφοποίηση των δεδομένων που θα εισαχθούν", - "Choose the layer to import in": "Επιλέξτε το επίπεδο στο οποίο θα η εισαγωγή", "Choropleth breakpoints": "Χωροπληθή σημεία διακοπής", "Choropleth classes": "Χωροπληθείς κατηγορίες", "Choropleth color palette": "Χωροπληθής παλέτα χρωμάτων", @@ -87,7 +83,6 @@ "Congratulations, your map has been created!": "Συγχαρητήρια, ο χάρτης σας δημιουργήθηκε!", "Continue line": "Συνέχεια γραμμής", "Coordinates": "Συντεταγμένες", - "Copy link": "Αντιγραφή συνδέσμου", "copy": "copy", "Credits": "Εύσημα", "Current map view": "Current map view", @@ -152,7 +147,6 @@ "Edit the title of the map": "Επεξεργασία τίτλου του χάρτη", "Edit this feature": "Επεξεργασία αυτού του στοιχείου", "Edit": "Επεξεργασία", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Ένθεση του χάρτη", "Emoji & Character": "Emoji & Χαρακτήρες", @@ -200,7 +194,6 @@ "Image: {{http://image.url.com}}": "Εικόνα: {{http://image.url.com}}", "Import data": "Εισαγωγή δεδομένων", "Import in a new layer": "Εισαγωγή σε νέο επίπεδο", - "Import": "Εισαγωγή", "Imports all umap data, including layers and settings.": "Εισάγει όλα τα δεδομένα umap, μαζί με τα επίπεδα και τις ρυθμίσεις.", "Include full screen link?": "Συμπερίληψη συνδέσμου πλήρους οθόνης;", "Inherit": "Κληρονομημένο", @@ -311,7 +304,6 @@ "Rename this property on all the features": "Μετονομασία αυτής της ιδιότητας σε όλα τα στοιχεία", "Replace layer content": "Αντικατάσταση περιεχομένου του επιπέδου", "Restore this version": "Επαναφορά αυτής της έκδοσης", - "Save anyway": "Αποθήκευση οπωσδήποτε", "Save current edits": "Αποθήκευση τρέχουσας επεξεργασίας", "Save map": "Save map", "Save this center and zoom": "Αποθήκευση αυτής της προβολής με το συγκεκριμένο κεντράρισμα και το επίπεδο εστίασης.", @@ -320,12 +312,9 @@ "Saved center and zoom": "Saved center and zoom", "Search location": "Αναζήτηση τοποθεσίας", "Search": "Αναζήτηση", - "Secret edit link copied to clipboard!": "Ο μυστικός σύνδεσμος επεξεργασίας αντιγράφηκε στο πρόχειρο!", "Secret edit link:": "Μυστικός σύνδεσμος επεξεργασίας:", - "See layers": "See layers", "See full screen": "Εμφάνιση πλήρους οθόνης", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Στείλε μου τον σύνδεσμο", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Απενεργοποίηση εάν επιθυμείτε την απόκρυψη του επιπέδου κατά την προβολή των διαφανειών, την περιήγηση δεδομένων, την αναδυόμενη πλοήγηση...", "settings": "settings", "Shape properties": "Ιδιότητες σχήματος", @@ -398,9 +387,7 @@ "Will be displayed in the bottom right corner of the map": "Θα εμφανιστεί στην κάτω δεξιά γωνία του χάρτη", "Will be permanently visible in the bottom left corner of the map": "Θα είναι μόνιμα ορατό στην κάτω αριστερή γωνία του χάρτη.", "Will be visible in the caption of the map": "Θα είναι ορατό στη λεζάντα του χάρτη", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Οπς! Κάποιος άλλος φαίνεται πως έχει επεξεργαστεί τα δεδομένα. Μπορείτε να αποθηκεύσετε ούτως ή άλλως, αλλά αυτό θα διαγράψει τις αλλαγές που έγιναν από άλλους.", "yes": "ναι", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Ο χάρτης σας δημιουργήθηκε! Καθώς δεν είστε συνδεδεμένοι, εδώ είναι ο μυστικός σύνδεσμός σας για να επεξεργαστείτε τον χάρτη. Κρατήστε τον ασφαλή:", "Zoom in": "Μεγέθυνση", "Zoom level for automatic zooms": "Επίπεδο εστίασης για αυτόματες μεγεθύνσεις/σμικρύνσεις", "Zoom out": "Σμίκρυνση", @@ -444,7 +431,55 @@ "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } \ No newline at end of file diff --git a/umap/static/umap/locale/en.js b/umap/static/umap/locale/en.js index fc27ba44..9beb4279 100644 --- a/umap/static/umap/locale/en.js +++ b/umap/static/umap/locale/en.js @@ -48,16 +48,12 @@ const locale = { "by": "by", "Cache proxied request": "Cache proxied request", "Cancel edits": "Cancel edits", - "Cancel": "Cancel", "Caption": "Caption", "Center map on your location": "Center map on your location", "Change map background": "Change map background", "Change tilelayers": "Change tilelayers", "Change": "Change", - "Choose a preset": "Choose a preset", "Choose the data format": "Choose the data format", - "Choose the format of the data to import": "Choose the format of the data to import", - "Choose the layer to import in": "Choose the layer to import in", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ const locale = { "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Continue line", "Coordinates": "Coordinates", - "Copy link": "Copy link", "copy": "copy", "Credits": "Credits", "Current map view": "Current map view", @@ -152,7 +147,6 @@ const locale = { "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Edit this feature", "Edit": "Edit", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Embed the map", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ const locale = { "Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}", "Import data": "Import data", "Import in a new layer": "Import in a new layer", - "Import": "Import", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Include full screen link?": "Include full screen link?", "Inherit": "Inherit", @@ -311,7 +304,6 @@ const locale = { "Rename this property on all the features": "Rename this property on all the features", "Replace layer content": "Replace layer content", "Restore this version": "Restore this version", - "Save anyway": "Save anyway", "Save current edits": "Save current edits", "Save map": "Save map", "Save this center and zoom": "Save this center and zoom", @@ -320,12 +312,9 @@ const locale = { "Saved center and zoom": "Saved center and zoom", "Search location": "Search location", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "See full screen", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "settings": "settings", "Shape properties": "Shape properties", @@ -398,9 +387,7 @@ const locale = { "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.", "yes": "yes", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Zoom in", "Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom out": "Zoom out", @@ -444,9 +431,57 @@ const locale = { "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } L.registerLocale("en", locale) L.setLocale("en") diff --git a/umap/static/umap/locale/en.json b/umap/static/umap/locale/en.json index e8100e30..802796be 100644 --- a/umap/static/umap/locale/en.json +++ b/umap/static/umap/locale/en.json @@ -48,16 +48,12 @@ "by": "by", "Cache proxied request": "Cache proxied request", "Cancel edits": "Cancel edits", - "Cancel": "Cancel", "Caption": "Caption", "Center map on your location": "Center map on your location", "Change map background": "Change map background", "Change tilelayers": "Change tilelayers", "Change": "Change", - "Choose a preset": "Choose a preset", "Choose the data format": "Choose the data format", - "Choose the format of the data to import": "Choose the format of the data to import", - "Choose the layer to import in": "Choose the layer to import in", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Continue line", "Coordinates": "Coordinates", - "Copy link": "Copy link", "copy": "copy", "Credits": "Credits", "Current map view": "Current map view", @@ -152,7 +147,6 @@ "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Edit this feature", "Edit": "Edit", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Embed the map", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ "Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}", "Import data": "Import data", "Import in a new layer": "Import in a new layer", - "Import": "Import", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Include full screen link?": "Include full screen link?", "Inherit": "Inherit", @@ -311,7 +304,6 @@ "Rename this property on all the features": "Rename this property on all the features", "Replace layer content": "Replace layer content", "Restore this version": "Restore this version", - "Save anyway": "Save anyway", "Save current edits": "Save current edits", "Save map": "Save map", "Save this center and zoom": "Save this center and zoom", @@ -320,12 +312,9 @@ "Saved center and zoom": "Saved center and zoom", "Search location": "Search location", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "See full screen", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "settings": "settings", "Shape properties": "Shape properties", @@ -398,9 +387,7 @@ "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.", "yes": "yes", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Zoom in", "Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom out": "Zoom out", @@ -444,7 +431,55 @@ "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } \ No newline at end of file diff --git a/umap/static/umap/locale/en_US.json b/umap/static/umap/locale/en_US.json index d815d683..3cc4ff9d 100644 --- a/umap/static/umap/locale/en_US.json +++ b/umap/static/umap/locale/en_US.json @@ -48,16 +48,12 @@ "by": "by", "Cache proxied request": "Cache proxied request", "Cancel edits": "Cancel edits", - "Cancel": "Cancel", "Caption": "Caption", "Center map on your location": "Center map on your location", "Change map background": "Change basemap", "Change tilelayers": "Set map background", "Change": "Change", - "Choose a preset": "Choose a preset", "Choose the data format": "Choose...", - "Choose the format of the data to import": "Data format:", - "Choose the layer to import in": "Import into layer:", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Continue line", "Coordinates": "Coordinates", - "Copy link": "Copy link", "copy": "copy", "Credits": "Credits", "Current map view": "Current map view", @@ -152,7 +147,6 @@ "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Edit this feature", "Edit": "Edit", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Embed map", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ "Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}", "Import data": "Import data", "Import in a new layer": "Import in a new layer", - "Import": "Import", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Include full screen link?": "Include full screen link?", "Inherit": "Inherit", @@ -311,7 +304,6 @@ "Rename this property on all the features": "Rename this property on all features", "Replace layer content": "Replace layer content", "Restore this version": "Restore this version", - "Save anyway": "Save anyway", "Save current edits": "Save current edits", "Save map": "Save map", "Save this center and zoom": "Save this center and zoom", @@ -320,12 +312,9 @@ "Saved center and zoom": "Saved center and zoom", "Search location": "Search location", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "See full screen", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "settings": "settings", "Shape properties": "Shape properties", @@ -398,9 +387,7 @@ "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Warning! Someone else seems to have edited the data. If you save now, you will erase any changes made by others.", "yes": "yes", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Zoom in", "Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom out": "Zoom out", @@ -444,7 +431,55 @@ "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } \ No newline at end of file diff --git a/umap/static/umap/locale/es.js b/umap/static/umap/locale/es.js index 633aa9fd..6c2bba9f 100644 --- a/umap/static/umap/locale/es.js +++ b/umap/static/umap/locale/es.js @@ -48,16 +48,12 @@ const locale = { "by": "por", "Cache proxied request": "Caché de la petición proxy", "Cancel edits": "Cancelar las ediciones", - "Cancel": "Cancelar", "Caption": "Subtítulo", "Center map on your location": "Centrar el mapa en su ubicación", "Change map background": "Cambiar el fondo del mapa", "Change tilelayers": "Cambiar la capa de teselas", "Change": "Cambiar", - "Choose a preset": "Elegir un preestablecido", "Choose the data format": "Elegir el formato de datos", - "Choose the format of the data to import": "Elegir el formato de los datos a importar", - "Choose the layer to import in": "Elegir la capa a la que se importa", "Choropleth breakpoints": "Puntos de ruptura de la Coropleta", "Choropleth classes": "Clases de coropletas", "Choropleth color palette": "Paleta de colores Coropleta", @@ -87,7 +83,6 @@ const locale = { "Congratulations, your map has been created!": "Enhorabuena, ¡su mapa ha sido creado!", "Continue line": "Línea continua", "Coordinates": "Coordenadas", - "Copy link": "Copiar enlace", "copy": "copy", "Credits": "Créditos", "Current map view": "Current map view", @@ -152,7 +147,6 @@ const locale = { "Edit the title of the map": "Editar el título del mapa", "Edit this feature": "Editar este elemento", "Edit": "Editar", - "Email": "Correoe", "Embed and link options": "Embed and link options", "Embed the map": "Embeber el mapa", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ const locale = { "Image: {{http://image.url.com}}": "Imagen: {{http://imagen.url.com}}", "Import data": "Importar datos", "Import in a new layer": "Importar en una nueva capa", - "Import": "Importar", "Imports all umap data, including layers and settings.": "Importar todos los datos umap, incluyendo capas y ajustes.", "Include full screen link?": "¿Incluir el enlace a pantalla completa?", "Inherit": "Heredar", @@ -311,7 +304,6 @@ const locale = { "Rename this property on all the features": "Renombrar esta propiedad en todos los elementos", "Replace layer content": "Reemplaza el contenido de la capa", "Restore this version": "Restaurar esta versión", - "Save anyway": "Guardar de todos modos", "Save current edits": "Guardar las ediciones actuales", "Save map": "Save map", "Save this center and zoom": "Guardar este centrado y acercamiento", @@ -320,12 +312,9 @@ const locale = { "Saved center and zoom": "Centro y zoom guardados", "Search location": "Buscar ubicación", "Search": "Buscar", - "Secret edit link copied to clipboard!": "Enlace de edición secreto copiado en el portapapeles", "Secret edit link:": "Enlace secreto de edición:", - "See layers": "See layers", "See full screen": "Ver pantalla completa", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Envíeme el enlace", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Establecer en falso para ocultar esta capa de la presentación de diapositivas, el navegador de datos, la navegación emergente...", "settings": "settings", "Shape properties": "Propiedades de la figura", @@ -398,9 +387,7 @@ const locale = { "Will be displayed in the bottom right corner of the map": "Se mostrará en la esquina inferior izquierda del mapa", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Será visible en el subtítulo del mapa", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "¡Oops! Alguien parece haber editado los datos. Puedes guardar de todos modos, pero esto va a borrar los cambios realizados por otros.", "yes": "si", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "¡Su mapa ha sido creado! Como no ha iniciado sesión, aquí tiene el enlace secreto para editar el mapa:", "Zoom in": "Acercar", "Zoom level for automatic zooms": "Nivel de acercamiento para acercamientos automáticos", "Zoom out": "Alejar", @@ -444,9 +431,57 @@ const locale = { "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } L.registerLocale("es", locale) L.setLocale("es") diff --git a/umap/static/umap/locale/es.json b/umap/static/umap/locale/es.json index 80bfaaac..1d92ccfb 100644 --- a/umap/static/umap/locale/es.json +++ b/umap/static/umap/locale/es.json @@ -48,16 +48,12 @@ "by": "por", "Cache proxied request": "Caché de la petición proxy", "Cancel edits": "Cancelar las ediciones", - "Cancel": "Cancelar", "Caption": "Subtítulo", "Center map on your location": "Centrar el mapa en su ubicación", "Change map background": "Cambiar el fondo del mapa", "Change tilelayers": "Cambiar la capa de teselas", "Change": "Cambiar", - "Choose a preset": "Elegir un preestablecido", "Choose the data format": "Elegir el formato de datos", - "Choose the format of the data to import": "Elegir el formato de los datos a importar", - "Choose the layer to import in": "Elegir la capa a la que se importa", "Choropleth breakpoints": "Puntos de ruptura de la Coropleta", "Choropleth classes": "Clases de coropletas", "Choropleth color palette": "Paleta de colores Coropleta", @@ -87,7 +83,6 @@ "Congratulations, your map has been created!": "Enhorabuena, ¡su mapa ha sido creado!", "Continue line": "Línea continua", "Coordinates": "Coordenadas", - "Copy link": "Copiar enlace", "copy": "copy", "Credits": "Créditos", "Current map view": "Current map view", @@ -152,7 +147,6 @@ "Edit the title of the map": "Editar el título del mapa", "Edit this feature": "Editar este elemento", "Edit": "Editar", - "Email": "Correoe", "Embed and link options": "Embed and link options", "Embed the map": "Embeber el mapa", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ "Image: {{http://image.url.com}}": "Imagen: {{http://imagen.url.com}}", "Import data": "Importar datos", "Import in a new layer": "Importar en una nueva capa", - "Import": "Importar", "Imports all umap data, including layers and settings.": "Importar todos los datos umap, incluyendo capas y ajustes.", "Include full screen link?": "¿Incluir el enlace a pantalla completa?", "Inherit": "Heredar", @@ -311,7 +304,6 @@ "Rename this property on all the features": "Renombrar esta propiedad en todos los elementos", "Replace layer content": "Reemplaza el contenido de la capa", "Restore this version": "Restaurar esta versión", - "Save anyway": "Guardar de todos modos", "Save current edits": "Guardar las ediciones actuales", "Save map": "Save map", "Save this center and zoom": "Guardar este centrado y acercamiento", @@ -320,12 +312,9 @@ "Saved center and zoom": "Centro y zoom guardados", "Search location": "Buscar ubicación", "Search": "Buscar", - "Secret edit link copied to clipboard!": "Enlace de edición secreto copiado en el portapapeles", "Secret edit link:": "Enlace secreto de edición:", - "See layers": "See layers", "See full screen": "Ver pantalla completa", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Envíeme el enlace", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Establecer en falso para ocultar esta capa de la presentación de diapositivas, el navegador de datos, la navegación emergente...", "settings": "settings", "Shape properties": "Propiedades de la figura", @@ -398,9 +387,7 @@ "Will be displayed in the bottom right corner of the map": "Se mostrará en la esquina inferior izquierda del mapa", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Será visible en el subtítulo del mapa", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "¡Oops! Alguien parece haber editado los datos. Puedes guardar de todos modos, pero esto va a borrar los cambios realizados por otros.", "yes": "si", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "¡Su mapa ha sido creado! Como no ha iniciado sesión, aquí tiene el enlace secreto para editar el mapa:", "Zoom in": "Acercar", "Zoom level for automatic zooms": "Nivel de acercamiento para acercamientos automáticos", "Zoom out": "Alejar", @@ -444,7 +431,55 @@ "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } \ No newline at end of file diff --git a/umap/static/umap/locale/et.js b/umap/static/umap/locale/et.js index 6dd86d91..2fb1e6bc 100644 --- a/umap/static/umap/locale/et.js +++ b/umap/static/umap/locale/et.js @@ -48,16 +48,12 @@ const locale = { "by": "autorilt", "Cache proxied request": "Cache proxied request", "Cancel edits": "Loobu muudatustest", - "Cancel": "Loobu", "Caption": "Legend", "Center map on your location": "Sea oma asukoht keskpunktiks", "Change map background": "Vaheta kaardi taust", "Change tilelayers": "Vaheta kaardi taust", "Change": "Change", - "Choose a preset": "Vali algseade", "Choose the data format": "Vali andmevorming", - "Choose the format of the data to import": "Vali importimise andmevorming", - "Choose the layer to import in": "Vali kiht, millesse importida", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ const locale = { "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Jätka joont", "Coordinates": "Koordinaadid", - "Copy link": "Copy link", "copy": "copy", "Credits": "Õigused", "Current map view": "Current map view", @@ -152,7 +147,6 @@ const locale = { "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Muuda seda elementi", "Edit": "Muuda", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Manusta kaart", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ const locale = { "Image: {{http://image.url.com}}": "Pilt: {{http://image.url.com}}", "Import data": "Impordi andmed", "Import in a new layer": "Impordi uuele kihile", - "Import": "Import", "Imports all umap data, including layers and settings.": "Impordib kõik uMapi andmed, k.a kihid ja seaded.", "Include full screen link?": "Lisa täisekraani link?", "Inherit": "Päri", @@ -311,7 +304,6 @@ const locale = { "Rename this property on all the features": "Rename this property on all the features", "Replace layer content": "Asenda kihi sisu", "Restore this version": "Taasta see versioon", - "Save anyway": "Salvesta sellegipoolest", "Save current edits": "Salvesta praegused muudatused", "Save map": "Save map", "Save this center and zoom": "Salvesta see keskpunkt ja suurendus", @@ -320,12 +312,9 @@ const locale = { "Saved center and zoom": "Saved center and zoom", "Search location": "Asukoha otsing", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "Täisekraanvaade", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "settings": "settings", "Shape properties": "Kujundi omadused", @@ -398,9 +387,7 @@ const locale = { "Will be displayed in the bottom right corner of the map": "Kuvatakse kaardi alumises paremas nurgas", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Nähtav kaardi legendil", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.", "yes": "jah", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Suurenda", "Zoom level for automatic zooms": "Suurendusaste automaatse suurenduse korral", "Zoom out": "Vähenda", @@ -444,9 +431,57 @@ const locale = { "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } L.registerLocale("et", locale) L.setLocale("et") diff --git a/umap/static/umap/locale/et.json b/umap/static/umap/locale/et.json index c3a5c090..8e128674 100644 --- a/umap/static/umap/locale/et.json +++ b/umap/static/umap/locale/et.json @@ -48,16 +48,12 @@ "by": "autorilt", "Cache proxied request": "Cache proxied request", "Cancel edits": "Loobu muudatustest", - "Cancel": "Loobu", "Caption": "Legend", "Center map on your location": "Sea oma asukoht keskpunktiks", "Change map background": "Vaheta kaardi taust", "Change tilelayers": "Vaheta kaardi taust", "Change": "Change", - "Choose a preset": "Vali algseade", "Choose the data format": "Vali andmevorming", - "Choose the format of the data to import": "Vali importimise andmevorming", - "Choose the layer to import in": "Vali kiht, millesse importida", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Jätka joont", "Coordinates": "Koordinaadid", - "Copy link": "Copy link", "copy": "copy", "Credits": "Õigused", "Current map view": "Current map view", @@ -152,7 +147,6 @@ "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Muuda seda elementi", "Edit": "Muuda", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Manusta kaart", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ "Image: {{http://image.url.com}}": "Pilt: {{http://image.url.com}}", "Import data": "Impordi andmed", "Import in a new layer": "Impordi uuele kihile", - "Import": "Import", "Imports all umap data, including layers and settings.": "Impordib kõik uMapi andmed, k.a kihid ja seaded.", "Include full screen link?": "Lisa täisekraani link?", "Inherit": "Päri", @@ -311,7 +304,6 @@ "Rename this property on all the features": "Rename this property on all the features", "Replace layer content": "Asenda kihi sisu", "Restore this version": "Taasta see versioon", - "Save anyway": "Salvesta sellegipoolest", "Save current edits": "Salvesta praegused muudatused", "Save map": "Save map", "Save this center and zoom": "Salvesta see keskpunkt ja suurendus", @@ -320,12 +312,9 @@ "Saved center and zoom": "Saved center and zoom", "Search location": "Asukoha otsing", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "Täisekraanvaade", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "settings": "settings", "Shape properties": "Kujundi omadused", @@ -398,9 +387,7 @@ "Will be displayed in the bottom right corner of the map": "Kuvatakse kaardi alumises paremas nurgas", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Nähtav kaardi legendil", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.", "yes": "jah", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Suurenda", "Zoom level for automatic zooms": "Suurendusaste automaatse suurenduse korral", "Zoom out": "Vähenda", @@ -444,7 +431,55 @@ "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } \ No newline at end of file diff --git a/umap/static/umap/locale/eu.js b/umap/static/umap/locale/eu.js index 460528ac..f8efa4f9 100644 --- a/umap/static/umap/locale/eu.js +++ b/umap/static/umap/locale/eu.js @@ -48,16 +48,12 @@ const locale = { "by": "by", "Cache proxied request": "Cache proxied request", "Cancel edits": "Cancel edits", - "Cancel": "Utzi", "Caption": "Testua", "Center map on your location": "Center map on your location", "Change map background": "Change map background", "Change tilelayers": "Change tilelayers", "Change": "Change", - "Choose a preset": "Choose a preset", "Choose the data format": "Aukeratu data-formatua", - "Choose the format of the data to import": "Choose the format of the data to import", - "Choose the layer to import in": "Choose the layer to import in", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ const locale = { "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Continue line", "Coordinates": "Coordinates", - "Copy link": "Copy link", "copy": "copy", "Credits": "Credits", "Current map view": "Current map view", @@ -152,7 +147,6 @@ const locale = { "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Edit this feature", "Edit": "Edit", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Embed the map", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ const locale = { "Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}", "Import data": "Import data", "Import in a new layer": "Import in a new layer", - "Import": "Import", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Include full screen link?": "Include full screen link?", "Inherit": "Inherit", @@ -311,7 +304,6 @@ const locale = { "Rename this property on all the features": "Rename this property on all the features", "Replace layer content": "Replace layer content", "Restore this version": "Restore this version", - "Save anyway": "Save anyway", "Save current edits": "Save current edits", "Save map": "Save map", "Save this center and zoom": "Save this center and zoom", @@ -320,12 +312,9 @@ const locale = { "Saved center and zoom": "Saved center and zoom", "Search location": "Search location", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "See full screen", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "settings": "settings", "Shape properties": "Shape properties", @@ -398,9 +387,7 @@ const locale = { "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.", "yes": "bai", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Zoom in", "Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom out": "Zoom out", @@ -444,9 +431,57 @@ const locale = { "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } L.registerLocale("eu", locale) L.setLocale("eu") diff --git a/umap/static/umap/locale/eu.json b/umap/static/umap/locale/eu.json index 83f9af41..5e6eef6d 100644 --- a/umap/static/umap/locale/eu.json +++ b/umap/static/umap/locale/eu.json @@ -48,16 +48,12 @@ "by": "by", "Cache proxied request": "Cache proxied request", "Cancel edits": "Cancel edits", - "Cancel": "Utzi", "Caption": "Testua", "Center map on your location": "Center map on your location", "Change map background": "Change map background", "Change tilelayers": "Change tilelayers", "Change": "Change", - "Choose a preset": "Choose a preset", "Choose the data format": "Aukeratu data-formatua", - "Choose the format of the data to import": "Choose the format of the data to import", - "Choose the layer to import in": "Choose the layer to import in", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Continue line", "Coordinates": "Coordinates", - "Copy link": "Copy link", "copy": "copy", "Credits": "Credits", "Current map view": "Current map view", @@ -152,7 +147,6 @@ "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Edit this feature", "Edit": "Edit", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Embed the map", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ "Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}", "Import data": "Import data", "Import in a new layer": "Import in a new layer", - "Import": "Import", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Include full screen link?": "Include full screen link?", "Inherit": "Inherit", @@ -311,7 +304,6 @@ "Rename this property on all the features": "Rename this property on all the features", "Replace layer content": "Replace layer content", "Restore this version": "Restore this version", - "Save anyway": "Save anyway", "Save current edits": "Save current edits", "Save map": "Save map", "Save this center and zoom": "Save this center and zoom", @@ -320,12 +312,9 @@ "Saved center and zoom": "Saved center and zoom", "Search location": "Search location", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "See full screen", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "settings": "settings", "Shape properties": "Shape properties", @@ -398,9 +387,7 @@ "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.", "yes": "bai", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Zoom in", "Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom out": "Zoom out", @@ -444,7 +431,55 @@ "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } \ No newline at end of file diff --git a/umap/static/umap/locale/fa_IR.js b/umap/static/umap/locale/fa_IR.js index 39081559..9854e563 100644 --- a/umap/static/umap/locale/fa_IR.js +++ b/umap/static/umap/locale/fa_IR.js @@ -48,16 +48,12 @@ const locale = { "by": "بوسیله", "Cache proxied request": "درخواست پراکسی حافظه پنهان", "Cancel edits": "لغو ویرایش ها", - "Cancel": "انصراف", "Caption": "درباره", "Center map on your location": "نقشه مرکز بر روی موقعیت مکانی شما", "Change map background": "تغییر پس زمینه نقشه", "Change tilelayers": "کاشی های کاری را تغییر دهید", "Change": "Change", - "Choose a preset": "از پیش تعیین شده را انتخاب کنید", "Choose the data format": "قالب داده را انتخاب کنید", - "Choose the format of the data to import": "قالب داده را برای وارد کردن انتخاب کنید", - "Choose the layer to import in": "لایه ای را برای وارد کردن انتخاب کنید", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ const locale = { "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "ادامه خط", "Coordinates": "مختصات", - "Copy link": "Copy link", "copy": "copy", "Credits": "اعتبار", "Current map view": "Current map view", @@ -152,7 +147,6 @@ const locale = { "Edit the title of the map": "Edit the title of the map", "Edit this feature": "این ویژگی را ویرایش کنید", "Edit": "ویرایش", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "نقشه را جاسازی کنید", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ const locale = { "Image: {{http://image.url.com}}": "تصویر: {{http://image.url.com}}", "Import data": "وارد كردن داده", "Import in a new layer": "وارد کردن در یک لایه جدید", - "Import": "وارد كردن", "Imports all umap data, including layers and settings.": "همه داده های umap ، از جمله لایه ها و تنظیمات را وارد می کند.", "Include full screen link?": "پیوند تمام صفحه را شامل می شود؟", "Inherit": "ارث بری", @@ -311,7 +304,6 @@ const locale = { "Rename this property on all the features": "نام این ویژگی را در همه ویژگی ها تغییر دهید", "Replace layer content": "جایگزینی محتوای لایه", "Restore this version": "این نسخه را بازیابی کنید", - "Save anyway": "به هر حال ذخیره کنید", "Save current edits": "ویرایش های فعلی را ذخیره کنید", "Save map": "Save map", "Save this center and zoom": "این مرکز را ذخیره کرده و بزرگنمایی کنید", @@ -320,12 +312,9 @@ const locale = { "Saved center and zoom": "Saved center and zoom", "Search location": "مکان را جستجو کنید", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "تمام صفحه را مشاهده کنید", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "آن را روی غلط/false تنظیم کنید تا این لایه از نمایش اسلاید، مرورگر داده، ناوبری بازشو پنهان شود…", "settings": "settings", "Shape properties": "ویژگی های شکل", @@ -398,9 +387,7 @@ const locale = { "Will be displayed in the bottom right corner of the map": "در گوشه سمت راست پایین نقشه نمایش داده می شود", "Will be permanently visible in the bottom left corner of the map": "برای همیشه در گوشه سمت چپ پایین نقشه قابل مشاهده خواهد بود", "Will be visible in the caption of the map": "در زیرنویس نقشه قابل مشاهده خواهد بود", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "وای! به نظر می رسد شخص دیگری داده ها را ویرایش کرده است. در هر صورت می توانید ذخیره کنید، اما با این کار تغییرات ایجاد شده توسط دیگران پاک می شود.", "yes": "بله", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "بزرگنمایی", "Zoom level for automatic zooms": "سطح زوم برای بزرگنمایی خودکار", "Zoom out": "کوچک نمایی", @@ -444,9 +431,57 @@ const locale = { "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } L.registerLocale("fa_IR", locale) L.setLocale("fa_IR") diff --git a/umap/static/umap/locale/fa_IR.json b/umap/static/umap/locale/fa_IR.json index ad530780..dba6c039 100644 --- a/umap/static/umap/locale/fa_IR.json +++ b/umap/static/umap/locale/fa_IR.json @@ -48,16 +48,12 @@ "by": "بوسیله", "Cache proxied request": "درخواست پراکسی حافظه پنهان", "Cancel edits": "لغو ویرایش ها", - "Cancel": "انصراف", "Caption": "درباره", "Center map on your location": "نقشه مرکز بر روی موقعیت مکانی شما", "Change map background": "تغییر پس زمینه نقشه", "Change tilelayers": "کاشی های کاری را تغییر دهید", "Change": "Change", - "Choose a preset": "از پیش تعیین شده را انتخاب کنید", "Choose the data format": "قالب داده را انتخاب کنید", - "Choose the format of the data to import": "قالب داده را برای وارد کردن انتخاب کنید", - "Choose the layer to import in": "لایه ای را برای وارد کردن انتخاب کنید", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "ادامه خط", "Coordinates": "مختصات", - "Copy link": "Copy link", "copy": "copy", "Credits": "اعتبار", "Current map view": "Current map view", @@ -152,7 +147,6 @@ "Edit the title of the map": "Edit the title of the map", "Edit this feature": "این ویژگی را ویرایش کنید", "Edit": "ویرایش", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "نقشه را جاسازی کنید", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ "Image: {{http://image.url.com}}": "تصویر: {{http://image.url.com}}", "Import data": "وارد كردن داده", "Import in a new layer": "وارد کردن در یک لایه جدید", - "Import": "وارد كردن", "Imports all umap data, including layers and settings.": "همه داده های umap ، از جمله لایه ها و تنظیمات را وارد می کند.", "Include full screen link?": "پیوند تمام صفحه را شامل می شود؟", "Inherit": "ارث بری", @@ -311,7 +304,6 @@ "Rename this property on all the features": "نام این ویژگی را در همه ویژگی ها تغییر دهید", "Replace layer content": "جایگزینی محتوای لایه", "Restore this version": "این نسخه را بازیابی کنید", - "Save anyway": "به هر حال ذخیره کنید", "Save current edits": "ویرایش های فعلی را ذخیره کنید", "Save map": "Save map", "Save this center and zoom": "این مرکز را ذخیره کرده و بزرگنمایی کنید", @@ -320,12 +312,9 @@ "Saved center and zoom": "Saved center and zoom", "Search location": "مکان را جستجو کنید", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "تمام صفحه را مشاهده کنید", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "آن را روی غلط/false تنظیم کنید تا این لایه از نمایش اسلاید، مرورگر داده، ناوبری بازشو پنهان شود…", "settings": "settings", "Shape properties": "ویژگی های شکل", @@ -398,9 +387,7 @@ "Will be displayed in the bottom right corner of the map": "در گوشه سمت راست پایین نقشه نمایش داده می شود", "Will be permanently visible in the bottom left corner of the map": "برای همیشه در گوشه سمت چپ پایین نقشه قابل مشاهده خواهد بود", "Will be visible in the caption of the map": "در زیرنویس نقشه قابل مشاهده خواهد بود", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "وای! به نظر می رسد شخص دیگری داده ها را ویرایش کرده است. در هر صورت می توانید ذخیره کنید، اما با این کار تغییرات ایجاد شده توسط دیگران پاک می شود.", "yes": "بله", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "بزرگنمایی", "Zoom level for automatic zooms": "سطح زوم برای بزرگنمایی خودکار", "Zoom out": "کوچک نمایی", @@ -444,7 +431,55 @@ "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } \ No newline at end of file diff --git a/umap/static/umap/locale/fi.js b/umap/static/umap/locale/fi.js index 435f7187..dd9f0039 100644 --- a/umap/static/umap/locale/fi.js +++ b/umap/static/umap/locale/fi.js @@ -48,16 +48,12 @@ const locale = { "by": "taholta", "Cache proxied request": "Cache proxied request", "Cancel edits": "Peruuta muokkaukset", - "Cancel": "Peruuta", "Caption": "Kuvateksti", "Center map on your location": "Keskitä kartta sijaintiisi", "Change map background": "Vaihda taustakarttaa", "Change tilelayers": "Muuta karttavaihtoehtoja", "Change": "Change", - "Choose a preset": "Valitse", "Choose the data format": "Valitse päivämäärän muoto", - "Choose the format of the data to import": "Valitse tuotavien tietojen formaatti", - "Choose the layer to import in": "Valitse kerros johon tieto tuodaan", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ const locale = { "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Jatka viivaa", "Coordinates": "Koordinaatit", - "Copy link": "Copy link", "copy": "copy", "Credits": "Tunnustukset", "Current map view": "Current map view", @@ -152,7 +147,6 @@ const locale = { "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Muokkaa tätä piirrettä", "Edit": "Muokkaa", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Liitä kartta", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ const locale = { "Image: {{http://image.url.com}}": "Kuva: {{http://kuva.url.com}}", "Import data": "Tuo tietoja", "Import in a new layer": "Tuo uuteen kerrokseen", - "Import": "Tuo", "Imports all umap data, including layers and settings.": "Tuo kaikki karttatiedot, mukaan lukien datatasot ja asetukset.", "Include full screen link?": "Sisällytä koko näyttö -linkki?", "Inherit": "Peri", @@ -311,7 +304,6 @@ const locale = { "Rename this property on all the features": "Uudelleen nimeä tämä ominaisuus kaikissa piirteissä", "Replace layer content": "Korvaa kerroksen sisältö", "Restore this version": "Palauta tämä versio", - "Save anyway": "Tallenna joka tapauksessa", "Save current edits": "Tallenna tämänhetkiset muokkaukset", "Save map": "Save map", "Save this center and zoom": "Tallenna tämä kartan keskitys ja zoomaustaso", @@ -320,12 +312,9 @@ const locale = { "Saved center and zoom": "Saved center and zoom", "Search location": "Search location", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "Katso koko näytöllä", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "settings": "settings", "Shape properties": "Piirteen ominaisuudet", @@ -398,9 +387,7 @@ const locale = { "Will be displayed in the bottom right corner of the map": "Näytetään kartan oikeassa alakulmassa", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Näytetään kartan kuvatekstinä", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Hupsankeikkaa! Joku muu on näemmä muokannut tietoja. Voit tallentaa joka tapauksessa, mutta tallentamisesi poistaa muiden muokkaukset.", "yes": "kyllä", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Lähennä", "Zoom level for automatic zooms": "Zoomaustaso automaattisessa zoomauksessa", "Zoom out": "Loitonna", @@ -444,9 +431,57 @@ const locale = { "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } L.registerLocale("fi", locale) L.setLocale("fi") diff --git a/umap/static/umap/locale/fi.json b/umap/static/umap/locale/fi.json index ad51f0c6..cece861d 100644 --- a/umap/static/umap/locale/fi.json +++ b/umap/static/umap/locale/fi.json @@ -48,16 +48,12 @@ "by": "taholta", "Cache proxied request": "Cache proxied request", "Cancel edits": "Peruuta muokkaukset", - "Cancel": "Peruuta", "Caption": "Kuvateksti", "Center map on your location": "Keskitä kartta sijaintiisi", "Change map background": "Vaihda taustakarttaa", "Change tilelayers": "Muuta karttavaihtoehtoja", "Change": "Change", - "Choose a preset": "Valitse", "Choose the data format": "Valitse päivämäärän muoto", - "Choose the format of the data to import": "Valitse tuotavien tietojen formaatti", - "Choose the layer to import in": "Valitse kerros johon tieto tuodaan", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Jatka viivaa", "Coordinates": "Koordinaatit", - "Copy link": "Copy link", "copy": "copy", "Credits": "Tunnustukset", "Current map view": "Current map view", @@ -152,7 +147,6 @@ "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Muokkaa tätä piirrettä", "Edit": "Muokkaa", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Liitä kartta", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ "Image: {{http://image.url.com}}": "Kuva: {{http://kuva.url.com}}", "Import data": "Tuo tietoja", "Import in a new layer": "Tuo uuteen kerrokseen", - "Import": "Tuo", "Imports all umap data, including layers and settings.": "Tuo kaikki karttatiedot, mukaan lukien datatasot ja asetukset.", "Include full screen link?": "Sisällytä koko näyttö -linkki?", "Inherit": "Peri", @@ -311,7 +304,6 @@ "Rename this property on all the features": "Uudelleen nimeä tämä ominaisuus kaikissa piirteissä", "Replace layer content": "Korvaa kerroksen sisältö", "Restore this version": "Palauta tämä versio", - "Save anyway": "Tallenna joka tapauksessa", "Save current edits": "Tallenna tämänhetkiset muokkaukset", "Save map": "Save map", "Save this center and zoom": "Tallenna tämä kartan keskitys ja zoomaustaso", @@ -320,12 +312,9 @@ "Saved center and zoom": "Saved center and zoom", "Search location": "Search location", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "Katso koko näytöllä", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "settings": "settings", "Shape properties": "Piirteen ominaisuudet", @@ -398,9 +387,7 @@ "Will be displayed in the bottom right corner of the map": "Näytetään kartan oikeassa alakulmassa", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Näytetään kartan kuvatekstinä", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Hupsankeikkaa! Joku muu on näemmä muokannut tietoja. Voit tallentaa joka tapauksessa, mutta tallentamisesi poistaa muiden muokkaukset.", "yes": "kyllä", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Lähennä", "Zoom level for automatic zooms": "Zoomaustaso automaattisessa zoomauksessa", "Zoom out": "Loitonna", @@ -444,7 +431,55 @@ "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } \ No newline at end of file diff --git a/umap/static/umap/locale/fr.js b/umap/static/umap/locale/fr.js index 4dfae31f..399d6638 100644 --- a/umap/static/umap/locale/fr.js +++ b/umap/static/umap/locale/fr.js @@ -48,16 +48,12 @@ const locale = { "by": "par", "Cache proxied request": "Cacher la requête avec proxy", "Cancel edits": "Annuler les modifications", - "Cancel": "Annuler", "Caption": "Légende", "Center map on your location": "Centrer la carte sur votre position", "Change map background": "Changer le fond de carte", "Change tilelayers": "Changer le fond de carte", "Change": "Modifier", - "Choose a preset": "Choisir dans les présélections", "Choose the data format": "Choisir le format des données", - "Choose the format of the data to import": "Choisir le format des données pour l'import", - "Choose the layer to import in": "Choisir le calque de données pour l'import", "Choropleth breakpoints": "Seuils choropleth", "Choropleth classes": "Classes choropleth", "Choropleth color palette": "Palettes de couleurs choropleth", @@ -87,7 +83,6 @@ const locale = { "Congratulations, your map has been created!": "Félicitations, votre carte a bien été créée !", "Continue line": "Continuer la ligne", "Coordinates": "Coordonnées", - "Copy link": "Copier le lien", "copy": "copier", "Credits": "Crédits", "Current map view": "Lister seulement les éléments visibles", @@ -152,7 +147,6 @@ const locale = { "Edit the title of the map": "Modifier le titre de la carte", "Edit this feature": "Éditer cet élément", "Edit": "Éditer", - "Email": "Courriel", "Embed and link options": "Intégration et partage", "Embed the map": "Intégrer la carte dans une iframe", "Emoji & Character": "Emoji & texte", @@ -200,7 +194,6 @@ const locale = { "Image: {{http://image.url.com}}": "Image : {{http://image.url.com}}", "Import data": "Importer des données", "Import in a new layer": "Importer dans un nouveau calque", - "Import": "Importer", "Imports all umap data, including layers and settings.": "Importer toutes les données de la carte, y compris les calques et les propriétés", "Include full screen link?": "Inclure le lien \"plein écran\" ?", "Inherit": "Hériter", @@ -311,7 +304,6 @@ const locale = { "Rename this property on all the features": "Renommer la propriété", "Replace layer content": "Remplacer le contenu du calque", "Restore this version": "Restaurer cette version", - "Save anyway": "Continuer", "Save current edits": "Enregistrer les changements courants", "Save map": "Enregistrer la carte", "Save this center and zoom": "Enregistrer le zoom et le centre actuels", @@ -320,12 +312,9 @@ const locale = { "Saved center and zoom": "Centre et zoom enregistrés", "Search location": "Chercher un lieu", "Search": "Chercher", - "Secret edit link copied to clipboard!": "Lien d'édition secret copié dans le presse-papier!", "Secret edit link:": "Lien d'édition secret :", - "See layers": "Voir les calques", "See full screen": "Voir en plein écran", "See on OpenStreetMap": "Voir sur OpenStreetMap", - "Send me the link": "Envoyer le lien", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Désactiver pour masquer ce calque du diaporama, du navigateur de données…", "settings": "paramètres", "Shape properties": "Propriétés de la forme", @@ -398,9 +387,7 @@ const locale = { "Will be displayed in the bottom right corner of the map": "S'affiche dans le coin en bas à droite de la carte", "Will be permanently visible in the bottom left corner of the map": "Afficher en permanence au coin en bas à gauche de la carte", "Will be visible in the caption of the map": "Sera visible dans la légende de la carte", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Aïe ! Quelqu'un d'autre semble avoir modifié la carte. Vous pouvez continuer l'enregistrement, mais ses données seront perdues.", "yes": "oui", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Votre carte a été créée! Comme vous n'êtes pas identifié, voici le lien secret pour éditer la carte à l'avenir, conservez-le précieusement:", "Zoom in": "Zoomer", "Zoom level for automatic zooms": "Niveau de zoom automatique", "Zoom out": "Dézoomer", @@ -444,9 +431,57 @@ const locale = { "Filter data": "Filtrer les données", "Search map features…": "Chercher des éléments de la carte", "Reset all": "Tout réinitialiser", - "Browser in data mode": "Navigateur de données", - "Browser in layers mode": "Navigateur de calques", - "Browser in filters mode": "Navigateur de filtres" + "Open browser": "Explorateur", + "Open caption": "Légende", + "Your map has been created with an anonymous account!": "La carte a été créée avec un compte anonyme !", + "Real-time collaboration": "Collaboration temps réel", + "Cannot parse data": "Données invalides", + "Start typing...": "Taper…", + "No result": "Aucun résultat", + "Data browser": "Explorateur de données", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "À partir d'une URL, uMap peut soit copier les données dans un calque, soit ajouter cette URL comme source de données distantes. Dans ce cas, les données sont téléchargées depuis cette URL à chaque chargement de la carte, et donc sont toujours à jour, mais il n'est alors pas possible de les modifier dans uMap.", + "Overpass supported expressions": "Expressions pour les requêtes Overpass", + "key (eg. building)": "clé (ex. building)", + "!key (eg. !name)": "!clé (ex. !name)", + "key=value (eg. building=yes)": "clé=valeur (ex. building=yes)", + "key!=value (eg. building!=yes)": "clé!=valeur (ex. building!=yes)", + "key~value (eg. name~Grisy)": "clé~valeur (ex. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"valeur|valeur2\" (ex. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "Plus d'infos sur la syntaxe Overpass", + "For more complex needs, see": "Pour les besoins plus avancés:", + "Choose data": "Choisir les données", + "Import helpers:": "Assistants d'import:", + "Choose the format": "Choisir le format", + "Choose the layer": "Choisir le calque", + "Layer name": "Nom du calque", + "Choose import mode": "Choisir le mode d'import", + "Copy into the layer": "Copier dans le calque", + "Link to the layer as remote data": "Associer au calque comme données distantes", + "Condition": "Condition", + "key=value or key!=value": "clé=valeur ou clé!=valeur", + "Are you sure you want to delete this rule?": "Confirmez-vous la suppression de cette règle ?", + "empty rule": "règle vide", + "Conditional style rules": "Règles de formatage conditionnelles", + "Add rule": "Ajouter une règle", + "Browser: data": "Explorateur: données", + "Browser: layers": "Explorateur: calques", + "Browser: filters": "Explorateur: filtres", + "Enable real-time collaboration": "Activer la collaboration temps réel", + "✅ Copied!": "✅ Copié!", + "Choose a dataset": "Choisir un jeu de données", + "Choose this dataset": "Choisir ce jeu de données", + "GeoDataMine: thematic data from OpenStreetMap": "GéoDataMine: données thématiques à partir d'OpenStreetMap", + "Choose a theme": "Choisir un thème", + "Symplify all geometries to points": "Simplifier les géométries en points", + "Choose this data": "Choisir ces données", + "Search admin boundary": "Chercher une limite administrative", + "Please choose a theme and a boundary first.": "Merci de choisir un thème et une limite administrative.", + "Expression": "Expression", + "Geometry mode": "Type de géométries", + "Only geometry centers": "Seulement les centres", + "Search area": "Chercher un coin", + "Type area name, or let empty to load data in current map view": "Entrer le nom d'un périmètre géographique, ou laisser vide pour utiliser la vue courante de la carte", + "Please define an expression for the query first": "Définir une expression pour la requête" } L.registerLocale("fr", locale) L.setLocale("fr") diff --git a/umap/static/umap/locale/fr.json b/umap/static/umap/locale/fr.json index f020fac1..4ea8769c 100644 --- a/umap/static/umap/locale/fr.json +++ b/umap/static/umap/locale/fr.json @@ -48,16 +48,12 @@ "by": "par", "Cache proxied request": "Cacher la requête avec proxy", "Cancel edits": "Annuler les modifications", - "Cancel": "Annuler", "Caption": "Légende", "Center map on your location": "Centrer la carte sur votre position", "Change map background": "Changer le fond de carte", "Change tilelayers": "Changer le fond de carte", "Change": "Modifier", - "Choose a preset": "Choisir dans les présélections", "Choose the data format": "Choisir le format des données", - "Choose the format of the data to import": "Choisir le format des données pour l'import", - "Choose the layer to import in": "Choisir le calque de données pour l'import", "Choropleth breakpoints": "Seuils choropleth", "Choropleth classes": "Classes choropleth", "Choropleth color palette": "Palettes de couleurs choropleth", @@ -87,7 +83,6 @@ "Congratulations, your map has been created!": "Félicitations, votre carte a bien été créée !", "Continue line": "Continuer la ligne", "Coordinates": "Coordonnées", - "Copy link": "Copier le lien", "copy": "copier", "Credits": "Crédits", "Current map view": "Lister seulement les éléments visibles", @@ -152,7 +147,6 @@ "Edit the title of the map": "Modifier le titre de la carte", "Edit this feature": "Éditer cet élément", "Edit": "Éditer", - "Email": "Courriel", "Embed and link options": "Intégration et partage", "Embed the map": "Intégrer la carte dans une iframe", "Emoji & Character": "Emoji & texte", @@ -200,7 +194,6 @@ "Image: {{http://image.url.com}}": "Image : {{http://image.url.com}}", "Import data": "Importer des données", "Import in a new layer": "Importer dans un nouveau calque", - "Import": "Importer", "Imports all umap data, including layers and settings.": "Importer toutes les données de la carte, y compris les calques et les propriétés", "Include full screen link?": "Inclure le lien \"plein écran\" ?", "Inherit": "Hériter", @@ -311,7 +304,6 @@ "Rename this property on all the features": "Renommer la propriété", "Replace layer content": "Remplacer le contenu du calque", "Restore this version": "Restaurer cette version", - "Save anyway": "Continuer", "Save current edits": "Enregistrer les changements courants", "Save map": "Enregistrer la carte", "Save this center and zoom": "Enregistrer le zoom et le centre actuels", @@ -320,12 +312,9 @@ "Saved center and zoom": "Centre et zoom enregistrés", "Search location": "Chercher un lieu", "Search": "Chercher", - "Secret edit link copied to clipboard!": "Lien d'édition secret copié dans le presse-papier!", "Secret edit link:": "Lien d'édition secret :", - "See layers": "Voir les calques", "See full screen": "Voir en plein écran", "See on OpenStreetMap": "Voir sur OpenStreetMap", - "Send me the link": "Envoyer le lien", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Désactiver pour masquer ce calque du diaporama, du navigateur de données…", "settings": "paramètres", "Shape properties": "Propriétés de la forme", @@ -398,9 +387,7 @@ "Will be displayed in the bottom right corner of the map": "S'affiche dans le coin en bas à droite de la carte", "Will be permanently visible in the bottom left corner of the map": "Afficher en permanence au coin en bas à gauche de la carte", "Will be visible in the caption of the map": "Sera visible dans la légende de la carte", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Aïe ! Quelqu'un d'autre semble avoir modifié la carte. Vous pouvez continuer l'enregistrement, mais ses données seront perdues.", "yes": "oui", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Votre carte a été créée! Comme vous n'êtes pas identifié, voici le lien secret pour éditer la carte à l'avenir, conservez-le précieusement:", "Zoom in": "Zoomer", "Zoom level for automatic zooms": "Niveau de zoom automatique", "Zoom out": "Dézoomer", @@ -444,7 +431,55 @@ "Filter data": "Filtrer les données", "Search map features…": "Chercher des éléments de la carte", "Reset all": "Tout réinitialiser", - "Browser in data mode": "Navigateur de données", - "Browser in layers mode": "Navigateur de calques", - "Browser in filters mode": "Navigateur de filtres" + "Open browser": "Explorateur", + "Open caption": "Légende", + "Your map has been created with an anonymous account!": "La carte a été créée avec un compte anonyme !", + "Real-time collaboration": "Collaboration temps réel", + "Cannot parse data": "Données invalides", + "Start typing...": "Taper…", + "No result": "Aucun résultat", + "Data browser": "Explorateur de données", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "À partir d'une URL, uMap peut soit copier les données dans un calque, soit ajouter cette URL comme source de données distantes. Dans ce cas, les données sont téléchargées depuis cette URL à chaque chargement de la carte, et donc sont toujours à jour, mais il n'est alors pas possible de les modifier dans uMap.", + "Overpass supported expressions": "Expressions pour les requêtes Overpass", + "key (eg. building)": "clé (ex. building)", + "!key (eg. !name)": "!clé (ex. !name)", + "key=value (eg. building=yes)": "clé=valeur (ex. building=yes)", + "key!=value (eg. building!=yes)": "clé!=valeur (ex. building!=yes)", + "key~value (eg. name~Grisy)": "clé~valeur (ex. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"valeur|valeur2\" (ex. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "Plus d'infos sur la syntaxe Overpass", + "For more complex needs, see": "Pour les besoins plus avancés:", + "Choose data": "Choisir les données", + "Import helpers:": "Assistants d'import:", + "Choose the format": "Choisir le format", + "Choose the layer": "Choisir le calque", + "Layer name": "Nom du calque", + "Choose import mode": "Choisir le mode d'import", + "Copy into the layer": "Copier dans le calque", + "Link to the layer as remote data": "Associer au calque comme données distantes", + "Condition": "Condition", + "key=value or key!=value": "clé=valeur ou clé!=valeur", + "Are you sure you want to delete this rule?": "Confirmez-vous la suppression de cette règle ?", + "empty rule": "règle vide", + "Conditional style rules": "Règles de formatage conditionnelles", + "Add rule": "Ajouter une règle", + "Browser: data": "Explorateur: données", + "Browser: layers": "Explorateur: calques", + "Browser: filters": "Explorateur: filtres", + "Enable real-time collaboration": "Activer la collaboration temps réel", + "✅ Copied!": "✅ Copié!", + "Choose a dataset": "Choisir un jeu de données", + "Choose this dataset": "Choisir ce jeu de données", + "GeoDataMine: thematic data from OpenStreetMap": "GéoDataMine: données thématiques à partir d'OpenStreetMap", + "Choose a theme": "Choisir un thème", + "Symplify all geometries to points": "Simplifier les géométries en points", + "Choose this data": "Choisir ces données", + "Search admin boundary": "Chercher une limite administrative", + "Please choose a theme and a boundary first.": "Merci de choisir un thème et une limite administrative.", + "Expression": "Expression", + "Geometry mode": "Type de géométries", + "Only geometry centers": "Seulement les centres", + "Search area": "Chercher un coin", + "Type area name, or let empty to load data in current map view": "Entrer le nom d'un périmètre géographique, ou laisser vide pour utiliser la vue courante de la carte", + "Please define an expression for the query first": "Définir une expression pour la requête" } \ No newline at end of file diff --git a/umap/static/umap/locale/gl.js b/umap/static/umap/locale/gl.js index ffd492c5..6922f7b6 100644 --- a/umap/static/umap/locale/gl.js +++ b/umap/static/umap/locale/gl.js @@ -48,16 +48,12 @@ const locale = { "by": "por", "Cache proxied request": "Solicitude de proxy da caché", "Cancel edits": "Desbotar as edicións", - "Cancel": "Desbotar", "Caption": "Subtítulo", "Center map on your location": "Centrar o mapa na túa ubicación", "Change map background": "Mudar o mapa do fondo", "Change tilelayers": "Mudar as capas de teselas", "Change": "Change", - "Choose a preset": "Escoller un predefinido", "Choose the data format": "Escoller o formato de datos", - "Choose the format of the data to import": "Escoller o formato dos datos a importar", - "Choose the layer to import in": "Escoller a capa á que se importa", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ const locale = { "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Liña continua", "Coordinates": "Coordenadas", - "Copy link": "Copy link", "copy": "copy", "Credits": "Cretos", "Current map view": "Current map view", @@ -152,7 +147,6 @@ const locale = { "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Editar este elemento", "Edit": "Editar", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Incorporar o mapa", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ const locale = { "Image: {{http://image.url.com}}": "Imaxe: {{http://image.url.com}}", "Import data": "Importar datos", "Import in a new layer": "Importar nunha nova capa", - "Import": "Importar", "Imports all umap data, including layers and settings.": "Importar tódolos datos do umap, incluíndo capas e axustes.", "Include full screen link?": "Engadir a ligazón de pantalla completa?", "Inherit": "Herdar", @@ -311,7 +304,6 @@ const locale = { "Rename this property on all the features": "Renomear esta propiedade en tódolos elementos", "Replace layer content": "Substitúe o contido da capa", "Restore this version": "Restabelecer esta versión", - "Save anyway": "Gardar de todos xeitos", "Save current edits": "Gardar as edicións actuais", "Save map": "Save map", "Save this center and zoom": "Gardar este centrado e achegamento", @@ -320,12 +312,9 @@ const locale = { "Saved center and zoom": "Saved center and zoom", "Search location": "Procurar localización", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "Ollar pantalla completa", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Axústeo a falso para agochar esta capa da presentación ('slideshow'), o navegador de datos, a navegación da xanela emerxente...", "settings": "settings", "Shape properties": "Propiedades da forma", @@ -398,9 +387,7 @@ const locale = { "Will be displayed in the bottom right corner of the map": "Amosarase na esquina inferior esquerda do mapa", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Será visíbel no subtítulo do mapa", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Vaites! Alguén semella que editou os datos. Podes gardar de todos xeitos, pero isto vai eliminar as mudanzas feitas por outros.", "yes": "si", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Achegar", "Zoom level for automatic zooms": "Nivel de achegamento para achegamentos automáticos", "Zoom out": "Afastar", @@ -444,9 +431,57 @@ const locale = { "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } L.registerLocale("gl", locale) L.setLocale("gl") diff --git a/umap/static/umap/locale/gl.json b/umap/static/umap/locale/gl.json index 41a85725..d33cf448 100644 --- a/umap/static/umap/locale/gl.json +++ b/umap/static/umap/locale/gl.json @@ -48,16 +48,12 @@ "by": "por", "Cache proxied request": "Solicitude de proxy da caché", "Cancel edits": "Desbotar as edicións", - "Cancel": "Desbotar", "Caption": "Subtítulo", "Center map on your location": "Centrar o mapa na túa ubicación", "Change map background": "Mudar o mapa do fondo", "Change tilelayers": "Mudar as capas de teselas", "Change": "Change", - "Choose a preset": "Escoller un predefinido", "Choose the data format": "Escoller o formato de datos", - "Choose the format of the data to import": "Escoller o formato dos datos a importar", - "Choose the layer to import in": "Escoller a capa á que se importa", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Liña continua", "Coordinates": "Coordenadas", - "Copy link": "Copy link", "copy": "copy", "Credits": "Cretos", "Current map view": "Current map view", @@ -152,7 +147,6 @@ "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Editar este elemento", "Edit": "Editar", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Incorporar o mapa", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ "Image: {{http://image.url.com}}": "Imaxe: {{http://image.url.com}}", "Import data": "Importar datos", "Import in a new layer": "Importar nunha nova capa", - "Import": "Importar", "Imports all umap data, including layers and settings.": "Importar tódolos datos do umap, incluíndo capas e axustes.", "Include full screen link?": "Engadir a ligazón de pantalla completa?", "Inherit": "Herdar", @@ -311,7 +304,6 @@ "Rename this property on all the features": "Renomear esta propiedade en tódolos elementos", "Replace layer content": "Substitúe o contido da capa", "Restore this version": "Restabelecer esta versión", - "Save anyway": "Gardar de todos xeitos", "Save current edits": "Gardar as edicións actuais", "Save map": "Save map", "Save this center and zoom": "Gardar este centrado e achegamento", @@ -320,12 +312,9 @@ "Saved center and zoom": "Saved center and zoom", "Search location": "Procurar localización", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "Ollar pantalla completa", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Axústeo a falso para agochar esta capa da presentación ('slideshow'), o navegador de datos, a navegación da xanela emerxente...", "settings": "settings", "Shape properties": "Propiedades da forma", @@ -398,9 +387,7 @@ "Will be displayed in the bottom right corner of the map": "Amosarase na esquina inferior esquerda do mapa", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Será visíbel no subtítulo do mapa", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Vaites! Alguén semella que editou os datos. Podes gardar de todos xeitos, pero isto vai eliminar as mudanzas feitas por outros.", "yes": "si", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Achegar", "Zoom level for automatic zooms": "Nivel de achegamento para achegamentos automáticos", "Zoom out": "Afastar", @@ -444,7 +431,55 @@ "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } \ No newline at end of file diff --git a/umap/static/umap/locale/he.js b/umap/static/umap/locale/he.js index 592d9dad..9ed48fcf 100644 --- a/umap/static/umap/locale/he.js +++ b/umap/static/umap/locale/he.js @@ -48,16 +48,12 @@ const locale = { "by": "מאת", "Cache proxied request": "שמירת בקשות שעברו דרך המתווך במטמון", "Cancel edits": "ביטול עריכות", - "Cancel": "ביטול", "Caption": "כותרת", "Center map on your location": "מרכוז המפה על המיקום שלך", "Change map background": "החלפת רקע המפה", "Change tilelayers": "החלפת שכבות אריחים", "Change": "Change", - "Choose a preset": "נא לבחור ערכה", "Choose the data format": "נא לבחור את מבנה הנתונים", - "Choose the format of the data to import": "נא לבחור את תצורת הנתונים לייבוא", - "Choose the layer to import in": "נא לבחור את השכבה אליה יתבצע הייבוא", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ const locale = { "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "להמשיך את הקו", "Coordinates": "נקודות ציון", - "Copy link": "Copy link", "copy": "copy", "Credits": "תודות", "Current map view": "Current map view", @@ -152,7 +147,6 @@ const locale = { "Edit the title of the map": "Edit the title of the map", "Edit this feature": "עריכת תכונה זו", "Edit": "עריכה", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "הטמעת המפה", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ const locale = { "Image: {{http://image.url.com}}": "תמונה: {{http://image.url.com}}", "Import data": "ייבוא נתונים", "Import in a new layer": "ייבוא לשכבה חדשה", - "Import": "ייבוא", "Imports all umap data, including layers and settings.": "יבוצע ייבוא של כל הנתונים של umap לרבות שכבות והגדרות.", "Include full screen link?": "לכלול קישור למסך מלא?", "Inherit": "ירושה", @@ -311,7 +304,6 @@ const locale = { "Rename this property on all the features": "לשנות את המאפיין הזה בכל התכונות", "Replace layer content": "החלפת תוכן השכבה", "Restore this version": "שחזור הגרסה הזו", - "Save anyway": "לשמור בכל זאת", "Save current edits": "לשמור את העריכות הנוכחיות", "Save map": "Save map", "Save this center and zoom": "לשמור את המרכז הזה ולהתקרב", @@ -320,12 +312,9 @@ const locale = { "Saved center and zoom": "Saved center and zoom", "Search location": "חיפוש מיקום", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "הצגת מסך מלא", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "יש להגדיר לשקר כדי להסתיר את השכבה הזאת מהמצגת, דפדפן הנתונים, הניווט המוקפץ…", "settings": "settings", "Shape properties": "מאפייני צורה", @@ -398,9 +387,7 @@ const locale = { "Will be displayed in the bottom right corner of the map": "יוצג בפינה הימנית התחתונה של המפה", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "יופיע בכותרת המפה", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "אופסי! מישהו ערך את הנתונים שלך. עדיין ניתן לשמור אבל זה עשוי למחוק את השינויים שאחרים עשו.", "yes": "כן", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "התקרבות", "Zoom level for automatic zooms": "רמת תקריב לתקריבים אוטומטיים", "Zoom out": "התרחקות", @@ -444,9 +431,57 @@ const locale = { "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } L.registerLocale("he", locale) L.setLocale("he") diff --git a/umap/static/umap/locale/he.json b/umap/static/umap/locale/he.json index 5087670b..f0e148c2 100644 --- a/umap/static/umap/locale/he.json +++ b/umap/static/umap/locale/he.json @@ -48,16 +48,12 @@ "by": "מאת", "Cache proxied request": "שמירת בקשות שעברו דרך המתווך במטמון", "Cancel edits": "ביטול עריכות", - "Cancel": "ביטול", "Caption": "כותרת", "Center map on your location": "מרכוז המפה על המיקום שלך", "Change map background": "החלפת רקע המפה", "Change tilelayers": "החלפת שכבות אריחים", "Change": "Change", - "Choose a preset": "נא לבחור ערכה", "Choose the data format": "נא לבחור את מבנה הנתונים", - "Choose the format of the data to import": "נא לבחור את תצורת הנתונים לייבוא", - "Choose the layer to import in": "נא לבחור את השכבה אליה יתבצע הייבוא", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "להמשיך את הקו", "Coordinates": "נקודות ציון", - "Copy link": "Copy link", "copy": "copy", "Credits": "תודות", "Current map view": "Current map view", @@ -152,7 +147,6 @@ "Edit the title of the map": "Edit the title of the map", "Edit this feature": "עריכת תכונה זו", "Edit": "עריכה", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "הטמעת המפה", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ "Image: {{http://image.url.com}}": "תמונה: {{http://image.url.com}}", "Import data": "ייבוא נתונים", "Import in a new layer": "ייבוא לשכבה חדשה", - "Import": "ייבוא", "Imports all umap data, including layers and settings.": "יבוצע ייבוא של כל הנתונים של umap לרבות שכבות והגדרות.", "Include full screen link?": "לכלול קישור למסך מלא?", "Inherit": "ירושה", @@ -311,7 +304,6 @@ "Rename this property on all the features": "לשנות את המאפיין הזה בכל התכונות", "Replace layer content": "החלפת תוכן השכבה", "Restore this version": "שחזור הגרסה הזו", - "Save anyway": "לשמור בכל זאת", "Save current edits": "לשמור את העריכות הנוכחיות", "Save map": "Save map", "Save this center and zoom": "לשמור את המרכז הזה ולהתקרב", @@ -320,12 +312,9 @@ "Saved center and zoom": "Saved center and zoom", "Search location": "חיפוש מיקום", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "הצגת מסך מלא", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "יש להגדיר לשקר כדי להסתיר את השכבה הזאת מהמצגת, דפדפן הנתונים, הניווט המוקפץ…", "settings": "settings", "Shape properties": "מאפייני צורה", @@ -398,9 +387,7 @@ "Will be displayed in the bottom right corner of the map": "יוצג בפינה הימנית התחתונה של המפה", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "יופיע בכותרת המפה", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "אופסי! מישהו ערך את הנתונים שלך. עדיין ניתן לשמור אבל זה עשוי למחוק את השינויים שאחרים עשו.", "yes": "כן", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "התקרבות", "Zoom level for automatic zooms": "רמת תקריב לתקריבים אוטומטיים", "Zoom out": "התרחקות", @@ -444,7 +431,55 @@ "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } \ No newline at end of file diff --git a/umap/static/umap/locale/hr.js b/umap/static/umap/locale/hr.js index d563b40b..0caf1aa1 100644 --- a/umap/static/umap/locale/hr.js +++ b/umap/static/umap/locale/hr.js @@ -48,16 +48,12 @@ const locale = { "by": "by", "Cache proxied request": "Cache proxied request", "Cancel edits": "Cancel edits", - "Cancel": "Odustani", "Caption": "Napomena", "Center map on your location": "Center map on your location", "Change map background": "Promjeni pozadinu karte", "Change tilelayers": "Promeni naslov layera", "Change": "Change", - "Choose a preset": "Choose a preset", "Choose the data format": "Odaberi format datuma", - "Choose the format of the data to import": "Choose the format of the data to import", - "Choose the layer to import in": "Odaberi sloj za uvoz", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ const locale = { "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Continue line", "Coordinates": "Coordinates", - "Copy link": "Copy link", "copy": "copy", "Credits": "Credits", "Current map view": "Current map view", @@ -152,7 +147,6 @@ const locale = { "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Edit this feature", "Edit": "Urediti", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Ugradi kartu", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ const locale = { "Image: {{http://image.url.com}}": "slika {{http://slika.url.hr}}", "Import data": "Uvoz podataka", "Import in a new layer": "Import in a new layer", - "Import": "Uvoz", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Include full screen link?": "Include full screen link?", "Inherit": "Naslijedi", @@ -311,7 +304,6 @@ const locale = { "Rename this property on all the features": "Rename this property on all the features", "Replace layer content": "Replace layer content", "Restore this version": "Restore this version", - "Save anyway": "Save anyway", "Save current edits": "Save current edits", "Save map": "Save map", "Save this center and zoom": "Save this center and zoom", @@ -320,12 +312,9 @@ const locale = { "Saved center and zoom": "Saved center and zoom", "Search location": "Search location", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "See full screen", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "settings": "settings", "Shape properties": "Shape properties", @@ -398,9 +387,7 @@ const locale = { "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.", "yes": "Da", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Uvećaj", "Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom out": "Umanji", @@ -444,9 +431,57 @@ const locale = { "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } L.registerLocale("hr", locale) L.setLocale("hr") diff --git a/umap/static/umap/locale/hr.json b/umap/static/umap/locale/hr.json index fcafbae7..86248300 100644 --- a/umap/static/umap/locale/hr.json +++ b/umap/static/umap/locale/hr.json @@ -48,16 +48,12 @@ "by": "by", "Cache proxied request": "Cache proxied request", "Cancel edits": "Cancel edits", - "Cancel": "Odustani", "Caption": "Napomena", "Center map on your location": "Center map on your location", "Change map background": "Promjeni pozadinu karte", "Change tilelayers": "Promeni naslov layera", "Change": "Change", - "Choose a preset": "Choose a preset", "Choose the data format": "Odaberi format datuma", - "Choose the format of the data to import": "Choose the format of the data to import", - "Choose the layer to import in": "Odaberi sloj za uvoz", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Continue line", "Coordinates": "Coordinates", - "Copy link": "Copy link", "copy": "copy", "Credits": "Credits", "Current map view": "Current map view", @@ -152,7 +147,6 @@ "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Edit this feature", "Edit": "Urediti", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Ugradi kartu", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ "Image: {{http://image.url.com}}": "slika {{http://slika.url.hr}}", "Import data": "Uvoz podataka", "Import in a new layer": "Import in a new layer", - "Import": "Uvoz", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Include full screen link?": "Include full screen link?", "Inherit": "Naslijedi", @@ -311,7 +304,6 @@ "Rename this property on all the features": "Rename this property on all the features", "Replace layer content": "Replace layer content", "Restore this version": "Restore this version", - "Save anyway": "Save anyway", "Save current edits": "Save current edits", "Save map": "Save map", "Save this center and zoom": "Save this center and zoom", @@ -320,12 +312,9 @@ "Saved center and zoom": "Saved center and zoom", "Search location": "Search location", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "See full screen", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "settings": "settings", "Shape properties": "Shape properties", @@ -398,9 +387,7 @@ "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.", "yes": "Da", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Uvećaj", "Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom out": "Umanji", @@ -444,7 +431,55 @@ "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } \ No newline at end of file diff --git a/umap/static/umap/locale/hu.js b/umap/static/umap/locale/hu.js index 060fda52..19b9e007 100644 --- a/umap/static/umap/locale/hu.js +++ b/umap/static/umap/locale/hu.js @@ -48,16 +48,12 @@ const locale = { "by": "- készítette:", "Cache proxied request": "Proxy keresztül továbbított gyorsítótárkérés", "Cancel edits": "Szerkesztések elvetése", - "Cancel": "Mégse", "Caption": "Cím", "Center map on your location": "A térkép közepének igazítása a saját pozícióhoz", "Change map background": "Térkép hátterének módosítása", "Change tilelayers": "Mozaikrétegek módosítása", "Change": "Módosítás", - "Choose a preset": "Előbeállítás kiválasztása", "Choose the data format": "Adatformátum kiválasztása", - "Choose the format of the data to import": "Importálandó adatok formátumának kiválasztása", - "Choose the layer to import in": "Importálandó réteg kiválasztása", "Choropleth breakpoints": "Kartogram töréspontjai", "Choropleth classes": "Kartogram kategóriái", "Choropleth color palette": "Kartogram színskálája", @@ -87,7 +83,6 @@ const locale = { "Congratulations, your map has been created!": "Gratulálunk, a térképe elkészült!", "Continue line": "Vonal folytatása", "Coordinates": "Koordináták", - "Copy link": "Link másolása", "copy": "másolás", "Credits": "Alkotók", "Current map view": "Jelenlegi térképnézet", @@ -152,7 +147,6 @@ const locale = { "Edit the title of the map": "Térkép címének szerkesztése", "Edit this feature": "Objektum szerkesztése", "Edit": "Szerkesztés", - "Email": "E-mail", "Embed and link options": "Beágyazási és linkelési beállítások", "Embed the map": "Térkép beágyazása", "Emoji & Character": "Emoji vagy karakter", @@ -200,7 +194,6 @@ const locale = { "Image: {{http://image.url.com}}": "Kép: {{http://image.url.com}}", "Import data": "Adatok importálása", "Import in a new layer": "Importálás új rétegbe", - "Import": "Importálás", "Imports all umap data, including layers and settings.": "Minden uMap-adatot (többek között a rétegeket és a beállításokat is) importálja.", "Include full screen link?": "Tartalmazzon-e teljes képernyős nézetre vezető linket?", "Inherit": "Öröklés", @@ -311,7 +304,6 @@ const locale = { "Rename this property on all the features": "Tulajdonság eltávolítása az összes objektumról", "Replace layer content": "Réteg tartalmának lecserélése", "Restore this version": "Ennek a változatnak a visszaállítása", - "Save anyway": "Mentés mindenképpen", "Save current edits": "Jelenlegi szerkesztések mentése", "Save map": "Térkép mentése", "Save this center and zoom": "Mentés a jelenlegi középponttal és nagyítással", @@ -320,12 +312,9 @@ const locale = { "Saved center and zoom": "Elmentett középpont és nagyítás", "Search location": "Hely keresése", "Search": "Keresés", - "Secret edit link copied to clipboard!": "Titkos szerkesztési link a vágólapra másolva.", "Secret edit link:": "Titkos szerkesztési link:", - "See layers": "Rétegek megtekintése", "See full screen": "Teljes képernyős nézet megtekintése", "See on OpenStreetMap": "Megtekintés az OpenStreetMapen", - "Send me the link": "Link elküldése magamnak", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Állítsa hamisra, hogy elrejtse ezt a réteget a diavetítésből, az adatböngészőből, az előugró navigációból stb.", "settings": "beállítások", "Shape properties": "Alakzat tulajdonságai", @@ -398,9 +387,7 @@ const locale = { "Will be displayed in the bottom right corner of the map": "A térkép jobb alsó sarkában fog megjelenni", "Will be permanently visible in the bottom left corner of the map": "Mindig látható lesz a térkép bal alsó sarkában", "Will be visible in the caption of the map": "A térkép címsávjában fog megjelenni", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Ajjaj… Úgy tűnik, időközben valaki más is szerkesztette az adatokat. Ennek ellenére elmentheti őket, de ezzel az időközben mások által végzett módosítások el fognak veszni.", "yes": "igen", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "A térképee elkészült! Mivel nincs bejelentkezve, itt egy titkos link a térkép szerkesztéséhez, kérjük, őrizze meg:", "Zoom in": "Nagyítás", "Zoom level for automatic zooms": "Nagyítási szint automatikus nagyításoknál", "Zoom out": "Kicsinyítés", @@ -444,9 +431,57 @@ const locale = { "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } L.registerLocale("hu", locale) L.setLocale("hu") diff --git a/umap/static/umap/locale/hu.json b/umap/static/umap/locale/hu.json index 9118d6f0..13375456 100644 --- a/umap/static/umap/locale/hu.json +++ b/umap/static/umap/locale/hu.json @@ -48,16 +48,12 @@ "by": "- készítette:", "Cache proxied request": "Proxy keresztül továbbított gyorsítótárkérés", "Cancel edits": "Szerkesztések elvetése", - "Cancel": "Mégse", "Caption": "Cím", "Center map on your location": "A térkép közepének igazítása a saját pozícióhoz", "Change map background": "Térkép hátterének módosítása", "Change tilelayers": "Mozaikrétegek módosítása", "Change": "Módosítás", - "Choose a preset": "Előbeállítás kiválasztása", "Choose the data format": "Adatformátum kiválasztása", - "Choose the format of the data to import": "Importálandó adatok formátumának kiválasztása", - "Choose the layer to import in": "Importálandó réteg kiválasztása", "Choropleth breakpoints": "Kartogram töréspontjai", "Choropleth classes": "Kartogram kategóriái", "Choropleth color palette": "Kartogram színskálája", @@ -87,7 +83,6 @@ "Congratulations, your map has been created!": "Gratulálunk, a térképe elkészült!", "Continue line": "Vonal folytatása", "Coordinates": "Koordináták", - "Copy link": "Link másolása", "copy": "másolás", "Credits": "Alkotók", "Current map view": "Jelenlegi térképnézet", @@ -152,7 +147,6 @@ "Edit the title of the map": "Térkép címének szerkesztése", "Edit this feature": "Objektum szerkesztése", "Edit": "Szerkesztés", - "Email": "E-mail", "Embed and link options": "Beágyazási és linkelési beállítások", "Embed the map": "Térkép beágyazása", "Emoji & Character": "Emoji vagy karakter", @@ -200,7 +194,6 @@ "Image: {{http://image.url.com}}": "Kép: {{http://image.url.com}}", "Import data": "Adatok importálása", "Import in a new layer": "Importálás új rétegbe", - "Import": "Importálás", "Imports all umap data, including layers and settings.": "Minden uMap-adatot (többek között a rétegeket és a beállításokat is) importálja.", "Include full screen link?": "Tartalmazzon-e teljes képernyős nézetre vezető linket?", "Inherit": "Öröklés", @@ -311,7 +304,6 @@ "Rename this property on all the features": "Tulajdonság eltávolítása az összes objektumról", "Replace layer content": "Réteg tartalmának lecserélése", "Restore this version": "Ennek a változatnak a visszaállítása", - "Save anyway": "Mentés mindenképpen", "Save current edits": "Jelenlegi szerkesztések mentése", "Save map": "Térkép mentése", "Save this center and zoom": "Mentés a jelenlegi középponttal és nagyítással", @@ -320,12 +312,9 @@ "Saved center and zoom": "Elmentett középpont és nagyítás", "Search location": "Hely keresése", "Search": "Keresés", - "Secret edit link copied to clipboard!": "Titkos szerkesztési link a vágólapra másolva.", "Secret edit link:": "Titkos szerkesztési link:", - "See layers": "Rétegek megtekintése", "See full screen": "Teljes képernyős nézet megtekintése", "See on OpenStreetMap": "Megtekintés az OpenStreetMapen", - "Send me the link": "Link elküldése magamnak", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Állítsa hamisra, hogy elrejtse ezt a réteget a diavetítésből, az adatböngészőből, az előugró navigációból stb.", "settings": "beállítások", "Shape properties": "Alakzat tulajdonságai", @@ -398,9 +387,7 @@ "Will be displayed in the bottom right corner of the map": "A térkép jobb alsó sarkában fog megjelenni", "Will be permanently visible in the bottom left corner of the map": "Mindig látható lesz a térkép bal alsó sarkában", "Will be visible in the caption of the map": "A térkép címsávjában fog megjelenni", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Ajjaj… Úgy tűnik, időközben valaki más is szerkesztette az adatokat. Ennek ellenére elmentheti őket, de ezzel az időközben mások által végzett módosítások el fognak veszni.", "yes": "igen", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "A térképee elkészült! Mivel nincs bejelentkezve, itt egy titkos link a térkép szerkesztéséhez, kérjük, őrizze meg:", "Zoom in": "Nagyítás", "Zoom level for automatic zooms": "Nagyítási szint automatikus nagyításoknál", "Zoom out": "Kicsinyítés", @@ -444,7 +431,55 @@ "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } \ No newline at end of file diff --git a/umap/static/umap/locale/id.js b/umap/static/umap/locale/id.js index 2e80a934..54b854bc 100644 --- a/umap/static/umap/locale/id.js +++ b/umap/static/umap/locale/id.js @@ -48,16 +48,12 @@ const locale = { "by": "by", "Cache proxied request": "Cache proxied request", "Cancel edits": "Cancel edits", - "Cancel": "Cancel", "Caption": "Caption", "Center map on your location": "Center map on your location", "Change map background": "Change map background", "Change tilelayers": "Change tilelayers", "Change": "Change", - "Choose a preset": "Choose a preset", "Choose the data format": "Choose the data format", - "Choose the format of the data to import": "Choose the format of the data to import", - "Choose the layer to import in": "Choose the layer to import in", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ const locale = { "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Continue line", "Coordinates": "Coordinates", - "Copy link": "Copy link", "copy": "copy", "Credits": "Credits", "Current map view": "Current map view", @@ -152,7 +147,6 @@ const locale = { "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Edit this feature", "Edit": "Edit", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Embed the map", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ const locale = { "Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}", "Import data": "Import data", "Import in a new layer": "Import in a new layer", - "Import": "Import", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Include full screen link?": "Include full screen link?", "Inherit": "Inherit", @@ -311,7 +304,6 @@ const locale = { "Rename this property on all the features": "Rename this property on all the features", "Replace layer content": "Replace layer content", "Restore this version": "Restore this version", - "Save anyway": "Save anyway", "Save current edits": "Save current edits", "Save map": "Save map", "Save this center and zoom": "Save this center and zoom", @@ -320,12 +312,9 @@ const locale = { "Saved center and zoom": "Saved center and zoom", "Search location": "Search location", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "See full screen", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "settings": "settings", "Shape properties": "Shape properties", @@ -398,9 +387,7 @@ const locale = { "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.", "yes": "yes", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Zoom in", "Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom out": "Zoom out", @@ -444,9 +431,57 @@ const locale = { "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } L.registerLocale("id", locale) L.setLocale("id") diff --git a/umap/static/umap/locale/id.json b/umap/static/umap/locale/id.json index 8f9ea7d9..eb68e8cb 100644 --- a/umap/static/umap/locale/id.json +++ b/umap/static/umap/locale/id.json @@ -48,16 +48,12 @@ "by": "by", "Cache proxied request": "Cache proxied request", "Cancel edits": "Cancel edits", - "Cancel": "Cancel", "Caption": "Caption", "Center map on your location": "Center map on your location", "Change map background": "Change map background", "Change tilelayers": "Change tilelayers", "Change": "Change", - "Choose a preset": "Choose a preset", "Choose the data format": "Choose the data format", - "Choose the format of the data to import": "Choose the format of the data to import", - "Choose the layer to import in": "Choose the layer to import in", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Continue line", "Coordinates": "Coordinates", - "Copy link": "Copy link", "copy": "copy", "Credits": "Credits", "Current map view": "Current map view", @@ -152,7 +147,6 @@ "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Edit this feature", "Edit": "Edit", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Embed the map", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ "Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}", "Import data": "Import data", "Import in a new layer": "Import in a new layer", - "Import": "Import", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Include full screen link?": "Include full screen link?", "Inherit": "Inherit", @@ -311,7 +304,6 @@ "Rename this property on all the features": "Rename this property on all the features", "Replace layer content": "Replace layer content", "Restore this version": "Restore this version", - "Save anyway": "Save anyway", "Save current edits": "Save current edits", "Save map": "Save map", "Save this center and zoom": "Save this center and zoom", @@ -320,12 +312,9 @@ "Saved center and zoom": "Saved center and zoom", "Search location": "Search location", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "See full screen", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "settings": "settings", "Shape properties": "Shape properties", @@ -398,9 +387,7 @@ "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.", "yes": "yes", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Zoom in", "Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom out": "Zoom out", @@ -444,7 +431,55 @@ "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } \ No newline at end of file diff --git a/umap/static/umap/locale/is.js b/umap/static/umap/locale/is.js index 58d3fa24..43f2cd66 100644 --- a/umap/static/umap/locale/is.js +++ b/umap/static/umap/locale/is.js @@ -48,16 +48,12 @@ const locale = { "by": "eftir", "Cache proxied request": "Setja milliþjónabeiðnir í skyndiminni", "Cancel edits": "Hætta við breytingar", - "Cancel": "Hætta við", "Caption": "Skýringatexti", "Center map on your location": "Miðjusetja kortið á staðsetningu þína", "Change map background": "Breyta bakgrunni landakorts", "Change tilelayers": "Skipta um kortatíglalög", "Change": "Change", - "Choose a preset": "Veldu forstillingu", "Choose the data format": "Veldu gagnasnið", - "Choose the format of the data to import": "Veldu snið á gögnum sem á að flytja inn", - "Choose the layer to import in": "Veldu lagið sem á að flytja inn í", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ const locale = { "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Halda áfram með línu", "Coordinates": "Hnit", - "Copy link": "Copy link", "copy": "copy", "Credits": "Framlög", "Current map view": "Current map view", @@ -152,7 +147,6 @@ const locale = { "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Breyta þessari fitju", "Edit": "Breyta", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Setja landakortið inn á vefsíðu", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ const locale = { "Image: {{http://image.url.com}}": "Mynd: {{http://image.url.com}}", "Import data": "Flytja inn gögn", "Import in a new layer": "Flytja inn í nýtt lag", - "Import": "Flytja inn", "Imports all umap data, including layers and settings.": "Flytur inn öll umap-gögn, þar með talin lög og stillingar.", "Include full screen link?": "Hafa með tengil á að fylla skjá?", "Inherit": "Erfa", @@ -311,7 +304,6 @@ const locale = { "Rename this property on all the features": "Endurnefna þetta eigindi á öllum fitjum", "Replace layer content": "Skipta út innihaldi lagsins", "Restore this version": "Endurheimta þessa útgáfu", - "Save anyway": "Vista samt", "Save current edits": "Vista fyrirliggjandi breytingar", "Save map": "Save map", "Save this center and zoom": "Vista þessa miðju og aðdrátt", @@ -320,12 +312,9 @@ const locale = { "Saved center and zoom": "Saved center and zoom", "Search location": "Leita að staðsetningu", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "Fylla skjáinn", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Settu þetta sem ósatt til að fela þetta lag úr skyggnusýningu, gagnavafranum, sprettleiðsögn…", "settings": "settings", "Shape properties": "Eiginleikar lögunar", @@ -398,9 +387,7 @@ const locale = { "Will be displayed in the bottom right corner of the map": "Verður birt niðri í hægra horni kortsins", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Verður sýnilegt í skýringatexta kortsins", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Úbbs! Það lítur út fyrir að einhver annar hafi breytt gögnunum. Þú getur samt vistað, en það mun hreinsa út breytingarnar sem hinn aðilinn gerði.", "yes": "já", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Renna að", "Zoom level for automatic zooms": "Aðdráttarstig fyrir sjálfvirkan aðdrátt", "Zoom out": "Renna frá", @@ -444,9 +431,57 @@ const locale = { "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } L.registerLocale("is", locale) L.setLocale("is") diff --git a/umap/static/umap/locale/is.json b/umap/static/umap/locale/is.json index fb4821f2..32d8da37 100644 --- a/umap/static/umap/locale/is.json +++ b/umap/static/umap/locale/is.json @@ -48,16 +48,12 @@ "by": "eftir", "Cache proxied request": "Setja milliþjónabeiðnir í skyndiminni", "Cancel edits": "Hætta við breytingar", - "Cancel": "Hætta við", "Caption": "Skýringatexti", "Center map on your location": "Miðjusetja kortið á staðsetningu þína", "Change map background": "Breyta bakgrunni landakorts", "Change tilelayers": "Skipta um kortatíglalög", "Change": "Change", - "Choose a preset": "Veldu forstillingu", "Choose the data format": "Veldu gagnasnið", - "Choose the format of the data to import": "Veldu snið á gögnum sem á að flytja inn", - "Choose the layer to import in": "Veldu lagið sem á að flytja inn í", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Halda áfram með línu", "Coordinates": "Hnit", - "Copy link": "Copy link", "copy": "copy", "Credits": "Framlög", "Current map view": "Current map view", @@ -152,7 +147,6 @@ "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Breyta þessari fitju", "Edit": "Breyta", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Setja landakortið inn á vefsíðu", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ "Image: {{http://image.url.com}}": "Mynd: {{http://image.url.com}}", "Import data": "Flytja inn gögn", "Import in a new layer": "Flytja inn í nýtt lag", - "Import": "Flytja inn", "Imports all umap data, including layers and settings.": "Flytur inn öll umap-gögn, þar með talin lög og stillingar.", "Include full screen link?": "Hafa með tengil á að fylla skjá?", "Inherit": "Erfa", @@ -311,7 +304,6 @@ "Rename this property on all the features": "Endurnefna þetta eigindi á öllum fitjum", "Replace layer content": "Skipta út innihaldi lagsins", "Restore this version": "Endurheimta þessa útgáfu", - "Save anyway": "Vista samt", "Save current edits": "Vista fyrirliggjandi breytingar", "Save map": "Save map", "Save this center and zoom": "Vista þessa miðju og aðdrátt", @@ -320,12 +312,9 @@ "Saved center and zoom": "Saved center and zoom", "Search location": "Leita að staðsetningu", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "Fylla skjáinn", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Settu þetta sem ósatt til að fela þetta lag úr skyggnusýningu, gagnavafranum, sprettleiðsögn…", "settings": "settings", "Shape properties": "Eiginleikar lögunar", @@ -398,9 +387,7 @@ "Will be displayed in the bottom right corner of the map": "Verður birt niðri í hægra horni kortsins", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Verður sýnilegt í skýringatexta kortsins", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Úbbs! Það lítur út fyrir að einhver annar hafi breytt gögnunum. Þú getur samt vistað, en það mun hreinsa út breytingarnar sem hinn aðilinn gerði.", "yes": "já", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Renna að", "Zoom level for automatic zooms": "Aðdráttarstig fyrir sjálfvirkan aðdrátt", "Zoom out": "Renna frá", @@ -444,7 +431,55 @@ "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } \ No newline at end of file diff --git a/umap/static/umap/locale/it.js b/umap/static/umap/locale/it.js index 3d58441a..fa529513 100644 --- a/umap/static/umap/locale/it.js +++ b/umap/static/umap/locale/it.js @@ -48,16 +48,12 @@ const locale = { "by": "di", "Cache proxied request": "Usa la cache per le richieste proxy", "Cancel edits": "Annulla le modifiche", - "Cancel": "Annulla", "Caption": "Didascalia", "Center map on your location": "Centra la mappa sulla tua posizione", "Change map background": "Cambia la mappa di sfondo", "Change tilelayers": "Cambia i livelli di sfondo", "Change": "Cambia", - "Choose a preset": "Seleziona una preimpostazione", "Choose the data format": "Scegli il formato dati", - "Choose the format of the data to import": "Seleziona il formato dei dati da importare", - "Choose the layer to import in": "Seleziona su quale livello fare l'importazione", "Choropleth breakpoints": "Punti di interruzione coropletici", "Choropleth classes": "Classi coropletiche", "Choropleth color palette": "Palett dei colori coropletici", @@ -87,7 +83,6 @@ const locale = { "Congratulations, your map has been created!": "Complimenti, la tua mappa è stata creata!!!", "Continue line": "Linea continua", "Coordinates": "Coordinate", - "Copy link": "Copia link", "copy": "copia", "Credits": "Ringraziamenti", "Current map view": "Vista della mappa corrente", @@ -152,7 +147,6 @@ const locale = { "Edit the title of the map": "Modifica il titolo della mappa", "Edit this feature": "Modifica quest'oggetto", "Edit": "Modifica", - "Email": "Email", "Embed and link options": "Opzioni di inclusione e collegamento", "Embed the map": "Includi la mappa", "Emoji & Character": "Emoji & caratteri", @@ -200,7 +194,6 @@ const locale = { "Image: {{http://image.url.com}}": "Immagini: {{http://image.url.com}}", "Import data": "Importa dati", "Import in a new layer": "Importa in un nuovo layer", - "Import": "Importa", "Imports all umap data, including layers and settings.": "importa tutti i dati di umap compresi layer e le impostazioni", "Include full screen link?": "inserire link per la vista a schemo intero?", "Inherit": "Eredita", @@ -311,7 +304,6 @@ const locale = { "Rename this property on all the features": "Rinomina questa proprietà in tutti gli oggetti", "Replace layer content": "Sostituisci il contenuto del layer", "Restore this version": "Ripristina questa versione", - "Save anyway": "Salva comunque", "Save current edits": "Salva le modifiche effettuate", "Save map": "Salva mappa", "Save this center and zoom": "Salva il centro e lo zoom", @@ -320,12 +312,9 @@ const locale = { "Saved center and zoom": "Centro e zoom salvati", "Search location": "Cerca un luogo", "Search": "Ricerca", - "Secret edit link copied to clipboard!": "Link della modifica segreta copiato in memoria!", "Secret edit link:": "Link segreto per editare:", - "See layers": "See layers", "See full screen": "Visualizza a schermo intero", "See on OpenStreetMap": "Vedi su OpenStreetMap", - "Send me the link": "Inviami il link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Impostalo su false per nascondere questo layer dalla presentazione, dal browser dati, dalla navigazione popup...", "settings": "impostazioni", "Shape properties": "Proprietà della geometria", @@ -398,9 +387,7 @@ const locale = { "Will be displayed in the bottom right corner of the map": "Sarà visualizzato in un angolo in basso a destra sulla mappa", "Will be permanently visible in the bottom left corner of the map": "Sarà permanentemente visibile nell'angolo in basso a sinistra della mappa", "Will be visible in the caption of the map": "Sarà visibile nella didascalia della mappa", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "OPS! Qualcun altro sembra aver modificato i dati. È possibile comunque salvare, ma questo cancellerà le modifiche apportate da altri.", "yes": "sì", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "La tua mappa è stata creata! Dato che non hai effettuato l'accesso, eccoti il link segreto per modificare la mappa, da tenere al sicuro:", "Zoom in": "Ingrandisci", "Zoom level for automatic zooms": "Livelli di zoom per zoom automatici", "Zoom out": "Rimpicciolisci", @@ -444,9 +431,57 @@ const locale = { "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } L.registerLocale("it", locale) L.setLocale("it") diff --git a/umap/static/umap/locale/it.json b/umap/static/umap/locale/it.json index 85d72bf3..f4cd527b 100644 --- a/umap/static/umap/locale/it.json +++ b/umap/static/umap/locale/it.json @@ -48,16 +48,12 @@ "by": "di", "Cache proxied request": "Usa la cache per le richieste proxy", "Cancel edits": "Annulla le modifiche", - "Cancel": "Annulla", "Caption": "Didascalia", "Center map on your location": "Centra la mappa sulla tua posizione", "Change map background": "Cambia la mappa di sfondo", "Change tilelayers": "Cambia i livelli di sfondo", "Change": "Cambia", - "Choose a preset": "Seleziona una preimpostazione", "Choose the data format": "Scegli il formato dati", - "Choose the format of the data to import": "Seleziona il formato dei dati da importare", - "Choose the layer to import in": "Seleziona su quale livello fare l'importazione", "Choropleth breakpoints": "Punti di interruzione coropletici", "Choropleth classes": "Classi coropletiche", "Choropleth color palette": "Palett dei colori coropletici", @@ -87,7 +83,6 @@ "Congratulations, your map has been created!": "Complimenti, la tua mappa è stata creata!!!", "Continue line": "Linea continua", "Coordinates": "Coordinate", - "Copy link": "Copia link", "copy": "copia", "Credits": "Ringraziamenti", "Current map view": "Vista della mappa corrente", @@ -152,7 +147,6 @@ "Edit the title of the map": "Modifica il titolo della mappa", "Edit this feature": "Modifica quest'oggetto", "Edit": "Modifica", - "Email": "Email", "Embed and link options": "Opzioni di inclusione e collegamento", "Embed the map": "Includi la mappa", "Emoji & Character": "Emoji & caratteri", @@ -200,7 +194,6 @@ "Image: {{http://image.url.com}}": "Immagini: {{http://image.url.com}}", "Import data": "Importa dati", "Import in a new layer": "Importa in un nuovo layer", - "Import": "Importa", "Imports all umap data, including layers and settings.": "importa tutti i dati di umap compresi layer e le impostazioni", "Include full screen link?": "inserire link per la vista a schemo intero?", "Inherit": "Eredita", @@ -311,7 +304,6 @@ "Rename this property on all the features": "Rinomina questa proprietà in tutti gli oggetti", "Replace layer content": "Sostituisci il contenuto del layer", "Restore this version": "Ripristina questa versione", - "Save anyway": "Salva comunque", "Save current edits": "Salva le modifiche effettuate", "Save map": "Salva mappa", "Save this center and zoom": "Salva il centro e lo zoom", @@ -320,12 +312,9 @@ "Saved center and zoom": "Centro e zoom salvati", "Search location": "Cerca un luogo", "Search": "Ricerca", - "Secret edit link copied to clipboard!": "Link della modifica segreta copiato in memoria!", "Secret edit link:": "Link segreto per editare:", - "See layers": "See layers", "See full screen": "Visualizza a schermo intero", "See on OpenStreetMap": "Vedi su OpenStreetMap", - "Send me the link": "Inviami il link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Impostalo su false per nascondere questo layer dalla presentazione, dal browser dati, dalla navigazione popup...", "settings": "impostazioni", "Shape properties": "Proprietà della geometria", @@ -398,9 +387,7 @@ "Will be displayed in the bottom right corner of the map": "Sarà visualizzato in un angolo in basso a destra sulla mappa", "Will be permanently visible in the bottom left corner of the map": "Sarà permanentemente visibile nell'angolo in basso a sinistra della mappa", "Will be visible in the caption of the map": "Sarà visibile nella didascalia della mappa", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "OPS! Qualcun altro sembra aver modificato i dati. È possibile comunque salvare, ma questo cancellerà le modifiche apportate da altri.", "yes": "sì", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "La tua mappa è stata creata! Dato che non hai effettuato l'accesso, eccoti il link segreto per modificare la mappa, da tenere al sicuro:", "Zoom in": "Ingrandisci", "Zoom level for automatic zooms": "Livelli di zoom per zoom automatici", "Zoom out": "Rimpicciolisci", @@ -444,7 +431,55 @@ "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } \ No newline at end of file diff --git a/umap/static/umap/locale/ja.js b/umap/static/umap/locale/ja.js index e19e9127..2fc4d7e1 100644 --- a/umap/static/umap/locale/ja.js +++ b/umap/static/umap/locale/ja.js @@ -48,16 +48,12 @@ const locale = { "by": "by", "Cache proxied request": "Cache proxied request", "Cancel edits": "編集を破棄", - "Cancel": "キャンセル", "Caption": "表題", "Center map on your location": "閲覧者の位置をマップの中心に設定", "Change map background": "背景地図を変更", "Change tilelayers": "タイルレイヤの変更", "Change": "Change", - "Choose a preset": "プリセット選択", "Choose the data format": "データ形式選択", - "Choose the format of the data to import": "インポートデータ形式を選択", - "Choose the layer to import in": "インポート対象レイヤ選択", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ const locale = { "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "ラインを延長", "Coordinates": "位置情報", - "Copy link": "Copy link", "copy": "copy", "Credits": "制作", "Current map view": "Current map view", @@ -152,7 +147,6 @@ const locale = { "Edit the title of the map": "Edit the title of the map", "Edit this feature": "地物を編集", "Edit": "編集", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "マップ埋め込み", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ const locale = { "Image: {{http://image.url.com}}": "画像: {{http://image.url.com}}", "Import data": "データインポート", "Import in a new layer": "新規レイヤをインポート", - "Import": "インポート", "Imports all umap data, including layers and settings.": "umapのデータをすべてインポート(レイヤ、設定を含む)", "Include full screen link?": "フルスクリーンのリンクを含める?", "Inherit": "属性継承", @@ -311,7 +304,6 @@ const locale = { "Rename this property on all the features": "すべての地物に対してこのプロパティ名を変更", "Replace layer content": "レイヤ内容を差し替える", "Restore this version": "このバージョンを復元する", - "Save anyway": "保存を再実行", "Save current edits": "編集内容を保存", "Save map": "Save map", "Save this center and zoom": "地図中心点とズームレベルを保存", @@ -320,12 +312,9 @@ const locale = { "Saved center and zoom": "Saved center and zoom", "Search location": "地名で検索", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "フルスクリーン表示", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "settings": "settings", "Shape properties": "シェイプ表示プロパティ", @@ -398,9 +387,7 @@ const locale = { "Will be displayed in the bottom right corner of the map": "地図の右下に表示されます", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "地図の脚注として表示されます", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "おおおっと! 他の誰かがデータを編集したようです。あなたの編集内容をもう一度保存することもできますが、その場合、他の誰かが行った編集は削除されます。", "yes": "はい", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "ズームイン", "Zoom level for automatic zooms": "自動ズーム時のズームレベル", "Zoom out": "ズームアウト", @@ -444,9 +431,57 @@ const locale = { "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } L.registerLocale("ja", locale) L.setLocale("ja") diff --git a/umap/static/umap/locale/ja.json b/umap/static/umap/locale/ja.json index b10234a6..4dd7f366 100644 --- a/umap/static/umap/locale/ja.json +++ b/umap/static/umap/locale/ja.json @@ -48,16 +48,12 @@ "by": "by", "Cache proxied request": "Cache proxied request", "Cancel edits": "編集を破棄", - "Cancel": "キャンセル", "Caption": "表題", "Center map on your location": "閲覧者の位置をマップの中心に設定", "Change map background": "背景地図を変更", "Change tilelayers": "タイルレイヤの変更", "Change": "Change", - "Choose a preset": "プリセット選択", "Choose the data format": "データ形式選択", - "Choose the format of the data to import": "インポートデータ形式を選択", - "Choose the layer to import in": "インポート対象レイヤ選択", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "ラインを延長", "Coordinates": "位置情報", - "Copy link": "Copy link", "copy": "copy", "Credits": "制作", "Current map view": "Current map view", @@ -152,7 +147,6 @@ "Edit the title of the map": "Edit the title of the map", "Edit this feature": "地物を編集", "Edit": "編集", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "マップ埋め込み", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ "Image: {{http://image.url.com}}": "画像: {{http://image.url.com}}", "Import data": "データインポート", "Import in a new layer": "新規レイヤをインポート", - "Import": "インポート", "Imports all umap data, including layers and settings.": "umapのデータをすべてインポート(レイヤ、設定を含む)", "Include full screen link?": "フルスクリーンのリンクを含める?", "Inherit": "属性継承", @@ -311,7 +304,6 @@ "Rename this property on all the features": "すべての地物に対してこのプロパティ名を変更", "Replace layer content": "レイヤ内容を差し替える", "Restore this version": "このバージョンを復元する", - "Save anyway": "保存を再実行", "Save current edits": "編集内容を保存", "Save map": "Save map", "Save this center and zoom": "地図中心点とズームレベルを保存", @@ -320,12 +312,9 @@ "Saved center and zoom": "Saved center and zoom", "Search location": "地名で検索", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "フルスクリーン表示", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "settings": "settings", "Shape properties": "シェイプ表示プロパティ", @@ -398,9 +387,7 @@ "Will be displayed in the bottom right corner of the map": "地図の右下に表示されます", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "地図の脚注として表示されます", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "おおおっと! 他の誰かがデータを編集したようです。あなたの編集内容をもう一度保存することもできますが、その場合、他の誰かが行った編集は削除されます。", "yes": "はい", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "ズームイン", "Zoom level for automatic zooms": "自動ズーム時のズームレベル", "Zoom out": "ズームアウト", @@ -444,7 +431,55 @@ "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } \ No newline at end of file diff --git a/umap/static/umap/locale/ko.js b/umap/static/umap/locale/ko.js index 382b38cf..8907a26f 100644 --- a/umap/static/umap/locale/ko.js +++ b/umap/static/umap/locale/ko.js @@ -48,16 +48,12 @@ const locale = { "by": "by", "Cache proxied request": "Cache proxied request", "Cancel edits": "편집 내역 취소", - "Cancel": "취소", "Caption": "캡션", "Center map on your location": "지도에서 나의 위치를 가운데로 놓기", "Change map background": "배경 지도 변경", "Change tilelayers": "타일 레이어 변경", "Change": "Change", - "Choose a preset": "프리셋 선택", "Choose the data format": "데이터 포맷 선택", - "Choose the format of the data to import": "삽입할 데이터의 포맷 선택", - "Choose the layer to import in": "삽입할 레이어 선택", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ const locale = { "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Continue line", "Coordinates": "Coordinates", - "Copy link": "Copy link", "copy": "copy", "Credits": "Credits", "Current map view": "Current map view", @@ -152,7 +147,6 @@ const locale = { "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Edit this feature", "Edit": "Edit", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Embed the map", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ const locale = { "Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}", "Import data": "Import data", "Import in a new layer": "Import in a new layer", - "Import": "Import", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Include full screen link?": "Include full screen link?", "Inherit": "상속", @@ -311,7 +304,6 @@ const locale = { "Rename this property on all the features": "Rename this property on all the features", "Replace layer content": "Replace layer content", "Restore this version": "Restore this version", - "Save anyway": "Save anyway", "Save current edits": "Save current edits", "Save map": "Save map", "Save this center and zoom": "Save this center and zoom", @@ -320,12 +312,9 @@ const locale = { "Saved center and zoom": "Saved center and zoom", "Search location": "Search location", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "See full screen", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "settings": "settings", "Shape properties": "Shape properties", @@ -398,9 +387,7 @@ const locale = { "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.", "yes": "예", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Zoom in", "Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom out": "Zoom out", @@ -444,9 +431,57 @@ const locale = { "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } L.registerLocale("ko", locale) L.setLocale("ko") diff --git a/umap/static/umap/locale/ko.json b/umap/static/umap/locale/ko.json index 949cbde4..b335a5a8 100644 --- a/umap/static/umap/locale/ko.json +++ b/umap/static/umap/locale/ko.json @@ -48,16 +48,12 @@ "by": "by", "Cache proxied request": "Cache proxied request", "Cancel edits": "편집 내역 취소", - "Cancel": "취소", "Caption": "캡션", "Center map on your location": "지도에서 나의 위치를 가운데로 놓기", "Change map background": "배경 지도 변경", "Change tilelayers": "타일 레이어 변경", "Change": "Change", - "Choose a preset": "프리셋 선택", "Choose the data format": "데이터 포맷 선택", - "Choose the format of the data to import": "삽입할 데이터의 포맷 선택", - "Choose the layer to import in": "삽입할 레이어 선택", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Continue line", "Coordinates": "Coordinates", - "Copy link": "Copy link", "copy": "copy", "Credits": "Credits", "Current map view": "Current map view", @@ -152,7 +147,6 @@ "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Edit this feature", "Edit": "Edit", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Embed the map", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ "Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}", "Import data": "Import data", "Import in a new layer": "Import in a new layer", - "Import": "Import", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Include full screen link?": "Include full screen link?", "Inherit": "상속", @@ -311,7 +304,6 @@ "Rename this property on all the features": "Rename this property on all the features", "Replace layer content": "Replace layer content", "Restore this version": "Restore this version", - "Save anyway": "Save anyway", "Save current edits": "Save current edits", "Save map": "Save map", "Save this center and zoom": "Save this center and zoom", @@ -320,12 +312,9 @@ "Saved center and zoom": "Saved center and zoom", "Search location": "Search location", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "See full screen", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "settings": "settings", "Shape properties": "Shape properties", @@ -398,9 +387,7 @@ "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.", "yes": "예", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Zoom in", "Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom out": "Zoom out", @@ -444,7 +431,55 @@ "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } \ No newline at end of file diff --git a/umap/static/umap/locale/lt.js b/umap/static/umap/locale/lt.js index c414a7df..7a002116 100644 --- a/umap/static/umap/locale/lt.js +++ b/umap/static/umap/locale/lt.js @@ -48,16 +48,12 @@ const locale = { "by": "pagal", "Cache proxied request": "Cache proxied request", "Cancel edits": "Atšaukti pakeitimus", - "Cancel": "Atšaukti", "Caption": "Antraštė", "Center map on your location": "Centruoti pagal Jūsų vietovę", "Change map background": "Keisti žemėlapio foną", "Change tilelayers": "Pakeisti sluoksnius", "Change": "Change", - "Choose a preset": "Pasirinkite šabloną", "Choose the data format": "Pasirinkite duomenų formatą", - "Choose the format of the data to import": "Pasirinkite importuojamų uomenų formatą", - "Choose the layer to import in": "Pasirinkite sluoksnį importavimui", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ const locale = { "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Continue line", "Coordinates": "Koordinatės", - "Copy link": "Copy link", "copy": "copy", "Credits": "Apie kūrėjus", "Current map view": "Current map view", @@ -152,7 +147,6 @@ const locale = { "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Redaguoti šį objektą", "Edit": "Redaguoti", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Įsikelti šį žemėlapį", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ const locale = { "Image: {{http://image.url.com}}": "Paveikslas: {{http://image.url.com/image.jpeg}}", "Import data": "Importuoti duomenis", "Import in a new layer": "Importuoti naują sluoksnį", - "Import": "Importuoti", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Include full screen link?": "Įtraukti nuorodą į viso ekrano vaizdą?", "Inherit": "Paveldėti", @@ -311,7 +304,6 @@ const locale = { "Rename this property on all the features": "Pervadinti šią savybę visuose objektuose", "Replace layer content": "Replace layer content", "Restore this version": "Restore this version", - "Save anyway": "Išsaugoti bet kuriuo atveju", "Save current edits": "Išsaugoti pakeitimus", "Save map": "Save map", "Save this center and zoom": "Išsaugoti šį centrą ar mastelį.", @@ -320,12 +312,9 @@ const locale = { "Saved center and zoom": "Saved center and zoom", "Search location": "Search location", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "Peržiūrėti per visą ekraną", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "settings": "settings", "Shape properties": "Shape properties", @@ -398,9 +387,7 @@ const locale = { "Will be displayed in the bottom right corner of the map": "Bus rodomas apatiniame dešiniame žemėlapio kampe", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Bus matoma žemėlapio antraštėje", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Dėmesio! Kažkas kitas jau paredagavo šiuos duomenis. Jūs galite išsaugoti, bet tuomet bus prarasti kiti pakeitimai.", "yes": "taip", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Padidinti mastelį", "Zoom level for automatic zooms": "Priartinimo lygis automatiniui režimui", "Zoom out": "Didinti", @@ -444,9 +431,57 @@ const locale = { "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } L.registerLocale("lt", locale) L.setLocale("lt") diff --git a/umap/static/umap/locale/lt.json b/umap/static/umap/locale/lt.json index f195af5b..513ba4fa 100644 --- a/umap/static/umap/locale/lt.json +++ b/umap/static/umap/locale/lt.json @@ -48,16 +48,12 @@ "by": "pagal", "Cache proxied request": "Cache proxied request", "Cancel edits": "Atšaukti pakeitimus", - "Cancel": "Atšaukti", "Caption": "Antraštė", "Center map on your location": "Centruoti pagal Jūsų vietovę", "Change map background": "Keisti žemėlapio foną", "Change tilelayers": "Pakeisti sluoksnius", "Change": "Change", - "Choose a preset": "Pasirinkite šabloną", "Choose the data format": "Pasirinkite duomenų formatą", - "Choose the format of the data to import": "Pasirinkite importuojamų uomenų formatą", - "Choose the layer to import in": "Pasirinkite sluoksnį importavimui", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Continue line", "Coordinates": "Koordinatės", - "Copy link": "Copy link", "copy": "copy", "Credits": "Apie kūrėjus", "Current map view": "Current map view", @@ -152,7 +147,6 @@ "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Redaguoti šį objektą", "Edit": "Redaguoti", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Įsikelti šį žemėlapį", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ "Image: {{http://image.url.com}}": "Paveikslas: {{http://image.url.com/image.jpeg}}", "Import data": "Importuoti duomenis", "Import in a new layer": "Importuoti naują sluoksnį", - "Import": "Importuoti", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Include full screen link?": "Įtraukti nuorodą į viso ekrano vaizdą?", "Inherit": "Paveldėti", @@ -311,7 +304,6 @@ "Rename this property on all the features": "Pervadinti šią savybę visuose objektuose", "Replace layer content": "Replace layer content", "Restore this version": "Restore this version", - "Save anyway": "Išsaugoti bet kuriuo atveju", "Save current edits": "Išsaugoti pakeitimus", "Save map": "Save map", "Save this center and zoom": "Išsaugoti šį centrą ar mastelį.", @@ -320,12 +312,9 @@ "Saved center and zoom": "Saved center and zoom", "Search location": "Search location", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "Peržiūrėti per visą ekraną", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "settings": "settings", "Shape properties": "Shape properties", @@ -398,9 +387,7 @@ "Will be displayed in the bottom right corner of the map": "Bus rodomas apatiniame dešiniame žemėlapio kampe", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Bus matoma žemėlapio antraštėje", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Dėmesio! Kažkas kitas jau paredagavo šiuos duomenis. Jūs galite išsaugoti, bet tuomet bus prarasti kiti pakeitimai.", "yes": "taip", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Padidinti mastelį", "Zoom level for automatic zooms": "Priartinimo lygis automatiniui režimui", "Zoom out": "Didinti", @@ -444,7 +431,55 @@ "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } \ No newline at end of file diff --git a/umap/static/umap/locale/ms.js b/umap/static/umap/locale/ms.js index 73218ab1..6267e136 100644 --- a/umap/static/umap/locale/ms.js +++ b/umap/static/umap/locale/ms.js @@ -48,16 +48,12 @@ const locale = { "by": "oleh", "Cache proxied request": "Cache permintaan diproksi", "Cancel edits": "Batalkan suntingan", - "Cancel": "Batal", "Caption": "Keterangan", "Center map on your location": "Ketengahkan peta ke kedudukan anda", "Change map background": "Tukar latar belakang peta", "Change tilelayers": "Tukar lapisan jubin", "Change": "Tukar", - "Choose a preset": "Pilih pratetapan", "Choose the data format": "Pilih format data", - "Choose the format of the data to import": "Pilih format data yang ingin diimport", - "Choose the layer to import in": "Pilih lapisan untuk diimport", "Choropleth breakpoints": "Titik putus koroplet", "Choropleth classes": "Kelas koroplet", "Choropleth color palette": "Palet warna koroplet", @@ -87,7 +83,6 @@ const locale = { "Congratulations, your map has been created!": "Tahniah, peta anda telah berjaya dicipta!", "Continue line": "Garis sambung", "Coordinates": "Koordinat", - "Copy link": "Salin pautan", "copy": "salin", "Credits": "Penghargaan", "Current map view": "Paparan peta semasa", @@ -152,7 +147,6 @@ const locale = { "Edit the title of the map": "Sunting tajuk peta", "Edit this feature": "Sunting sifat ini", "Edit": "Sunting", - "Email": "E-mel", "Embed and link options": "Pilihan benaman dan pautan", "Embed the map": "Benamkan peta", "Emoji & Character": "Emoji & Aksara", @@ -200,7 +194,6 @@ const locale = { "Image: {{http://image.url.com}}": "Imej: {{http://image.url.com}}", "Import data": "Import data", "Import in a new layer": "Import ke lapisan baharu", - "Import": "Import", "Imports all umap data, including layers and settings.": "Import semua data umap, termasuk lapisan dan tetapan.", "Include full screen link?": "Sertakan pautan skrin penuh?", "Inherit": "Warisi", @@ -311,7 +304,6 @@ const locale = { "Rename this property on all the features": "Namakan semula ciri-ciri ini di kesemua sifat-sifat", "Replace layer content": "Gantikan kandungan lapisan", "Restore this version": "Pulihkan versi ini", - "Save anyway": "Simpan juga apa pun", "Save current edits": "Simpan suntingan semasa", "Save map": "Simpan peta", "Save this center and zoom": "Simpan kedudukan tengah dan zum ini", @@ -320,12 +312,9 @@ const locale = { "Saved center and zoom": "Kedudukan tengah dan zum telah disimpan", "Search location": "Kedudukan carian", "Search": "Cari", - "Secret edit link copied to clipboard!": "Pautan suntingan rahsia telah disalin ke papan keratan!", "Secret edit link:": "Pautan suntingan rahsia:", - "See layers": "Lihat lapisan", "See full screen": "Lihat skrin penuh", "See on OpenStreetMap": "Lihat di OpenStreetMap", - "Send me the link": "Hantarkan pautan kepada saya", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Tetapkan ke 'false' untuk menyembunyikan lapisan ini daripada persembahan slaid, pelayar data, navigasi timbul…", "settings": "tetapan", "Shape properties": "Ciri-ciri bentuk", @@ -398,9 +387,7 @@ const locale = { "Will be displayed in the bottom right corner of the map": "Akan dipaparkan di bucu kanan bawah peta", "Will be permanently visible in the bottom left corner of the map": "Akan dipaparkan secara kekal di bucu kiri bawah peta", "Will be visible in the caption of the map": "Akan kelihatan dalam keterangan peta", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Alamak! Nampaknya orang lain telah menyunting data. Anda boleh simpan juga, tetapi ini akan memadam perubahan yang dibuat oleh orang lain.", "yes": "ya", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Peta anda telah berjaya dicipta! Memandangkan anda tidak log masuk, ini pautan rahsia anda untuk menyunting peta, sila simpannya dengan selamat:", "Zoom in": "Zum masuk", "Zoom level for automatic zooms": "Tahap zum bagi zum automatik", "Zoom out": "Zum keluar", @@ -444,9 +431,57 @@ const locale = { "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } L.registerLocale("ms", locale) L.setLocale("ms") diff --git a/umap/static/umap/locale/ms.json b/umap/static/umap/locale/ms.json index ade23bea..59abf3b3 100644 --- a/umap/static/umap/locale/ms.json +++ b/umap/static/umap/locale/ms.json @@ -48,16 +48,12 @@ "by": "oleh", "Cache proxied request": "Cache permintaan diproksi", "Cancel edits": "Batalkan suntingan", - "Cancel": "Batal", "Caption": "Keterangan", "Center map on your location": "Ketengahkan peta ke kedudukan anda", "Change map background": "Tukar latar belakang peta", "Change tilelayers": "Tukar lapisan jubin", "Change": "Tukar", - "Choose a preset": "Pilih pratetapan", "Choose the data format": "Pilih format data", - "Choose the format of the data to import": "Pilih format data yang ingin diimport", - "Choose the layer to import in": "Pilih lapisan untuk diimport", "Choropleth breakpoints": "Titik putus koroplet", "Choropleth classes": "Kelas koroplet", "Choropleth color palette": "Palet warna koroplet", @@ -87,7 +83,6 @@ "Congratulations, your map has been created!": "Tahniah, peta anda telah berjaya dicipta!", "Continue line": "Garis sambung", "Coordinates": "Koordinat", - "Copy link": "Salin pautan", "copy": "salin", "Credits": "Penghargaan", "Current map view": "Paparan peta semasa", @@ -152,7 +147,6 @@ "Edit the title of the map": "Sunting tajuk peta", "Edit this feature": "Sunting sifat ini", "Edit": "Sunting", - "Email": "E-mel", "Embed and link options": "Pilihan benaman dan pautan", "Embed the map": "Benamkan peta", "Emoji & Character": "Emoji & Aksara", @@ -200,7 +194,6 @@ "Image: {{http://image.url.com}}": "Imej: {{http://image.url.com}}", "Import data": "Import data", "Import in a new layer": "Import ke lapisan baharu", - "Import": "Import", "Imports all umap data, including layers and settings.": "Import semua data umap, termasuk lapisan dan tetapan.", "Include full screen link?": "Sertakan pautan skrin penuh?", "Inherit": "Warisi", @@ -311,7 +304,6 @@ "Rename this property on all the features": "Namakan semula ciri-ciri ini di kesemua sifat-sifat", "Replace layer content": "Gantikan kandungan lapisan", "Restore this version": "Pulihkan versi ini", - "Save anyway": "Simpan juga apa pun", "Save current edits": "Simpan suntingan semasa", "Save map": "Simpan peta", "Save this center and zoom": "Simpan kedudukan tengah dan zum ini", @@ -320,12 +312,9 @@ "Saved center and zoom": "Kedudukan tengah dan zum telah disimpan", "Search location": "Kedudukan carian", "Search": "Cari", - "Secret edit link copied to clipboard!": "Pautan suntingan rahsia telah disalin ke papan keratan!", "Secret edit link:": "Pautan suntingan rahsia:", - "See layers": "Lihat lapisan", "See full screen": "Lihat skrin penuh", "See on OpenStreetMap": "Lihat di OpenStreetMap", - "Send me the link": "Hantarkan pautan kepada saya", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Tetapkan ke 'false' untuk menyembunyikan lapisan ini daripada persembahan slaid, pelayar data, navigasi timbul…", "settings": "tetapan", "Shape properties": "Ciri-ciri bentuk", @@ -398,9 +387,7 @@ "Will be displayed in the bottom right corner of the map": "Akan dipaparkan di bucu kanan bawah peta", "Will be permanently visible in the bottom left corner of the map": "Akan dipaparkan secara kekal di bucu kiri bawah peta", "Will be visible in the caption of the map": "Akan kelihatan dalam keterangan peta", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Alamak! Nampaknya orang lain telah menyunting data. Anda boleh simpan juga, tetapi ini akan memadam perubahan yang dibuat oleh orang lain.", "yes": "ya", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Peta anda telah berjaya dicipta! Memandangkan anda tidak log masuk, ini pautan rahsia anda untuk menyunting peta, sila simpannya dengan selamat:", "Zoom in": "Zum masuk", "Zoom level for automatic zooms": "Tahap zum bagi zum automatik", "Zoom out": "Zum keluar", @@ -444,7 +431,55 @@ "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } \ No newline at end of file diff --git a/umap/static/umap/locale/nl.js b/umap/static/umap/locale/nl.js index 06b33c61..01f5c691 100644 --- a/umap/static/umap/locale/nl.js +++ b/umap/static/umap/locale/nl.js @@ -48,16 +48,12 @@ const locale = { "by": "door", "Cache proxied request": "Cache proxied request", "Cancel edits": "Bewerkingen annuleren", - "Cancel": "Annuleren", "Caption": "Hoofding", "Center map on your location": "Centreer kaart op je locatie", "Change map background": "Verander kaartachtergrond", "Change tilelayers": "Andere kaartachtergrond instellen", "Change": "Veranderen", - "Choose a preset": "Kies een voorkeuzeinstelling", "Choose the data format": "Gegevensformaat selecteren", - "Choose the format of the data to import": "Kies het formaat van de te importeren gegevens", - "Choose the layer to import in": "Kies de laag om in te importeren", "Choropleth breakpoints": "Choropleten verdeelpunten", "Choropleth classes": "Choropleten klassen", "Choropleth color palette": "Choropleten kleurenpalet", @@ -87,7 +83,6 @@ const locale = { "Congratulations, your map has been created!": "Proficiat, je kaart is aangemaakt!", "Continue line": "Ga door met deze lijn", "Coordinates": "Coördinaten", - "Copy link": "Kopieer de link", "copy": "kopieer", "Credits": "Bronvermelding", "Current map view": "Huidige kaartweergave", @@ -152,7 +147,6 @@ const locale = { "Edit the title of the map": "Bewerk de titel van de kaart", "Edit this feature": "Dit object bewerken", "Edit": "Bewerken", - "Email": "Email", "Embed and link options": "Invoegtoepassing- en linkopties", "Embed the map": "Kaart inbedden", "Emoji & Character": "Emoji & karakter", @@ -200,7 +194,6 @@ const locale = { "Image: {{http://image.url.com}}": "Afbeelding: {{http://image.url.com}}", "Import data": "Gegevens importeren", "Import in a new layer": "Importeer in een nieuwe laag", - "Import": "Importeer", "Imports all umap data, including layers and settings.": "Importeert alle umap gegevens, inclusief lagen en instellingen", "Include full screen link?": "Link voor volledig scherm meegeven?", "Inherit": "Overerving", @@ -311,7 +304,6 @@ const locale = { "Rename this property on all the features": "Wijzig de naam van deze eigenschap over al de objecten", "Replace layer content": "Vervang de inhoud van de laag", "Restore this version": "Keer terug naar deze versie", - "Save anyway": "Sla toch op", "Save current edits": "Huidige bewerkingen opslaan", "Save map": "Kaart opslaan", "Save this center and zoom": "Bewaar deze positie op de kaart en het zoomniveau", @@ -320,12 +312,9 @@ const locale = { "Saved center and zoom": "Midden en zoom bewaard", "Search location": "Zoek locatie", "Search": "Zoeken", - "Secret edit link copied to clipboard!": "Geheime editeer-link is gekopieerd naar het klembord!", "Secret edit link:": "Geheime editeer-link", - "See layers": "See layers", "See full screen": "Op volledig scherm weergeven", "See on OpenStreetMap": "Bekijk op OpenStreetMap", - "Send me the link": "Stuur me de link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Zet op onwaar ('false') om deze laag te verbergen in de slideshow, data verkenner, popup navigatie, ...", "settings": "instellingen", "Shape properties": "Eigenschappen van de vorm", @@ -398,9 +387,7 @@ const locale = { "Will be displayed in the bottom right corner of the map": "Zal getoond worden in de rechter onderhoek van de kaart", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Zal getoond worden in de hoofding van de kaart", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Oei! Iemand anders lijkt de kaart ook bewerkt te hebben. Je kan opslaan, maar dat zal eerdere wijzigingen overschrijven.", "yes": "ja", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Je kaart is aangemaakt! Omdat je niet ingelogged bent, krijg je onderstaande geheime link, die je goed moet bewaren om later de kaart nog te kunnen bijwerken:", "Zoom in": "Inzoomen", "Zoom level for automatic zooms": "Schaalniveau voor automatische zooms", "Zoom out": "Uitzoomen", @@ -444,9 +431,57 @@ const locale = { "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } L.registerLocale("nl", locale) L.setLocale("nl") diff --git a/umap/static/umap/locale/nl.json b/umap/static/umap/locale/nl.json index 75612505..7bd429b0 100644 --- a/umap/static/umap/locale/nl.json +++ b/umap/static/umap/locale/nl.json @@ -48,16 +48,12 @@ "by": "door", "Cache proxied request": "Cache proxied request", "Cancel edits": "Bewerkingen annuleren", - "Cancel": "Annuleren", "Caption": "Hoofding", "Center map on your location": "Centreer kaart op je locatie", "Change map background": "Verander kaartachtergrond", "Change tilelayers": "Andere kaartachtergrond instellen", "Change": "Veranderen", - "Choose a preset": "Kies een voorkeuzeinstelling", "Choose the data format": "Gegevensformaat selecteren", - "Choose the format of the data to import": "Kies het formaat van de te importeren gegevens", - "Choose the layer to import in": "Kies de laag om in te importeren", "Choropleth breakpoints": "Choropleten verdeelpunten", "Choropleth classes": "Choropleten klassen", "Choropleth color palette": "Choropleten kleurenpalet", @@ -87,7 +83,6 @@ "Congratulations, your map has been created!": "Proficiat, je kaart is aangemaakt!", "Continue line": "Ga door met deze lijn", "Coordinates": "Coördinaten", - "Copy link": "Kopieer de link", "copy": "kopieer", "Credits": "Bronvermelding", "Current map view": "Huidige kaartweergave", @@ -152,7 +147,6 @@ "Edit the title of the map": "Bewerk de titel van de kaart", "Edit this feature": "Dit object bewerken", "Edit": "Bewerken", - "Email": "Email", "Embed and link options": "Invoegtoepassing- en linkopties", "Embed the map": "Kaart inbedden", "Emoji & Character": "Emoji & karakter", @@ -200,7 +194,6 @@ "Image: {{http://image.url.com}}": "Afbeelding: {{http://image.url.com}}", "Import data": "Gegevens importeren", "Import in a new layer": "Importeer in een nieuwe laag", - "Import": "Importeer", "Imports all umap data, including layers and settings.": "Importeert alle umap gegevens, inclusief lagen en instellingen", "Include full screen link?": "Link voor volledig scherm meegeven?", "Inherit": "Overerving", @@ -311,7 +304,6 @@ "Rename this property on all the features": "Wijzig de naam van deze eigenschap over al de objecten", "Replace layer content": "Vervang de inhoud van de laag", "Restore this version": "Keer terug naar deze versie", - "Save anyway": "Sla toch op", "Save current edits": "Huidige bewerkingen opslaan", "Save map": "Kaart opslaan", "Save this center and zoom": "Bewaar deze positie op de kaart en het zoomniveau", @@ -320,12 +312,9 @@ "Saved center and zoom": "Midden en zoom bewaard", "Search location": "Zoek locatie", "Search": "Zoeken", - "Secret edit link copied to clipboard!": "Geheime editeer-link is gekopieerd naar het klembord!", "Secret edit link:": "Geheime editeer-link", - "See layers": "See layers", "See full screen": "Op volledig scherm weergeven", "See on OpenStreetMap": "Bekijk op OpenStreetMap", - "Send me the link": "Stuur me de link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Zet op onwaar ('false') om deze laag te verbergen in de slideshow, data verkenner, popup navigatie, ...", "settings": "instellingen", "Shape properties": "Eigenschappen van de vorm", @@ -398,9 +387,7 @@ "Will be displayed in the bottom right corner of the map": "Zal getoond worden in de rechter onderhoek van de kaart", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Zal getoond worden in de hoofding van de kaart", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Oei! Iemand anders lijkt de kaart ook bewerkt te hebben. Je kan opslaan, maar dat zal eerdere wijzigingen overschrijven.", "yes": "ja", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Je kaart is aangemaakt! Omdat je niet ingelogged bent, krijg je onderstaande geheime link, die je goed moet bewaren om later de kaart nog te kunnen bijwerken:", "Zoom in": "Inzoomen", "Zoom level for automatic zooms": "Schaalniveau voor automatische zooms", "Zoom out": "Uitzoomen", @@ -444,7 +431,55 @@ "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } \ No newline at end of file diff --git a/umap/static/umap/locale/no.js b/umap/static/umap/locale/no.js index 6afc3a08..f7a9c84b 100644 --- a/umap/static/umap/locale/no.js +++ b/umap/static/umap/locale/no.js @@ -48,16 +48,12 @@ const locale = { "by": "by", "Cache proxied request": "Cache proxied request", "Cancel edits": "Avbryt endringer", - "Cancel": "Avbryt", "Caption": "Caption", "Center map on your location": "Sentrer kartet på din posisjon", "Change map background": "Endre bakgrunnskart", "Change tilelayers": "Endre flislag", "Change": "Change", - "Choose a preset": "Choose a preset", "Choose the data format": "Velg dataformatet", - "Choose the format of the data to import": "Choose the format of the data to import", - "Choose the layer to import in": "Choose the layer to import in", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ const locale = { "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Fortsett linje", "Coordinates": "Koordinater", - "Copy link": "Copy link", "copy": "copy", "Credits": "Credits", "Current map view": "Current map view", @@ -152,7 +147,6 @@ const locale = { "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Rediger dette objektet", "Edit": "Rediger", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Bygg inn kartet", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ const locale = { "Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}", "Import data": "Import data", "Import in a new layer": "Import in a new layer", - "Import": "Import", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Include full screen link?": "Include full screen link?", "Inherit": "Arve", @@ -311,7 +304,6 @@ const locale = { "Rename this property on all the features": "Rename this property on all the features", "Replace layer content": "Replace layer content", "Restore this version": "Restore this version", - "Save anyway": "Save anyway", "Save current edits": "Save current edits", "Save map": "Save map", "Save this center and zoom": "Save this center and zoom", @@ -320,12 +312,9 @@ const locale = { "Saved center and zoom": "Saved center and zoom", "Search location": "Search location", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "See full screen", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "settings": "settings", "Shape properties": "Shape properties", @@ -398,9 +387,7 @@ const locale = { "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.", "yes": "ja", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Zoom in", "Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom out": "Zoom out", @@ -444,9 +431,57 @@ const locale = { "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } L.registerLocale("no", locale) L.setLocale("no") diff --git a/umap/static/umap/locale/no.json b/umap/static/umap/locale/no.json index 318d6691..2ef9f844 100644 --- a/umap/static/umap/locale/no.json +++ b/umap/static/umap/locale/no.json @@ -48,16 +48,12 @@ "by": "by", "Cache proxied request": "Cache proxied request", "Cancel edits": "Avbryt endringer", - "Cancel": "Avbryt", "Caption": "Caption", "Center map on your location": "Sentrer kartet på din posisjon", "Change map background": "Endre bakgrunnskart", "Change tilelayers": "Endre flislag", "Change": "Change", - "Choose a preset": "Choose a preset", "Choose the data format": "Velg dataformatet", - "Choose the format of the data to import": "Choose the format of the data to import", - "Choose the layer to import in": "Choose the layer to import in", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Fortsett linje", "Coordinates": "Koordinater", - "Copy link": "Copy link", "copy": "copy", "Credits": "Credits", "Current map view": "Current map view", @@ -152,7 +147,6 @@ "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Rediger dette objektet", "Edit": "Rediger", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Bygg inn kartet", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ "Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}", "Import data": "Import data", "Import in a new layer": "Import in a new layer", - "Import": "Import", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Include full screen link?": "Include full screen link?", "Inherit": "Arve", @@ -311,7 +304,6 @@ "Rename this property on all the features": "Rename this property on all the features", "Replace layer content": "Replace layer content", "Restore this version": "Restore this version", - "Save anyway": "Save anyway", "Save current edits": "Save current edits", "Save map": "Save map", "Save this center and zoom": "Save this center and zoom", @@ -320,12 +312,9 @@ "Saved center and zoom": "Saved center and zoom", "Search location": "Search location", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "See full screen", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "settings": "settings", "Shape properties": "Shape properties", @@ -398,9 +387,7 @@ "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.", "yes": "ja", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Zoom in", "Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom out": "Zoom out", @@ -444,7 +431,55 @@ "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } \ No newline at end of file diff --git a/umap/static/umap/locale/pl.js b/umap/static/umap/locale/pl.js index baa97045..b58d831b 100644 --- a/umap/static/umap/locale/pl.js +++ b/umap/static/umap/locale/pl.js @@ -6,23 +6,23 @@ const locale = { "### three hashes for third heading": "### trzy krzyżyki – nagłówek trzeciego poziomu", "**double star for bold**": "**podwójna gwiazdka do pogrubienia**", "*single star for italic*": "*pojedyncza gwiazdka dla kursywy*", - "--- for a horizontal rule": "--- for a horizontal rule", + "--- for a horizontal rule": "Pozioma linia: ---", "1 day": "1 dzień", "1 hour": "1 godzina", "5 min": "5 minut", "A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".": "Rozdzielona przecinkami lista liczb, która definiuje wzór kreski linii, np. „5, 10, 15”.", "About": "Informacje", - "Action not allowed :(": "Action not allowed :(", + "Action not allowed :(": "Operacja niedozwolona :(", "Activate slideshow mode": "Aktywuj pokaz slajdów", "Add a layer": "Dodaj warstwę", "Add a line to the current multi": "Dodaj linię do wybranego obszaru", "Add a new property": "Dodaj nową właściwość", "Add a polygon to the current multi": "Dodaj wielobok do wybranego obszaru", - "Add image URL": "Add image URL", + "Add image URL": "Dodaj URL obrazka", "Add": "Dodawać", "Advanced actions": "Zaawansowane operacje", "Advanced properties": "Zaawansowane właściwości", - "All data and settings of the map": "All data and settings of the map", + "All data and settings of the map": "Wszystkie dane i ustawienia mapy", "All properties are imported.": "Importowane są wszystkie właściwości.", "Allow interactions": "Zezwalaj na interakcję", "Allow scroll wheel zoom?": "Pozwalać na przybliżanie kółkiem?", @@ -40,24 +40,20 @@ const locale = { "Auto": "Auto", "Automatic": "Automatyczny", "Autostart when map is loaded": "Autostart po załadowaniu mapy", - "Back to preview": "Back to preview", + "Back to preview": "Z powrotem do podglądu", "Background overlay url": "Background overlay url", "Ball": "Pinezka", - "Bring feature to center": "Bring feature to center", + "Bring feature to center": "Przesuń obiekt na środek", "Browse data": "Przeglądaj dane", "by": " ", "Cache proxied request": "Zapytanie pośredniczące pamięci podręcznej", "Cancel edits": "Anuluj edycje", - "Cancel": "Anuluj", "Caption": "Podpis", "Center map on your location": "Wyśrodkuj mapę na twojej lokalizacji", "Change map background": "Zmień podkład mapy", "Change tilelayers": "Zmień podkład", "Change": "Zmiana", - "Choose a preset": "Wybierz szablon", "Choose the data format": "Wybierz format danych", - "Choose the format of the data to import": "Wybierz format importowanych danych", - "Choose the layer to import in": "Wybierz warstwę docelową", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,13 +83,12 @@ const locale = { "Congratulations, your map has been created!": "Gratulacje, twoja mapa została utworzona!", "Continue line": "Kontynuuj linię", "Coordinates": "Współrzędne", - "Copy link": "Skopiuj link", - "copy": "copy", + "copy": "skopiuj", "Credits": "Źródło", - "Current map view": "Current map view", + "Current map view": "Bieżący widok mapy", "Current view instead of default map view?": "Obecny widok mapy zamiast domyślnego?", "Custom background": "Własne tło", - "Custom overlay": "Custom overlay", + "Custom overlay": "Własna nakładka", "dash array": "przerywana linia", "Data is browsable": "Dane można przeglądać", "Datalayers": "Warstwy danych", @@ -143,16 +138,15 @@ const locale = { "Draw a marker": "Dodaj znacznik", "Draw a polygon": "Rysuj obszar", "Draw a polyline": "Rysuj linię", - "Drawing": "Drawing", + "Drawing": "Rysowanie", "Drop": "Kropla", "Dynamic properties": "Właściwości dynamiczne", "Dynamic": "Dynamiczne", "Edit feature's layer": "Edytuj warstwę z obiektami", "Edit properties in a table": "Edytuj właściwości w tabeli", - "Edit the title of the map": "Edit the title of the map", + "Edit the title of the map": "Edytuj nazwę mapy", "Edit this feature": "Edytuj ten obiekt", "Edit": "Edytuj", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Osadź mapę na stronie", "Emoji & Character": "Emoji & Character", @@ -172,12 +166,12 @@ const locale = { "Fit all data": "Fit all data", "Format": "Format", "From zoom": "Od przybliżenia", - "full backup": "full backup", + "full backup": "pełna kopia zapasowa", "Generic": "Generic", "GeoRSS (only link)": "GeoRSS (tylko link)", "GeoRSS (title + image)": "GeoRSS (tytuł i obrazek)", - "Go to \"{coords}\"": "Go to \"{coords}\"", - "Go to the homepage": "Go to the homepage", + "Go to \"{coords}\"": "Idź do \"{coords}\"", + "Go to the homepage": "Idź do strony głównej", "Go to «{feature}»": "Idź do „{feature}”", "Heatmap intensity property": "Intensywność mapy cieplnej", "Heatmap radius": "Promień mapy cieplnej", @@ -191,7 +185,7 @@ const locale = { "icon opacity": "nieprzezroczystość ikony", "Icon shape": "Kształt ikony", "Icon symbol": "Symbol ikony", - "If false, the polygon or line will act as a part of the underlying map.": "If false, the polygon or line will act as a part of the underlying map.", + "If false, the polygon or line will act as a part of the underlying map.": "Jeżeli fałsz, wielokąt lub linia będą zachowywały się jak część bazowej mapy.", "Iframe with custom height (in px): {{{http://iframe.url.com|height}}}": "Ramka z podaną wysokością (w pikselach) {{{http://iframe.url.com|height}}}", "Iframe with custom height and width (in px): {{{http://iframe.url.com|height*width}}}": "Ramka z podaną wysokością i szerokością (w pikselach): {{{http://iframe.url.com|height*width}}}", "iframe": "iframe", @@ -200,7 +194,6 @@ const locale = { "Image: {{http://image.url.com}}": "Obrazek: {{http://image.url.com}}", "Import data": "Importuj dane", "Import in a new layer": "Importuj do nowej warstwy", - "Import": "Importuj", "Imports all umap data, including layers and settings.": "Import wszystkich danych umap, razem z warstwami i ustawieniami.", "Include full screen link?": "Dołączyć link do pełnego ekranu?", "Inherit": "Dziedziczne", @@ -218,14 +211,14 @@ const locale = { "Label direction": "Kierunek etykiety", "Label key": "Klucz etykiety", "Labels are clickable": "Etykiety są klikalne", - "Latest feature": "Latest feature", + "Latest feature": "Najnowszy obiekt", "Latitude": "Szerokość geograficzna", "Layer properties": "Ustawienia warstwy", "Layer": "Warstwa", "Licence": "Licencja", "licence": "licencja", "Limit bounds": "Limit granic", - "Link to view the map": "Link to view the map", + "Link to view the map": "Link do oglądania mapy", "Link to…": "Łącze do...", "Link with text: [[http://example.com|text of the link]]": "Link z tekstem: [[http://example.com|tekst]]", "Long credits": "Długie źródło", @@ -263,19 +256,19 @@ const locale = { "No licence has been set": "Nie wybrano licencji", "No results": "Brak wyników", "no": "nie", - "No.": "No.", + "No.": "Nie.", "None": "Brak", "Number of desired classes (default 5)": "Number of desired classes (default 5)", "On the bottom": "Na dole", "On the left": "Po lewej", "On the right": "Po prawej", "On the top": "Na górze", - "Only visible layers' data": "Only visible layers' data", + "Only visible layers' data": "Tylko dane widocznych warstw", "opacity": "przeźroczystość", "Opacity": "Nieprzezroczystość", "Open current feature on load": "Otwórz bieżący obiekt po załadowaniu", "Open link in…": "Otwieraj odnośnik w...", - "Open share & download panel": "Open share & download panel", + "Open share & download panel": "Otwórz panel udostępniania i pobierania", "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Otwórz ten zakres mapy w edytorze, by wprowadzić do OpenStreetMap dokładniejsze dane", "OpenStreetMap": "OpenStreetMap", "Optional intensity property for heatmap": "Opcjonalna intensywność mapy cieplnej", @@ -300,39 +293,35 @@ const locale = { "Popup": "Wyskakujące okienko", "Powered by uMap": "Napędzane przez uMap", "previous": "poprzednie", - "Problem in the response": "Problem in the response", + "Problem in the response": "Problem w odpowiedzi", "Properties imported:": "Importowane właściwości:", "Provide an URL here": "Wprowadź tutaj adres URL", "Proxy request": "Żądanie proxy", - "Quantiles": "Quantiles", - "Recent": "Recent", + "Quantiles": "Kwantyle", + "Recent": "Ostatnie", "Remote data": "Zdalne dane", "Remove shape from the multi": "Usuń figurę z wybranego obszaru", "Rename this property on all the features": "Zmień nazwę tej właściwości we wszystkich obiektach", "Replace layer content": "Zamień zawartość warstwy", "Restore this version": "Przywróć tę wersję", - "Save anyway": "Zapisz mimo wszystko", "Save current edits": "Zapisz obecne edycje", - "Save map": "Save map", + "Save map": "Zapisz mapę", "Save this center and zoom": "Zapisz obecną pozycję i przybliżenie", "Save this location as new feature": "Zapisz to miejsce jako nowy obiekt", "Save": "Zapisz", "Saved center and zoom": "Zapisano pozycję i przybliżenie", "Search location": "Znajdź miejsce", "Search": "Szukaj", - "Secret edit link copied to clipboard!": "Tajny odnośnik do edycji skopiowany do schowka!", "Secret edit link:": "Sekretny odnośnik edycji:", - "See layers": "See layers", "See full screen": "Pełny ekran", - "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Wyślij mi link", + "See on OpenStreetMap": "Zobacz na OpenStreetMap", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Ustaw „OFF”, żeby ukryć tę warstwę z pokazu slajdów, przeglądarki danych i okienek nawigacji.", - "settings": "settings", + "settings": "ustawienia", "Shape properties": "Właściwości kształtu", - "Share and download": "Share and download", + "Share and download": "Udostępnianie i pobieranie", "Share this link to open a customized map view": "Share this link to open a customized map view", "Short credits": "Krótkie źródło", - "Short link": "Short link", + "Short link": "Krótki link", "Show this layer in the caption": "Pokaż tę warstwę w podpisie", "Show/hide layer": "Pokaż/ukryj warstwę", "Side panel": "Panel boczny", @@ -347,7 +336,7 @@ const locale = { "Start slideshow": "Rozpocznij pokaz", "Stop editing": "Zakończ edycję", "Stop slideshow": "Zakończ pokaz", - "Street": "Street", + "Street": "Ulica", "stroke": "obramowanie", "Supported scheme": "Obsługiwany schemat", "Supported variables that will be dynamically replaced": "Obsługiwane zmienne zostaną dynamicznie zamienione", @@ -362,19 +351,19 @@ const locale = { "To use if remote server doesn't allow cross domain (slower)": "Używaj, jeśli zdalny serwer nie zezwala na cross domain (wolne)", "To zoom": "Przybliżać", "Toggle edit mode (⇧+Click)": "Przełącz tryb edycji (Shift+Klik)", - "Toggle edit mode": "Toggle edit mode", + "Toggle edit mode": "Przełącz tryb edycji", "Transfer shape to edited feature": "Dołącz figurę do edytowanego obiektu", "Transform to lines": "Przekształć na linie", "Transform to polygon": "Przekształć w wielokąt", - "Type a place name or coordinates": "Type a place name or coordinates", - "Type char or paste emoji": "Type char or paste emoji", + "Type a place name or coordinates": "Wpisz nazwę miejsca lub współrzędne", + "Type char or paste emoji": "Wpisz znak lub wklej emoji", "Type of layer": "Typ warstwy", "Unable to detect format of file {filename}": "Nie można wykryć formatu pliku {filename}", "Untitled layer": "Warstwa bez nazwy", "Untitled map": "Mapa bez nazwy", "Update permissions and editors": "Aktualizuj uprawnienia i edytorów", "Update permissions": "Zaktualizuj uprawnienia", - "Update who can see and edit the map": "Update who can see and edit the map", + "Update who can see and edit the map": "Zaktualizuj kto może zobaczyć i edytować mapę", "Url": "Adres URL", "URL": "URL", "Use current bounds": "Użyj bieżących granic", @@ -385,7 +374,7 @@ const locale = { "Verify remote URL": "Zweryfikuj zdalny URL", "Versions": "Wersje", "View Fullscreen": "Włącz tryb pełnoekranowy", - "View": "View", + "View": "Przeglądaj", "Visibility: {status}": "Widoczność: {status}", "weight": "waga", "Where do we go from here?": "Gdzie można stąd pojechać?", @@ -398,9 +387,7 @@ const locale = { "Will be displayed in the bottom right corner of the map": "Będzie wyświetlone w prawym dolnym rogu mapy", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Będzie widoczne w nagłówku mapy", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Ups! Ktoś jeszcze edytował dane. Możesz mimo wszystko zapisać, ale to usunie zmiany dokonane przez innych.", "yes": "tak", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Przybliż", "Zoom level for automatic zooms": "Poziom automatycznych przybliżeń", "Zoom out": "Oddal", @@ -421,10 +408,10 @@ const locale = { "{distance} miles": "{odległość} mil", "{distance} NM": "{distance} Mm", "{distance} yd": "{odległość} jardów", - "Edit map name and caption": "Edit map name and caption", - "Map advanced properties": "Map advanced properties", - "Edit map details": "Edit map details", - "Back to browser": "Back to browser", + "Edit map name and caption": "Edytuj nazwę mapy i opis", + "Map advanced properties": "Zaawansowane właściwości mapy", + "Edit map details": "Edytuj właściwości mapy", + "Back to browser": "Z powrotem do przeglądarki", "Toggle size": "Toggle size", "Display the caption control": "Display the caption control", "": "", @@ -433,20 +420,68 @@ const locale = { "From": "From", "Until": "Until", "Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox", - "Edit in OpenStreetMap": "Edit in OpenStreetMap", + "Edit in OpenStreetMap": "Edytuj w OpenStreetMap", "Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns.", - "Back to layers": "Back to layers", - "Filters": "Filters", + "Back to layers": "Z powrotem do warstw", + "Filters": "Filtry", "Comma separated list of properties to use when filtering features by text input": "Comma separated list of properties to use when filtering features by text input", "Comma separated list of properties to use 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", "Filters keys": "Filters keys", "Filter data": "Filter data", "Search map features…": "Search map features…", - "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Reset all": "Resetuj wszystkie", + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } L.registerLocale("pl", locale) L.setLocale("pl") diff --git a/umap/static/umap/locale/pl.json b/umap/static/umap/locale/pl.json index 94660ba8..ab247bd6 100644 --- a/umap/static/umap/locale/pl.json +++ b/umap/static/umap/locale/pl.json @@ -6,23 +6,23 @@ "### three hashes for third heading": "### trzy krzyżyki – nagłówek trzeciego poziomu", "**double star for bold**": "**podwójna gwiazdka do pogrubienia**", "*single star for italic*": "*pojedyncza gwiazdka dla kursywy*", - "--- for a horizontal rule": "--- for a horizontal rule", + "--- for a horizontal rule": "Pozioma linia: ---", "1 day": "1 dzień", "1 hour": "1 godzina", "5 min": "5 minut", "A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".": "Rozdzielona przecinkami lista liczb, która definiuje wzór kreski linii, np. „5, 10, 15”.", "About": "Informacje", - "Action not allowed :(": "Action not allowed :(", + "Action not allowed :(": "Operacja niedozwolona :(", "Activate slideshow mode": "Aktywuj pokaz slajdów", "Add a layer": "Dodaj warstwę", "Add a line to the current multi": "Dodaj linię do wybranego obszaru", "Add a new property": "Dodaj nową właściwość", "Add a polygon to the current multi": "Dodaj wielobok do wybranego obszaru", - "Add image URL": "Add image URL", + "Add image URL": "Dodaj URL obrazka", "Add": "Dodawać", "Advanced actions": "Zaawansowane operacje", "Advanced properties": "Zaawansowane właściwości", - "All data and settings of the map": "All data and settings of the map", + "All data and settings of the map": "Wszystkie dane i ustawienia mapy", "All properties are imported.": "Importowane są wszystkie właściwości.", "Allow interactions": "Zezwalaj na interakcję", "Allow scroll wheel zoom?": "Pozwalać na przybliżanie kółkiem?", @@ -40,24 +40,20 @@ "Auto": "Auto", "Automatic": "Automatyczny", "Autostart when map is loaded": "Autostart po załadowaniu mapy", - "Back to preview": "Back to preview", + "Back to preview": "Z powrotem do podglądu", "Background overlay url": "Background overlay url", "Ball": "Pinezka", - "Bring feature to center": "Bring feature to center", + "Bring feature to center": "Przesuń obiekt na środek", "Browse data": "Przeglądaj dane", "by": " ", "Cache proxied request": "Zapytanie pośredniczące pamięci podręcznej", "Cancel edits": "Anuluj edycje", - "Cancel": "Anuluj", "Caption": "Podpis", "Center map on your location": "Wyśrodkuj mapę na twojej lokalizacji", "Change map background": "Zmień podkład mapy", "Change tilelayers": "Zmień podkład", "Change": "Zmiana", - "Choose a preset": "Wybierz szablon", "Choose the data format": "Wybierz format danych", - "Choose the format of the data to import": "Wybierz format importowanych danych", - "Choose the layer to import in": "Wybierz warstwę docelową", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,13 +83,12 @@ "Congratulations, your map has been created!": "Gratulacje, twoja mapa została utworzona!", "Continue line": "Kontynuuj linię", "Coordinates": "Współrzędne", - "Copy link": "Skopiuj link", - "copy": "copy", + "copy": "skopiuj", "Credits": "Źródło", - "Current map view": "Current map view", + "Current map view": "Bieżący widok mapy", "Current view instead of default map view?": "Obecny widok mapy zamiast domyślnego?", "Custom background": "Własne tło", - "Custom overlay": "Custom overlay", + "Custom overlay": "Własna nakładka", "dash array": "przerywana linia", "Data is browsable": "Dane można przeglądać", "Datalayers": "Warstwy danych", @@ -143,16 +138,15 @@ "Draw a marker": "Dodaj znacznik", "Draw a polygon": "Rysuj obszar", "Draw a polyline": "Rysuj linię", - "Drawing": "Drawing", + "Drawing": "Rysowanie", "Drop": "Kropla", "Dynamic properties": "Właściwości dynamiczne", "Dynamic": "Dynamiczne", "Edit feature's layer": "Edytuj warstwę z obiektami", "Edit properties in a table": "Edytuj właściwości w tabeli", - "Edit the title of the map": "Edit the title of the map", + "Edit the title of the map": "Edytuj nazwę mapy", "Edit this feature": "Edytuj ten obiekt", "Edit": "Edytuj", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Osadź mapę na stronie", "Emoji & Character": "Emoji & Character", @@ -172,12 +166,12 @@ "Fit all data": "Fit all data", "Format": "Format", "From zoom": "Od przybliżenia", - "full backup": "full backup", + "full backup": "pełna kopia zapasowa", "Generic": "Generic", "GeoRSS (only link)": "GeoRSS (tylko link)", "GeoRSS (title + image)": "GeoRSS (tytuł i obrazek)", - "Go to \"{coords}\"": "Go to \"{coords}\"", - "Go to the homepage": "Go to the homepage", + "Go to \"{coords}\"": "Idź do \"{coords}\"", + "Go to the homepage": "Idź do strony głównej", "Go to «{feature}»": "Idź do „{feature}”", "Heatmap intensity property": "Intensywność mapy cieplnej", "Heatmap radius": "Promień mapy cieplnej", @@ -191,7 +185,7 @@ "icon opacity": "nieprzezroczystość ikony", "Icon shape": "Kształt ikony", "Icon symbol": "Symbol ikony", - "If false, the polygon or line will act as a part of the underlying map.": "If false, the polygon or line will act as a part of the underlying map.", + "If false, the polygon or line will act as a part of the underlying map.": "Jeżeli fałsz, wielokąt lub linia będą zachowywały się jak część bazowej mapy.", "Iframe with custom height (in px): {{{http://iframe.url.com|height}}}": "Ramka z podaną wysokością (w pikselach) {{{http://iframe.url.com|height}}}", "Iframe with custom height and width (in px): {{{http://iframe.url.com|height*width}}}": "Ramka z podaną wysokością i szerokością (w pikselach): {{{http://iframe.url.com|height*width}}}", "iframe": "iframe", @@ -200,7 +194,6 @@ "Image: {{http://image.url.com}}": "Obrazek: {{http://image.url.com}}", "Import data": "Importuj dane", "Import in a new layer": "Importuj do nowej warstwy", - "Import": "Importuj", "Imports all umap data, including layers and settings.": "Import wszystkich danych umap, razem z warstwami i ustawieniami.", "Include full screen link?": "Dołączyć link do pełnego ekranu?", "Inherit": "Dziedziczne", @@ -218,14 +211,14 @@ "Label direction": "Kierunek etykiety", "Label key": "Klucz etykiety", "Labels are clickable": "Etykiety są klikalne", - "Latest feature": "Latest feature", + "Latest feature": "Najnowszy obiekt", "Latitude": "Szerokość geograficzna", "Layer properties": "Ustawienia warstwy", "Layer": "Warstwa", "Licence": "Licencja", "licence": "licencja", "Limit bounds": "Limit granic", - "Link to view the map": "Link to view the map", + "Link to view the map": "Link do oglądania mapy", "Link to…": "Łącze do...", "Link with text: [[http://example.com|text of the link]]": "Link z tekstem: [[http://example.com|tekst]]", "Long credits": "Długie źródło", @@ -263,19 +256,19 @@ "No licence has been set": "Nie wybrano licencji", "No results": "Brak wyników", "no": "nie", - "No.": "No.", + "No.": "Nie.", "None": "Brak", "Number of desired classes (default 5)": "Number of desired classes (default 5)", "On the bottom": "Na dole", "On the left": "Po lewej", "On the right": "Po prawej", "On the top": "Na górze", - "Only visible layers' data": "Only visible layers' data", + "Only visible layers' data": "Tylko dane widocznych warstw", "opacity": "przeźroczystość", "Opacity": "Nieprzezroczystość", "Open current feature on load": "Otwórz bieżący obiekt po załadowaniu", "Open link in…": "Otwieraj odnośnik w...", - "Open share & download panel": "Open share & download panel", + "Open share & download panel": "Otwórz panel udostępniania i pobierania", "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Otwórz ten zakres mapy w edytorze, by wprowadzić do OpenStreetMap dokładniejsze dane", "OpenStreetMap": "OpenStreetMap", "Optional intensity property for heatmap": "Opcjonalna intensywność mapy cieplnej", @@ -300,39 +293,35 @@ "Popup": "Wyskakujące okienko", "Powered by uMap": "Napędzane przez uMap", "previous": "poprzednie", - "Problem in the response": "Problem in the response", + "Problem in the response": "Problem w odpowiedzi", "Properties imported:": "Importowane właściwości:", "Provide an URL here": "Wprowadź tutaj adres URL", "Proxy request": "Żądanie proxy", - "Quantiles": "Quantiles", - "Recent": "Recent", + "Quantiles": "Kwantyle", + "Recent": "Ostatnie", "Remote data": "Zdalne dane", "Remove shape from the multi": "Usuń figurę z wybranego obszaru", "Rename this property on all the features": "Zmień nazwę tej właściwości we wszystkich obiektach", "Replace layer content": "Zamień zawartość warstwy", "Restore this version": "Przywróć tę wersję", - "Save anyway": "Zapisz mimo wszystko", "Save current edits": "Zapisz obecne edycje", - "Save map": "Save map", + "Save map": "Zapisz mapę", "Save this center and zoom": "Zapisz obecną pozycję i przybliżenie", "Save this location as new feature": "Zapisz to miejsce jako nowy obiekt", "Save": "Zapisz", "Saved center and zoom": "Zapisano pozycję i przybliżenie", "Search location": "Znajdź miejsce", "Search": "Szukaj", - "Secret edit link copied to clipboard!": "Tajny odnośnik do edycji skopiowany do schowka!", "Secret edit link:": "Sekretny odnośnik edycji:", - "See layers": "See layers", "See full screen": "Pełny ekran", - "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Wyślij mi link", + "See on OpenStreetMap": "Zobacz na OpenStreetMap", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Ustaw „OFF”, żeby ukryć tę warstwę z pokazu slajdów, przeglądarki danych i okienek nawigacji.", - "settings": "settings", + "settings": "ustawienia", "Shape properties": "Właściwości kształtu", - "Share and download": "Share and download", + "Share and download": "Udostępnianie i pobieranie", "Share this link to open a customized map view": "Share this link to open a customized map view", "Short credits": "Krótkie źródło", - "Short link": "Short link", + "Short link": "Krótki link", "Show this layer in the caption": "Pokaż tę warstwę w podpisie", "Show/hide layer": "Pokaż/ukryj warstwę", "Side panel": "Panel boczny", @@ -347,7 +336,7 @@ "Start slideshow": "Rozpocznij pokaz", "Stop editing": "Zakończ edycję", "Stop slideshow": "Zakończ pokaz", - "Street": "Street", + "Street": "Ulica", "stroke": "obramowanie", "Supported scheme": "Obsługiwany schemat", "Supported variables that will be dynamically replaced": "Obsługiwane zmienne zostaną dynamicznie zamienione", @@ -362,19 +351,19 @@ "To use if remote server doesn't allow cross domain (slower)": "Używaj, jeśli zdalny serwer nie zezwala na cross domain (wolne)", "To zoom": "Przybliżać", "Toggle edit mode (⇧+Click)": "Przełącz tryb edycji (Shift+Klik)", - "Toggle edit mode": "Toggle edit mode", + "Toggle edit mode": "Przełącz tryb edycji", "Transfer shape to edited feature": "Dołącz figurę do edytowanego obiektu", "Transform to lines": "Przekształć na linie", "Transform to polygon": "Przekształć w wielokąt", - "Type a place name or coordinates": "Type a place name or coordinates", - "Type char or paste emoji": "Type char or paste emoji", + "Type a place name or coordinates": "Wpisz nazwę miejsca lub współrzędne", + "Type char or paste emoji": "Wpisz znak lub wklej emoji", "Type of layer": "Typ warstwy", "Unable to detect format of file {filename}": "Nie można wykryć formatu pliku {filename}", "Untitled layer": "Warstwa bez nazwy", "Untitled map": "Mapa bez nazwy", "Update permissions and editors": "Aktualizuj uprawnienia i edytorów", "Update permissions": "Zaktualizuj uprawnienia", - "Update who can see and edit the map": "Update who can see and edit the map", + "Update who can see and edit the map": "Zaktualizuj kto może zobaczyć i edytować mapę", "Url": "Adres URL", "URL": "URL", "Use current bounds": "Użyj bieżących granic", @@ -385,7 +374,7 @@ "Verify remote URL": "Zweryfikuj zdalny URL", "Versions": "Wersje", "View Fullscreen": "Włącz tryb pełnoekranowy", - "View": "View", + "View": "Przeglądaj", "Visibility: {status}": "Widoczność: {status}", "weight": "waga", "Where do we go from here?": "Gdzie można stąd pojechać?", @@ -398,9 +387,7 @@ "Will be displayed in the bottom right corner of the map": "Będzie wyświetlone w prawym dolnym rogu mapy", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Będzie widoczne w nagłówku mapy", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Ups! Ktoś jeszcze edytował dane. Możesz mimo wszystko zapisać, ale to usunie zmiany dokonane przez innych.", "yes": "tak", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Przybliż", "Zoom level for automatic zooms": "Poziom automatycznych przybliżeń", "Zoom out": "Oddal", @@ -421,10 +408,10 @@ "{distance} miles": "{odległość} mil", "{distance} NM": "{distance} Mm", "{distance} yd": "{odległość} jardów", - "Edit map name and caption": "Edit map name and caption", - "Map advanced properties": "Map advanced properties", - "Edit map details": "Edit map details", - "Back to browser": "Back to browser", + "Edit map name and caption": "Edytuj nazwę mapy i opis", + "Map advanced properties": "Zaawansowane właściwości mapy", + "Edit map details": "Edytuj właściwości mapy", + "Back to browser": "Z powrotem do przeglądarki", "Toggle size": "Toggle size", "Display the caption control": "Display the caption control", "": "", @@ -433,18 +420,66 @@ "From": "From", "Until": "Until", "Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox", - "Edit in OpenStreetMap": "Edit in OpenStreetMap", + "Edit in OpenStreetMap": "Edytuj w OpenStreetMap", "Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns.", - "Back to layers": "Back to layers", - "Filters": "Filters", + "Back to layers": "Z powrotem do warstw", + "Filters": "Filtry", "Comma separated list of properties to use when filtering features by text input": "Comma separated list of properties to use when filtering features by text input", "Comma separated list of properties to use 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", "Filters keys": "Filters keys", "Filter data": "Filter data", "Search map features…": "Search map features…", - "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Reset all": "Resetuj wszystkie", + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } \ No newline at end of file diff --git a/umap/static/umap/locale/pl_PL.json b/umap/static/umap/locale/pl_PL.json index 8f9ea7d9..eb68e8cb 100644 --- a/umap/static/umap/locale/pl_PL.json +++ b/umap/static/umap/locale/pl_PL.json @@ -48,16 +48,12 @@ "by": "by", "Cache proxied request": "Cache proxied request", "Cancel edits": "Cancel edits", - "Cancel": "Cancel", "Caption": "Caption", "Center map on your location": "Center map on your location", "Change map background": "Change map background", "Change tilelayers": "Change tilelayers", "Change": "Change", - "Choose a preset": "Choose a preset", "Choose the data format": "Choose the data format", - "Choose the format of the data to import": "Choose the format of the data to import", - "Choose the layer to import in": "Choose the layer to import in", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Continue line", "Coordinates": "Coordinates", - "Copy link": "Copy link", "copy": "copy", "Credits": "Credits", "Current map view": "Current map view", @@ -152,7 +147,6 @@ "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Edit this feature", "Edit": "Edit", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Embed the map", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ "Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}", "Import data": "Import data", "Import in a new layer": "Import in a new layer", - "Import": "Import", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Include full screen link?": "Include full screen link?", "Inherit": "Inherit", @@ -311,7 +304,6 @@ "Rename this property on all the features": "Rename this property on all the features", "Replace layer content": "Replace layer content", "Restore this version": "Restore this version", - "Save anyway": "Save anyway", "Save current edits": "Save current edits", "Save map": "Save map", "Save this center and zoom": "Save this center and zoom", @@ -320,12 +312,9 @@ "Saved center and zoom": "Saved center and zoom", "Search location": "Search location", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "See full screen", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "settings": "settings", "Shape properties": "Shape properties", @@ -398,9 +387,7 @@ "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.", "yes": "yes", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Zoom in", "Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom out": "Zoom out", @@ -444,7 +431,55 @@ "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } \ No newline at end of file diff --git a/umap/static/umap/locale/pt.js b/umap/static/umap/locale/pt.js index 9f630d2f..e1ef1d9e 100644 --- a/umap/static/umap/locale/pt.js +++ b/umap/static/umap/locale/pt.js @@ -1,33 +1,33 @@ const locale = { - " (area: {measure})": "(area: {measure})", - " (length: {measure})": "(length: {measure})", + " (area: {measure})": "(área: {measure})", + " (length: {measure})": "(comprimento: {measure})", "# one hash for main heading": "# um cardinal para o cabeçalho principal", "## two hashes for second heading": "## dois cardinais para o segundo cabeçalho", "### three hashes for third heading": "### três cardinais para o terceiro cabeçalho", "**double star for bold**": "**dois asteriscos duplos para negrito**", - "*single star for italic*": "*single star for italic*", - "--- for a horizontal rule": "--- for a horizontal rule", + "*single star for italic*": "*um asterisco para itálico*", + "--- for a horizontal rule": "--- para uma régua horizontal", "1 day": "1 dia", "1 hour": "1 hora", "5 min": "5 min", "A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".": "Lista de números separada por vírgulas que define o padrão do traço. Por exemplo \"5, 10, 15\".", "About": "Sobre", - "Action not allowed :(": "Action not allowed :(", + "Action not allowed :(": "Ação não permitida :(", "Activate slideshow mode": "Ativar modo de apresentação", "Add a layer": "Adicionar camada", - "Add a line to the current multi": "Adicionar uma linha para o multi atual", + "Add a line to the current multi": "Adicionar uma linha ao multipolígono atual", "Add a new property": "Adicionar uma nova propriedade", - "Add a polygon to the current multi": "Adicionar um polígono para o multi atual", - "Add image URL": "Add image URL", - "Add": "Add", + "Add a polygon to the current multi": "Adicionar um polígono ao multipolígono atual", + "Add image URL": "Adicionar URL da imagem", + "Add": "Adicionar", "Advanced actions": "Ações avançadas", "Advanced properties": "Propriedades avançadas", - "All data and settings of the map": "All data and settings of the map", + "All data and settings of the map": "Todos os dados e definições do mapa", "All properties are imported.": "Foram importadas todas as propriedades.", "Allow interactions": "Permitir interações", "Allow scroll wheel zoom?": "Permitir zoom com roda do rato?", "always": "sempre", - "Animated transitions": "Animated transitions", + "Animated transitions": "Transições animadas", "Are you sure you want to cancel your changes?": "Tem a certeza que quer cancelar as suas alterações?", "Are you sure you want to clone this map and all its datalayers?": "Tem a certeza que quer clonar este mapa, incluindo todas as camadas de dados?", "Are you sure you want to delete the feature?": "Tem a certeza que quer eliminar o elemento?", @@ -39,31 +39,27 @@ const locale = { "attribution": "atribuição", "Auto": "Auto", "Automatic": "Automático", - "Autostart when map is loaded": "iniciar ao abrir o mapa", - "Back to preview": "Back to preview", - "Background overlay url": "Background overlay url", + "Autostart when map is loaded": "Iniciar ao abrir o mapa", + "Back to preview": "Voltar à pré-visualização", + "Background overlay url": "URL de sobreposição do fundo", "Ball": "Bola", - "Bring feature to center": "Bring feature to center", + "Bring feature to center": "Colocar o elemento no centro", "Browse data": "Explorar dados", "by": "por", "Cache proxied request": "Pedido cache com proxy", "Cancel edits": "Cancelar edições", - "Cancel": "Cancelar", "Caption": "Cabeçalho", "Center map on your location": "Centrar mapa na sua localização", "Change map background": "Mudar fundo do mapa", - "Change tilelayers": "Alterar camadas de telas", - "Change": "Change", - "Choose a preset": "Escolha um modelo", + "Change tilelayers": "Alterar camadas de mosaicos", + "Change": "Alterar", "Choose the data format": "Escolha o formato dos dados", - "Choose the format of the data to import": "Escolha o formato dos dados para importação", - "Choose the layer to import in": "Escolha a camada para destino da importação", - "Choropleth breakpoints": "Choropleth breakpoints", - "Choropleth classes": "Choropleth classes", - "Choropleth color palette": "Choropleth color palette", - "Choropleth mode": "Choropleth mode", - "Choropleth property value": "Choropleth property value", - "Choropleth": "Choropleth", + "Choropleth breakpoints": "Pontos de interrupção coropléticos", + "Choropleth classes": "Classes coropléticas", + "Choropleth color palette": "Paleta de cores coropléticas", + "Choropleth mode": "Modo coroplético", + "Choropleth property value": "Valor da propriedade coroplética", + "Choropleth": "Coroplético", "Circle": "Círculo", "clear": "limpar", "Click last point to finish shape": "Clique no último ponto para terminar a forma geométrica", @@ -81,30 +77,29 @@ const locale = { "Clustering radius": "Raio do aglomerado", "collapsed": "colapsado", "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 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 numbers, including min and max values.": "Lista de números separada por vírgulas, incluindo os valores mínimo e máximo.", + "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Lista de propriedades separada por vírgulas a utilizar para ordenar os elementos. Para inverter a ordenação, coloque um sinal de menos (-) antes. Por exemplo, umachave,-outrachave.", "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the begining of the header, case insensitive. All other column are imported as properties.": "Valores separados por vírgula, tabulação ou ponto-e-vírgula. É implícito\n o sistema de referência espacial WGS84. Apenas são importadas as \ngeometrias de ponto. A importação irá ver se aparece no cabeçalho das \ncolunas «lat» e «lon», ignorando diferença de maiúsculas e minúsculas. \nTodas a outras colunas são importadas como propriedades.", - "Congratulations, your map has been created!": "Congratulations, your map has been created!", + "Congratulations, your map has been created!": "Parabéns, o seu mapa foi criado!", "Continue line": "Continuar linha", "Coordinates": "Coordenadas", - "Copy link": "Copy link", - "copy": "copy", + "copy": "copiar", "Credits": "Créditos", - "Current map view": "Current map view", + "Current map view": "Vista atual do mapa", "Current view instead of default map view?": "Vista atual e não a vista padrão do mapa?", "Custom background": "Fundo personalizado", - "Custom overlay": "Custom overlay", + "Custom overlay": "Sobreposição personalizada", "dash array": "série de traços", "Data is browsable": "Os dados são navegáveis", - "Datalayers": "Datalayers", + "Datalayers": "Camadas de dados", "Default interaction options": "Opções padrão de interação", "Default properties": "Propriedades padrão", "Default shape properties": "Propriedades padrão de formas geométricas", - "Default view": "Default view", - "Default zoom level": "Nível de aproximação padrão", + "Default view": "Vista padrão", + "Default zoom level": "Nível de zoom pré-definido", "Default": "Padrão", "Default: name": "Padrão: nome", - "Define link to open in a new window on polygon click.": "Definir link para abrir numa nova janela ao clicar no polígono.", + "Define link to open in a new window on polygon click.": "Definir hiperligação para abrir numa nova janela ao clicar no polígono.", "define": "definir", "Delay between two transitions when in play mode": "Atraso entre 2 transições ao reproduzir a apresentação", "Delete all layers": "Eliminar todas as camadas", @@ -115,69 +110,68 @@ const locale = { "Delete this vertex (Alt+Click)": "Eliminar este vértice (Alt+Clique)", "Delete": "Eliminar", "description": "descrição", - "Direct link": "Direct link", + "Direct link": "Hiperligação direta", "Directions from here": "Direções a partir daqui", "Display label": "Mostrar etiqueta", "Display measure": "Mostrar medição", "display name": "mostrar nome", "Display on load": "Mostrar ao carregar", - "Display the control to open OpenStreetMap editor": "Mostrar o controlo para abrir o editor OpenStreetMap", - "Display the data layers control": "Mostrar o controlo das camadas de dados", - "Display the embed control": "Mostrar o controlo de embeber", - "Display the fullscreen control": "Mostrar o controlo de ecrã total", - "Display the locate control": "Mostrar o controlo de localizar", - "Display the measure control": "Mostrar o controlo de medição", - "Display the search control": "Mostrar o controlo de pesquisa", - "Display the star map button": "Display the star map button", - "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 control to open OpenStreetMap editor": "Mostrar o botão para abrir o editor do OpenStreetMap", + "Display the data layers control": "Mostrar o botão das camadas de dados", + "Display the embed control": "Mostrar o botão de partilha e descarregar", + "Display the fullscreen control": "Mostrar o botão de ecrã inteiro", + "Display the locate control": "Mostrar o botão de localização GPS", + "Display the measure control": "Mostrar o botão de medição", + "Display the search control": "Mostrar o botão de pesquisa", + "Display the star map button": "Apresentar o botão de estrela do mapa", + "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)", "Do you want to display a caption bar?": "Mostrar uma barra de cabeçalho?", - "Do you want to display a minimap?": "Pretende mostrar um mini-mapa?", + "Do you want to display a minimap?": "Mostrar um mini-mapa?", "Do you want to display a panel on load?": "Mostrar um painel ao carregar?", - "Do you want to display caption menus?": "Do you want to display caption menus?", - "Do you want to display popup footer?": "Pretende mostrar um popup no rodapé?", - "Do you want to display the scale control?": "Pretende mostrar o controlo de escala?", + "Do you want to display caption menus?": "Mostrar menus de legendas?", + "Do you want to display popup footer?": "Mostrar um popup no rodapé?", + "Do you want to display the scale control?": "Mostrar a escala?", "Do you want to display the «more» control?": "Mostrar o botão «mostrar mais botões»?", "Download": "Descarregar", "Drag to reorder": "Arrastar para reordenar", "Draw a marker": "Desenhar um marco", "Draw a polygon": "Desenhar um polígono", "Draw a polyline": "Desenhar uma polilinha", - "Drawing": "Drawing", + "Drawing": "Desenho", "Drop": "Comum", "Dynamic properties": "Propriedades dinâmicas", "Dynamic": "Dinâmico", "Edit feature's layer": "Editar camada do elemento", "Edit properties in a table": "Editar propriedades numa tabela", - "Edit the title of the map": "Edit the title of the map", + "Edit the title of the map": "Editar o título do mapa", "Edit this feature": "Editar este elemento", "Edit": "Editar", - "Email": "Email", - "Embed and link options": "Embed and link options", + "Embed and link options": "Opções de incorporação e hiperligação", "Embed the map": "Embeber o mapa", - "Emoji & Character": "Emoji & Character", + "Emoji & Character": "Emoji e caracteres", "Empty": "Vazio", - "Equidistant": "Equidistant", - "Error in the overlay URL": "Error in the overlay URL", - "Error in the tilelayer URL": "Erro no URL de telas", - "Exit Fullscreen": "Sair de Ecrã Total", + "Equidistant": "Equidistante", + "Error in the overlay URL": "Erro no URL da sobreposição", + "Error in the tilelayer URL": "Erro no URL de camada de mosaicos", + "Exit Fullscreen": "Sair de ecrã inteiro", "expanded": "expandido", "Extract shape to separate feature": "Extrair forma geométrica para separar o elemento", - "Feature identifier key": "Feature identifier key", - "Feature properties": "Feature properties", + "Feature identifier key": "Chave de identificação do elemento", + "Feature properties": "Propriedades dos elementos", "Fetch data each time map view changes.": "Processar dados cada vez que o mapa é alterado.", "fill color": "cor do preenchimento", "fill opacity": "opacidade do preenchimento", "fill": "preenchimento", - "Fit all data": "Fit all data", + "Fit all data": "Ajustar todos os dados", "Format": "Formato", "From zoom": "Do zoom", - "full backup": "full backup", - "Generic": "Generic", - "GeoRSS (only link)": "GeoRSS (apenas o link)", + "full backup": "cópia de segurança completa", + "Generic": "Genérico", + "GeoRSS (only link)": "GeoRSS (apenas a hiperligação)", "GeoRSS (title + image)": "GeoRSS (título + imagem)", - "Go to \"{coords}\"": "Go to \"{coords}\"", - "Go to the homepage": "Go to the homepage", + "Go to \"{coords}\"": "Ir a \"{coords}\"", + "Go to the homepage": "Ir para a página inicial", "Go to «{feature}»": "Ir a «{feature}»", "Heatmap intensity property": "Propriedade da intensidade do mapa térmico", "Heatmap radius": "Raio do mapa térmico", @@ -185,13 +179,13 @@ const locale = { "height": "altura", "Help": "Ajuda", "hidden": "oculto", - "Hide controls": "Ocultar controlos", + "Hide controls": "Ocultar botões", "Home": "Início", - "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Por quanto simplificar a polilinha em cada nível de aproximação (mais = melhor desempenho e aspeto mais suave, menos = mais preciso)", - "icon opacity": "icon opacity", + "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Por quanto simplificar a polilinha em cada nível de zoom (mais = melhor desempenho e aspeto mais suave, menos = mais preciso)", + "icon opacity": "opacidade do ícone", "Icon shape": "Forma do ícone", "Icon symbol": "Símbolo do ícone", - "If false, the polygon or line will act as a part of the underlying map.": "If false, the polygon or line will act as a part of the underlying map.", + "If false, the polygon or line will act as a part of the underlying map.": "Se for falso, o polígono ou a linha atuará como parte do mapa subjacente.", "Iframe with custom height (in px): {{{http://iframe.url.com|height}}}": "Iframe com altura personalizada (em px): {{{http://iframe.url.com|height}}}", "Iframe with custom height and width (in px): {{{http://iframe.url.com|height*width}}}": "Iframe com altura e largura personalizados (em px): {{{http://iframe.url.com|height*width}}}", "iframe": "iframe", @@ -200,16 +194,15 @@ const locale = { "Image: {{http://image.url.com}}": "Imagem: {{http://image.url.com}}", "Import data": "Importar dados", "Import in a new layer": "Importar uma nova camada", - "Import": "Importar", "Imports all umap data, including layers and settings.": "Importa todos os dados uMap, incluindo camadas e definições.", - "Include full screen link?": "Incluir link de encrã total?", + "Include full screen link?": "Incluir hiperligação de ecrã inteiro?", "Inherit": "Herdado", "inherit": "herdado", "Interaction options": "Opções de interação", - "Invalid latitude or longitude": "Invalid latitude or longitude", + "Invalid latitude or longitude": "Latitude ou longitude inválida", "Invalid umap data in {filename}": "Dados uMap inválidos em {filename}", "Invalid umap data": "Dados uMap inválidos", - "Invalide property name: {name}": "Invalide property name: {name}", + "Invalide property name: {name}": "Nome da propriedade inválida: {name}", "Jenks-Fisher": "Jenks-Fisher", "K-means": "K-means", "Keep current visible layers": "Manter camadas atualmente visíveis", @@ -218,16 +211,16 @@ const locale = { "Label direction": "Direção da etiqueta", "Label key": "Chave da etiqueta", "Labels are clickable": "Etiquetas são clicáveis", - "Latest feature": "Latest feature", + "Latest feature": "Último elemento", "Latitude": "Latitude", "Layer properties": "Propriedades da camada", "Layer": "Camada", "Licence": "Licença", "licence": "licença", "Limit bounds": "Extremos dos limites", - "Link to view the map": "Link to view the map", - "Link to…": "Link para...", - "Link with text: [[http://example.com|text of the link]]": "Link com texto: [[http://example.com|texto do link]]", + "Link to view the map": "Hiperligação para ver o mapa", + "Link to…": "Hiperligação para…", + "Link with text: [[http://example.com|text of the link]]": "Hiperligação com texto: [[http://exemplo.com|texto do link]]", "Long credits": "Créditos por extenso", "Longitude": "Longitude", "Make main shape": "Fazer forma geométrica principal", @@ -235,47 +228,47 @@ const locale = { "Manual": "Manual", "Map background credits": "Créditos do fundo do mapa", "Map has been attached to your account": "O mapa foi anexado à sua conta", - "Map has been saved!": "O mapa foi gravado!", - "Map has been starred": "Map has been starred", - "Map has been unstarred": "Map has been unstarred", + "Map has been saved!": "O mapa foi guardado!", + "Map has been starred": "O mapa foi marcado com uma estrela", + "Map has been unstarred": "O mapa foi desmarcado", "Map user content has been published under licence": "O conteúdo do mapa foi publicado sob a licença", "Map's editors": "Editores do mapa", "Map's owner": "Proprietário do mapa", - "max East": "Este máx.", - "max North": "Norte máx.", - "max South": "Sul máx.", - "max West": "Oeste máx.", - "max zoom": "aproximação máxima", + "max East": "Este máximo", + "max North": "Norte máximo", + "max South": "Sul máximo", + "max West": "Oeste máximo", + "max zoom": "zoom máximo", "Measure distances": "Medir distâncias", "Merge lines": "Fundir linhas", "mi": "mi", "miles": "milhas", - "min zoom": "aproximação mínima", - "More controls": "Mais controlos", - "Must be a valid CSS value (eg.: DarkBlue or #123456)": "Tem de ser um valor CSS válido (p.ex.: DarkBlue ou #123456)", + "min zoom": "zoom mínimo", + "More controls": "Mais botões", + "Must be a valid CSS value (eg.: DarkBlue or #123456)": "Tem de ser um valor CSS válido (por exemplo: DarkBlue ou #123456)", "name": "nome", "nautical miles": "milhas náuticas", "never": "nunca", "new window": "nova janela", "next": "seguinte", - "NM": "NM", + "NM": "MN", "No cache": "Sem cache", "No licence has been set": "Não foi definida nenhuma licença", "No results": "Sem resultados", - "no": "não", + "no": "no", "No.": "No.", "None": "Nenhum", - "Number of desired classes (default 5)": "Number of desired classes (default 5)", + "Number of desired classes (default 5)": "Número de classes pretendidas (predefinição 5)", "On the bottom": "No fundo", "On the left": "Na esquerda", "On the right": "Na direita", "On the top": "No topo", - "Only visible layers' data": "Only visible layers' data", + "Only visible layers' data": "Apenas dados de camadas visíveis", "opacity": "opacidade", - "Opacity": "Opacity", - "Open current feature on load": "Open current feature on load", - "Open link in…": "Abrir link numa...", - "Open share & download panel": "Open share & download panel", + "Opacity": "Opacidade", + "Open current feature on load": "Abrir elemento atual ao carregar", + "Open link in…": "Abrir hiperligação em…", + "Open share & download panel": "Abrir painel de partilha e descarregamento", "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Abrir esta região do mapa num editor de mapas para fornecer dados mais precisos ao OpenStreetMap", "OpenStreetMap": "OpenStreetMap", "Optional intensity property for heatmap": "Propriedade opcional da intensidade do mapa térmico", @@ -285,122 +278,116 @@ const locale = { "Override heatmap radius (default 25)": "Sobrepor raio do mapa térmico (padrão 80)", "parent window": "janela pai", "Paste your data here": "Cole aqui os seus dados", - "Permalink": "Permalink", - "Permanent credits background": "Permanent credits background", - "Permanent credits": "Permanent credits", + "Permalink": "Hiperligação permanente", + "Permanent credits background": "Fundo dos créditos permanentes", + "Permanent credits": "Créditos permanentes", "Please be sure the licence is compliant with your use.": "Por favor tenha a certeza que a utilização está conforme a licença.", "Please choose a format": "Por favor escolha um formato", "Please enter the name of the property": "Por favor introduza o nome da propriedade", "Please enter the new name of this property": "Por favor introduza um novo nome desta propriedade", - "Please save the map first": "Por favor primeiro grave o mapa", + "Please save the map first": "Guarde primeiro o mapa", "Popup (large)": "Popup (largo)", "Popup content style": "Estilo do conteúdo do popup", "Popup content template": "Modelo de conteúdo do popup", "Popup shape": "Forma do popup", "Popup": "Popup", - "Powered by uMap": "Powered by uMap", + "Powered by uMap": "Fornecido com uMap", "previous": "anterior", - "Problem in the response": "Problem in the response", + "Problem in the response": "Problema na resposta", "Properties imported:": "Propriedades importadas:", "Provide an URL here": "Forneça um URL aqui", "Proxy request": "Pedido proxy", - "Quantiles": "Quantiles", - "Recent": "Recent", + "Quantiles": "Quantis", + "Recent": "Recente", "Remote data": "Dados remotos", - "Remove shape from the multi": "Remover forma do multi", + "Remove shape from the multi": "Remover forma do multipolígono", "Rename this property on all the features": "Alterar nome desta propriedade em todos os elementos", "Replace layer content": "Substituir o conteúdo da camada", "Restore this version": "Restaurar esta versão", - "Save anyway": "Gravar mesmo assim", - "Save current edits": "Gravar edições atuais", - "Save map": "Save map", - "Save this center and zoom": "Gravar este centro e aproximar", - "Save this location as new feature": "Gravar esta localização como novo elemento", - "Save": "Gravar", - "Saved center and zoom": "Saved center and zoom", + "Save current edits": "Guardar edições atuais", + "Save map": "Guardar mapa", + "Save this center and zoom": "Guardar este zoom e centro", + "Save this location as new feature": "Guardar esta localização como novo elemento", + "Save": "Guardar", + "Saved center and zoom": "Centro e zoom guardados", "Search location": "Procurar localização", - "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", - "Secret edit link:": "Secret edit link:", - "See layers": "See layers", - "See full screen": "Ver em ecrã total", - "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", + "Search": "Pesquisar", + "Secret edit link:": "Hiperligação de edição secreta:", + "See full screen": "Ver em ecrã inteiro", + "See on OpenStreetMap": "Ver no OpenStreetMap", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Defina como falso para ocultar esta camada da apresentação de slides, o navegador de dados e da navegação do popup…", - "settings": "settings", + "settings": "definições", "Shape properties": "Propriedades de formas geométricas", - "Share and download": "Share and download", - "Share this link to open a customized map view": "Share this link to open a customized map view", + "Share and download": "Partilhar e descarregar", + "Share this link to open a customized map view": "Partilhar esta hiperligação para abrir uma vista de mapa personalizada", "Short credits": "Créditos resumidos", - "Short link": "Short link", - "Show this layer in the caption": "Show this layer in the caption", - "Show/hide layer": "Mostrar/ocultar camada", + "Short link": "Hiperligação curta", + "Show this layer in the caption": "Mostrar esta camada na legenda", + "Show/hide layer": "Mostrar / ocultar camada", "Side panel": "Painel lateral", - "Simple link: [[http://example.com]]": "Link simples: [[http://example.com]]", + "Simple link: [[http://example.com]]": "Hiperligação simples: [[http://exemplo.com]]", "Simplify": "Simplificar", "Skipping unknown geometry.type: {type}": "A ignorar tipo de geometria desconhecido: {type}", "Slideshow": "Apresentação", "Sort key": "Chave de ordenação", "Split line": "Linha de separação", - "Star this map": "Star this map", + "Star this map": "Marcar este mapa com uma estrela", "Start a hole here": "Começar um buraco aqui", "Start slideshow": "Iniciar apresentação", "Stop editing": "Parar edição", "Stop slideshow": "Parar apresentação", - "Street": "Street", + "Street": "Rua", "stroke": "traço", "Supported scheme": "Esquema suportado", "Supported variables that will be dynamically replaced": "Variáveis suportadas que serão substituídas de forma dinâmica", - "Symbol": "Symbol", + "Symbol": "Símbolo", "Table": "Tabela", "Text color for the cluster label": "Cor do texto para a etiqueta do aglomerado", "Text formatting": "Formatação do texto", - "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "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.: \"{name} in {place}\")", - "The name of the property to use as feature unique identifier.": "The name of the property to use as feature unique identifier.", - "The zoom and center have been modified.": "The zoom and center have been modified.", + "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.: \"{name} in {place}\")": "O nome da propriedade a utilizar como etiqueta do elemento (por exemplo: \"nom\"). Também pode utilizar propriedades entre parênteses para utilizar mais do que uma ou misturar com conteúdo estático (por exemplo: \"{name} in {place}\")", + "The name of the property to use as feature unique identifier.": "O nome da propriedade a utilizar como identificador único do elemento.", + "The zoom and center have been modified.": "O zoom e o centro foram alterados.", "TMS format": "Formato TMS", "To use if remote server doesn't allow cross domain (slower)": "Para usar caso o servidor remoto não permitir domínios cruzados (mais lento)", "To zoom": "Ao zoom", - "Toggle edit mode (⇧+Click)": "Toggle edit mode (⇧+Click)", - "Toggle edit mode": "Toggle edit mode", + "Toggle edit mode (⇧+Click)": "Alternar o modo de edição (⇧+clique)", + "Toggle edit mode": "Alternar o modo de edição", "Transfer shape to edited feature": "Transferir a forma geométrica para o elemento editado", "Transform to lines": "Transformar em linha", "Transform to polygon": "Transformar em polígono", - "Type a place name or coordinates": "Type a place name or coordinates", - "Type char or paste emoji": "Type char or paste emoji", + "Type a place name or coordinates": "Introduzir um nome de local ou coordenadas", + "Type char or paste emoji": "Escreva um caractere ou cole um emoji", "Type of layer": "Tipo de camada", "Unable to detect format of file {filename}": "Não foi possível detetar o formato do ficheiro {filename}", "Untitled layer": "Camada sem nome", "Untitled map": "Mapa sem nome", "Update permissions and editors": "Alterar permisões e editores", "Update permissions": "Permissões de atualização", - "Update who can see and edit the map": "Update who can see and edit the map", + "Update who can see and edit the map": "Atualizar quem pode ver e editar o mapa", "Url": "URL", "URL": "URL", "Use current bounds": "Usar extremos atuais", "Use placeholders with feature properties between brackets, eg. {name}, they will be dynamically replaced by the corresponding values.": "Use espaços reservados como propriedades de elementos entre parêntesis. Por ex. {nome} e serão substituídos pelos valores correspondentes.", "User content credits": "Créditos do conteúdo do utilizador", "User interface options": "Opções da interface de utilizador", - "User location": "User location", - "Verify remote URL": "Verify remote URL", + "User location": "Localização do utilizador", + "Verify remote URL": "Verificar URL remoto", "Versions": "Versões", - "View Fullscreen": "Ver em Ecrã Total", - "View": "View", - "Visibility: {status}": "Visibility: {status}", + "View Fullscreen": "Ver em ecrã inteiro", + "View": "Ver", + "Visibility: {status}": "Visibilidade: {status}", "weight": "espessura", "Where do we go from here?": "Para onde vamos a partir daqui?", "Whether to display or not polygons paths.": "Se mostrar ou não os caminhos dos polígonos.", "Whether to fill polygons with color.": "Se mostrar ou não os polígonos preenchidos a cor.", - "Who can edit \"{layer}\"": "Who can edit \"{layer}\"", + "Who can edit \"{layer}\"": "Quem pode editar \"{layer}\"", "Who can edit": "Quem pode editar", "Who can view": "Quem pode ver", "width": "largura", "Will be displayed in the bottom right corner of the map": "Será mostrado no fundo à direita do mapa", - "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", + "Will be permanently visible in the bottom left corner of the map": "Estará permanentemente visível no canto inferior esquerdo do mapa", "Will be visible in the caption of the map": "Será visível no cabeçalho do mapa", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Ops! Parece que alguém editou os dados. Pode gravar mesmo assim, mas isso irá eliminar as alterações feitas por outros.", "yes": "sim", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Aproximar", "Zoom level for automatic zooms": "Nível de aproximação para aproximações automáticas", "Zoom out": "Afastar", @@ -409,7 +396,7 @@ const locale = { "Zoom to the previous": "Aproximar para o anterior", "Zoom to this feature": "Aproximar a este elemento", "Zoom to this place": "Aproximar para este local", - "{area} acres": "{area} acres", + "{area} acres": "{area} hectares", "{area} ha": "{area} ha", "{area} m²": "{area} m²", "{area} mi²": "{area} mi²", @@ -418,35 +405,83 @@ const locale = { "{delay} seconds": "{delay} segundos", "{distance} km": "{distance} km", "{distance} m": "{distance} m", - "{distance} miles": "{distance} miles", - "{distance} NM": "{distance} NM", + "{distance} miles": "{distance} milhas", + "{distance} NM": "{distance} MN", "{distance} yd": "{distance} yd", - "Edit map name and caption": "Edit map name and caption", - "Map advanced properties": "Map advanced properties", - "Edit map details": "Edit map details", - "Back to browser": "Back to browser", - "Toggle size": "Toggle size", - "Display the caption control": "Display the caption control", - "": "", - "Min": "Min", - "Max": "Max", - "From": "From", - "Until": "Until", - "Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox", - "Edit in OpenStreetMap": "Edit in OpenStreetMap", - "Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns.", - "Back to layers": "Back to layers", - "Filters": "Filters", - "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.", - "Search keys": "Search keys", - "Filters keys": "Filters keys", - "Filter data": "Filter data", - "Search map features…": "Search map features…", - "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Edit map name and caption": "Editar o nome e a legenda do mapa", + "Map advanced properties": "Propriedades avançadas do mapa", + "Edit map details": "Editar detalhes do mapa", + "Back to browser": "Voltar ao navegador", + "Toggle size": "Alternar tamanho", + "Display the caption control": "Mostrar o botão de legendas", + "": "", + "Min": "Mín", + "Max": "Máx", + "From": "De", + "Until": "Até", + "Example: key1,key2|Label 2,key3|Label 3|checkbox": "Exemplo: key1,key2|Label 2,key3|Label 3|checkbox", + "Edit in OpenStreetMap": "Editar no OpenStreetMap", + "Cannot determine latitude and longitude columns.": "Não é possível determinar as colunas de latitude e longitude.", + "Back to layers": "Voltar às camadas", + "Filters": "Filtros", + "Comma separated list of properties to use when filtering features by text input": "Lista de propriedades separada por vírgulas a utilizar na filtragem de elementos por introdução de texto", + "Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.": "Lista separada por vírgulas de propriedades a utilizar para filtros (por exemplo: mykey,otherkey). Para controlar a etiqueta, adicione-a depois de um | (por exemplo: mykey|My Key,otherkey|Other Key). Para controlar o tipo de campo de entrada, adicione-o depois de outro | (por exemplo: mykey|My Key|checkbox,otherkey|Other Key|datetime). Os valores permitidos para o tipo de campo de entrada são checkbox (predefinição), radio, number, date e datetime.", + "Search keys": "Chaves de procura", + "Filters keys": "Chaves de filtros", + "Filter data": "Dados de filtros", + "Search map features…": "Procurar elementos do mapa…", + "Reset all": "Repor tudo", + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } L.registerLocale("pt", locale) L.setLocale("pt") diff --git a/umap/static/umap/locale/pt.json b/umap/static/umap/locale/pt.json index b09dce81..b38a8a00 100644 --- a/umap/static/umap/locale/pt.json +++ b/umap/static/umap/locale/pt.json @@ -1,33 +1,33 @@ { - " (area: {measure})": "(area: {measure})", - " (length: {measure})": "(length: {measure})", + " (area: {measure})": "(área: {measure})", + " (length: {measure})": "(comprimento: {measure})", "# one hash for main heading": "# um cardinal para o cabeçalho principal", "## two hashes for second heading": "## dois cardinais para o segundo cabeçalho", "### three hashes for third heading": "### três cardinais para o terceiro cabeçalho", "**double star for bold**": "**dois asteriscos duplos para negrito**", - "*single star for italic*": "*single star for italic*", - "--- for a horizontal rule": "--- for a horizontal rule", + "*single star for italic*": "*um asterisco para itálico*", + "--- for a horizontal rule": "--- para uma régua horizontal", "1 day": "1 dia", "1 hour": "1 hora", "5 min": "5 min", "A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".": "Lista de números separada por vírgulas que define o padrão do traço. Por exemplo \"5, 10, 15\".", "About": "Sobre", - "Action not allowed :(": "Action not allowed :(", + "Action not allowed :(": "Ação não permitida :(", "Activate slideshow mode": "Ativar modo de apresentação", "Add a layer": "Adicionar camada", - "Add a line to the current multi": "Adicionar uma linha para o multi atual", + "Add a line to the current multi": "Adicionar uma linha ao multipolígono atual", "Add a new property": "Adicionar uma nova propriedade", - "Add a polygon to the current multi": "Adicionar um polígono para o multi atual", - "Add image URL": "Add image URL", - "Add": "Add", + "Add a polygon to the current multi": "Adicionar um polígono ao multipolígono atual", + "Add image URL": "Adicionar URL da imagem", + "Add": "Adicionar", "Advanced actions": "Ações avançadas", "Advanced properties": "Propriedades avançadas", - "All data and settings of the map": "All data and settings of the map", + "All data and settings of the map": "Todos os dados e definições do mapa", "All properties are imported.": "Foram importadas todas as propriedades.", "Allow interactions": "Permitir interações", "Allow scroll wheel zoom?": "Permitir zoom com roda do rato?", "always": "sempre", - "Animated transitions": "Animated transitions", + "Animated transitions": "Transições animadas", "Are you sure you want to cancel your changes?": "Tem a certeza que quer cancelar as suas alterações?", "Are you sure you want to clone this map and all its datalayers?": "Tem a certeza que quer clonar este mapa, incluindo todas as camadas de dados?", "Are you sure you want to delete the feature?": "Tem a certeza que quer eliminar o elemento?", @@ -39,31 +39,27 @@ "attribution": "atribuição", "Auto": "Auto", "Automatic": "Automático", - "Autostart when map is loaded": "iniciar ao abrir o mapa", - "Back to preview": "Back to preview", - "Background overlay url": "Background overlay url", + "Autostart when map is loaded": "Iniciar ao abrir o mapa", + "Back to preview": "Voltar à pré-visualização", + "Background overlay url": "URL de sobreposição do fundo", "Ball": "Bola", - "Bring feature to center": "Bring feature to center", + "Bring feature to center": "Colocar o elemento no centro", "Browse data": "Explorar dados", "by": "por", "Cache proxied request": "Pedido cache com proxy", "Cancel edits": "Cancelar edições", - "Cancel": "Cancelar", "Caption": "Cabeçalho", "Center map on your location": "Centrar mapa na sua localização", "Change map background": "Mudar fundo do mapa", - "Change tilelayers": "Alterar camadas de telas", - "Change": "Change", - "Choose a preset": "Escolha um modelo", + "Change tilelayers": "Alterar camadas de mosaicos", + "Change": "Alterar", "Choose the data format": "Escolha o formato dos dados", - "Choose the format of the data to import": "Escolha o formato dos dados para importação", - "Choose the layer to import in": "Escolha a camada para destino da importação", - "Choropleth breakpoints": "Choropleth breakpoints", - "Choropleth classes": "Choropleth classes", - "Choropleth color palette": "Choropleth color palette", - "Choropleth mode": "Choropleth mode", - "Choropleth property value": "Choropleth property value", - "Choropleth": "Choropleth", + "Choropleth breakpoints": "Pontos de interrupção coropléticos", + "Choropleth classes": "Classes coropléticas", + "Choropleth color palette": "Paleta de cores coropléticas", + "Choropleth mode": "Modo coroplético", + "Choropleth property value": "Valor da propriedade coroplética", + "Choropleth": "Coroplético", "Circle": "Círculo", "clear": "limpar", "Click last point to finish shape": "Clique no último ponto para terminar a forma geométrica", @@ -81,30 +77,29 @@ "Clustering radius": "Raio do aglomerado", "collapsed": "colapsado", "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 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 numbers, including min and max values.": "Lista de números separada por vírgulas, incluindo os valores mínimo e máximo.", + "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Lista de propriedades separada por vírgulas a utilizar para ordenar os elementos. Para inverter a ordenação, coloque um sinal de menos (-) antes. Por exemplo, umachave,-outrachave.", "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the begining of the header, case insensitive. All other column are imported as properties.": "Valores separados por vírgula, tabulação ou ponto-e-vírgula. É implícito\n o sistema de referência espacial WGS84. Apenas são importadas as \ngeometrias de ponto. A importação irá ver se aparece no cabeçalho das \ncolunas «lat» e «lon», ignorando diferença de maiúsculas e minúsculas. \nTodas a outras colunas são importadas como propriedades.", - "Congratulations, your map has been created!": "Congratulations, your map has been created!", + "Congratulations, your map has been created!": "Parabéns, o seu mapa foi criado!", "Continue line": "Continuar linha", "Coordinates": "Coordenadas", - "Copy link": "Copy link", - "copy": "copy", + "copy": "copiar", "Credits": "Créditos", - "Current map view": "Current map view", + "Current map view": "Vista atual do mapa", "Current view instead of default map view?": "Vista atual e não a vista padrão do mapa?", "Custom background": "Fundo personalizado", - "Custom overlay": "Custom overlay", + "Custom overlay": "Sobreposição personalizada", "dash array": "série de traços", "Data is browsable": "Os dados são navegáveis", - "Datalayers": "Datalayers", + "Datalayers": "Camadas de dados", "Default interaction options": "Opções padrão de interação", "Default properties": "Propriedades padrão", "Default shape properties": "Propriedades padrão de formas geométricas", - "Default view": "Default view", - "Default zoom level": "Nível de aproximação padrão", + "Default view": "Vista padrão", + "Default zoom level": "Nível de zoom pré-definido", "Default": "Padrão", "Default: name": "Padrão: nome", - "Define link to open in a new window on polygon click.": "Definir link para abrir numa nova janela ao clicar no polígono.", + "Define link to open in a new window on polygon click.": "Definir hiperligação para abrir numa nova janela ao clicar no polígono.", "define": "definir", "Delay between two transitions when in play mode": "Atraso entre 2 transições ao reproduzir a apresentação", "Delete all layers": "Eliminar todas as camadas", @@ -115,69 +110,68 @@ "Delete this vertex (Alt+Click)": "Eliminar este vértice (Alt+Clique)", "Delete": "Eliminar", "description": "descrição", - "Direct link": "Direct link", + "Direct link": "Hiperligação direta", "Directions from here": "Direções a partir daqui", "Display label": "Mostrar etiqueta", "Display measure": "Mostrar medição", "display name": "mostrar nome", "Display on load": "Mostrar ao carregar", - "Display the control to open OpenStreetMap editor": "Mostrar o controlo para abrir o editor OpenStreetMap", - "Display the data layers control": "Mostrar o controlo das camadas de dados", - "Display the embed control": "Mostrar o controlo de embeber", - "Display the fullscreen control": "Mostrar o controlo de ecrã total", - "Display the locate control": "Mostrar o controlo de localizar", - "Display the measure control": "Mostrar o controlo de medição", - "Display the search control": "Mostrar o controlo de pesquisa", - "Display the star map button": "Display the star map button", - "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 control to open OpenStreetMap editor": "Mostrar o botão para abrir o editor do OpenStreetMap", + "Display the data layers control": "Mostrar o botão das camadas de dados", + "Display the embed control": "Mostrar o botão de partilha e descarregar", + "Display the fullscreen control": "Mostrar o botão de ecrã inteiro", + "Display the locate control": "Mostrar o botão de localização GPS", + "Display the measure control": "Mostrar o botão de medição", + "Display the search control": "Mostrar o botão de pesquisa", + "Display the star map button": "Apresentar o botão de estrela do mapa", + "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)", "Do you want to display a caption bar?": "Mostrar uma barra de cabeçalho?", - "Do you want to display a minimap?": "Pretende mostrar um mini-mapa?", + "Do you want to display a minimap?": "Mostrar um mini-mapa?", "Do you want to display a panel on load?": "Mostrar um painel ao carregar?", - "Do you want to display caption menus?": "Do you want to display caption menus?", - "Do you want to display popup footer?": "Pretende mostrar um popup no rodapé?", - "Do you want to display the scale control?": "Pretende mostrar o controlo de escala?", + "Do you want to display caption menus?": "Mostrar menus de legendas?", + "Do you want to display popup footer?": "Mostrar um popup no rodapé?", + "Do you want to display the scale control?": "Mostrar a escala?", "Do you want to display the «more» control?": "Mostrar o botão «mostrar mais botões»?", "Download": "Descarregar", "Drag to reorder": "Arrastar para reordenar", "Draw a marker": "Desenhar um marco", "Draw a polygon": "Desenhar um polígono", "Draw a polyline": "Desenhar uma polilinha", - "Drawing": "Drawing", + "Drawing": "Desenho", "Drop": "Comum", "Dynamic properties": "Propriedades dinâmicas", "Dynamic": "Dinâmico", "Edit feature's layer": "Editar camada do elemento", "Edit properties in a table": "Editar propriedades numa tabela", - "Edit the title of the map": "Edit the title of the map", + "Edit the title of the map": "Editar o título do mapa", "Edit this feature": "Editar este elemento", "Edit": "Editar", - "Email": "Email", - "Embed and link options": "Embed and link options", + "Embed and link options": "Opções de incorporação e hiperligação", "Embed the map": "Embeber o mapa", - "Emoji & Character": "Emoji & Character", + "Emoji & Character": "Emoji e caracteres", "Empty": "Vazio", - "Equidistant": "Equidistant", - "Error in the overlay URL": "Error in the overlay URL", - "Error in the tilelayer URL": "Erro no URL de telas", - "Exit Fullscreen": "Sair de Ecrã Total", + "Equidistant": "Equidistante", + "Error in the overlay URL": "Erro no URL da sobreposição", + "Error in the tilelayer URL": "Erro no URL de camada de mosaicos", + "Exit Fullscreen": "Sair de ecrã inteiro", "expanded": "expandido", "Extract shape to separate feature": "Extrair forma geométrica para separar o elemento", - "Feature identifier key": "Feature identifier key", - "Feature properties": "Feature properties", + "Feature identifier key": "Chave de identificação do elemento", + "Feature properties": "Propriedades dos elementos", "Fetch data each time map view changes.": "Processar dados cada vez que o mapa é alterado.", "fill color": "cor do preenchimento", "fill opacity": "opacidade do preenchimento", "fill": "preenchimento", - "Fit all data": "Fit all data", + "Fit all data": "Ajustar todos os dados", "Format": "Formato", "From zoom": "Do zoom", - "full backup": "full backup", - "Generic": "Generic", - "GeoRSS (only link)": "GeoRSS (apenas o link)", + "full backup": "cópia de segurança completa", + "Generic": "Genérico", + "GeoRSS (only link)": "GeoRSS (apenas a hiperligação)", "GeoRSS (title + image)": "GeoRSS (título + imagem)", - "Go to \"{coords}\"": "Go to \"{coords}\"", - "Go to the homepage": "Go to the homepage", + "Go to \"{coords}\"": "Ir a \"{coords}\"", + "Go to the homepage": "Ir para a página inicial", "Go to «{feature}»": "Ir a «{feature}»", "Heatmap intensity property": "Propriedade da intensidade do mapa térmico", "Heatmap radius": "Raio do mapa térmico", @@ -185,13 +179,13 @@ "height": "altura", "Help": "Ajuda", "hidden": "oculto", - "Hide controls": "Ocultar controlos", + "Hide controls": "Ocultar botões", "Home": "Início", - "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Por quanto simplificar a polilinha em cada nível de aproximação (mais = melhor desempenho e aspeto mais suave, menos = mais preciso)", - "icon opacity": "icon opacity", + "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Por quanto simplificar a polilinha em cada nível de zoom (mais = melhor desempenho e aspeto mais suave, menos = mais preciso)", + "icon opacity": "opacidade do ícone", "Icon shape": "Forma do ícone", "Icon symbol": "Símbolo do ícone", - "If false, the polygon or line will act as a part of the underlying map.": "If false, the polygon or line will act as a part of the underlying map.", + "If false, the polygon or line will act as a part of the underlying map.": "Se for falso, o polígono ou a linha atuará como parte do mapa subjacente.", "Iframe with custom height (in px): {{{http://iframe.url.com|height}}}": "Iframe com altura personalizada (em px): {{{http://iframe.url.com|height}}}", "Iframe with custom height and width (in px): {{{http://iframe.url.com|height*width}}}": "Iframe com altura e largura personalizados (em px): {{{http://iframe.url.com|height*width}}}", "iframe": "iframe", @@ -200,16 +194,15 @@ "Image: {{http://image.url.com}}": "Imagem: {{http://image.url.com}}", "Import data": "Importar dados", "Import in a new layer": "Importar uma nova camada", - "Import": "Importar", "Imports all umap data, including layers and settings.": "Importa todos os dados uMap, incluindo camadas e definições.", - "Include full screen link?": "Incluir link de encrã total?", + "Include full screen link?": "Incluir hiperligação de ecrã inteiro?", "Inherit": "Herdado", "inherit": "herdado", "Interaction options": "Opções de interação", - "Invalid latitude or longitude": "Invalid latitude or longitude", + "Invalid latitude or longitude": "Latitude ou longitude inválida", "Invalid umap data in {filename}": "Dados uMap inválidos em {filename}", "Invalid umap data": "Dados uMap inválidos", - "Invalide property name: {name}": "Invalide property name: {name}", + "Invalide property name: {name}": "Nome da propriedade inválida: {name}", "Jenks-Fisher": "Jenks-Fisher", "K-means": "K-means", "Keep current visible layers": "Manter camadas atualmente visíveis", @@ -218,16 +211,16 @@ "Label direction": "Direção da etiqueta", "Label key": "Chave da etiqueta", "Labels are clickable": "Etiquetas são clicáveis", - "Latest feature": "Latest feature", + "Latest feature": "Último elemento", "Latitude": "Latitude", "Layer properties": "Propriedades da camada", "Layer": "Camada", "Licence": "Licença", "licence": "licença", "Limit bounds": "Extremos dos limites", - "Link to view the map": "Link to view the map", - "Link to…": "Link para...", - "Link with text: [[http://example.com|text of the link]]": "Link com texto: [[http://example.com|texto do link]]", + "Link to view the map": "Hiperligação para ver o mapa", + "Link to…": "Hiperligação para…", + "Link with text: [[http://example.com|text of the link]]": "Hiperligação com texto: [[http://exemplo.com|texto do link]]", "Long credits": "Créditos por extenso", "Longitude": "Longitude", "Make main shape": "Fazer forma geométrica principal", @@ -235,47 +228,47 @@ "Manual": "Manual", "Map background credits": "Créditos do fundo do mapa", "Map has been attached to your account": "O mapa foi anexado à sua conta", - "Map has been saved!": "O mapa foi gravado!", - "Map has been starred": "Map has been starred", - "Map has been unstarred": "Map has been unstarred", + "Map has been saved!": "O mapa foi guardado!", + "Map has been starred": "O mapa foi marcado com uma estrela", + "Map has been unstarred": "O mapa foi desmarcado", "Map user content has been published under licence": "O conteúdo do mapa foi publicado sob a licença", "Map's editors": "Editores do mapa", "Map's owner": "Proprietário do mapa", - "max East": "Este máx.", - "max North": "Norte máx.", - "max South": "Sul máx.", - "max West": "Oeste máx.", - "max zoom": "aproximação máxima", + "max East": "Este máximo", + "max North": "Norte máximo", + "max South": "Sul máximo", + "max West": "Oeste máximo", + "max zoom": "zoom máximo", "Measure distances": "Medir distâncias", "Merge lines": "Fundir linhas", "mi": "mi", "miles": "milhas", - "min zoom": "aproximação mínima", - "More controls": "Mais controlos", - "Must be a valid CSS value (eg.: DarkBlue or #123456)": "Tem de ser um valor CSS válido (p.ex.: DarkBlue ou #123456)", + "min zoom": "zoom mínimo", + "More controls": "Mais botões", + "Must be a valid CSS value (eg.: DarkBlue or #123456)": "Tem de ser um valor CSS válido (por exemplo: DarkBlue ou #123456)", "name": "nome", "nautical miles": "milhas náuticas", "never": "nunca", "new window": "nova janela", "next": "seguinte", - "NM": "NM", + "NM": "MN", "No cache": "Sem cache", "No licence has been set": "Não foi definida nenhuma licença", "No results": "Sem resultados", - "no": "não", + "no": "no", "No.": "No.", "None": "Nenhum", - "Number of desired classes (default 5)": "Number of desired classes (default 5)", + "Number of desired classes (default 5)": "Número de classes pretendidas (predefinição 5)", "On the bottom": "No fundo", "On the left": "Na esquerda", "On the right": "Na direita", "On the top": "No topo", - "Only visible layers' data": "Only visible layers' data", + "Only visible layers' data": "Apenas dados de camadas visíveis", "opacity": "opacidade", - "Opacity": "Opacity", - "Open current feature on load": "Open current feature on load", - "Open link in…": "Abrir link numa...", - "Open share & download panel": "Open share & download panel", + "Opacity": "Opacidade", + "Open current feature on load": "Abrir elemento atual ao carregar", + "Open link in…": "Abrir hiperligação em…", + "Open share & download panel": "Abrir painel de partilha e descarregamento", "Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Abrir esta região do mapa num editor de mapas para fornecer dados mais precisos ao OpenStreetMap", "OpenStreetMap": "OpenStreetMap", "Optional intensity property for heatmap": "Propriedade opcional da intensidade do mapa térmico", @@ -285,122 +278,116 @@ "Override heatmap radius (default 25)": "Sobrepor raio do mapa térmico (padrão 80)", "parent window": "janela pai", "Paste your data here": "Cole aqui os seus dados", - "Permalink": "Permalink", - "Permanent credits background": "Permanent credits background", - "Permanent credits": "Permanent credits", + "Permalink": "Hiperligação permanente", + "Permanent credits background": "Fundo dos créditos permanentes", + "Permanent credits": "Créditos permanentes", "Please be sure the licence is compliant with your use.": "Por favor tenha a certeza que a utilização está conforme a licença.", "Please choose a format": "Por favor escolha um formato", "Please enter the name of the property": "Por favor introduza o nome da propriedade", "Please enter the new name of this property": "Por favor introduza um novo nome desta propriedade", - "Please save the map first": "Por favor primeiro grave o mapa", + "Please save the map first": "Guarde primeiro o mapa", "Popup (large)": "Popup (largo)", "Popup content style": "Estilo do conteúdo do popup", "Popup content template": "Modelo de conteúdo do popup", "Popup shape": "Forma do popup", "Popup": "Popup", - "Powered by uMap": "Powered by uMap", + "Powered by uMap": "Fornecido com uMap", "previous": "anterior", - "Problem in the response": "Problem in the response", + "Problem in the response": "Problema na resposta", "Properties imported:": "Propriedades importadas:", "Provide an URL here": "Forneça um URL aqui", "Proxy request": "Pedido proxy", - "Quantiles": "Quantiles", - "Recent": "Recent", + "Quantiles": "Quantis", + "Recent": "Recente", "Remote data": "Dados remotos", - "Remove shape from the multi": "Remover forma do multi", + "Remove shape from the multi": "Remover forma do multipolígono", "Rename this property on all the features": "Alterar nome desta propriedade em todos os elementos", "Replace layer content": "Substituir o conteúdo da camada", "Restore this version": "Restaurar esta versão", - "Save anyway": "Gravar mesmo assim", - "Save current edits": "Gravar edições atuais", - "Save map": "Save map", - "Save this center and zoom": "Gravar este centro e aproximar", - "Save this location as new feature": "Gravar esta localização como novo elemento", - "Save": "Gravar", - "Saved center and zoom": "Saved center and zoom", + "Save current edits": "Guardar edições atuais", + "Save map": "Guardar mapa", + "Save this center and zoom": "Guardar este zoom e centro", + "Save this location as new feature": "Guardar esta localização como novo elemento", + "Save": "Guardar", + "Saved center and zoom": "Centro e zoom guardados", "Search location": "Procurar localização", - "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", - "Secret edit link:": "Secret edit link:", - "See layers": "See layers", - "See full screen": "Ver em ecrã total", - "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", + "Search": "Pesquisar", + "Secret edit link:": "Hiperligação de edição secreta:", + "See full screen": "Ver em ecrã inteiro", + "See on OpenStreetMap": "Ver no OpenStreetMap", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Defina como falso para ocultar esta camada da apresentação de slides, o navegador de dados e da navegação do popup…", - "settings": "settings", + "settings": "definições", "Shape properties": "Propriedades de formas geométricas", - "Share and download": "Share and download", - "Share this link to open a customized map view": "Share this link to open a customized map view", + "Share and download": "Partilhar e descarregar", + "Share this link to open a customized map view": "Partilhar esta hiperligação para abrir uma vista de mapa personalizada", "Short credits": "Créditos resumidos", - "Short link": "Short link", - "Show this layer in the caption": "Show this layer in the caption", - "Show/hide layer": "Mostrar/ocultar camada", + "Short link": "Hiperligação curta", + "Show this layer in the caption": "Mostrar esta camada na legenda", + "Show/hide layer": "Mostrar / ocultar camada", "Side panel": "Painel lateral", - "Simple link: [[http://example.com]]": "Link simples: [[http://example.com]]", + "Simple link: [[http://example.com]]": "Hiperligação simples: [[http://exemplo.com]]", "Simplify": "Simplificar", "Skipping unknown geometry.type: {type}": "A ignorar tipo de geometria desconhecido: {type}", "Slideshow": "Apresentação", "Sort key": "Chave de ordenação", "Split line": "Linha de separação", - "Star this map": "Star this map", + "Star this map": "Marcar este mapa com uma estrela", "Start a hole here": "Começar um buraco aqui", "Start slideshow": "Iniciar apresentação", "Stop editing": "Parar edição", "Stop slideshow": "Parar apresentação", - "Street": "Street", + "Street": "Rua", "stroke": "traço", "Supported scheme": "Esquema suportado", "Supported variables that will be dynamically replaced": "Variáveis suportadas que serão substituídas de forma dinâmica", - "Symbol": "Symbol", + "Symbol": "Símbolo", "Table": "Tabela", "Text color for the cluster label": "Cor do texto para a etiqueta do aglomerado", "Text formatting": "Formatação do texto", - "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "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.: \"{name} in {place}\")", - "The name of the property to use as feature unique identifier.": "The name of the property to use as feature unique identifier.", - "The zoom and center have been modified.": "The zoom and center have been modified.", + "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.: \"{name} in {place}\")": "O nome da propriedade a utilizar como etiqueta do elemento (por exemplo: \"nom\"). Também pode utilizar propriedades entre parênteses para utilizar mais do que uma ou misturar com conteúdo estático (por exemplo: \"{name} in {place}\")", + "The name of the property to use as feature unique identifier.": "O nome da propriedade a utilizar como identificador único do elemento.", + "The zoom and center have been modified.": "O zoom e o centro foram alterados.", "TMS format": "Formato TMS", "To use if remote server doesn't allow cross domain (slower)": "Para usar caso o servidor remoto não permitir domínios cruzados (mais lento)", "To zoom": "Ao zoom", - "Toggle edit mode (⇧+Click)": "Toggle edit mode (⇧+Click)", - "Toggle edit mode": "Toggle edit mode", + "Toggle edit mode (⇧+Click)": "Alternar o modo de edição (⇧+clique)", + "Toggle edit mode": "Alternar o modo de edição", "Transfer shape to edited feature": "Transferir a forma geométrica para o elemento editado", "Transform to lines": "Transformar em linha", "Transform to polygon": "Transformar em polígono", - "Type a place name or coordinates": "Type a place name or coordinates", - "Type char or paste emoji": "Type char or paste emoji", + "Type a place name or coordinates": "Introduzir um nome de local ou coordenadas", + "Type char or paste emoji": "Escreva um caractere ou cole um emoji", "Type of layer": "Tipo de camada", "Unable to detect format of file {filename}": "Não foi possível detetar o formato do ficheiro {filename}", "Untitled layer": "Camada sem nome", "Untitled map": "Mapa sem nome", "Update permissions and editors": "Alterar permisões e editores", "Update permissions": "Permissões de atualização", - "Update who can see and edit the map": "Update who can see and edit the map", + "Update who can see and edit the map": "Atualizar quem pode ver e editar o mapa", "Url": "URL", "URL": "URL", "Use current bounds": "Usar extremos atuais", "Use placeholders with feature properties between brackets, eg. {name}, they will be dynamically replaced by the corresponding values.": "Use espaços reservados como propriedades de elementos entre parêntesis. Por ex. {nome} e serão substituídos pelos valores correspondentes.", "User content credits": "Créditos do conteúdo do utilizador", "User interface options": "Opções da interface de utilizador", - "User location": "User location", - "Verify remote URL": "Verify remote URL", + "User location": "Localização do utilizador", + "Verify remote URL": "Verificar URL remoto", "Versions": "Versões", - "View Fullscreen": "Ver em Ecrã Total", - "View": "View", - "Visibility: {status}": "Visibility: {status}", + "View Fullscreen": "Ver em ecrã inteiro", + "View": "Ver", + "Visibility: {status}": "Visibilidade: {status}", "weight": "espessura", "Where do we go from here?": "Para onde vamos a partir daqui?", "Whether to display or not polygons paths.": "Se mostrar ou não os caminhos dos polígonos.", "Whether to fill polygons with color.": "Se mostrar ou não os polígonos preenchidos a cor.", - "Who can edit \"{layer}\"": "Who can edit \"{layer}\"", + "Who can edit \"{layer}\"": "Quem pode editar \"{layer}\"", "Who can edit": "Quem pode editar", "Who can view": "Quem pode ver", "width": "largura", "Will be displayed in the bottom right corner of the map": "Será mostrado no fundo à direita do mapa", - "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", + "Will be permanently visible in the bottom left corner of the map": "Estará permanentemente visível no canto inferior esquerdo do mapa", "Will be visible in the caption of the map": "Será visível no cabeçalho do mapa", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Ops! Parece que alguém editou os dados. Pode gravar mesmo assim, mas isso irá eliminar as alterações feitas por outros.", "yes": "sim", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Aproximar", "Zoom level for automatic zooms": "Nível de aproximação para aproximações automáticas", "Zoom out": "Afastar", @@ -409,7 +396,7 @@ "Zoom to the previous": "Aproximar para o anterior", "Zoom to this feature": "Aproximar a este elemento", "Zoom to this place": "Aproximar para este local", - "{area} acres": "{area} acres", + "{area} acres": "{area} hectares", "{area} ha": "{area} ha", "{area} m²": "{area} m²", "{area} mi²": "{area} mi²", @@ -418,33 +405,81 @@ "{delay} seconds": "{delay} segundos", "{distance} km": "{distance} km", "{distance} m": "{distance} m", - "{distance} miles": "{distance} miles", - "{distance} NM": "{distance} NM", + "{distance} miles": "{distance} milhas", + "{distance} NM": "{distance} MN", "{distance} yd": "{distance} yd", - "Edit map name and caption": "Edit map name and caption", - "Map advanced properties": "Map advanced properties", - "Edit map details": "Edit map details", - "Back to browser": "Back to browser", - "Toggle size": "Toggle size", - "Display the caption control": "Display the caption control", - "": "", - "Min": "Min", - "Max": "Max", - "From": "From", - "Until": "Until", - "Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox", - "Edit in OpenStreetMap": "Edit in OpenStreetMap", - "Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns.", - "Back to layers": "Back to layers", - "Filters": "Filters", - "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.", - "Search keys": "Search keys", - "Filters keys": "Filters keys", - "Filter data": "Filter data", - "Search map features…": "Search map features…", - "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Edit map name and caption": "Editar o nome e a legenda do mapa", + "Map advanced properties": "Propriedades avançadas do mapa", + "Edit map details": "Editar detalhes do mapa", + "Back to browser": "Voltar ao navegador", + "Toggle size": "Alternar tamanho", + "Display the caption control": "Mostrar o botão de legendas", + "": "", + "Min": "Mín", + "Max": "Máx", + "From": "De", + "Until": "Até", + "Example: key1,key2|Label 2,key3|Label 3|checkbox": "Exemplo: key1,key2|Label 2,key3|Label 3|checkbox", + "Edit in OpenStreetMap": "Editar no OpenStreetMap", + "Cannot determine latitude and longitude columns.": "Não é possível determinar as colunas de latitude e longitude.", + "Back to layers": "Voltar às camadas", + "Filters": "Filtros", + "Comma separated list of properties to use when filtering features by text input": "Lista de propriedades separada por vírgulas a utilizar na filtragem de elementos por introdução de texto", + "Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.": "Lista separada por vírgulas de propriedades a utilizar para filtros (por exemplo: mykey,otherkey). Para controlar a etiqueta, adicione-a depois de um | (por exemplo: mykey|My Key,otherkey|Other Key). Para controlar o tipo de campo de entrada, adicione-o depois de outro | (por exemplo: mykey|My Key|checkbox,otherkey|Other Key|datetime). Os valores permitidos para o tipo de campo de entrada são checkbox (predefinição), radio, number, date e datetime.", + "Search keys": "Chaves de procura", + "Filters keys": "Chaves de filtros", + "Filter data": "Dados de filtros", + "Search map features…": "Procurar elementos do mapa…", + "Reset all": "Repor tudo", + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } \ No newline at end of file diff --git a/umap/static/umap/locale/pt_BR.js b/umap/static/umap/locale/pt_BR.js index b348ade3..18733f57 100644 --- a/umap/static/umap/locale/pt_BR.js +++ b/umap/static/umap/locale/pt_BR.js @@ -48,16 +48,12 @@ const locale = { "by": "por", "Cache proxied request": "Pedido cache com proxy", "Cancel edits": "Cancelar edições", - "Cancel": "Cancelar", "Caption": "Cabeçalho", "Center map on your location": "Centrar mapa na sua localização", "Change map background": "Mudar fundo do mapa", "Change tilelayers": "Alterar camadas de telas", "Change": "Change", - "Choose a preset": "Escolha um modelo", "Choose the data format": "Escolha o formato dos dados", - "Choose the format of the data to import": "Escolha o formato dos dados para importação", - "Choose the layer to import in": "Escolha a camada para destino da importação", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ const locale = { "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Continuar linha", "Coordinates": "Coordenadas", - "Copy link": "Copy link", "copy": "copy", "Credits": "Créditos", "Current map view": "Current map view", @@ -152,7 +147,6 @@ const locale = { "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Editar este elemento", "Edit": "Editar", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Embeber o mapa", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ const locale = { "Image: {{http://image.url.com}}": "Imagem: {{http://image.url.com}}", "Import data": "Importar dados", "Import in a new layer": "Importar uma nova camada", - "Import": "Importar", "Imports all umap data, including layers and settings.": "Importa todos os dados uMap, incluindo camadas e definições.", "Include full screen link?": "Incluir link de encrã total?", "Inherit": "Herdado", @@ -311,7 +304,6 @@ const locale = { "Rename this property on all the features": "Alterar nome desta propriedade em todos os elementos", "Replace layer content": "Substituir o conteúdo da camada", "Restore this version": "Restaurar esta versão", - "Save anyway": "Gravar mesmo assim", "Save current edits": "Gravar edições atuais", "Save map": "Save map", "Save this center and zoom": "Gravar este centro e aproximar", @@ -320,12 +312,9 @@ const locale = { "Saved center and zoom": "Saved center and zoom", "Search location": "Procurar localização", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "Ver em ecrã total", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Defina como falso para ocultar esta camada da apresentação de slides, o navegador de dados e da navegação do popup…", "settings": "settings", "Shape properties": "Propriedades de formas geométricas", @@ -398,9 +387,7 @@ const locale = { "Will be displayed in the bottom right corner of the map": "Será mostrado no fundo à direita do mapa", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Será visível no cabeçalho do mapa", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Ops! Parece que alguém editou os dados. Você pode gravar mesmo assim, mas isso irá eliminar as alterações feitas por outros.", "yes": "sim", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Aproximar", "Zoom level for automatic zooms": "Nível de aproximação para aproximações automáticas", "Zoom out": "Afastar", @@ -444,9 +431,57 @@ const locale = { "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } L.registerLocale("pt_BR", locale) L.setLocale("pt_BR") diff --git a/umap/static/umap/locale/pt_BR.json b/umap/static/umap/locale/pt_BR.json index d514e81e..05b5ce1c 100644 --- a/umap/static/umap/locale/pt_BR.json +++ b/umap/static/umap/locale/pt_BR.json @@ -48,16 +48,12 @@ "by": "por", "Cache proxied request": "Pedido cache com proxy", "Cancel edits": "Cancelar edições", - "Cancel": "Cancelar", "Caption": "Cabeçalho", "Center map on your location": "Centrar mapa na sua localização", "Change map background": "Mudar fundo do mapa", "Change tilelayers": "Alterar camadas de telas", "Change": "Change", - "Choose a preset": "Escolha um modelo", "Choose the data format": "Escolha o formato dos dados", - "Choose the format of the data to import": "Escolha o formato dos dados para importação", - "Choose the layer to import in": "Escolha a camada para destino da importação", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Continuar linha", "Coordinates": "Coordenadas", - "Copy link": "Copy link", "copy": "copy", "Credits": "Créditos", "Current map view": "Current map view", @@ -152,7 +147,6 @@ "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Editar este elemento", "Edit": "Editar", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Embeber o mapa", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ "Image: {{http://image.url.com}}": "Imagem: {{http://image.url.com}}", "Import data": "Importar dados", "Import in a new layer": "Importar uma nova camada", - "Import": "Importar", "Imports all umap data, including layers and settings.": "Importa todos os dados uMap, incluindo camadas e definições.", "Include full screen link?": "Incluir link de encrã total?", "Inherit": "Herdado", @@ -311,7 +304,6 @@ "Rename this property on all the features": "Alterar nome desta propriedade em todos os elementos", "Replace layer content": "Substituir o conteúdo da camada", "Restore this version": "Restaurar esta versão", - "Save anyway": "Gravar mesmo assim", "Save current edits": "Gravar edições atuais", "Save map": "Save map", "Save this center and zoom": "Gravar este centro e aproximar", @@ -320,12 +312,9 @@ "Saved center and zoom": "Saved center and zoom", "Search location": "Procurar localização", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "Ver em ecrã total", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Defina como falso para ocultar esta camada da apresentação de slides, o navegador de dados e da navegação do popup…", "settings": "settings", "Shape properties": "Propriedades de formas geométricas", @@ -398,9 +387,7 @@ "Will be displayed in the bottom right corner of the map": "Será mostrado no fundo à direita do mapa", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Será visível no cabeçalho do mapa", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Ops! Parece que alguém editou os dados. Você pode gravar mesmo assim, mas isso irá eliminar as alterações feitas por outros.", "yes": "sim", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Aproximar", "Zoom level for automatic zooms": "Nível de aproximação para aproximações automáticas", "Zoom out": "Afastar", @@ -444,7 +431,55 @@ "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } \ No newline at end of file diff --git a/umap/static/umap/locale/pt_PT.js b/umap/static/umap/locale/pt_PT.js index 9a949b13..de7c6f9b 100644 --- a/umap/static/umap/locale/pt_PT.js +++ b/umap/static/umap/locale/pt_PT.js @@ -48,16 +48,12 @@ const locale = { "by": "por", "Cache proxied request": "Pedido cache com proxy", "Cancel edits": "Cancelar edições", - "Cancel": "Cancelar", "Caption": "Cabeçalho", "Center map on your location": "Centrar mapa na sua localização", "Change map background": "Mudar fundo do mapa", "Change tilelayers": "Alterar camadas de telas", "Change": "Change", - "Choose a preset": "Escolha um modelo", "Choose the data format": "Escolha o formato dos dados", - "Choose the format of the data to import": "Escolha o formato dos dados para importação", - "Choose the layer to import in": "Escolha a camada para destino da importação", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ const locale = { "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Continuar linha", "Coordinates": "Coordenadas", - "Copy link": "Copy link", "copy": "copy", "Credits": "Créditos", "Current map view": "Current map view", @@ -152,7 +147,6 @@ const locale = { "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Editar este elemento", "Edit": "Editar", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Embeber o mapa", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ const locale = { "Image: {{http://image.url.com}}": "Imagem: {{http://image.url.com}}", "Import data": "Importar dados", "Import in a new layer": "Importar uma nova camada", - "Import": "Importar", "Imports all umap data, including layers and settings.": "Importa todos os dados uMap, incluindo camadas e definições.", "Include full screen link?": "Incluir link de encrã total?", "Inherit": "Herdado", @@ -311,7 +304,6 @@ const locale = { "Rename this property on all the features": "Alterar nome desta propriedade em todos os elementos", "Replace layer content": "Substituir o conteúdo da camada", "Restore this version": "Restaurar esta versão", - "Save anyway": "Gravar mesmo assim", "Save current edits": "Gravar edições atuais", "Save map": "Save map", "Save this center and zoom": "Gravar este centro e aproximar", @@ -320,12 +312,9 @@ const locale = { "Saved center and zoom": "Saved center and zoom", "Search location": "Procurar localização", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "Ver em ecrã total", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Defina como falso para ocultar esta camada da apresentação de slides, o navegador de dados e da navegação do popup…", "settings": "settings", "Shape properties": "Propriedades de formas geométricas", @@ -398,9 +387,7 @@ const locale = { "Will be displayed in the bottom right corner of the map": "Será mostrado no fundo à direita do mapa", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Será visível no cabeçalho do mapa", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Ops! Parece que alguém editou os dados. Pode gravar mesmo assim, mas isso irá eliminar as alterações feitas por outros.", "yes": "sim", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Aproximar", "Zoom level for automatic zooms": "Nível de aproximação para aproximações automáticas", "Zoom out": "Afastar", @@ -444,9 +431,57 @@ const locale = { "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } L.registerLocale("pt_PT", locale) L.setLocale("pt_PT") diff --git a/umap/static/umap/locale/pt_PT.json b/umap/static/umap/locale/pt_PT.json index db7ed242..61563c0d 100644 --- a/umap/static/umap/locale/pt_PT.json +++ b/umap/static/umap/locale/pt_PT.json @@ -48,16 +48,12 @@ "by": "por", "Cache proxied request": "Pedido cache com proxy", "Cancel edits": "Cancelar edições", - "Cancel": "Cancelar", "Caption": "Cabeçalho", "Center map on your location": "Centrar mapa na sua localização", "Change map background": "Mudar fundo do mapa", "Change tilelayers": "Alterar camadas de telas", "Change": "Change", - "Choose a preset": "Escolha um modelo", "Choose the data format": "Escolha o formato dos dados", - "Choose the format of the data to import": "Escolha o formato dos dados para importação", - "Choose the layer to import in": "Escolha a camada para destino da importação", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Continuar linha", "Coordinates": "Coordenadas", - "Copy link": "Copy link", "copy": "copy", "Credits": "Créditos", "Current map view": "Current map view", @@ -152,7 +147,6 @@ "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Editar este elemento", "Edit": "Editar", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Embeber o mapa", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ "Image: {{http://image.url.com}}": "Imagem: {{http://image.url.com}}", "Import data": "Importar dados", "Import in a new layer": "Importar uma nova camada", - "Import": "Importar", "Imports all umap data, including layers and settings.": "Importa todos os dados uMap, incluindo camadas e definições.", "Include full screen link?": "Incluir link de encrã total?", "Inherit": "Herdado", @@ -311,7 +304,6 @@ "Rename this property on all the features": "Alterar nome desta propriedade em todos os elementos", "Replace layer content": "Substituir o conteúdo da camada", "Restore this version": "Restaurar esta versão", - "Save anyway": "Gravar mesmo assim", "Save current edits": "Gravar edições atuais", "Save map": "Save map", "Save this center and zoom": "Gravar este centro e aproximar", @@ -320,12 +312,9 @@ "Saved center and zoom": "Saved center and zoom", "Search location": "Procurar localização", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "Ver em ecrã total", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Defina como falso para ocultar esta camada da apresentação de slides, o navegador de dados e da navegação do popup…", "settings": "settings", "Shape properties": "Propriedades de formas geométricas", @@ -398,9 +387,7 @@ "Will be displayed in the bottom right corner of the map": "Será mostrado no fundo à direita do mapa", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Será visível no cabeçalho do mapa", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Ops! Parece que alguém editou os dados. Pode gravar mesmo assim, mas isso irá eliminar as alterações feitas por outros.", "yes": "sim", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Aproximar", "Zoom level for automatic zooms": "Nível de aproximação para aproximações automáticas", "Zoom out": "Afastar", @@ -444,7 +431,55 @@ "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } \ No newline at end of file diff --git a/umap/static/umap/locale/ro.js b/umap/static/umap/locale/ro.js index 584308ce..5484cd26 100644 --- a/umap/static/umap/locale/ro.js +++ b/umap/static/umap/locale/ro.js @@ -48,16 +48,12 @@ const locale = { "by": "by", "Cache proxied request": "Cache proxied request", "Cancel edits": "Cancel edits", - "Cancel": "Renunță", "Caption": "Caption", "Center map on your location": "Center map on your location", "Change map background": "Change map background", "Change tilelayers": "Change tilelayers", "Change": "Change", - "Choose a preset": "Choose a preset", "Choose the data format": "Choose the data format", - "Choose the format of the data to import": "Choose the format of the data to import", - "Choose the layer to import in": "Choose the layer to import in", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ const locale = { "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Linie continuă", "Coordinates": "Coordonate", - "Copy link": "Copy link", "copy": "copy", "Credits": "Credits", "Current map view": "Current map view", @@ -152,7 +147,6 @@ const locale = { "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Edit this feature", "Edit": "Edit", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Embed the map", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ const locale = { "Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}", "Import data": "Import data", "Import in a new layer": "Import in a new layer", - "Import": "Import", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Include full screen link?": "Include full screen link?", "Inherit": "Inherit", @@ -311,7 +304,6 @@ const locale = { "Rename this property on all the features": "Rename this property on all the features", "Replace layer content": "Replace layer content", "Restore this version": "Restore this version", - "Save anyway": "Salvează oricum", "Save current edits": "Save current edits", "Save map": "Save map", "Save this center and zoom": "Save this center and zoom", @@ -320,12 +312,9 @@ const locale = { "Saved center and zoom": "Saved center and zoom", "Search location": "Căutați locația", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "See full screen", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "settings": "settings", "Shape properties": "Shape properties", @@ -398,9 +387,7 @@ const locale = { "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.", "yes": "da", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Zoom in", "Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom out": "Zoom out", @@ -444,9 +431,57 @@ const locale = { "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } L.registerLocale("ro", locale) L.setLocale("ro") diff --git a/umap/static/umap/locale/ro.json b/umap/static/umap/locale/ro.json index b448bc67..e5bef2f3 100644 --- a/umap/static/umap/locale/ro.json +++ b/umap/static/umap/locale/ro.json @@ -48,16 +48,12 @@ "by": "by", "Cache proxied request": "Cache proxied request", "Cancel edits": "Cancel edits", - "Cancel": "Renunță", "Caption": "Caption", "Center map on your location": "Center map on your location", "Change map background": "Change map background", "Change tilelayers": "Change tilelayers", "Change": "Change", - "Choose a preset": "Choose a preset", "Choose the data format": "Choose the data format", - "Choose the format of the data to import": "Choose the format of the data to import", - "Choose the layer to import in": "Choose the layer to import in", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Linie continuă", "Coordinates": "Coordonate", - "Copy link": "Copy link", "copy": "copy", "Credits": "Credits", "Current map view": "Current map view", @@ -152,7 +147,6 @@ "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Edit this feature", "Edit": "Edit", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Embed the map", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ "Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}", "Import data": "Import data", "Import in a new layer": "Import in a new layer", - "Import": "Import", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Include full screen link?": "Include full screen link?", "Inherit": "Inherit", @@ -311,7 +304,6 @@ "Rename this property on all the features": "Rename this property on all the features", "Replace layer content": "Replace layer content", "Restore this version": "Restore this version", - "Save anyway": "Salvează oricum", "Save current edits": "Save current edits", "Save map": "Save map", "Save this center and zoom": "Save this center and zoom", @@ -320,12 +312,9 @@ "Saved center and zoom": "Saved center and zoom", "Search location": "Căutați locația", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "See full screen", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "settings": "settings", "Shape properties": "Shape properties", @@ -398,9 +387,7 @@ "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.", "yes": "da", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Zoom in", "Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom out": "Zoom out", @@ -444,7 +431,55 @@ "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } \ No newline at end of file diff --git a/umap/static/umap/locale/ru.js b/umap/static/umap/locale/ru.js index de252df7..7769ef06 100644 --- a/umap/static/umap/locale/ru.js +++ b/umap/static/umap/locale/ru.js @@ -48,16 +48,12 @@ const locale = { "by": "от", "Cache proxied request": "Кэшированный прокси-запрос", "Cancel edits": "Отменить правки", - "Cancel": "Отменить", "Caption": "Заголовок", "Center map on your location": "Переместить карту в ваше местоположение", "Change map background": "Изменить подложку карты", "Change tilelayers": "Выбрать подложку", "Change": "Change", - "Choose a preset": "Выберите шаблон", "Choose the data format": "Выберите формат данных", - "Choose the format of the data to import": "Выберите формат данных для импорта", - "Choose the layer to import in": "Выбрать слой для импорта в него", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ const locale = { "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Продолжить линию", "Coordinates": "Координаты", - "Copy link": "Copy link", "copy": "copy", "Credits": "Авторские права", "Current map view": "Current map view", @@ -152,7 +147,6 @@ const locale = { "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Редактировать объект", "Edit": "Редактировать", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Встроить карту", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ const locale = { "Image: {{http://image.url.com}}": "Изображение: {{http://image.url.com}}", "Import data": "Импортировать данные", "Import in a new layer": "Импортировать в новый слой", - "Import": "Импорт", "Imports all umap data, including layers and settings.": "Импортировать все данные uMap, включая слои и настройки.", "Include full screen link?": "Включить ссылку на полноэкранный вид?", "Inherit": "Наследовать", @@ -311,7 +304,6 @@ const locale = { "Rename this property on all the features": "Переименовать это свойство у всех объектов", "Replace layer content": "Заменить содержимое слоя", "Restore this version": "Восстановить эту версию", - "Save anyway": "Сохранить в любом случае", "Save current edits": "Сохранить текущие правки", "Save map": "Save map", "Save this center and zoom": "Сохранить это положение и масштаб", @@ -320,12 +312,9 @@ const locale = { "Saved center and zoom": "Saved center and zoom", "Search location": "Поиск местоположения", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "Смотреть в полноэкранном режиме", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Сбросьте, чтобы скрыть слой из слайдшоу, просмотра данных и всплывающей навигации...", "settings": "settings", "Shape properties": "Свойства фигуры", @@ -398,9 +387,7 @@ const locale = { "Will be displayed in the bottom right corner of the map": "Будет показано в правом нижнем углу карты", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Будет показано в заголовке карты", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Упс! Похоже, кто-то другой тоже редактирует эти данные. Вы можете сохранить свои правки, но это уничтожит правки другого участника.", "yes": "да", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Увеличить масштаб", "Zoom level for automatic zooms": "Масштабировать слой автоматически", "Zoom out": "Уменьшить масштаб", @@ -444,9 +431,57 @@ const locale = { "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } L.registerLocale("ru", locale) L.setLocale("ru") diff --git a/umap/static/umap/locale/ru.json b/umap/static/umap/locale/ru.json index 5fdccf76..4e55d0a0 100644 --- a/umap/static/umap/locale/ru.json +++ b/umap/static/umap/locale/ru.json @@ -48,16 +48,12 @@ "by": "от", "Cache proxied request": "Кэшированный прокси-запрос", "Cancel edits": "Отменить правки", - "Cancel": "Отменить", "Caption": "Заголовок", "Center map on your location": "Переместить карту в ваше местоположение", "Change map background": "Изменить подложку карты", "Change tilelayers": "Выбрать подложку", "Change": "Change", - "Choose a preset": "Выберите шаблон", "Choose the data format": "Выберите формат данных", - "Choose the format of the data to import": "Выберите формат данных для импорта", - "Choose the layer to import in": "Выбрать слой для импорта в него", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Продолжить линию", "Coordinates": "Координаты", - "Copy link": "Copy link", "copy": "copy", "Credits": "Авторские права", "Current map view": "Current map view", @@ -152,7 +147,6 @@ "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Редактировать объект", "Edit": "Редактировать", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Встроить карту", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ "Image: {{http://image.url.com}}": "Изображение: {{http://image.url.com}}", "Import data": "Импортировать данные", "Import in a new layer": "Импортировать в новый слой", - "Import": "Импорт", "Imports all umap data, including layers and settings.": "Импортировать все данные uMap, включая слои и настройки.", "Include full screen link?": "Включить ссылку на полноэкранный вид?", "Inherit": "Наследовать", @@ -311,7 +304,6 @@ "Rename this property on all the features": "Переименовать это свойство у всех объектов", "Replace layer content": "Заменить содержимое слоя", "Restore this version": "Восстановить эту версию", - "Save anyway": "Сохранить в любом случае", "Save current edits": "Сохранить текущие правки", "Save map": "Save map", "Save this center and zoom": "Сохранить это положение и масштаб", @@ -320,12 +312,9 @@ "Saved center and zoom": "Saved center and zoom", "Search location": "Поиск местоположения", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "Смотреть в полноэкранном режиме", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Сбросьте, чтобы скрыть слой из слайдшоу, просмотра данных и всплывающей навигации...", "settings": "settings", "Shape properties": "Свойства фигуры", @@ -398,9 +387,7 @@ "Will be displayed in the bottom right corner of the map": "Будет показано в правом нижнем углу карты", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Будет показано в заголовке карты", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Упс! Похоже, кто-то другой тоже редактирует эти данные. Вы можете сохранить свои правки, но это уничтожит правки другого участника.", "yes": "да", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Увеличить масштаб", "Zoom level for automatic zooms": "Масштабировать слой автоматически", "Zoom out": "Уменьшить масштаб", @@ -444,7 +431,55 @@ "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } \ No newline at end of file diff --git a/umap/static/umap/locale/si.js b/umap/static/umap/locale/si.js index dc839fd9..c49ab2a4 100644 --- a/umap/static/umap/locale/si.js +++ b/umap/static/umap/locale/si.js @@ -48,16 +48,12 @@ const locale = { "by": "by", "Cache proxied request": "Cache proxied request", "Cancel edits": "Cancel edits", - "Cancel": "අවලංගු", "Caption": "Caption", "Center map on your location": "Center map on your location", "Change map background": "Change map background", "Change tilelayers": "Change tilelayers", "Change": "Change", - "Choose a preset": "Choose a preset", "Choose the data format": "Choose the data format", - "Choose the format of the data to import": "Choose the format of the data to import", - "Choose the layer to import in": "Choose the layer to import in", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ const locale = { "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Continue line", "Coordinates": "Coordinates", - "Copy link": "Copy link", "copy": "copy", "Credits": "Credits", "Current map view": "Current map view", @@ -152,7 +147,6 @@ const locale = { "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Edit this feature", "Edit": "Edit", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Embed the map", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ const locale = { "Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}", "Import data": "Import data", "Import in a new layer": "Import in a new layer", - "Import": "Import", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Include full screen link?": "Include full screen link?", "Inherit": "Inherit", @@ -311,7 +304,6 @@ const locale = { "Rename this property on all the features": "Rename this property on all the features", "Replace layer content": "Replace layer content", "Restore this version": "Restore this version", - "Save anyway": "Save anyway", "Save current edits": "Save current edits", "Save map": "Save map", "Save this center and zoom": "Save this center and zoom", @@ -320,12 +312,9 @@ const locale = { "Saved center and zoom": "Saved center and zoom", "Search location": "Search location", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "See full screen", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "settings": "settings", "Shape properties": "Shape properties", @@ -398,9 +387,7 @@ const locale = { "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.", "yes": "ඔව්", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Zoom in", "Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom out": "Zoom out", @@ -444,9 +431,57 @@ const locale = { "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } L.registerLocale("si", locale) L.setLocale("si") diff --git a/umap/static/umap/locale/si.json b/umap/static/umap/locale/si.json index a3e3dcc9..0483a12e 100644 --- a/umap/static/umap/locale/si.json +++ b/umap/static/umap/locale/si.json @@ -48,16 +48,12 @@ "by": "by", "Cache proxied request": "Cache proxied request", "Cancel edits": "Cancel edits", - "Cancel": "අවලංගු", "Caption": "Caption", "Center map on your location": "Center map on your location", "Change map background": "Change map background", "Change tilelayers": "Change tilelayers", "Change": "Change", - "Choose a preset": "Choose a preset", "Choose the data format": "Choose the data format", - "Choose the format of the data to import": "Choose the format of the data to import", - "Choose the layer to import in": "Choose the layer to import in", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Continue line", "Coordinates": "Coordinates", - "Copy link": "Copy link", "copy": "copy", "Credits": "Credits", "Current map view": "Current map view", @@ -152,7 +147,6 @@ "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Edit this feature", "Edit": "Edit", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Embed the map", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ "Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}", "Import data": "Import data", "Import in a new layer": "Import in a new layer", - "Import": "Import", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Include full screen link?": "Include full screen link?", "Inherit": "Inherit", @@ -311,7 +304,6 @@ "Rename this property on all the features": "Rename this property on all the features", "Replace layer content": "Replace layer content", "Restore this version": "Restore this version", - "Save anyway": "Save anyway", "Save current edits": "Save current edits", "Save map": "Save map", "Save this center and zoom": "Save this center and zoom", @@ -320,12 +312,9 @@ "Saved center and zoom": "Saved center and zoom", "Search location": "Search location", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "See full screen", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "settings": "settings", "Shape properties": "Shape properties", @@ -398,9 +387,7 @@ "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.", "yes": "ඔව්", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Zoom in", "Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom out": "Zoom out", @@ -444,7 +431,55 @@ "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } \ No newline at end of file diff --git a/umap/static/umap/locale/sk_SK.js b/umap/static/umap/locale/sk_SK.js index 107d1ba2..8dee13e3 100644 --- a/umap/static/umap/locale/sk_SK.js +++ b/umap/static/umap/locale/sk_SK.js @@ -48,16 +48,12 @@ const locale = { "by": "od", "Cache proxied request": "Cache proxied request", "Cancel edits": "Zrušiť zmeny", - "Cancel": "Zrušiť", "Caption": "Nadpis", "Center map on your location": "Vycentrovať mapu na vašu polohu", "Change map background": "Zmeniť pozadie mapy", "Change tilelayers": "Zmeniť pozadie mapy", "Change": "Change", - "Choose a preset": "Vyberte predvoľbu", "Choose the data format": "Zvoľte formát údajov", - "Choose the format of the data to import": "Zvoľte v akom formáte sú importované údaje", - "Choose the layer to import in": "Zvoľte vrstvu, do ktorej sa bude importovať", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ const locale = { "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Pokračovať v čiare", "Coordinates": "Súradnice", - "Copy link": "Copy link", "copy": "copy", "Credits": "Poďakovania", "Current map view": "Current map view", @@ -152,7 +147,6 @@ const locale = { "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Upraviť tento objekt", "Edit": "Upraviť", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Vložiť mapu na iný web", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ const locale = { "Image: {{http://image.url.com}}": "Obrázok: {{http://url.obrazka.sk}}", "Import data": "Import údajov", "Import in a new layer": "Importovať do novej vrstvy", - "Import": "Importovať", "Imports all umap data, including layers and settings.": "Importuje všetky údaje umapy, vrátane vrstiev a nastavení.", "Include full screen link?": "Zahrnúť odkaz na celú obrazovku?", "Inherit": "Predvolené", @@ -311,7 +304,6 @@ const locale = { "Rename this property on all the features": "Premenovať túto vlastnosť na všetkých objektoch", "Replace layer content": "Nahradiť obsah vrstvy", "Restore this version": "Obnoviť túto verziu", - "Save anyway": "Uložiť napriek tomu", "Save current edits": "Uložiť nedávne zmeny", "Save map": "Save map", "Save this center and zoom": "Uložiť túto pozíciu mapy a jej priblíženie", @@ -320,12 +312,9 @@ const locale = { "Saved center and zoom": "Saved center and zoom", "Search location": "Vyhľadať polohu", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "Na celú obrazovku", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "settings": "settings", "Shape properties": "Vlastnosti tvaru", @@ -398,9 +387,7 @@ const locale = { "Will be displayed in the bottom right corner of the map": "Bude zobrazené s mapou vpravo dole", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Bude zobrazené v nadpise mapy", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Ojoj! Niekto iný medzitým taktiež upravil údaje. Môžete ich napriek tomu uložiť, ale zmažete tak jeho zmeny.", "yes": "áno", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Priblížiť", "Zoom level for automatic zooms": "Úroveň priblíženia pre automatické približovanie", "Zoom out": "Oddialiť", @@ -444,9 +431,57 @@ const locale = { "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } L.registerLocale("sk_SK", locale) L.setLocale("sk_SK") diff --git a/umap/static/umap/locale/sk_SK.json b/umap/static/umap/locale/sk_SK.json index 1f49f0ef..4b123a3c 100644 --- a/umap/static/umap/locale/sk_SK.json +++ b/umap/static/umap/locale/sk_SK.json @@ -48,16 +48,12 @@ "by": "od", "Cache proxied request": "Cache proxied request", "Cancel edits": "Zrušiť zmeny", - "Cancel": "Zrušiť", "Caption": "Nadpis", "Center map on your location": "Vycentrovať mapu na vašu polohu", "Change map background": "Zmeniť pozadie mapy", "Change tilelayers": "Zmeniť pozadie mapy", "Change": "Change", - "Choose a preset": "Vyberte predvoľbu", "Choose the data format": "Zvoľte formát údajov", - "Choose the format of the data to import": "Zvoľte v akom formáte sú importované údaje", - "Choose the layer to import in": "Zvoľte vrstvu, do ktorej sa bude importovať", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Pokračovať v čiare", "Coordinates": "Súradnice", - "Copy link": "Copy link", "copy": "copy", "Credits": "Poďakovania", "Current map view": "Current map view", @@ -152,7 +147,6 @@ "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Upraviť tento objekt", "Edit": "Upraviť", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Vložiť mapu na iný web", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ "Image: {{http://image.url.com}}": "Obrázok: {{http://url.obrazka.sk}}", "Import data": "Import údajov", "Import in a new layer": "Importovať do novej vrstvy", - "Import": "Importovať", "Imports all umap data, including layers and settings.": "Importuje všetky údaje umapy, vrátane vrstiev a nastavení.", "Include full screen link?": "Zahrnúť odkaz na celú obrazovku?", "Inherit": "Predvolené", @@ -311,7 +304,6 @@ "Rename this property on all the features": "Premenovať túto vlastnosť na všetkých objektoch", "Replace layer content": "Nahradiť obsah vrstvy", "Restore this version": "Obnoviť túto verziu", - "Save anyway": "Uložiť napriek tomu", "Save current edits": "Uložiť nedávne zmeny", "Save map": "Save map", "Save this center and zoom": "Uložiť túto pozíciu mapy a jej priblíženie", @@ -320,12 +312,9 @@ "Saved center and zoom": "Saved center and zoom", "Search location": "Vyhľadať polohu", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "Na celú obrazovku", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "settings": "settings", "Shape properties": "Vlastnosti tvaru", @@ -398,9 +387,7 @@ "Will be displayed in the bottom right corner of the map": "Bude zobrazené s mapou vpravo dole", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Bude zobrazené v nadpise mapy", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Ojoj! Niekto iný medzitým taktiež upravil údaje. Môžete ich napriek tomu uložiť, ale zmažete tak jeho zmeny.", "yes": "áno", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Priblížiť", "Zoom level for automatic zooms": "Úroveň priblíženia pre automatické približovanie", "Zoom out": "Oddialiť", @@ -444,7 +431,55 @@ "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } \ No newline at end of file diff --git a/umap/static/umap/locale/sl.js b/umap/static/umap/locale/sl.js index 96cdd9fd..85d3ee53 100644 --- a/umap/static/umap/locale/sl.js +++ b/umap/static/umap/locale/sl.js @@ -48,16 +48,12 @@ const locale = { "by": "–", "Cache proxied request": "Cache proxied request", "Cancel edits": "Prekliči urajanje", - "Cancel": "Prekliči", "Caption": "Naslov", "Center map on your location": "Postavi trenutno točko v središče zemljevida", "Change map background": "Zamenjaj ozadje zemljevida", "Change tilelayers": "Spremeni plasti", "Change": "Change", - "Choose a preset": "Izbor prednastavitev", "Choose the data format": "Izbor zapisa podatkov", - "Choose the format of the data to import": "Izbor oblike zapisa podatkov za uvoz", - "Choose the layer to import in": "Izbor plasti za uvoz podatkov", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ const locale = { "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Nadaljuj z risanjem črte", "Coordinates": "Koordinate", - "Copy link": "Copy link", "copy": "copy", "Credits": "Zasluge", "Current map view": "Current map view", @@ -152,7 +147,6 @@ const locale = { "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Uredi predmet", "Edit": "Uredi", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Vstavi zemljevid", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ const locale = { "Image: {{http://image.url.com}}": "Slika: {{http://image.url.com}}", "Import data": "Uvozi podatke", "Import in a new layer": "Uvozi v novo plast", - "Import": "Uvozi", "Imports all umap data, including layers and settings.": "Uvozi vse podatke umap, vključno s plastmi in nastavitvami.", "Include full screen link?": "Ali želite vključiti povezavo do celozaslonskega prikaza?", "Inherit": "Prevzemi", @@ -311,7 +304,6 @@ const locale = { "Rename this property on all the features": "Preimenuj lastnost na vseh predmetih", "Replace layer content": "Zamenjaj vsebino plasti", "Restore this version": "Obnovi različico", - "Save anyway": "Vseeno shrani", "Save current edits": "Shrani urejanje", "Save map": "Save map", "Save this center and zoom": "Shrani središče in približaj", @@ -320,12 +312,9 @@ const locale = { "Saved center and zoom": "Saved center and zoom", "Search location": "Preišči mesto", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "Pokaži v celozaslonskem načinu", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Neizbrana možnost skrije plast med predstavitvijo, v pregledovalniku podatkov, ...", "settings": "settings", "Shape properties": "Lastnosti oblike", @@ -398,9 +387,7 @@ const locale = { "Will be displayed in the bottom right corner of the map": "Prikazan bo v spodnjem desnem kotu zemljevida", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Prikazan bo v naslovu zemljevida", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Opa! Nekdo drug je najverjetneje urejal podatke. Spremembe lahko vseeno shranite, vendar bo to prepisalo spremembe, ustvarjene s strani drugih urednikov.", "yes": "da", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Približaj", "Zoom level for automatic zooms": "Raven za samodejno približanje", "Zoom out": "Oddalji", @@ -444,9 +431,57 @@ const locale = { "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } L.registerLocale("sl", locale) L.setLocale("sl") diff --git a/umap/static/umap/locale/sl.json b/umap/static/umap/locale/sl.json index 8b8c001f..74522b89 100644 --- a/umap/static/umap/locale/sl.json +++ b/umap/static/umap/locale/sl.json @@ -48,16 +48,12 @@ "by": "–", "Cache proxied request": "Cache proxied request", "Cancel edits": "Prekliči urajanje", - "Cancel": "Prekliči", "Caption": "Naslov", "Center map on your location": "Postavi trenutno točko v središče zemljevida", "Change map background": "Zamenjaj ozadje zemljevida", "Change tilelayers": "Spremeni plasti", "Change": "Change", - "Choose a preset": "Izbor prednastavitev", "Choose the data format": "Izbor zapisa podatkov", - "Choose the format of the data to import": "Izbor oblike zapisa podatkov za uvoz", - "Choose the layer to import in": "Izbor plasti za uvoz podatkov", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Nadaljuj z risanjem črte", "Coordinates": "Koordinate", - "Copy link": "Copy link", "copy": "copy", "Credits": "Zasluge", "Current map view": "Current map view", @@ -152,7 +147,6 @@ "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Uredi predmet", "Edit": "Uredi", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Vstavi zemljevid", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ "Image: {{http://image.url.com}}": "Slika: {{http://image.url.com}}", "Import data": "Uvozi podatke", "Import in a new layer": "Uvozi v novo plast", - "Import": "Uvozi", "Imports all umap data, including layers and settings.": "Uvozi vse podatke umap, vključno s plastmi in nastavitvami.", "Include full screen link?": "Ali želite vključiti povezavo do celozaslonskega prikaza?", "Inherit": "Prevzemi", @@ -311,7 +304,6 @@ "Rename this property on all the features": "Preimenuj lastnost na vseh predmetih", "Replace layer content": "Zamenjaj vsebino plasti", "Restore this version": "Obnovi različico", - "Save anyway": "Vseeno shrani", "Save current edits": "Shrani urejanje", "Save map": "Save map", "Save this center and zoom": "Shrani središče in približaj", @@ -320,12 +312,9 @@ "Saved center and zoom": "Saved center and zoom", "Search location": "Preišči mesto", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "Pokaži v celozaslonskem načinu", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Neizbrana možnost skrije plast med predstavitvijo, v pregledovalniku podatkov, ...", "settings": "settings", "Shape properties": "Lastnosti oblike", @@ -398,9 +387,7 @@ "Will be displayed in the bottom right corner of the map": "Prikazan bo v spodnjem desnem kotu zemljevida", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Prikazan bo v naslovu zemljevida", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Opa! Nekdo drug je najverjetneje urejal podatke. Spremembe lahko vseeno shranite, vendar bo to prepisalo spremembe, ustvarjene s strani drugih urednikov.", "yes": "da", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Približaj", "Zoom level for automatic zooms": "Raven za samodejno približanje", "Zoom out": "Oddalji", @@ -444,7 +431,55 @@ "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } \ No newline at end of file diff --git a/umap/static/umap/locale/sr.js b/umap/static/umap/locale/sr.js index c087180d..5232f661 100644 --- a/umap/static/umap/locale/sr.js +++ b/umap/static/umap/locale/sr.js @@ -48,16 +48,12 @@ const locale = { "by": "by", "Cache proxied request": "Cache proxied request", "Cancel edits": "Откажи промене", - "Cancel": "Откажи", "Caption": "Напомена", "Center map on your location": "Центрирај мапу на основу локације", "Change map background": "Промени позадину карте", "Change tilelayers": "Промени наслов лејера", "Change": "Change", - "Choose a preset": "Изаберите претходно подешавање", "Choose the data format": "Одабери формат датума", - "Choose the format of the data to import": "Изаберите формат података за увоз", - "Choose the layer to import in": "Одабери лејер за увоз", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ const locale = { "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Наставите линију", "Coordinates": "Координате", - "Copy link": "Copy link", "copy": "copy", "Credits": "Заслуга", "Current map view": "Current map view", @@ -152,7 +147,6 @@ const locale = { "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Уређивање елемента", "Edit": "Уређивање", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Embed the map", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ const locale = { "Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}", "Import data": "Увоз података", "Import in a new layer": "Увези у новом лејеру", - "Import": "Увоз", "Imports all umap data, including layers and settings.": "Увези све податке из мапе, укључујући лејере и подешавања", "Include full screen link?": "Include full screen link?", "Inherit": "Наслеђено", @@ -311,7 +304,6 @@ const locale = { "Rename this property on all the features": "Rename this property on all the features", "Replace layer content": "Replace layer content", "Restore this version": "Restore this version", - "Save anyway": "Сачувај", "Save current edits": "Сачувај тренутна подешавања", "Save map": "Save map", "Save this center and zoom": "Сачувај подешавања центра и увећања", @@ -320,12 +312,9 @@ const locale = { "Saved center and zoom": "Saved center and zoom", "Search location": "Претражи локацију", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "Увећана слика", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "settings": "settings", "Shape properties": "Својства облика", @@ -398,9 +387,7 @@ const locale = { "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.", "yes": "да", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Увећај", "Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom out": "Умањи", @@ -444,9 +431,57 @@ const locale = { "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } L.registerLocale("sr", locale) L.setLocale("sr") diff --git a/umap/static/umap/locale/sr.json b/umap/static/umap/locale/sr.json index 31a6ccd7..b6a89ab8 100644 --- a/umap/static/umap/locale/sr.json +++ b/umap/static/umap/locale/sr.json @@ -48,16 +48,12 @@ "by": "by", "Cache proxied request": "Cache proxied request", "Cancel edits": "Откажи промене", - "Cancel": "Откажи", "Caption": "Напомена", "Center map on your location": "Центрирај мапу на основу локације", "Change map background": "Промени позадину карте", "Change tilelayers": "Промени наслов лејера", "Change": "Change", - "Choose a preset": "Изаберите претходно подешавање", "Choose the data format": "Одабери формат датума", - "Choose the format of the data to import": "Изаберите формат података за увоз", - "Choose the layer to import in": "Одабери лејер за увоз", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Наставите линију", "Coordinates": "Координате", - "Copy link": "Copy link", "copy": "copy", "Credits": "Заслуга", "Current map view": "Current map view", @@ -152,7 +147,6 @@ "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Уређивање елемента", "Edit": "Уређивање", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Embed the map", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ "Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}", "Import data": "Увоз података", "Import in a new layer": "Увези у новом лејеру", - "Import": "Увоз", "Imports all umap data, including layers and settings.": "Увези све податке из мапе, укључујући лејере и подешавања", "Include full screen link?": "Include full screen link?", "Inherit": "Наслеђено", @@ -311,7 +304,6 @@ "Rename this property on all the features": "Rename this property on all the features", "Replace layer content": "Replace layer content", "Restore this version": "Restore this version", - "Save anyway": "Сачувај", "Save current edits": "Сачувај тренутна подешавања", "Save map": "Save map", "Save this center and zoom": "Сачувај подешавања центра и увећања", @@ -320,12 +312,9 @@ "Saved center and zoom": "Saved center and zoom", "Search location": "Претражи локацију", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "Увећана слика", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "settings": "settings", "Shape properties": "Својства облика", @@ -398,9 +387,7 @@ "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.", "yes": "да", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Увећај", "Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom out": "Умањи", @@ -444,7 +431,55 @@ "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } \ No newline at end of file diff --git a/umap/static/umap/locale/sv.js b/umap/static/umap/locale/sv.js index 3b8400be..d0c6e111 100644 --- a/umap/static/umap/locale/sv.js +++ b/umap/static/umap/locale/sv.js @@ -48,16 +48,12 @@ const locale = { "by": "av", "Cache proxied request": "Cachelagra proxyförfrågan", "Cancel edits": "Avbryt ändringar", - "Cancel": "Avbryt", "Caption": "Sidfotsfält", "Center map on your location": "Centrera kartan till din plats", "Change map background": "Ändra kartbakgrund", "Change tilelayers": "Byt bakgrundskarta", "Change": "Change", - "Choose a preset": "Välj förinställning", "Choose the data format": "Välj dataformat", - "Choose the format of the data to import": "Välj dataformat för importen", - "Choose the layer to import in": "Välj lager att importera till", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ const locale = { "Congratulations, your map has been created!": "Grattis, din karta har skapats!", "Continue line": "Fortsätt linjen", "Coordinates": "Koordinater", - "Copy link": "Kopiera länk", "copy": "copy", "Credits": "Upphov och erkännanden", "Current map view": "Current map view", @@ -152,7 +147,6 @@ const locale = { "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Redigera objektet", "Edit": "Redigera", - "Email": "E-post ", "Embed and link options": "Embed and link options", "Embed the map": "Bädda in kartan", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ const locale = { "Image: {{http://image.url.com}}": "Bild: {{http://image.url.com}}", "Import data": "Importera data", "Import in a new layer": "Importera till ett nytt lager", - "Import": "Importera", "Imports all umap data, including layers and settings.": "Importerar allt uMap data, inklusive lager och inställningar.", "Include full screen link?": "Inkludera länk till fullskärmssida?", "Inherit": "Ärv", @@ -311,7 +304,6 @@ const locale = { "Rename this property on all the features": "Byt namn på den här egenskapen för alla objekt", "Replace layer content": "Ersätt lagrets innehåll", "Restore this version": "Återställ denna version", - "Save anyway": "Spara ändå", "Save current edits": "Spara nuvarande ändringar", "Save map": "Save map", "Save this center and zoom": "Spara aktuell vy och zoomnivå", @@ -320,12 +312,9 @@ const locale = { "Saved center and zoom": "Saved center and zoom", "Search location": "Sök plats", "Search": "Search", - "Secret edit link copied to clipboard!": "Hemlig redigeringslänk kopierad till klippbordet", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "Öppna i fullskärm", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Skicka länken till mig", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Slå av för att dölja lagret från bilspelsvisning, databläddrare, popup-navigering etc", "settings": "settings", "Shape properties": "Formategenskaper", @@ -398,9 +387,7 @@ const locale = { "Will be displayed in the bottom right corner of the map": "Visas i nedre högra hörnet av kartan", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Visas i sidfotsfältet under kartan", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Hoppsan! \nNågon annan verkar ha hunnit före och redigerat i kartan redan! Du kan spara ändå, men det kommer att radera ändringar som någon annan har gjort.", "yes": "ja", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Din karta har skapats! Eftersom du inte är inloggad, här är din hemliga länk för att redigera kartan. Spara den på ett säkert ställe:", "Zoom in": "Zooma in", "Zoom level for automatic zooms": "Zoomnivå för automatisk zoom", "Zoom out": "Zooma ut", @@ -444,9 +431,57 @@ const locale = { "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } L.registerLocale("sv", locale) L.setLocale("sv") diff --git a/umap/static/umap/locale/sv.json b/umap/static/umap/locale/sv.json index 3a78fe80..b2b8179a 100644 --- a/umap/static/umap/locale/sv.json +++ b/umap/static/umap/locale/sv.json @@ -48,16 +48,12 @@ "by": "av", "Cache proxied request": "Cachelagra proxyförfrågan", "Cancel edits": "Avbryt ändringar", - "Cancel": "Avbryt", "Caption": "Sidfotsfält", "Center map on your location": "Centrera kartan till din plats", "Change map background": "Ändra kartbakgrund", "Change tilelayers": "Byt bakgrundskarta", "Change": "Change", - "Choose a preset": "Välj förinställning", "Choose the data format": "Välj dataformat", - "Choose the format of the data to import": "Välj dataformat för importen", - "Choose the layer to import in": "Välj lager att importera till", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ "Congratulations, your map has been created!": "Grattis, din karta har skapats!", "Continue line": "Fortsätt linjen", "Coordinates": "Koordinater", - "Copy link": "Kopiera länk", "copy": "copy", "Credits": "Upphov och erkännanden", "Current map view": "Current map view", @@ -152,7 +147,6 @@ "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Redigera objektet", "Edit": "Redigera", - "Email": "E-post ", "Embed and link options": "Embed and link options", "Embed the map": "Bädda in kartan", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ "Image: {{http://image.url.com}}": "Bild: {{http://image.url.com}}", "Import data": "Importera data", "Import in a new layer": "Importera till ett nytt lager", - "Import": "Importera", "Imports all umap data, including layers and settings.": "Importerar allt uMap data, inklusive lager och inställningar.", "Include full screen link?": "Inkludera länk till fullskärmssida?", "Inherit": "Ärv", @@ -311,7 +304,6 @@ "Rename this property on all the features": "Byt namn på den här egenskapen för alla objekt", "Replace layer content": "Ersätt lagrets innehåll", "Restore this version": "Återställ denna version", - "Save anyway": "Spara ändå", "Save current edits": "Spara nuvarande ändringar", "Save map": "Save map", "Save this center and zoom": "Spara aktuell vy och zoomnivå", @@ -320,12 +312,9 @@ "Saved center and zoom": "Saved center and zoom", "Search location": "Sök plats", "Search": "Search", - "Secret edit link copied to clipboard!": "Hemlig redigeringslänk kopierad till klippbordet", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "Öppna i fullskärm", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Skicka länken till mig", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Slå av för att dölja lagret från bilspelsvisning, databläddrare, popup-navigering etc", "settings": "settings", "Shape properties": "Formategenskaper", @@ -398,9 +387,7 @@ "Will be displayed in the bottom right corner of the map": "Visas i nedre högra hörnet av kartan", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Visas i sidfotsfältet under kartan", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Hoppsan! \nNågon annan verkar ha hunnit före och redigerat i kartan redan! Du kan spara ändå, men det kommer att radera ändringar som någon annan har gjort.", "yes": "ja", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Din karta har skapats! Eftersom du inte är inloggad, här är din hemliga länk för att redigera kartan. Spara den på ett säkert ställe:", "Zoom in": "Zooma in", "Zoom level for automatic zooms": "Zoomnivå för automatisk zoom", "Zoom out": "Zooma ut", @@ -444,7 +431,55 @@ "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } \ No newline at end of file diff --git a/umap/static/umap/locale/th_TH.js b/umap/static/umap/locale/th_TH.js index b6405dd8..01030109 100644 --- a/umap/static/umap/locale/th_TH.js +++ b/umap/static/umap/locale/th_TH.js @@ -48,16 +48,12 @@ const locale = { "by": "by", "Cache proxied request": "Cache proxied request", "Cancel edits": "Cancel edits", - "Cancel": "Cancel", "Caption": "Caption", "Center map on your location": "Center map on your location", "Change map background": "Change map background", "Change tilelayers": "Change tilelayers", "Change": "Change", - "Choose a preset": "Choose a preset", "Choose the data format": "Choose the data format", - "Choose the format of the data to import": "Choose the format of the data to import", - "Choose the layer to import in": "Choose the layer to import in", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ const locale = { "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Continue line", "Coordinates": "Coordinates", - "Copy link": "Copy link", "copy": "copy", "Credits": "Credits", "Current map view": "Current map view", @@ -152,7 +147,6 @@ const locale = { "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Edit this feature", "Edit": "Edit", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Embed the map", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ const locale = { "Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}", "Import data": "Import data", "Import in a new layer": "Import in a new layer", - "Import": "Import", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Include full screen link?": "Include full screen link?", "Inherit": "Inherit", @@ -311,7 +304,6 @@ const locale = { "Rename this property on all the features": "Rename this property on all the features", "Replace layer content": "Replace layer content", "Restore this version": "Restore this version", - "Save anyway": "Save anyway", "Save current edits": "Save current edits", "Save map": "Save map", "Save this center and zoom": "Save this center and zoom", @@ -320,12 +312,9 @@ const locale = { "Saved center and zoom": "Saved center and zoom", "Search location": "Search location", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "See full screen", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "settings": "settings", "Shape properties": "Shape properties", @@ -398,9 +387,7 @@ const locale = { "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.", "yes": "yes", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Zoom in", "Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom out": "Zoom out", @@ -444,9 +431,57 @@ const locale = { "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } L.registerLocale("th_TH", locale) L.setLocale("th_TH") diff --git a/umap/static/umap/locale/th_TH.json b/umap/static/umap/locale/th_TH.json index 8f9ea7d9..eb68e8cb 100644 --- a/umap/static/umap/locale/th_TH.json +++ b/umap/static/umap/locale/th_TH.json @@ -48,16 +48,12 @@ "by": "by", "Cache proxied request": "Cache proxied request", "Cancel edits": "Cancel edits", - "Cancel": "Cancel", "Caption": "Caption", "Center map on your location": "Center map on your location", "Change map background": "Change map background", "Change tilelayers": "Change tilelayers", "Change": "Change", - "Choose a preset": "Choose a preset", "Choose the data format": "Choose the data format", - "Choose the format of the data to import": "Choose the format of the data to import", - "Choose the layer to import in": "Choose the layer to import in", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Continue line", "Coordinates": "Coordinates", - "Copy link": "Copy link", "copy": "copy", "Credits": "Credits", "Current map view": "Current map view", @@ -152,7 +147,6 @@ "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Edit this feature", "Edit": "Edit", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Embed the map", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ "Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}", "Import data": "Import data", "Import in a new layer": "Import in a new layer", - "Import": "Import", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Include full screen link?": "Include full screen link?", "Inherit": "Inherit", @@ -311,7 +304,6 @@ "Rename this property on all the features": "Rename this property on all the features", "Replace layer content": "Replace layer content", "Restore this version": "Restore this version", - "Save anyway": "Save anyway", "Save current edits": "Save current edits", "Save map": "Save map", "Save this center and zoom": "Save this center and zoom", @@ -320,12 +312,9 @@ "Saved center and zoom": "Saved center and zoom", "Search location": "Search location", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "See full screen", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "settings": "settings", "Shape properties": "Shape properties", @@ -398,9 +387,7 @@ "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.", "yes": "yes", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Zoom in", "Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom out": "Zoom out", @@ -444,7 +431,55 @@ "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } \ No newline at end of file diff --git a/umap/static/umap/locale/tr.js b/umap/static/umap/locale/tr.js index 499c6eda..06fd8e3c 100644 --- a/umap/static/umap/locale/tr.js +++ b/umap/static/umap/locale/tr.js @@ -48,16 +48,12 @@ const locale = { "by": "tarafından", "Cache proxied request": "Önbellek proxy isteği", "Cancel edits": "Düzenlemeleri iptal et", - "Cancel": "İptal", "Caption": "Başlık", "Center map on your location": "Bulunduğunuz yere göre haritayı ortala", "Change map background": "Harita arkaplanını değiştir", "Change tilelayers": "Haritalama katmanlarını değiştir", "Change": "Change", - "Choose a preset": "Bir ön ayar seç", "Choose the data format": "Veri biçimini seçin", - "Choose the format of the data to import": "İçe aktarılacak verilerin biçimini seç", - "Choose the layer to import in": "İçe aktarılacak katmanı seç", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ const locale = { "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Çizgiye devam et", "Coordinates": "Koordinatlar", - "Copy link": "Copy link", "copy": "copy", "Credits": "Krediler", "Current map view": "Current map view", @@ -152,7 +147,6 @@ const locale = { "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Bu özelliği düzenle", "Edit": "Düzenle", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Haritayı yerleştir", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ const locale = { "Image: {{http://image.url.com}}": "Görüntü: {{http://image.url.com}}", "Import data": "İçeri veri aktar", "Import in a new layer": "Yeni katman aktar", - "Import": "İçe aktar", "Imports all umap data, including layers and settings.": "Katmanlar ve özellikler dahil olmak üzere bütün umap verisini ekle.", "Include full screen link?": "Tam ekran bağlantısını ekle?", "Inherit": "Devral", @@ -311,7 +304,6 @@ const locale = { "Rename this property on all the features": "Bu özelliği tüm nesnelerde yeniden adlandırın", "Replace layer content": "Katman içeriğini değiştir", "Restore this version": "Bu sürümü geri yükleyin", - "Save anyway": "Yine de kaydet", "Save current edits": "Şimdiki düzenlemeleri kaydet", "Save map": "Save map", "Save this center and zoom": "Bu merkezi kaydet ve yakınlaştır", @@ -320,12 +312,9 @@ const locale = { "Saved center and zoom": "Saved center and zoom", "Search location": "Konum ara", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "Tam ekranda gör", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Bu katmanı slayt gösterisinden, veri tarayıcısından, pop-up gezinmeden gizlemek için yanlış olarak ayarlayın ...", "settings": "settings", "Shape properties": "Şekil özellikleri", @@ -398,9 +387,7 @@ const locale = { "Will be displayed in the bottom right corner of the map": "Haritanın sağ alt köşesinde görüntülenecek", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Haritanın başlığında görüntülenecek", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Başka biri verileri düzenlemiş gibi görünüyor. Yine de kaydedebilirsiniz, ancak bu başkaları tarafından yapılan değişiklikleri siler.", "yes": "evet", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Yakınlaştır", "Zoom level for automatic zooms": "Otomatik yakınlaştırma için yakınlaştırma seviyesi", "Zoom out": "Uzaklaştır", @@ -444,9 +431,57 @@ const locale = { "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } L.registerLocale("tr", locale) L.setLocale("tr") diff --git a/umap/static/umap/locale/tr.json b/umap/static/umap/locale/tr.json index 16bce740..8e485436 100644 --- a/umap/static/umap/locale/tr.json +++ b/umap/static/umap/locale/tr.json @@ -48,16 +48,12 @@ "by": "tarafından", "Cache proxied request": "Önbellek proxy isteği", "Cancel edits": "Düzenlemeleri iptal et", - "Cancel": "İptal", "Caption": "Başlık", "Center map on your location": "Bulunduğunuz yere göre haritayı ortala", "Change map background": "Harita arkaplanını değiştir", "Change tilelayers": "Haritalama katmanlarını değiştir", "Change": "Change", - "Choose a preset": "Bir ön ayar seç", "Choose the data format": "Veri biçimini seçin", - "Choose the format of the data to import": "İçe aktarılacak verilerin biçimini seç", - "Choose the layer to import in": "İçe aktarılacak katmanı seç", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Çizgiye devam et", "Coordinates": "Koordinatlar", - "Copy link": "Copy link", "copy": "copy", "Credits": "Krediler", "Current map view": "Current map view", @@ -152,7 +147,6 @@ "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Bu özelliği düzenle", "Edit": "Düzenle", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Haritayı yerleştir", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ "Image: {{http://image.url.com}}": "Görüntü: {{http://image.url.com}}", "Import data": "İçeri veri aktar", "Import in a new layer": "Yeni katman aktar", - "Import": "İçe aktar", "Imports all umap data, including layers and settings.": "Katmanlar ve özellikler dahil olmak üzere bütün umap verisini ekle.", "Include full screen link?": "Tam ekran bağlantısını ekle?", "Inherit": "Devral", @@ -311,7 +304,6 @@ "Rename this property on all the features": "Bu özelliği tüm nesnelerde yeniden adlandırın", "Replace layer content": "Katman içeriğini değiştir", "Restore this version": "Bu sürümü geri yükleyin", - "Save anyway": "Yine de kaydet", "Save current edits": "Şimdiki düzenlemeleri kaydet", "Save map": "Save map", "Save this center and zoom": "Bu merkezi kaydet ve yakınlaştır", @@ -320,12 +312,9 @@ "Saved center and zoom": "Saved center and zoom", "Search location": "Konum ara", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "Tam ekranda gör", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Bu katmanı slayt gösterisinden, veri tarayıcısından, pop-up gezinmeden gizlemek için yanlış olarak ayarlayın ...", "settings": "settings", "Shape properties": "Şekil özellikleri", @@ -398,9 +387,7 @@ "Will be displayed in the bottom right corner of the map": "Haritanın sağ alt köşesinde görüntülenecek", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Haritanın başlığında görüntülenecek", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Başka biri verileri düzenlemiş gibi görünüyor. Yine de kaydedebilirsiniz, ancak bu başkaları tarafından yapılan değişiklikleri siler.", "yes": "evet", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Yakınlaştır", "Zoom level for automatic zooms": "Otomatik yakınlaştırma için yakınlaştırma seviyesi", "Zoom out": "Uzaklaştır", @@ -444,7 +431,55 @@ "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } \ No newline at end of file diff --git a/umap/static/umap/locale/uk_UA.js b/umap/static/umap/locale/uk_UA.js index bed40ff6..550580b8 100644 --- a/umap/static/umap/locale/uk_UA.js +++ b/umap/static/umap/locale/uk_UA.js @@ -48,16 +48,12 @@ const locale = { "by": "від", "Cache proxied request": "Кешувати запити", "Cancel edits": "Скасувати правки", - "Cancel": "Скасувати", "Caption": "Заголовок", "Center map on your location": "Центрувати мапу за Вашим місцем розташування", "Change map background": "Змінити фонову мапу", "Change tilelayers": "Вибрати фонові шари", "Change": "Change", - "Choose a preset": "Виберіть шаблон", "Choose the data format": "Виберіть формат даних", - "Choose the format of the data to import": "Виберіть формат даних для імпорту", - "Choose the layer to import in": "Виберіть шар для імпорту в нього", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ const locale = { "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Продовжити лінію", "Coordinates": "Координати", - "Copy link": "Copy link", "copy": "copy", "Credits": "Авторські права / подяки", "Current map view": "Current map view", @@ -152,7 +147,6 @@ const locale = { "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Редагувати цей об’єкт", "Edit": "Редагувати", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Вбудувати мапу", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ const locale = { "Image: {{http://image.url.com}}": "Зображення: {{http://image.url.com}}", "Import data": "Імпорт даних", "Import in a new layer": "Імпортувати в новий шар", - "Import": "Імпорт", "Imports all umap data, including layers and settings.": "Імпортувати всі дані, включаючи інформацію про шари та налаштування.", "Include full screen link?": "Долучити посилання на повноекранний вид?", "Inherit": "Успадковувати", @@ -311,7 +304,6 @@ const locale = { "Rename this property on all the features": "Перейменувати цей параметр у всіх об’єктів", "Replace layer content": "Замінити вміст шару", "Restore this version": "Відновити цю версію", - "Save anyway": "Зберегти в будь-якому випадку", "Save current edits": "Зберегти поточні правки", "Save map": "Save map", "Save this center and zoom": "Зберегти такі центрування та масштаб", @@ -320,12 +312,9 @@ const locale = { "Saved center and zoom": "Saved center and zoom", "Search location": "Пошук місця", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "Дивитися в повноекранному режимі", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Встановіть false, щоб приховати шар в слайдшоу, в перегляді даних та навігації…", "settings": "settings", "Shape properties": "Параметри полігона", @@ -398,9 +387,7 @@ const locale = { "Will be displayed in the bottom right corner of the map": "Буде показано в правому нижньому кутку мапи", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Буде показано у заголовку мапи", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Упс! Схоже, хтось інший теж редагує ці дані. Ви можете зберегти свої правки, але це знищить правки іншого учасника.", "yes": "так", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Збільшити масштаб", "Zoom level for automatic zooms": "Рівень масштабу для автоматичного масштабування", "Zoom out": "Зменшити масштаб", @@ -444,9 +431,57 @@ const locale = { "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } L.registerLocale("uk_UA", locale) L.setLocale("uk_UA") diff --git a/umap/static/umap/locale/uk_UA.json b/umap/static/umap/locale/uk_UA.json index 62bc56c2..8b23fed6 100644 --- a/umap/static/umap/locale/uk_UA.json +++ b/umap/static/umap/locale/uk_UA.json @@ -48,16 +48,12 @@ "by": "від", "Cache proxied request": "Кешувати запити", "Cancel edits": "Скасувати правки", - "Cancel": "Скасувати", "Caption": "Заголовок", "Center map on your location": "Центрувати мапу за Вашим місцем розташування", "Change map background": "Змінити фонову мапу", "Change tilelayers": "Вибрати фонові шари", "Change": "Change", - "Choose a preset": "Виберіть шаблон", "Choose the data format": "Виберіть формат даних", - "Choose the format of the data to import": "Виберіть формат даних для імпорту", - "Choose the layer to import in": "Виберіть шар для імпорту в нього", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Продовжити лінію", "Coordinates": "Координати", - "Copy link": "Copy link", "copy": "copy", "Credits": "Авторські права / подяки", "Current map view": "Current map view", @@ -152,7 +147,6 @@ "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Редагувати цей об’єкт", "Edit": "Редагувати", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Вбудувати мапу", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ "Image: {{http://image.url.com}}": "Зображення: {{http://image.url.com}}", "Import data": "Імпорт даних", "Import in a new layer": "Імпортувати в новий шар", - "Import": "Імпорт", "Imports all umap data, including layers and settings.": "Імпортувати всі дані, включаючи інформацію про шари та налаштування.", "Include full screen link?": "Долучити посилання на повноекранний вид?", "Inherit": "Успадковувати", @@ -311,7 +304,6 @@ "Rename this property on all the features": "Перейменувати цей параметр у всіх об’єктів", "Replace layer content": "Замінити вміст шару", "Restore this version": "Відновити цю версію", - "Save anyway": "Зберегти в будь-якому випадку", "Save current edits": "Зберегти поточні правки", "Save map": "Save map", "Save this center and zoom": "Зберегти такі центрування та масштаб", @@ -320,12 +312,9 @@ "Saved center and zoom": "Saved center and zoom", "Search location": "Пошук місця", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "Дивитися в повноекранному режимі", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Встановіть false, щоб приховати шар в слайдшоу, в перегляді даних та навігації…", "settings": "settings", "Shape properties": "Параметри полігона", @@ -398,9 +387,7 @@ "Will be displayed in the bottom right corner of the map": "Буде показано в правому нижньому кутку мапи", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Буде показано у заголовку мапи", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Упс! Схоже, хтось інший теж редагує ці дані. Ви можете зберегти свої правки, але це знищить правки іншого учасника.", "yes": "так", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Збільшити масштаб", "Zoom level for automatic zooms": "Рівень масштабу для автоматичного масштабування", "Zoom out": "Зменшити масштаб", @@ -444,7 +431,55 @@ "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } \ No newline at end of file diff --git a/umap/static/umap/locale/vi.js b/umap/static/umap/locale/vi.js index 0b18cd87..9dcf25b4 100644 --- a/umap/static/umap/locale/vi.js +++ b/umap/static/umap/locale/vi.js @@ -48,16 +48,12 @@ const locale = { "by": "by", "Cache proxied request": "Cache proxied request", "Cancel edits": "Hủy các chỉnh sửa", - "Cancel": "Hủy", "Caption": "Caption", "Center map on your location": "Tạo bản đồ với vị trí của bạn", "Change map background": "Thay đổi bản đồ nền", "Change tilelayers": "Thay đổi titlelayer", "Change": "Change", - "Choose a preset": "Choose a preset", "Choose the data format": "Choose the data format", - "Choose the format of the data to import": "Chọn định dạng tập tin", - "Choose the layer to import in": "Chọn lớp cần nhập vào", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ const locale = { "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Continue line", "Coordinates": "Coordinates", - "Copy link": "Copy link", "copy": "copy", "Credits": "Credits", "Current map view": "Current map view", @@ -152,7 +147,6 @@ const locale = { "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Sửa chức năng này", "Edit": "Sửa", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Embed the map", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ const locale = { "Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}", "Import data": "Import data", "Import in a new layer": "Import in a new layer", - "Import": "Import", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Include full screen link?": "Include full screen link?", "Inherit": "Inherit", @@ -311,7 +304,6 @@ const locale = { "Rename this property on all the features": "Rename this property on all the features", "Replace layer content": "Replace layer content", "Restore this version": "Restore this version", - "Save anyway": "Save anyway", "Save current edits": "Save current edits", "Save map": "Save map", "Save this center and zoom": "Save this center and zoom", @@ -320,12 +312,9 @@ const locale = { "Saved center and zoom": "Saved center and zoom", "Search location": "Search location", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "See full screen", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "settings": "settings", "Shape properties": "Shape properties", @@ -398,9 +387,7 @@ const locale = { "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.", "yes": "yes", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Zoom in", "Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom out": "Zoom out", @@ -444,9 +431,57 @@ const locale = { "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } L.registerLocale("vi", locale) L.setLocale("vi") diff --git a/umap/static/umap/locale/vi.json b/umap/static/umap/locale/vi.json index 675c68bb..7ae39772 100644 --- a/umap/static/umap/locale/vi.json +++ b/umap/static/umap/locale/vi.json @@ -48,16 +48,12 @@ "by": "by", "Cache proxied request": "Cache proxied request", "Cancel edits": "Hủy các chỉnh sửa", - "Cancel": "Hủy", "Caption": "Caption", "Center map on your location": "Tạo bản đồ với vị trí của bạn", "Change map background": "Thay đổi bản đồ nền", "Change tilelayers": "Thay đổi titlelayer", "Change": "Change", - "Choose a preset": "Choose a preset", "Choose the data format": "Choose the data format", - "Choose the format of the data to import": "Chọn định dạng tập tin", - "Choose the layer to import in": "Chọn lớp cần nhập vào", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Continue line", "Coordinates": "Coordinates", - "Copy link": "Copy link", "copy": "copy", "Credits": "Credits", "Current map view": "Current map view", @@ -152,7 +147,6 @@ "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Sửa chức năng này", "Edit": "Sửa", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Embed the map", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ "Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}", "Import data": "Import data", "Import in a new layer": "Import in a new layer", - "Import": "Import", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Include full screen link?": "Include full screen link?", "Inherit": "Inherit", @@ -311,7 +304,6 @@ "Rename this property on all the features": "Rename this property on all the features", "Replace layer content": "Replace layer content", "Restore this version": "Restore this version", - "Save anyway": "Save anyway", "Save current edits": "Save current edits", "Save map": "Save map", "Save this center and zoom": "Save this center and zoom", @@ -320,12 +312,9 @@ "Saved center and zoom": "Saved center and zoom", "Search location": "Search location", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "See full screen", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "settings": "settings", "Shape properties": "Shape properties", @@ -398,9 +387,7 @@ "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.", "yes": "yes", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Zoom in", "Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom out": "Zoom out", @@ -444,7 +431,55 @@ "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } \ No newline at end of file diff --git a/umap/static/umap/locale/vi_VN.json b/umap/static/umap/locale/vi_VN.json index 8f9ea7d9..eb68e8cb 100644 --- a/umap/static/umap/locale/vi_VN.json +++ b/umap/static/umap/locale/vi_VN.json @@ -48,16 +48,12 @@ "by": "by", "Cache proxied request": "Cache proxied request", "Cancel edits": "Cancel edits", - "Cancel": "Cancel", "Caption": "Caption", "Center map on your location": "Center map on your location", "Change map background": "Change map background", "Change tilelayers": "Change tilelayers", "Change": "Change", - "Choose a preset": "Choose a preset", "Choose the data format": "Choose the data format", - "Choose the format of the data to import": "Choose the format of the data to import", - "Choose the layer to import in": "Choose the layer to import in", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Continue line", "Coordinates": "Coordinates", - "Copy link": "Copy link", "copy": "copy", "Credits": "Credits", "Current map view": "Current map view", @@ -152,7 +147,6 @@ "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Edit this feature", "Edit": "Edit", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Embed the map", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ "Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}", "Import data": "Import data", "Import in a new layer": "Import in a new layer", - "Import": "Import", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Include full screen link?": "Include full screen link?", "Inherit": "Inherit", @@ -311,7 +304,6 @@ "Rename this property on all the features": "Rename this property on all the features", "Replace layer content": "Replace layer content", "Restore this version": "Restore this version", - "Save anyway": "Save anyway", "Save current edits": "Save current edits", "Save map": "Save map", "Save this center and zoom": "Save this center and zoom", @@ -320,12 +312,9 @@ "Saved center and zoom": "Saved center and zoom", "Search location": "Search location", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "See full screen", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "settings": "settings", "Shape properties": "Shape properties", @@ -398,9 +387,7 @@ "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.", "yes": "yes", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Zoom in", "Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom out": "Zoom out", @@ -444,7 +431,55 @@ "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } \ No newline at end of file diff --git a/umap/static/umap/locale/zh.js b/umap/static/umap/locale/zh.js index 1b3e0a2d..1b40cca2 100644 --- a/umap/static/umap/locale/zh.js +++ b/umap/static/umap/locale/zh.js @@ -48,16 +48,12 @@ const locale = { "by": "by", "Cache proxied request": "Cache proxied request", "Cancel edits": "取消编辑", - "Cancel": "取消", "Caption": "Caption", "Center map on your location": "Center map on your location", "Change map background": "改变地图背景", "Change tilelayers": "改变瓦片图层", "Change": "Change", - "Choose a preset": "Choose a preset", "Choose the data format": "选择数据格式", - "Choose the format of the data to import": "选择导入的数据格式", - "Choose the layer to import in": "选择导入的图层", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ const locale = { "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Continue line", "Coordinates": "坐标", - "Copy link": "Copy link", "copy": "copy", "Credits": "Credits", "Current map view": "Current map view", @@ -152,7 +147,6 @@ const locale = { "Edit the title of the map": "Edit the title of the map", "Edit this feature": "编辑该要素", "Edit": "编辑", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "嵌入地图", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ const locale = { "Image: {{http://image.url.com}}": "图片: {{http://image.url.com}}", "Import data": "导入数据", "Import in a new layer": "导入一个新图层", - "Import": "导入", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Include full screen link?": "Include full screen link?", "Inherit": "继承", @@ -311,7 +304,6 @@ const locale = { "Rename this property on all the features": "重命名全部要素的该属性", "Replace layer content": "Replace layer content", "Restore this version": "Restore this version", - "Save anyway": "Save anyway", "Save current edits": "保存当前编辑内容", "Save map": "Save map", "Save this center and zoom": "保存地图中心与比例尺", @@ -320,12 +312,9 @@ const locale = { "Saved center and zoom": "Saved center and zoom", "Search location": "Search location", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "全屏", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "settings": "settings", "Shape properties": "Shape properties", @@ -398,9 +387,7 @@ const locale = { "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.", "yes": "是", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "缩小", "Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom out": "放大", @@ -444,9 +431,57 @@ const locale = { "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } L.registerLocale("zh", locale) L.setLocale("zh") diff --git a/umap/static/umap/locale/zh.json b/umap/static/umap/locale/zh.json index 6a6a918b..bc0cd67b 100644 --- a/umap/static/umap/locale/zh.json +++ b/umap/static/umap/locale/zh.json @@ -48,16 +48,12 @@ "by": "by", "Cache proxied request": "Cache proxied request", "Cancel edits": "取消编辑", - "Cancel": "取消", "Caption": "Caption", "Center map on your location": "Center map on your location", "Change map background": "改变地图背景", "Change tilelayers": "改变瓦片图层", "Change": "Change", - "Choose a preset": "Choose a preset", "Choose the data format": "选择数据格式", - "Choose the format of the data to import": "选择导入的数据格式", - "Choose the layer to import in": "选择导入的图层", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Continue line", "Coordinates": "坐标", - "Copy link": "Copy link", "copy": "copy", "Credits": "Credits", "Current map view": "Current map view", @@ -152,7 +147,6 @@ "Edit the title of the map": "Edit the title of the map", "Edit this feature": "编辑该要素", "Edit": "编辑", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "嵌入地图", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ "Image: {{http://image.url.com}}": "图片: {{http://image.url.com}}", "Import data": "导入数据", "Import in a new layer": "导入一个新图层", - "Import": "导入", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Include full screen link?": "Include full screen link?", "Inherit": "继承", @@ -311,7 +304,6 @@ "Rename this property on all the features": "重命名全部要素的该属性", "Replace layer content": "Replace layer content", "Restore this version": "Restore this version", - "Save anyway": "Save anyway", "Save current edits": "保存当前编辑内容", "Save map": "Save map", "Save this center and zoom": "保存地图中心与比例尺", @@ -320,12 +312,9 @@ "Saved center and zoom": "Saved center and zoom", "Search location": "Search location", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "全屏", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "settings": "settings", "Shape properties": "Shape properties", @@ -398,9 +387,7 @@ "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.", "yes": "是", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "缩小", "Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom out": "放大", @@ -444,7 +431,55 @@ "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } \ No newline at end of file diff --git a/umap/static/umap/locale/zh_CN.json b/umap/static/umap/locale/zh_CN.json index 8f9ea7d9..eb68e8cb 100644 --- a/umap/static/umap/locale/zh_CN.json +++ b/umap/static/umap/locale/zh_CN.json @@ -48,16 +48,12 @@ "by": "by", "Cache proxied request": "Cache proxied request", "Cancel edits": "Cancel edits", - "Cancel": "Cancel", "Caption": "Caption", "Center map on your location": "Center map on your location", "Change map background": "Change map background", "Change tilelayers": "Change tilelayers", "Change": "Change", - "Choose a preset": "Choose a preset", "Choose the data format": "Choose the data format", - "Choose the format of the data to import": "Choose the format of the data to import", - "Choose the layer to import in": "Choose the layer to import in", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Continue line", "Coordinates": "Coordinates", - "Copy link": "Copy link", "copy": "copy", "Credits": "Credits", "Current map view": "Current map view", @@ -152,7 +147,6 @@ "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Edit this feature", "Edit": "Edit", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Embed the map", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ "Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}", "Import data": "Import data", "Import in a new layer": "Import in a new layer", - "Import": "Import", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Include full screen link?": "Include full screen link?", "Inherit": "Inherit", @@ -311,7 +304,6 @@ "Rename this property on all the features": "Rename this property on all the features", "Replace layer content": "Replace layer content", "Restore this version": "Restore this version", - "Save anyway": "Save anyway", "Save current edits": "Save current edits", "Save map": "Save map", "Save this center and zoom": "Save this center and zoom", @@ -320,12 +312,9 @@ "Saved center and zoom": "Saved center and zoom", "Search location": "Search location", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "See full screen", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "settings": "settings", "Shape properties": "Shape properties", @@ -398,9 +387,7 @@ "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.", "yes": "yes", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Zoom in", "Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom out": "Zoom out", @@ -444,7 +431,55 @@ "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } \ No newline at end of file diff --git a/umap/static/umap/locale/zh_TW.Big5.json b/umap/static/umap/locale/zh_TW.Big5.json index 8f9ea7d9..eb68e8cb 100644 --- a/umap/static/umap/locale/zh_TW.Big5.json +++ b/umap/static/umap/locale/zh_TW.Big5.json @@ -48,16 +48,12 @@ "by": "by", "Cache proxied request": "Cache proxied request", "Cancel edits": "Cancel edits", - "Cancel": "Cancel", "Caption": "Caption", "Center map on your location": "Center map on your location", "Change map background": "Change map background", "Change tilelayers": "Change tilelayers", "Change": "Change", - "Choose a preset": "Choose a preset", "Choose the data format": "Choose the data format", - "Choose the format of the data to import": "Choose the format of the data to import", - "Choose the layer to import in": "Choose the layer to import in", "Choropleth breakpoints": "Choropleth breakpoints", "Choropleth classes": "Choropleth classes", "Choropleth color palette": "Choropleth color palette", @@ -87,7 +83,6 @@ "Congratulations, your map has been created!": "Congratulations, your map has been created!", "Continue line": "Continue line", "Coordinates": "Coordinates", - "Copy link": "Copy link", "copy": "copy", "Credits": "Credits", "Current map view": "Current map view", @@ -152,7 +147,6 @@ "Edit the title of the map": "Edit the title of the map", "Edit this feature": "Edit this feature", "Edit": "Edit", - "Email": "Email", "Embed and link options": "Embed and link options", "Embed the map": "Embed the map", "Emoji & Character": "Emoji & Character", @@ -200,7 +194,6 @@ "Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}", "Import data": "Import data", "Import in a new layer": "Import in a new layer", - "Import": "Import", "Imports all umap data, including layers and settings.": "Imports all umap data, including layers and settings.", "Include full screen link?": "Include full screen link?", "Inherit": "Inherit", @@ -311,7 +304,6 @@ "Rename this property on all the features": "Rename this property on all the features", "Replace layer content": "Replace layer content", "Restore this version": "Restore this version", - "Save anyway": "Save anyway", "Save current edits": "Save current edits", "Save map": "Save map", "Save this center and zoom": "Save this center and zoom", @@ -320,12 +312,9 @@ "Saved center and zoom": "Saved center and zoom", "Search location": "Search location", "Search": "Search", - "Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!", "Secret edit link:": "Secret edit link:", - "See layers": "See layers", "See full screen": "See full screen", "See on OpenStreetMap": "See on OpenStreetMap", - "Send me the link": "Send me the link", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…", "settings": "settings", "Shape properties": "Shape properties", @@ -398,9 +387,7 @@ "Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "Will be visible in the caption of the map", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.", "yes": "yes", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:", "Zoom in": "Zoom in", "Zoom level for automatic zooms": "Zoom level for automatic zooms", "Zoom out": "Zoom out", @@ -444,7 +431,55 @@ "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } \ No newline at end of file diff --git a/umap/static/umap/locale/zh_TW.js b/umap/static/umap/locale/zh_TW.js index 7fcd69c9..5b292b9b 100644 --- a/umap/static/umap/locale/zh_TW.js +++ b/umap/static/umap/locale/zh_TW.js @@ -48,16 +48,12 @@ const locale = { "by": "由", "Cache proxied request": "快取代理請求", "Cancel edits": "取消編輯", - "Cancel": "取消", "Caption": "標題", "Center map on your location": "將您的位置設為地圖中心", "Change map background": "更改地圖背景", "Change tilelayers": "改變地圖磚圖層", "Change": "變動", - "Choose a preset": "選擇一種預設值", "Choose the data format": "選擇資料格式", - "Choose the format of the data to import": "選擇匯入的資料格式", - "Choose the layer to import in": "選擇匯入圖層", "Choropleth breakpoints": "等時線圖點", "Choropleth classes": "等時線圖類型", "Choropleth color palette": "等時線圖色彩盤", @@ -87,7 +83,6 @@ const locale = { "Congratulations, your map has been created!": "恭喜您的地圖已經新增完成", "Continue line": "連續線段", "Coordinates": "座標", - "Copy link": "複製連結", "copy": "複製", "Credits": "工作人員名單", "Current map view": "目前地圖檢視", @@ -152,7 +147,6 @@ const locale = { "Edit the title of the map": "編輯地圖標題", "Edit this feature": "編輯此圖徵", "Edit": "編輯", - "Email": "電子郵件", "Embed and link options": "嵌入與連結選項", "Embed the map": "嵌入地圖", "Emoji & Character": "表情符號和字元", @@ -200,7 +194,6 @@ const locale = { "Image: {{http://image.url.com}}": "圖像: {{http://image.url.com}}", "Import data": "匯入資料", "Import in a new layer": "匯入至新圖層", - "Import": "匯入", "Imports all umap data, including layers and settings.": "匯入所有 umap 資料,包含圖層與設定。", "Include full screen link?": "是否包含全螢幕的連結?", "Inherit": "繼承", @@ -311,7 +304,6 @@ const locale = { "Rename this property on all the features": "在所有特徵中重新命名該物件", "Replace layer content": "取代圖層內容", "Restore this version": "回復此版本", - "Save anyway": "通通都儲存吧!", "Save current edits": "儲存近期的變更", "Save map": "儲存地圖", "Save this center and zoom": "保存地圖中心點位置與縮放大小", @@ -320,12 +312,9 @@ const locale = { "Saved center and zoom": "儲存地圖中心點位置與縮放大小", "Search location": "搜尋地點", "Search": "搜尋", - "Secret edit link copied to clipboard!": "複製私密編輯連結到剪貼簿!", "Secret edit link:": "祕密編輯連結:", - "See layers": "See layers", "See full screen": "觀看全螢幕", "See on OpenStreetMap": "在開放街圖檢視", - "Send me the link": "寄送連結給我", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "設定為假時,在幻燈片時、資料檢視器和彈出式導航中可將此圖層隱藏...", "settings": "設定", "Shape properties": "形狀屬性", @@ -398,9 +387,7 @@ const locale = { "Will be displayed in the bottom right corner of the map": "將會顯示在地圖的右下角", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "標題將出現在地圖上", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "糟糕,好像有人正在進行編輯,您仍可儲存資料,但您做的變更將被他人修改取代。", "yes": "是", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "已經新增你的地圖!由於你並未登入,這是你的編輯地圖的祕密連結,請妥善保管:", "Zoom in": "放大", "Zoom level for automatic zooms": "自動縮放的比例大小", "Zoom out": "縮小", @@ -444,9 +431,57 @@ const locale = { "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } L.registerLocale("zh_TW", locale) L.setLocale("zh_TW") diff --git a/umap/static/umap/locale/zh_TW.json b/umap/static/umap/locale/zh_TW.json index 04099e80..243febab 100644 --- a/umap/static/umap/locale/zh_TW.json +++ b/umap/static/umap/locale/zh_TW.json @@ -48,16 +48,12 @@ "by": "由", "Cache proxied request": "快取代理請求", "Cancel edits": "取消編輯", - "Cancel": "取消", "Caption": "標題", "Center map on your location": "將您的位置設為地圖中心", "Change map background": "更改地圖背景", "Change tilelayers": "改變地圖磚圖層", "Change": "變動", - "Choose a preset": "選擇一種預設值", "Choose the data format": "選擇資料格式", - "Choose the format of the data to import": "選擇匯入的資料格式", - "Choose the layer to import in": "選擇匯入圖層", "Choropleth breakpoints": "等時線圖點", "Choropleth classes": "等時線圖類型", "Choropleth color palette": "等時線圖色彩盤", @@ -87,7 +83,6 @@ "Congratulations, your map has been created!": "恭喜您的地圖已經新增完成", "Continue line": "連續線段", "Coordinates": "座標", - "Copy link": "複製連結", "copy": "複製", "Credits": "工作人員名單", "Current map view": "目前地圖檢視", @@ -152,7 +147,6 @@ "Edit the title of the map": "編輯地圖標題", "Edit this feature": "編輯此圖徵", "Edit": "編輯", - "Email": "電子郵件", "Embed and link options": "嵌入與連結選項", "Embed the map": "嵌入地圖", "Emoji & Character": "表情符號和字元", @@ -200,7 +194,6 @@ "Image: {{http://image.url.com}}": "圖像: {{http://image.url.com}}", "Import data": "匯入資料", "Import in a new layer": "匯入至新圖層", - "Import": "匯入", "Imports all umap data, including layers and settings.": "匯入所有 umap 資料,包含圖層與設定。", "Include full screen link?": "是否包含全螢幕的連結?", "Inherit": "繼承", @@ -311,7 +304,6 @@ "Rename this property on all the features": "在所有特徵中重新命名該物件", "Replace layer content": "取代圖層內容", "Restore this version": "回復此版本", - "Save anyway": "通通都儲存吧!", "Save current edits": "儲存近期的變更", "Save map": "儲存地圖", "Save this center and zoom": "保存地圖中心點位置與縮放大小", @@ -320,12 +312,9 @@ "Saved center and zoom": "儲存地圖中心點位置與縮放大小", "Search location": "搜尋地點", "Search": "搜尋", - "Secret edit link copied to clipboard!": "複製私密編輯連結到剪貼簿!", "Secret edit link:": "祕密編輯連結:", - "See layers": "See layers", "See full screen": "觀看全螢幕", "See on OpenStreetMap": "在開放街圖檢視", - "Send me the link": "寄送連結給我", "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "設定為假時,在幻燈片時、資料檢視器和彈出式導航中可將此圖層隱藏...", "settings": "設定", "Shape properties": "形狀屬性", @@ -398,9 +387,7 @@ "Will be displayed in the bottom right corner of the map": "將會顯示在地圖的右下角", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map", "Will be visible in the caption of the map": "標題將出現在地圖上", - "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "糟糕,好像有人正在進行編輯,您仍可儲存資料,但您做的變更將被他人修改取代。", "yes": "是", - "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "已經新增你的地圖!由於你並未登入,這是你的編輯地圖的祕密連結,請妥善保管:", "Zoom in": "放大", "Zoom level for automatic zooms": "自動縮放的比例大小", "Zoom out": "縮小", @@ -444,7 +431,55 @@ "Filter data": "Filter data", "Search map features…": "Search map features…", "Reset all": "Reset all", - "Browser in data mode": "Browser in data mode", - "Browser in layers mode": "Browser in layers mode", - "Browser in filters mode": "Browser in filters mode" + "Open browser": "Open browser", + "Open caption": "Open caption", + "Your map has been created with an anonymous account!": "Your map has been created with an anonymous account!", + "Real-time collaboration": "Real-time collaboration", + "Cannot parse data": "Cannot parse data", + "Start typing...": "Start typing...", + "No result": "No result", + "Data browser": "Data browser", + "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.": "When providing an URL, uMap can copy the remote data in a layer, or add this URL as remote source of the layer. In that case, data will always be fetched from that URL, and thus be up to date, but it will not be possible to edit it inside uMap.", + "Overpass supported expressions": "Overpass supported expressions", + "key (eg. building)": "key (eg. building)", + "!key (eg. !name)": "!key (eg. !name)", + "key=value (eg. building=yes)": "key=value (eg. building=yes)", + "key!=value (eg. building!=yes)": "key!=value (eg. building!=yes)", + "key~value (eg. name~Grisy)": "key~value (eg. name~Grisy)", + "key=\"value|value2\" (eg. name=\"Paris|Berlin\")": "key=\"value|value2\" (eg. name=\"Paris|Berlin\")", + "More info about Overpass syntax": "More info about Overpass syntax", + "For more complex needs, see": "For more complex needs, see", + "Choose data": "Choose data", + "Import helpers:": "Import helpers:", + "Choose the format": "Choose the format", + "Choose the layer": "Choose the layer", + "Layer name": "Layer name", + "Choose import mode": "Choose import mode", + "Copy into the layer": "Copy into the layer", + "Link to the layer as remote data": "Link to the layer as remote data", + "Condition": "Condition", + "key=value or key!=value": "key=value or key!=value", + "Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?", + "empty rule": "empty rule", + "Conditional style rules": "Conditional style rules", + "Add rule": "Add rule", + "Browser: data": "Browser: data", + "Browser: layers": "Browser: layers", + "Browser: filters": "Browser: filters", + "Enable real-time collaboration": "Enable real-time collaboration", + "✅ Copied!": "✅ Copied!", + "Choose a dataset": "Choose a dataset", + "Choose this dataset": "Choose this dataset", + "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", + "Choose a theme": "Choose a theme", + "Symplify all geometries to points": "Symplify all geometries to points", + "Choose this data": "Choose this data", + "Search admin boundary": "Search admin boundary", + "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", + "Expression": "Expression", + "Geometry mode": "Geometry mode", + "Only geometry centers": "Only geometry centers", + "Search area": "Search area", + "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", + "Please define an expression for the query first": "Please define an expression for the query first" } \ No newline at end of file diff --git a/umap/static/umap/js/components/alerts/alert.html b/umap/templates/umap/components/alerts/alert.html similarity index 87% rename from umap/static/umap/js/components/alerts/alert.html rename to umap/templates/umap/components/alerts/alert.html index 44b452d3..8c7c7686 100644 --- a/umap/static/umap/js/components/alerts/alert.html +++ b/umap/templates/umap/components/alerts/alert.html @@ -23,10 +23,11 @@