From 60fb67516def6a6557c817b595c006af4681e840 Mon Sep 17 00:00:00 2001 From: Philip Beelmann Date: Tue, 25 Apr 2023 10:19:43 +0000 Subject: [PATCH] add line distance and polygon area messages --- umap/static/umap/locale/am_ET.js | 2 ++ umap/static/umap/locale/am_ET.json | 2 ++ umap/static/umap/locale/ar.js | 2 ++ umap/static/umap/locale/ar.json | 2 ++ umap/static/umap/locale/ast.js | 2 ++ umap/static/umap/locale/ast.json | 2 ++ umap/static/umap/locale/bg.js | 2 ++ umap/static/umap/locale/bg.json | 2 ++ umap/static/umap/locale/ca.js | 2 ++ umap/static/umap/locale/ca.json | 2 ++ umap/static/umap/locale/cs_CZ.js | 2 ++ umap/static/umap/locale/cs_CZ.json | 2 ++ umap/static/umap/locale/da.js | 2 ++ umap/static/umap/locale/da.json | 2 ++ umap/static/umap/locale/de.js | 2 ++ umap/static/umap/locale/de.json | 2 ++ umap/static/umap/locale/el.js | 2 ++ umap/static/umap/locale/el.json | 2 ++ umap/static/umap/locale/en.js | 4 +++- umap/static/umap/locale/en.json | 4 +++- umap/static/umap/locale/en_US.json | 4 +++- umap/static/umap/locale/es.js | 2 ++ umap/static/umap/locale/es.json | 2 ++ umap/static/umap/locale/et.js | 2 ++ umap/static/umap/locale/et.json | 2 ++ umap/static/umap/locale/fa_IR.js | 2 ++ umap/static/umap/locale/fa_IR.json | 2 ++ umap/static/umap/locale/fi.js | 2 ++ umap/static/umap/locale/fi.json | 2 ++ umap/static/umap/locale/fr.js | 2 ++ umap/static/umap/locale/fr.json | 2 ++ umap/static/umap/locale/gl.js | 2 ++ umap/static/umap/locale/gl.json | 2 ++ umap/static/umap/locale/he.js | 2 ++ umap/static/umap/locale/he.json | 2 ++ umap/static/umap/locale/hr.js | 2 ++ umap/static/umap/locale/hr.json | 2 ++ umap/static/umap/locale/hu.js | 2 ++ umap/static/umap/locale/hu.json | 2 ++ umap/static/umap/locale/id.js | 2 ++ umap/static/umap/locale/id.json | 2 ++ umap/static/umap/locale/is.js | 2 ++ umap/static/umap/locale/is.json | 2 ++ umap/static/umap/locale/it.js | 2 ++ umap/static/umap/locale/it.json | 2 ++ umap/static/umap/locale/ja.js | 2 ++ umap/static/umap/locale/ja.json | 2 ++ umap/static/umap/locale/ko.js | 6 ++++-- umap/static/umap/locale/ko.json | 6 ++++-- umap/static/umap/locale/lt.js | 2 ++ umap/static/umap/locale/lt.json | 2 ++ umap/static/umap/locale/ms.js | 2 ++ umap/static/umap/locale/ms.json | 2 ++ umap/static/umap/locale/nl.js | 2 ++ umap/static/umap/locale/nl.json | 2 ++ umap/static/umap/locale/no.js | 2 ++ umap/static/umap/locale/no.json | 2 ++ umap/static/umap/locale/pl.js | 2 ++ umap/static/umap/locale/pl.json | 2 ++ umap/static/umap/locale/pl_PL.json | 2 ++ umap/static/umap/locale/pt.js | 2 ++ umap/static/umap/locale/pt.json | 2 ++ umap/static/umap/locale/pt_BR.js | 2 ++ umap/static/umap/locale/pt_BR.json | 2 ++ umap/static/umap/locale/pt_PT.js | 2 ++ umap/static/umap/locale/pt_PT.json | 2 ++ umap/static/umap/locale/ro.js | 2 ++ umap/static/umap/locale/ro.json | 2 ++ umap/static/umap/locale/ru.js | 2 ++ umap/static/umap/locale/ru.json | 2 ++ umap/static/umap/locale/si_LK.js | 2 ++ umap/static/umap/locale/si_LK.json | 2 ++ umap/static/umap/locale/sk_SK.js | 2 ++ umap/static/umap/locale/sk_SK.json | 2 ++ umap/static/umap/locale/sl.js | 2 ++ umap/static/umap/locale/sl.json | 2 ++ umap/static/umap/locale/sr.js | 2 ++ umap/static/umap/locale/sr.json | 2 ++ umap/static/umap/locale/sv.js | 2 ++ umap/static/umap/locale/sv.json | 2 ++ umap/static/umap/locale/th_TH.js | 2 ++ umap/static/umap/locale/th_TH.json | 2 ++ umap/static/umap/locale/tr.js | 2 ++ umap/static/umap/locale/tr.json | 2 ++ umap/static/umap/locale/uk_UA.js | 2 ++ umap/static/umap/locale/uk_UA.json | 2 ++ umap/static/umap/locale/vi.js | 2 ++ umap/static/umap/locale/vi.json | 2 ++ umap/static/umap/locale/vi_VN.json | 2 ++ umap/static/umap/locale/zh.js | 2 ++ umap/static/umap/locale/zh.json | 2 ++ umap/static/umap/locale/zh_CN.json | 2 ++ umap/static/umap/locale/zh_TW.Big5.json | 2 ++ umap/static/umap/locale/zh_TW.js | 2 ++ umap/static/umap/locale/zh_TW.json | 2 ++ 95 files changed, 197 insertions(+), 7 deletions(-) diff --git a/umap/static/umap/locale/am_ET.js b/umap/static/umap/locale/am_ET.js index d83caec6..5fa4404c 100644 --- a/umap/static/umap/locale/am_ET.js +++ b/umap/static/umap/locale/am_ET.js @@ -116,6 +116,8 @@ var locale = { "Choose the format of the data to import": "ሊያመጡ የፈለጉትን የመረጃ ፎርማት ይምረጡ", "Choose the layer to import in": "የሚያስገቡበት ሌየር ይምረጡ", "Click last point to finish shape ({distance})": "ቅርፁን ለማስጨረስ የመጨረሻውን ነጥብ ጠቅ ያድርጉ ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "መለያ ለመጨመር ጠቅ አድርግ", "Click to continue drawing ({distance})": "መሳል ለመቀጠል ጠቅ አድርግ ({distance})", "Click to edit": "ለማረም ጠቅ አድርግ", diff --git a/umap/static/umap/locale/am_ET.json b/umap/static/umap/locale/am_ET.json index c3eb5e4a..b25a3ab0 100644 --- a/umap/static/umap/locale/am_ET.json +++ b/umap/static/umap/locale/am_ET.json @@ -116,6 +116,8 @@ "Choose the format of the data to import": "ሊያመጡ የፈለጉትን የመረጃ ፎርማት ይምረጡ", "Choose the layer to import in": "የሚያስገቡበት ሌየር ይምረጡ", "Click last point to finish shape ({distance})": "ቅርፁን ለማስጨረስ የመጨረሻውን ነጥብ ጠቅ ያድርጉ ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "መለያ ለመጨመር ጠቅ አድርግ", "Click to continue drawing ({distance})": "መሳል ለመቀጠል ጠቅ አድርግ ({distance})", "Click to edit": "ለማረም ጠቅ አድርግ", diff --git a/umap/static/umap/locale/ar.js b/umap/static/umap/locale/ar.js index 9b98f868..632b9478 100644 --- a/umap/static/umap/locale/ar.js +++ b/umap/static/umap/locale/ar.js @@ -116,6 +116,8 @@ var locale = { "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", "Click last point to finish shape ({distance})": "Click last point to finish shape ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Click to add a marker", "Click to continue drawing ({distance})": "Click to continue drawing ({distance})", "Click to edit": "Click to edit", diff --git a/umap/static/umap/locale/ar.json b/umap/static/umap/locale/ar.json index a4c29ffd..d0d7985e 100644 --- a/umap/static/umap/locale/ar.json +++ b/umap/static/umap/locale/ar.json @@ -116,6 +116,8 @@ "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", "Click last point to finish shape ({distance})": "Click last point to finish shape ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Click to add a marker", "Click to continue drawing ({distance})": "Click to continue drawing ({distance})", "Click to edit": "Click to edit", diff --git a/umap/static/umap/locale/ast.js b/umap/static/umap/locale/ast.js index 7a648a68..b13df4a0 100644 --- a/umap/static/umap/locale/ast.js +++ b/umap/static/umap/locale/ast.js @@ -116,6 +116,8 @@ var locale = { "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", "Click last point to finish shape ({distance})": "Click last point to finish shape ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Click to add a marker", "Click to continue drawing ({distance})": "Click to continue drawing ({distance})", "Click to edit": "Click to edit", diff --git a/umap/static/umap/locale/ast.json b/umap/static/umap/locale/ast.json index 342591aa..61e4dd5c 100644 --- a/umap/static/umap/locale/ast.json +++ b/umap/static/umap/locale/ast.json @@ -116,6 +116,8 @@ "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", "Click last point to finish shape ({distance})": "Click last point to finish shape ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Click to add a marker", "Click to continue drawing ({distance})": "Click to continue drawing ({distance})", "Click to edit": "Click to edit", diff --git a/umap/static/umap/locale/bg.js b/umap/static/umap/locale/bg.js index 3dafe809..a02cc922 100644 --- a/umap/static/umap/locale/bg.js +++ b/umap/static/umap/locale/bg.js @@ -116,6 +116,8 @@ var locale = { "Choose the format of the data to import": "Изберете формат на данните за внос", "Choose the layer to import in": "Избери слой за внасяне в", "Click last point to finish shape ({distance})": "Click last point to finish shape ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Click to add a marker", "Click to continue drawing ({distance})": "Click to continue drawing ({distance})", "Click to edit": "Click to edit", diff --git a/umap/static/umap/locale/bg.json b/umap/static/umap/locale/bg.json index 558ed546..58dd8fe5 100644 --- a/umap/static/umap/locale/bg.json +++ b/umap/static/umap/locale/bg.json @@ -116,6 +116,8 @@ "Choose the format of the data to import": "Изберете формат на данните за внос", "Choose the layer to import in": "Избери слой за внасяне в", "Click last point to finish shape ({distance})": "Click last point to finish shape ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Click to add a marker", "Click to continue drawing ({distance})": "Click to continue drawing ({distance})", "Click to edit": "Click to edit", diff --git a/umap/static/umap/locale/ca.js b/umap/static/umap/locale/ca.js index e9e665b0..a7b473d6 100644 --- a/umap/static/umap/locale/ca.js +++ b/umap/static/umap/locale/ca.js @@ -116,6 +116,8 @@ var locale = { "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", "Click last point to finish shape ({distance})": "Click last point to finish shape ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Feu clic per a afegir una marca", "Click to continue drawing ({distance})": "Click to continue drawing ({distance})", "Click to edit": "Click to edit", diff --git a/umap/static/umap/locale/ca.json b/umap/static/umap/locale/ca.json index abfc4f60..4f21796f 100644 --- a/umap/static/umap/locale/ca.json +++ b/umap/static/umap/locale/ca.json @@ -116,6 +116,8 @@ "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", "Click last point to finish shape ({distance})": "Click last point to finish shape ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Feu clic per a afegir una marca", "Click to continue drawing ({distance})": "Click to continue drawing ({distance})", "Click to edit": "Click to edit", diff --git a/umap/static/umap/locale/cs_CZ.js b/umap/static/umap/locale/cs_CZ.js index f6f2a511..966914f3 100644 --- a/umap/static/umap/locale/cs_CZ.js +++ b/umap/static/umap/locale/cs_CZ.js @@ -116,6 +116,8 @@ var locale = { "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", "Click last point to finish shape ({distance})": "Klikněte na poslední bod pro dokončení tvaru ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Kliknutím přidáš značku", "Click to continue drawing ({distance})": "Kliknutím můžeš pokračovat v kreslení ({distance})", "Click to edit": "Klikněte pro úpravy", diff --git a/umap/static/umap/locale/cs_CZ.json b/umap/static/umap/locale/cs_CZ.json index 5fd80544..e949abf9 100644 --- a/umap/static/umap/locale/cs_CZ.json +++ b/umap/static/umap/locale/cs_CZ.json @@ -116,6 +116,8 @@ "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", "Click last point to finish shape ({distance})": "Klikněte na poslední bod pro dokončení tvaru ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Kliknutím přidáš značku", "Click to continue drawing ({distance})": "Kliknutím můžeš pokračovat v kreslení ({distance})", "Click to edit": "Klikněte pro úpravy", diff --git a/umap/static/umap/locale/da.js b/umap/static/umap/locale/da.js index 11b06e39..51283a47 100644 --- a/umap/static/umap/locale/da.js +++ b/umap/static/umap/locale/da.js @@ -116,6 +116,8 @@ var locale = { "Choose the format of the data to import": "Vælg imports dataformat", "Choose the layer to import in": "Vælg lag der skal importeres", "Click last point to finish shape ({distance})": "Klik på det det sidste punkt for at afslutte figur ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Klik for at tilføje en markør", "Click to continue drawing ({distance})": "Klik for at fortsætte indtegning ({distance})", "Click to edit": "Klik for at redigere", diff --git a/umap/static/umap/locale/da.json b/umap/static/umap/locale/da.json index a2764826..4e5446e0 100644 --- a/umap/static/umap/locale/da.json +++ b/umap/static/umap/locale/da.json @@ -116,6 +116,8 @@ "Choose the format of the data to import": "Vælg imports dataformat", "Choose the layer to import in": "Vælg lag der skal importeres", "Click last point to finish shape ({distance})": "Klik på det det sidste punkt for at afslutte figur ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Klik for at tilføje en markør", "Click to continue drawing ({distance})": "Klik for at fortsætte indtegning ({distance})", "Click to edit": "Klik for at redigere", diff --git a/umap/static/umap/locale/de.js b/umap/static/umap/locale/de.js index 5d506e22..96839f0b 100644 --- a/umap/static/umap/locale/de.js +++ b/umap/static/umap/locale/de.js @@ -116,6 +116,8 @@ var locale = { "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", "Click last point to finish shape ({distance})": "Klicke den letzten Punkt an, um die Form abzuschließen ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Klicke, um einen Marker hinzuzufügen", "Click to continue drawing ({distance})": "Klicke, um weiter zu zeichnen ({distance})", "Click to edit": "Zum Bearbeiten klicken", diff --git a/umap/static/umap/locale/de.json b/umap/static/umap/locale/de.json index 7834c59b..71dc7f8e 100644 --- a/umap/static/umap/locale/de.json +++ b/umap/static/umap/locale/de.json @@ -116,6 +116,8 @@ "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", "Click last point to finish shape ({distance})": "Klicke den letzten Punkt an, um die Form abzuschließen ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Klicke, um einen Marker hinzuzufügen", "Click to continue drawing ({distance})": "Klicke, um weiter zu zeichnen ({distance})", "Click to edit": "Zum Bearbeiten klicken", diff --git a/umap/static/umap/locale/el.js b/umap/static/umap/locale/el.js index b8c6b210..2c8996c7 100644 --- a/umap/static/umap/locale/el.js +++ b/umap/static/umap/locale/el.js @@ -116,6 +116,8 @@ var locale = { "Choose the format of the data to import": "Επιλέξτε τη μορφοποίηση των δεδομένων που θα εισαχθούν", "Choose the layer to import in": "Επιλέξτε το επίπεδο στο οποίο θα η εισαγωγή", "Click last point to finish shape ({distance})": "Πατήστε στο τελευταίο σημείο για να ολοκληρωθεί το σχήμα ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Πατήστε για την εισαγωγή σημείου", "Click to continue drawing ({distance})": "Πατήστε για συνέχεια σχεδίασης ({distance})", "Click to edit": "Πατήστε για επεξεργασία", diff --git a/umap/static/umap/locale/el.json b/umap/static/umap/locale/el.json index bf578378..7bd6f8a1 100644 --- a/umap/static/umap/locale/el.json +++ b/umap/static/umap/locale/el.json @@ -116,6 +116,8 @@ "Choose the format of the data to import": "Επιλέξτε τη μορφοποίηση των δεδομένων που θα εισαχθούν", "Choose the layer to import in": "Επιλέξτε το επίπεδο στο οποίο θα η εισαγωγή", "Click last point to finish shape ({distance})": "Πατήστε στο τελευταίο σημείο για να ολοκληρωθεί το σχήμα ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Πατήστε για την εισαγωγή σημείου", "Click to continue drawing ({distance})": "Πατήστε για συνέχεια σχεδίασης ({distance})", "Click to edit": "Πατήστε για επεξεργασία", diff --git a/umap/static/umap/locale/en.js b/umap/static/umap/locale/en.js index 7ed59032..cf7d551c 100644 --- a/umap/static/umap/locale/en.js +++ b/umap/static/umap/locale/en.js @@ -116,6 +116,8 @@ var locale = { "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", "Click last point to finish shape ({distance})": "Click last point to finish shape ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Click to add a marker", "Click to continue drawing ({distance})": "Click to continue drawing ({distance})", "Click to edit": "Click to edit", @@ -384,4 +386,4 @@ var locale = { "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map" }; L.registerLocale("en", locale); -L.setLocale("en"); \ No newline at end of file +L.setLocale("en"); diff --git a/umap/static/umap/locale/en.json b/umap/static/umap/locale/en.json index 342591aa..f2c8f3ea 100644 --- a/umap/static/umap/locale/en.json +++ b/umap/static/umap/locale/en.json @@ -116,6 +116,8 @@ "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", "Click last point to finish shape ({distance})": "Click last point to finish shape ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Click to add a marker", "Click to continue drawing ({distance})": "Click to continue drawing ({distance})", "Click to edit": "Click to edit", @@ -382,4 +384,4 @@ "Permanent credits background": "Permanent credits background", "Select data": "Select data", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map" -} \ 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 e2c1c72c..ee833ce4 100644 --- a/umap/static/umap/locale/en_US.json +++ b/umap/static/umap/locale/en_US.json @@ -116,6 +116,8 @@ "Choose the format of the data to import": "Data format:", "Choose the layer to import in": "Import into layer:", "Click last point to finish shape ({distance})": "Click last point to finish shape ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Click to add a marker", "Click to continue drawing ({distance})": "Click to continue drawing ({distance})", "Click to edit": "Click to edit", @@ -382,4 +384,4 @@ "Permanent credits background": "Permanent credits background", "Select data": "Select data", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map" -} \ No newline at end of file +} diff --git a/umap/static/umap/locale/es.js b/umap/static/umap/locale/es.js index 5b9fd838..a9a1290b 100644 --- a/umap/static/umap/locale/es.js +++ b/umap/static/umap/locale/es.js @@ -116,6 +116,8 @@ var locale = { "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", "Click last point to finish shape ({distance})": "Haga clic en el último punto para terminar la figura ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Haga clic para añadir un marcador", "Click to continue drawing ({distance})": "Haga clic para continuar dibujando ({distance})", "Click to edit": "Clic para editar", diff --git a/umap/static/umap/locale/es.json b/umap/static/umap/locale/es.json index 7fae6e69..a3b4e7d6 100644 --- a/umap/static/umap/locale/es.json +++ b/umap/static/umap/locale/es.json @@ -116,6 +116,8 @@ "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", "Click last point to finish shape ({distance})": "Haga clic en el último punto para terminar la figura ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Haga clic para añadir un marcador", "Click to continue drawing ({distance})": "Haga clic para continuar dibujando ({distance})", "Click to edit": "Clic para editar", diff --git a/umap/static/umap/locale/et.js b/umap/static/umap/locale/et.js index 9d0077a7..90bd92fa 100644 --- a/umap/static/umap/locale/et.js +++ b/umap/static/umap/locale/et.js @@ -116,6 +116,8 @@ var locale = { "Choose the format of the data to import": "Vali importimise andmevorming", "Choose the layer to import in": "Vali kiht, millesse importida", "Click last point to finish shape ({distance})": "Klõpsa kujundi lõpetamiseks viimasel punktil ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Klõpsa markeri lisamiseks", "Click to continue drawing ({distance})": "Klõpsa joonistamise jätkamiseks ({distance})", "Click to edit": "Klõpsa muutmiseks", diff --git a/umap/static/umap/locale/et.json b/umap/static/umap/locale/et.json index f0fc5240..854d1875 100644 --- a/umap/static/umap/locale/et.json +++ b/umap/static/umap/locale/et.json @@ -116,6 +116,8 @@ "Choose the format of the data to import": "Vali importimise andmevorming", "Choose the layer to import in": "Vali kiht, millesse importida", "Click last point to finish shape ({distance})": "Klõpsa kujundi lõpetamiseks viimasel punktil ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Klõpsa markeri lisamiseks", "Click to continue drawing ({distance})": "Klõpsa joonistamise jätkamiseks ({distance})", "Click to edit": "Klõpsa muutmiseks", diff --git a/umap/static/umap/locale/fa_IR.js b/umap/static/umap/locale/fa_IR.js index 8096f77c..cf4c20f2 100644 --- a/umap/static/umap/locale/fa_IR.js +++ b/umap/static/umap/locale/fa_IR.js @@ -116,6 +116,8 @@ var locale = { "Choose the format of the data to import": "قالب داده را برای وارد کردن انتخاب کنید", "Choose the layer to import in": "لایه ای را برای وارد کردن انتخاب کنید", "Click last point to finish shape ({distance})": "برای پایان دادن به شکل روی آخرین نقطه کلیک کنید ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "برای افزودن نشانگر کلیک کنید", "Click to continue drawing ({distance})": "برای ادامه ترسیم کلیک کنید ({distance})", "Click to edit": "برای ویرایش کلیک کنید", diff --git a/umap/static/umap/locale/fa_IR.json b/umap/static/umap/locale/fa_IR.json index ed76ee59..a097e454 100644 --- a/umap/static/umap/locale/fa_IR.json +++ b/umap/static/umap/locale/fa_IR.json @@ -116,6 +116,8 @@ "Choose the format of the data to import": "قالب داده را برای وارد کردن انتخاب کنید", "Choose the layer to import in": "لایه ای را برای وارد کردن انتخاب کنید", "Click last point to finish shape ({distance})": "برای پایان دادن به شکل روی آخرین نقطه کلیک کنید ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "برای افزودن نشانگر کلیک کنید", "Click to continue drawing ({distance})": "برای ادامه ترسیم کلیک کنید ({distance})", "Click to edit": "برای ویرایش کلیک کنید", diff --git a/umap/static/umap/locale/fi.js b/umap/static/umap/locale/fi.js index 1f70f237..aea43e74 100644 --- a/umap/static/umap/locale/fi.js +++ b/umap/static/umap/locale/fi.js @@ -116,6 +116,8 @@ var locale = { "Choose the format of the data to import": "Valitse tuotavien tietojen formaatti", "Choose the layer to import in": "Valitse kerros johon tieto tuodaan", "Click last point to finish shape ({distance})": "Klikkaa viimeistä pistettä täydentääksesi muodon ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Klikkaa lisätäksesi karttamerkki", "Click to continue drawing ({distance})": "Klikkaa jatkaaksesi piirtämistä ({distance})", "Click to edit": "Klikkaa muokataksesi", diff --git a/umap/static/umap/locale/fi.json b/umap/static/umap/locale/fi.json index c8be4403..f4fe793d 100644 --- a/umap/static/umap/locale/fi.json +++ b/umap/static/umap/locale/fi.json @@ -116,6 +116,8 @@ "Choose the format of the data to import": "Valitse tuotavien tietojen formaatti", "Choose the layer to import in": "Valitse kerros johon tieto tuodaan", "Click last point to finish shape ({distance})": "Klikkaa viimeistä pistettä täydentääksesi muodon ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Klikkaa lisätäksesi karttamerkki", "Click to continue drawing ({distance})": "Klikkaa jatkaaksesi piirtämistä ({distance})", "Click to edit": "Klikkaa muokataksesi", diff --git a/umap/static/umap/locale/fr.js b/umap/static/umap/locale/fr.js index 4892d9b3..0ec75106 100644 --- a/umap/static/umap/locale/fr.js +++ b/umap/static/umap/locale/fr.js @@ -116,6 +116,8 @@ var locale = { "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", "Click last point to finish shape ({distance})": "Cliquer sur le dernier point pour finir le tracé ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Cliquer pour ajouter le marqueur", "Click to continue drawing ({distance})": "Cliquer pour continuer le tracé ({distance})", "Click to edit": "Cliquer pour modifier", diff --git a/umap/static/umap/locale/fr.json b/umap/static/umap/locale/fr.json index 9edc3430..226b85de 100644 --- a/umap/static/umap/locale/fr.json +++ b/umap/static/umap/locale/fr.json @@ -116,6 +116,8 @@ "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", "Click last point to finish shape ({distance})": "Cliquer sur le dernier point pour finir le tracé ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Cliquer pour ajouter le marqueur", "Click to continue drawing ({distance})": "Cliquer pour continuer le tracé ({distance})", "Click to edit": "Cliquer pour modifier", diff --git a/umap/static/umap/locale/gl.js b/umap/static/umap/locale/gl.js index 02b7aad2..ccf03be6 100644 --- a/umap/static/umap/locale/gl.js +++ b/umap/static/umap/locale/gl.js @@ -116,6 +116,8 @@ var locale = { "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", "Click last point to finish shape ({distance})": "Preme no derradeiro punto para rematar a forma ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Preme para engadir unha marcaxe", "Click to continue drawing ({distance})": "Preme para seguir debuxando ({distance})", "Click to edit": "Preme para editar", diff --git a/umap/static/umap/locale/gl.json b/umap/static/umap/locale/gl.json index baab1c69..8335472d 100644 --- a/umap/static/umap/locale/gl.json +++ b/umap/static/umap/locale/gl.json @@ -116,6 +116,8 @@ "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", "Click last point to finish shape ({distance})": "Preme no derradeiro punto para rematar a forma ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Preme para engadir unha marcaxe", "Click to continue drawing ({distance})": "Preme para seguir debuxando ({distance})", "Click to edit": "Preme para editar", diff --git a/umap/static/umap/locale/he.js b/umap/static/umap/locale/he.js index a273dade..91b8f903 100644 --- a/umap/static/umap/locale/he.js +++ b/umap/static/umap/locale/he.js @@ -116,6 +116,8 @@ var locale = { "Choose the format of the data to import": "נא לבחור את תצורת הנתונים לייבוא", "Choose the layer to import in": "נא לבחור את השכבה אליה יתבצע הייבוא", "Click last point to finish shape ({distance})": "יש ללחוץ על הנקודה האחרונה כדי לסיים את הצורה ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "יש ללחוץ כדי להוסיף סמן", "Click to continue drawing ({distance})": "יש ללחוץ כדי להמשיך בציור ({distance})", "Click to edit": "יש ללחוץ כדי לערוך", diff --git a/umap/static/umap/locale/he.json b/umap/static/umap/locale/he.json index 74eb9846..201701f2 100644 --- a/umap/static/umap/locale/he.json +++ b/umap/static/umap/locale/he.json @@ -116,6 +116,8 @@ "Choose the format of the data to import": "נא לבחור את תצורת הנתונים לייבוא", "Choose the layer to import in": "נא לבחור את השכבה אליה יתבצע הייבוא", "Click last point to finish shape ({distance})": "יש ללחוץ על הנקודה האחרונה כדי לסיים את הצורה ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "יש ללחוץ כדי להוסיף סמן", "Click to continue drawing ({distance})": "יש ללחוץ כדי להמשיך בציור ({distance})", "Click to edit": "יש ללחוץ כדי לערוך", diff --git a/umap/static/umap/locale/hr.js b/umap/static/umap/locale/hr.js index ee35e08f..1bf1b356 100644 --- a/umap/static/umap/locale/hr.js +++ b/umap/static/umap/locale/hr.js @@ -116,6 +116,8 @@ var locale = { "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", "Click last point to finish shape ({distance})": "Click last point to finish shape ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Click to add a marker", "Click to continue drawing ({distance})": "Click to continue drawing ({distance})", "Click to edit": "Click to edit", diff --git a/umap/static/umap/locale/hr.json b/umap/static/umap/locale/hr.json index c9cc5c48..f19956b2 100644 --- a/umap/static/umap/locale/hr.json +++ b/umap/static/umap/locale/hr.json @@ -116,6 +116,8 @@ "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", "Click last point to finish shape ({distance})": "Click last point to finish shape ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Click to add a marker", "Click to continue drawing ({distance})": "Click to continue drawing ({distance})", "Click to edit": "Click to edit", diff --git a/umap/static/umap/locale/hu.js b/umap/static/umap/locale/hu.js index 433299fd..a7fc0629 100644 --- a/umap/static/umap/locale/hu.js +++ b/umap/static/umap/locale/hu.js @@ -116,6 +116,8 @@ var locale = { "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", "Click last point to finish shape ({distance})": "Az alakzat befejezéséhez kattintson az utolsó pontra ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Jelölő hozzáadásához kattintson", "Click to continue drawing ({distance})": "Kattintson a rajzolás folytatásához ({distance})", "Click to edit": "Kattintson a szerkesztéshez", diff --git a/umap/static/umap/locale/hu.json b/umap/static/umap/locale/hu.json index 0a7efaee..fc92df27 100644 --- a/umap/static/umap/locale/hu.json +++ b/umap/static/umap/locale/hu.json @@ -116,6 +116,8 @@ "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", "Click last point to finish shape ({distance})": "Az alakzat befejezéséhez kattintson az utolsó pontra ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Jelölő hozzáadásához kattintson", "Click to continue drawing ({distance})": "Kattintson a rajzolás folytatásához ({distance})", "Click to edit": "Kattintson a szerkesztéshez", diff --git a/umap/static/umap/locale/id.js b/umap/static/umap/locale/id.js index 3ca05624..bc7e7e18 100644 --- a/umap/static/umap/locale/id.js +++ b/umap/static/umap/locale/id.js @@ -116,6 +116,8 @@ var locale = { "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", "Click last point to finish shape ({distance})": "Click last point to finish shape ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Click to add a marker", "Click to continue drawing ({distance})": "Click to continue drawing ({distance})", "Click to edit": "Click to edit", diff --git a/umap/static/umap/locale/id.json b/umap/static/umap/locale/id.json index 342591aa..61e4dd5c 100644 --- a/umap/static/umap/locale/id.json +++ b/umap/static/umap/locale/id.json @@ -116,6 +116,8 @@ "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", "Click last point to finish shape ({distance})": "Click last point to finish shape ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Click to add a marker", "Click to continue drawing ({distance})": "Click to continue drawing ({distance})", "Click to edit": "Click to edit", diff --git a/umap/static/umap/locale/is.js b/umap/static/umap/locale/is.js index 7a94ae54..dec0084b 100644 --- a/umap/static/umap/locale/is.js +++ b/umap/static/umap/locale/is.js @@ -116,6 +116,8 @@ var locale = { "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 í", "Click last point to finish shape ({distance})": "Smelltu á síðasta punktinn til að ljúka lögun ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Smella til að bæta við kortamerki", "Click to continue drawing ({distance})": "Smelltu til að halda áfram að teikna ({distance})", "Click to edit": "Smelltu til að breyta", diff --git a/umap/static/umap/locale/is.json b/umap/static/umap/locale/is.json index 99c02277..f6647e38 100644 --- a/umap/static/umap/locale/is.json +++ b/umap/static/umap/locale/is.json @@ -116,6 +116,8 @@ "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 í", "Click last point to finish shape ({distance})": "Smelltu á síðasta punktinn til að ljúka lögun ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Smella til að bæta við kortamerki", "Click to continue drawing ({distance})": "Smelltu til að halda áfram að teikna ({distance})", "Click to edit": "Smelltu til að breyta", diff --git a/umap/static/umap/locale/it.js b/umap/static/umap/locale/it.js index 7b0cb695..5f8a1156 100644 --- a/umap/static/umap/locale/it.js +++ b/umap/static/umap/locale/it.js @@ -116,6 +116,8 @@ var locale = { "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", "Click last point to finish shape ({distance})": "Click su ultimo punto per completare la geometria ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Clicca per aggiungere un marcatore", "Click to continue drawing ({distance})": "Clic per continuare a disegnare ({distance})", "Click to edit": "Clic per la modifica", diff --git a/umap/static/umap/locale/it.json b/umap/static/umap/locale/it.json index f0cbfc82..75b9bfc0 100644 --- a/umap/static/umap/locale/it.json +++ b/umap/static/umap/locale/it.json @@ -116,6 +116,8 @@ "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", "Click last point to finish shape ({distance})": "Click su ultimo punto per completare la geometria ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Clicca per aggiungere un marcatore", "Click to continue drawing ({distance})": "Clic per continuare a disegnare ({distance})", "Click to edit": "Clic per la modifica", diff --git a/umap/static/umap/locale/ja.js b/umap/static/umap/locale/ja.js index b6723425..6c1defc6 100644 --- a/umap/static/umap/locale/ja.js +++ b/umap/static/umap/locale/ja.js @@ -116,6 +116,8 @@ var locale = { "Choose the format of the data to import": "インポートデータ形式を選択", "Choose the layer to import in": "インポート対象レイヤ選択", "Click last point to finish shape ({distance})": "クリックでシェイプの作成を終了 ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "クリックでマーカー追加", "Click to continue drawing ({distance})": "クリックで描画を継続 ({distance})", "Click to edit": "クリックで編集", diff --git a/umap/static/umap/locale/ja.json b/umap/static/umap/locale/ja.json index 5a124318..732b5341 100644 --- a/umap/static/umap/locale/ja.json +++ b/umap/static/umap/locale/ja.json @@ -116,6 +116,8 @@ "Choose the format of the data to import": "インポートデータ形式を選択", "Choose the layer to import in": "インポート対象レイヤ選択", "Click last point to finish shape ({distance})": "クリックでシェイプの作成を終了 ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "クリックでマーカー追加", "Click to continue drawing ({distance})": "クリックで描画を継続 ({distance})", "Click to edit": "クリックで編集", diff --git a/umap/static/umap/locale/ko.js b/umap/static/umap/locale/ko.js index 6fbc28d3..f414f422 100644 --- a/umap/static/umap/locale/ko.js +++ b/umap/static/umap/locale/ko.js @@ -115,7 +115,9 @@ var locale = { "Choose a preset": "프리셋 선택", "Choose the format of the data to import": "삽입할 데이터의 포맷 선택", "Choose the layer to import in": "삽입할 레이어 선택", - "Click last point to finish shape": "도형을 그만 그리려면 마지막 점을 클릭", + "Click last point to finish shape ({distance})": "도형을 그만 그리려면 마지막 점을 클릭 ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "마커를 추가하려면 클릭", "Click to continue drawing ({distance})": "계속 그리려면 클릭 ({distance})", "Click to edit": "편집하려면 클릭", @@ -384,4 +386,4 @@ var locale = { "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map" }; L.registerLocale("ko", locale); -L.setLocale("ko"); \ No newline at end of file +L.setLocale("ko"); diff --git a/umap/static/umap/locale/ko.json b/umap/static/umap/locale/ko.json index 2a88a84b..65a4ed0a 100644 --- a/umap/static/umap/locale/ko.json +++ b/umap/static/umap/locale/ko.json @@ -115,7 +115,9 @@ "Choose a preset": "프리셋 선택", "Choose the format of the data to import": "삽입할 데이터의 포맷 선택", "Choose the layer to import in": "삽입할 레이어 선택", - "Click last point to finish shape": "도형을 그만 그리려면 마지막 점을 클릭", + "Click last point to finish shape ({distance})": "도형을 그만 그리려면 마지막 점을 클릭 ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "마커를 추가하려면 클릭", "Click to continue drawing ({distance})": "계속 그리려면 클릭 ({distance})", "Click to edit": "편집하려면 클릭", @@ -382,4 +384,4 @@ "Permanent credits background": "Permanent credits background", "Select data": "Select data", "Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map" -} \ No newline at end of file +} diff --git a/umap/static/umap/locale/lt.js b/umap/static/umap/locale/lt.js index b0b975d1..5f106d99 100644 --- a/umap/static/umap/locale/lt.js +++ b/umap/static/umap/locale/lt.js @@ -116,6 +116,8 @@ var locale = { "Choose the format of the data to import": "Pasirinkite importuojamų uomenų formatą", "Choose the layer to import in": "Pasirinkite sluoksnį importavimui", "Click last point to finish shape ({distance})": "Paspauskite ant paskutinio taško kad baigti piešimą ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Paspauskite kad pridėti žymeklį", "Click to continue drawing ({distance})": "Paspauskite kad tęsti piešimą ({distance})", "Click to edit": "Click to edit", diff --git a/umap/static/umap/locale/lt.json b/umap/static/umap/locale/lt.json index ae52dbb6..985582f9 100644 --- a/umap/static/umap/locale/lt.json +++ b/umap/static/umap/locale/lt.json @@ -116,6 +116,8 @@ "Choose the format of the data to import": "Pasirinkite importuojamų uomenų formatą", "Choose the layer to import in": "Pasirinkite sluoksnį importavimui", "Click last point to finish shape ({distance})": "Paspauskite ant paskutinio taško kad baigti piešimą ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Paspauskite kad pridėti žymeklį", "Click to continue drawing ({distance})": "Paspauskite kad tęsti piešimą ({distance})", "Click to edit": "Click to edit", diff --git a/umap/static/umap/locale/ms.js b/umap/static/umap/locale/ms.js index 6cab6765..2342baa0 100644 --- a/umap/static/umap/locale/ms.js +++ b/umap/static/umap/locale/ms.js @@ -116,6 +116,8 @@ var locale = { "Choose the format of the data to import": "Pilih format data yang ingin diimport", "Choose the layer to import in": "Pilih lapisan untuk diimport", "Click last point to finish shape ({distance})": "Klik titik akhir untuk lengkapkan bentuk ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Klik untuk tambahkan penanda", "Click to continue drawing ({distance})": "Klik untuk terus melukis ({distance})", "Click to edit": "Klik untuk menyunting", diff --git a/umap/static/umap/locale/ms.json b/umap/static/umap/locale/ms.json index c1edb679..53a52da2 100644 --- a/umap/static/umap/locale/ms.json +++ b/umap/static/umap/locale/ms.json @@ -116,6 +116,8 @@ "Choose the format of the data to import": "Pilih format data yang ingin diimport", "Choose the layer to import in": "Pilih lapisan untuk diimport", "Click last point to finish shape ({distance})": "Klik titik akhir untuk lengkapkan bentuk ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Klik untuk tambahkan penanda", "Click to continue drawing ({distance})": "Klik untuk terus melukis ({distance})", "Click to edit": "Klik untuk menyunting", diff --git a/umap/static/umap/locale/nl.js b/umap/static/umap/locale/nl.js index 7f28e86c..49f89ef5 100644 --- a/umap/static/umap/locale/nl.js +++ b/umap/static/umap/locale/nl.js @@ -116,6 +116,8 @@ var locale = { "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", "Click last point to finish shape ({distance})": "Klik op het laatste punt om de vorm af te maken ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Klik om een punt toe te voegen", "Click to continue drawing ({distance})": "Klik om te blijven tekenen ({distance})", "Click to edit": "Klik om te bewerken", diff --git a/umap/static/umap/locale/nl.json b/umap/static/umap/locale/nl.json index 4af9e4f9..a1bea26f 100644 --- a/umap/static/umap/locale/nl.json +++ b/umap/static/umap/locale/nl.json @@ -116,6 +116,8 @@ "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", "Click last point to finish shape ({distance})": "Klik op het laatste punt om de vorm af te maken ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Klik om een punt toe te voegen", "Click to continue drawing ({distance})": "Klik om te blijven tekenen ({distance})", "Click to edit": "Klik om te bewerken", diff --git a/umap/static/umap/locale/no.js b/umap/static/umap/locale/no.js index 72d8c2db..726be407 100644 --- a/umap/static/umap/locale/no.js +++ b/umap/static/umap/locale/no.js @@ -116,6 +116,8 @@ var locale = { "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", "Click last point to finish shape ({distance})": "Click last point to finish shape ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Klikk for å legge til en markør", "Click to continue drawing ({distance})": "Klikk for å fortsette å tegne ({distance})", "Click to edit": "Klikk for å redigere", diff --git a/umap/static/umap/locale/no.json b/umap/static/umap/locale/no.json index b43e7453..7b1a0992 100644 --- a/umap/static/umap/locale/no.json +++ b/umap/static/umap/locale/no.json @@ -116,6 +116,8 @@ "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", "Click last point to finish shape ({distance})": "Click last point to finish shape ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Klikk for å legge til en markør", "Click to continue drawing ({distance})": "Klikk for å fortsette å tegne ({distance})", "Click to edit": "Klikk for å redigere", diff --git a/umap/static/umap/locale/pl.js b/umap/static/umap/locale/pl.js index 638fcc95..d46090cb 100644 --- a/umap/static/umap/locale/pl.js +++ b/umap/static/umap/locale/pl.js @@ -116,6 +116,8 @@ var locale = { "Choose the format of the data to import": "Wybierz format importowanych danych", "Choose the layer to import in": "Wybierz warstwę docelową", "Click last point to finish shape ({distance})": "Kliknij ostatni punkt, aby zakończyć rysowanie ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Kliknij, aby dodać znacznik", "Click to continue drawing ({distance})": "Kliknij, aby kontynuować rysowanie ({distance})", "Click to edit": "Kliknij, aby edytować", diff --git a/umap/static/umap/locale/pl.json b/umap/static/umap/locale/pl.json index 2360be72..4ea34066 100644 --- a/umap/static/umap/locale/pl.json +++ b/umap/static/umap/locale/pl.json @@ -116,6 +116,8 @@ "Choose the format of the data to import": "Wybierz format importowanych danych", "Choose the layer to import in": "Wybierz warstwę docelową", "Click last point to finish shape ({distance})": "Kliknij ostatni punkt, aby zakończyć rysowanie ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Kliknij, aby dodać znacznik", "Click to continue drawing ({distance})": "Kliknij, aby kontynuować rysowanie ({distance})", "Click to edit": "Kliknij, aby edytować", diff --git a/umap/static/umap/locale/pl_PL.json b/umap/static/umap/locale/pl_PL.json index 342591aa..61e4dd5c 100644 --- a/umap/static/umap/locale/pl_PL.json +++ b/umap/static/umap/locale/pl_PL.json @@ -116,6 +116,8 @@ "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", "Click last point to finish shape ({distance})": "Click last point to finish shape ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Click to add a marker", "Click to continue drawing ({distance})": "Click to continue drawing ({distance})", "Click to edit": "Click to edit", diff --git a/umap/static/umap/locale/pt.js b/umap/static/umap/locale/pt.js index 8b1be5c3..7a3a0369 100644 --- a/umap/static/umap/locale/pt.js +++ b/umap/static/umap/locale/pt.js @@ -116,6 +116,8 @@ var locale = { "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", "Click last point to finish shape ({distance})": "Clique no último ponto para terminar a forma geométrica ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Clique para adicionar um marcador", "Click to continue drawing ({distance})": "Clique para continuar a desenhar ({distance})", "Click to edit": "Clique para editar", diff --git a/umap/static/umap/locale/pt.json b/umap/static/umap/locale/pt.json index 689a5baf..1879567a 100644 --- a/umap/static/umap/locale/pt.json +++ b/umap/static/umap/locale/pt.json @@ -116,6 +116,8 @@ "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", "Click last point to finish shape ({distance})": "Clique no último ponto para terminar a forma geométrica ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Clique para adicionar um marcador", "Click to continue drawing ({distance})": "Clique para continuar a desenhar ({distance})", "Click to edit": "Clique para editar", diff --git a/umap/static/umap/locale/pt_BR.js b/umap/static/umap/locale/pt_BR.js index 5025a8a5..cd749263 100644 --- a/umap/static/umap/locale/pt_BR.js +++ b/umap/static/umap/locale/pt_BR.js @@ -116,6 +116,8 @@ var locale = { "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", "Click last point to finish shape ({distance})": "Clique no último ponto para terminar a forma geométrica ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Clique para adicionar um marcador", "Click to continue drawing ({distance})": "Clique para continuar a desenhar ({distance})", "Click to edit": "Clique para editar", diff --git a/umap/static/umap/locale/pt_BR.json b/umap/static/umap/locale/pt_BR.json index 604c82ea..9d577abf 100644 --- a/umap/static/umap/locale/pt_BR.json +++ b/umap/static/umap/locale/pt_BR.json @@ -116,6 +116,8 @@ "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", "Click last point to finish shape ({distance})": "Clique no último ponto para terminar a forma geométrica ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Clique para adicionar um marcador", "Click to continue drawing ({distance})": "Clique para continuar a desenhar ({distance})", "Click to edit": "Clique para editar", diff --git a/umap/static/umap/locale/pt_PT.js b/umap/static/umap/locale/pt_PT.js index e82f85f2..3080ef37 100644 --- a/umap/static/umap/locale/pt_PT.js +++ b/umap/static/umap/locale/pt_PT.js @@ -116,6 +116,8 @@ var locale = { "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", "Click last point to finish shape ({distance})": "Clique no último ponto para terminar a forma geométrica ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Clique para adicionar um marcador", "Click to continue drawing ({distance})": "Clique para continuar a desenhar ({distance})", "Click to edit": "Clique para editar", diff --git a/umap/static/umap/locale/pt_PT.json b/umap/static/umap/locale/pt_PT.json index 97385c53..37ecf756 100644 --- a/umap/static/umap/locale/pt_PT.json +++ b/umap/static/umap/locale/pt_PT.json @@ -116,6 +116,8 @@ "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", "Click last point to finish shape ({distance})": "Clique no último ponto para terminar a forma geométrica ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Clique para adicionar um marcador", "Click to continue drawing ({distance})": "Clique para continuar a desenhar ({distance})", "Click to edit": "Clique para editar", diff --git a/umap/static/umap/locale/ro.js b/umap/static/umap/locale/ro.js index fe4ce89e..db0e1f66 100644 --- a/umap/static/umap/locale/ro.js +++ b/umap/static/umap/locale/ro.js @@ -116,6 +116,8 @@ var locale = { "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", "Click last point to finish shape ({distance})": "Click last point to finish shape ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Click to add a marker", "Click to continue drawing ({distance})": "Click to continue drawing ({distance})", "Click to edit": "Click to edit", diff --git a/umap/static/umap/locale/ro.json b/umap/static/umap/locale/ro.json index 89db5639..7eaef50a 100644 --- a/umap/static/umap/locale/ro.json +++ b/umap/static/umap/locale/ro.json @@ -116,6 +116,8 @@ "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", "Click last point to finish shape ({distance})": "Click last point to finish shape ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Click to add a marker", "Click to continue drawing ({distance})": "Click to continue drawing ({distance})", "Click to edit": "Click to edit", diff --git a/umap/static/umap/locale/ru.js b/umap/static/umap/locale/ru.js index 9f687c63..065aae09 100644 --- a/umap/static/umap/locale/ru.js +++ b/umap/static/umap/locale/ru.js @@ -116,6 +116,8 @@ var locale = { "Choose the format of the data to import": "Выберите формат данных для импорта", "Choose the layer to import in": "Выбрать слой для импорта в него", "Click last point to finish shape ({distance})": "Щёлкните на последней точке, чтобы завершить ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Щёлкните, чтобы добавить метку", "Click to continue drawing ({distance})": "Щёлкайте, чтобы продолжить рисование ({distance})", "Click to edit": "Щёлкните, чтобы изменить", diff --git a/umap/static/umap/locale/ru.json b/umap/static/umap/locale/ru.json index 77d960c6..25710b8a 100644 --- a/umap/static/umap/locale/ru.json +++ b/umap/static/umap/locale/ru.json @@ -116,6 +116,8 @@ "Choose the format of the data to import": "Выберите формат данных для импорта", "Choose the layer to import in": "Выбрать слой для импорта в него", "Click last point to finish shape ({distance})": "Щёлкните на последней точке, чтобы завершить ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Щёлкните, чтобы добавить метку", "Click to continue drawing ({distance})": "Щёлкайте, чтобы продолжить рисование ({distance})", "Click to edit": "Щёлкните, чтобы изменить", diff --git a/umap/static/umap/locale/si_LK.js b/umap/static/umap/locale/si_LK.js index e169a5be..2abbc430 100644 --- a/umap/static/umap/locale/si_LK.js +++ b/umap/static/umap/locale/si_LK.js @@ -116,6 +116,8 @@ var locale = { "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", "Click last point to finish shape ({distance})": "Click last point to finish shape ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Click to add a marker", "Click to continue drawing ({distance})": "Click to continue drawing ({distance})", "Click to edit": "Click to edit", diff --git a/umap/static/umap/locale/si_LK.json b/umap/static/umap/locale/si_LK.json index 342591aa..61e4dd5c 100644 --- a/umap/static/umap/locale/si_LK.json +++ b/umap/static/umap/locale/si_LK.json @@ -116,6 +116,8 @@ "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", "Click last point to finish shape ({distance})": "Click last point to finish shape ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Click to add a marker", "Click to continue drawing ({distance})": "Click to continue drawing ({distance})", "Click to edit": "Click to edit", diff --git a/umap/static/umap/locale/sk_SK.js b/umap/static/umap/locale/sk_SK.js index cb142691..28670696 100644 --- a/umap/static/umap/locale/sk_SK.js +++ b/umap/static/umap/locale/sk_SK.js @@ -116,6 +116,8 @@ var locale = { "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ť", "Click last point to finish shape ({distance})": "Kliknite na posledný bod pre dokončenie tvaru ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Kliknutím pridáte značku", "Click to continue drawing ({distance})": "Kliknutím môžete pokračovať v kreslení ({distance})", "Click to edit": "Kliknutím upravte", diff --git a/umap/static/umap/locale/sk_SK.json b/umap/static/umap/locale/sk_SK.json index 38da6622..1856a94e 100644 --- a/umap/static/umap/locale/sk_SK.json +++ b/umap/static/umap/locale/sk_SK.json @@ -116,6 +116,8 @@ "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ť", "Click last point to finish shape ({distance})": "Kliknite na posledný bod pre dokončenie tvaru ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Kliknutím pridáte značku", "Click to continue drawing ({distance})": "Kliknutím môžete pokračovať v kreslení ({distance})", "Click to edit": "Kliknutím upravte", diff --git a/umap/static/umap/locale/sl.js b/umap/static/umap/locale/sl.js index 08aeb9fc..32164f5c 100644 --- a/umap/static/umap/locale/sl.js +++ b/umap/static/umap/locale/sl.js @@ -116,6 +116,8 @@ var locale = { "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", "Click last point to finish shape ({distance})": "Kliknite na zadnjo točko za dokončanje risanja oblike ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Kliknite za dodajanje označbe", "Click to continue drawing ({distance})": "Kliknite za nadaljevanje risanja ({distance})", "Click to edit": "Kliknite za urejanje", diff --git a/umap/static/umap/locale/sl.json b/umap/static/umap/locale/sl.json index efeb046f..2b7e7786 100644 --- a/umap/static/umap/locale/sl.json +++ b/umap/static/umap/locale/sl.json @@ -116,6 +116,8 @@ "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", "Click last point to finish shape ({distance})": "Kliknite na zadnjo točko za dokončanje risanja oblike ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Kliknite za dodajanje označbe", "Click to continue drawing ({distance})": "Kliknite za nadaljevanje risanja ({distance})", "Click to edit": "Kliknite za urejanje", diff --git a/umap/static/umap/locale/sr.js b/umap/static/umap/locale/sr.js index f6b2e7a1..61bcd468 100644 --- a/umap/static/umap/locale/sr.js +++ b/umap/static/umap/locale/sr.js @@ -116,6 +116,8 @@ var locale = { "Choose the format of the data to import": "Изаберите формат података за увоз", "Choose the layer to import in": "Одабери лејер за увоз", "Click last point to finish shape ({distance})": "Кликните на последњу тачку да бисте довршили облик ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Клик за додавање ознаке", "Click to continue drawing ({distance})": "Клик да наставите са цртањем ({distance})", "Click to edit": "Клик за уређивање", diff --git a/umap/static/umap/locale/sr.json b/umap/static/umap/locale/sr.json index 1964eaeb..657ebdff 100644 --- a/umap/static/umap/locale/sr.json +++ b/umap/static/umap/locale/sr.json @@ -116,6 +116,8 @@ "Choose the format of the data to import": "Изаберите формат података за увоз", "Choose the layer to import in": "Одабери лејер за увоз", "Click last point to finish shape ({distance})": "Кликните на последњу тачку да бисте довршили облик ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Клик за додавање ознаке", "Click to continue drawing ({distance})": "Клик да наставите са цртањем ({distance})", "Click to edit": "Клик за уређивање", diff --git a/umap/static/umap/locale/sv.js b/umap/static/umap/locale/sv.js index b5a306c0..d75f099d 100644 --- a/umap/static/umap/locale/sv.js +++ b/umap/static/umap/locale/sv.js @@ -116,6 +116,8 @@ var locale = { "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", "Click last point to finish shape ({distance})": "Klicka på sista punkten för att slutföra formen ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Klicka för att lägga till en markör", "Click to continue drawing ({distance})": "Klicka för att fortsätta rita ({distance})", "Click to edit": "Klicka för att redigera", diff --git a/umap/static/umap/locale/sv.json b/umap/static/umap/locale/sv.json index e058876f..97df0f7e 100644 --- a/umap/static/umap/locale/sv.json +++ b/umap/static/umap/locale/sv.json @@ -116,6 +116,8 @@ "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", "Click last point to finish shape ({distance})": "Klicka på sista punkten för att slutföra formen ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Klicka för att lägga till en markör", "Click to continue drawing ({distance})": "Klicka för att fortsätta rita ({distance})", "Click to edit": "Klicka för att redigera", diff --git a/umap/static/umap/locale/th_TH.js b/umap/static/umap/locale/th_TH.js index 2a0dd793..ae656d13 100644 --- a/umap/static/umap/locale/th_TH.js +++ b/umap/static/umap/locale/th_TH.js @@ -116,6 +116,8 @@ var locale = { "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", "Click last point to finish shape ({distance})": "Click last point to finish shape ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Click to add a marker", "Click to continue drawing ({distance})": "Click to continue drawing ({distance})", "Click to edit": "Click to edit", diff --git a/umap/static/umap/locale/th_TH.json b/umap/static/umap/locale/th_TH.json index 342591aa..61e4dd5c 100644 --- a/umap/static/umap/locale/th_TH.json +++ b/umap/static/umap/locale/th_TH.json @@ -116,6 +116,8 @@ "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", "Click last point to finish shape ({distance})": "Click last point to finish shape ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Click to add a marker", "Click to continue drawing ({distance})": "Click to continue drawing ({distance})", "Click to edit": "Click to edit", diff --git a/umap/static/umap/locale/tr.js b/umap/static/umap/locale/tr.js index 24abcf9a..80b4c1c4 100644 --- a/umap/static/umap/locale/tr.js +++ b/umap/static/umap/locale/tr.js @@ -116,6 +116,8 @@ var locale = { "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ç", "Click last point to finish shape ({distance})": "Şekli bitirmek için son noktaya tıklayın ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Bir işaretleyici eklemek için tıklayın", "Click to continue drawing ({distance})": "Çizime devam etmek için tıklayın ({distance})", "Click to edit": "Düzenlemek için tıkla", diff --git a/umap/static/umap/locale/tr.json b/umap/static/umap/locale/tr.json index a41b52b2..bb06214d 100644 --- a/umap/static/umap/locale/tr.json +++ b/umap/static/umap/locale/tr.json @@ -116,6 +116,8 @@ "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ç", "Click last point to finish shape ({distance})": "Şekli bitirmek için son noktaya tıklayın ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Bir işaretleyici eklemek için tıklayın", "Click to continue drawing ({distance})": "Çizime devam etmek için tıklayın ({distance})", "Click to edit": "Düzenlemek için tıkla", diff --git a/umap/static/umap/locale/uk_UA.js b/umap/static/umap/locale/uk_UA.js index 2377d932..1ac1fc25 100644 --- a/umap/static/umap/locale/uk_UA.js +++ b/umap/static/umap/locale/uk_UA.js @@ -116,6 +116,8 @@ var locale = { "Choose the format of the data to import": "Виберіть формат даних для імпорту", "Choose the layer to import in": "Виберіть шар для імпорту в нього", "Click last point to finish shape ({distance})": "Клацніть на останній точці, щоб завершити ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Клацніть, щоб додати позначку", "Click to continue drawing ({distance})": "Клацайте, щоб продовжити креслення ({distance})", "Click to edit": "Натисніть для редагування", diff --git a/umap/static/umap/locale/uk_UA.json b/umap/static/umap/locale/uk_UA.json index 85a094c7..5c8c42f7 100644 --- a/umap/static/umap/locale/uk_UA.json +++ b/umap/static/umap/locale/uk_UA.json @@ -116,6 +116,8 @@ "Choose the format of the data to import": "Виберіть формат даних для імпорту", "Choose the layer to import in": "Виберіть шар для імпорту в нього", "Click last point to finish shape ({distance})": "Клацніть на останній точці, щоб завершити ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Клацніть, щоб додати позначку", "Click to continue drawing ({distance})": "Клацайте, щоб продовжити креслення ({distance})", "Click to edit": "Натисніть для редагування", diff --git a/umap/static/umap/locale/vi.js b/umap/static/umap/locale/vi.js index c07152f7..5ecf103e 100644 --- a/umap/static/umap/locale/vi.js +++ b/umap/static/umap/locale/vi.js @@ -116,6 +116,8 @@ var locale = { "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", "Click last point to finish shape ({distance})": "Click last point to finish shape ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Click to add a marker", "Click to continue drawing ({distance})": "Click to continue drawing ({distance})", "Click to edit": "Click to edit", diff --git a/umap/static/umap/locale/vi.json b/umap/static/umap/locale/vi.json index 33105f9d..c141dd8d 100644 --- a/umap/static/umap/locale/vi.json +++ b/umap/static/umap/locale/vi.json @@ -116,6 +116,8 @@ "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", "Click last point to finish shape ({distance})": "Click last point to finish shape ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Click to add a marker", "Click to continue drawing ({distance})": "Click to continue drawing ({distance})", "Click to edit": "Click to edit", diff --git a/umap/static/umap/locale/vi_VN.json b/umap/static/umap/locale/vi_VN.json index 342591aa..61e4dd5c 100644 --- a/umap/static/umap/locale/vi_VN.json +++ b/umap/static/umap/locale/vi_VN.json @@ -116,6 +116,8 @@ "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", "Click last point to finish shape ({distance})": "Click last point to finish shape ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Click to add a marker", "Click to continue drawing ({distance})": "Click to continue drawing ({distance})", "Click to edit": "Click to edit", diff --git a/umap/static/umap/locale/zh.js b/umap/static/umap/locale/zh.js index 8929fb2f..26e2f841 100644 --- a/umap/static/umap/locale/zh.js +++ b/umap/static/umap/locale/zh.js @@ -116,6 +116,8 @@ var locale = { "Choose the format of the data to import": "选择导入的数据格式", "Choose the layer to import in": "选择导入的图层", "Click last point to finish shape ({distance})": "Click last point to finish shape ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Click to add a marker", "Click to continue drawing ({distance})": "Click to continue drawing ({distance})", "Click to edit": "Click to edit", diff --git a/umap/static/umap/locale/zh.json b/umap/static/umap/locale/zh.json index fc07f8d1..1a638b02 100644 --- a/umap/static/umap/locale/zh.json +++ b/umap/static/umap/locale/zh.json @@ -116,6 +116,8 @@ "Choose the format of the data to import": "选择导入的数据格式", "Choose the layer to import in": "选择导入的图层", "Click last point to finish shape ({distance})": "Click last point to finish shape ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Click to add a marker", "Click to continue drawing ({distance})": "Click to continue drawing ({distance})", "Click to edit": "Click to edit", diff --git a/umap/static/umap/locale/zh_CN.json b/umap/static/umap/locale/zh_CN.json index 342591aa..61e4dd5c 100644 --- a/umap/static/umap/locale/zh_CN.json +++ b/umap/static/umap/locale/zh_CN.json @@ -116,6 +116,8 @@ "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", "Click last point to finish shape ({distance})": "Click last point to finish shape ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Click to add a marker", "Click to continue drawing ({distance})": "Click to continue drawing ({distance})", "Click to edit": "Click to edit", diff --git a/umap/static/umap/locale/zh_TW.Big5.json b/umap/static/umap/locale/zh_TW.Big5.json index 342591aa..61e4dd5c 100644 --- a/umap/static/umap/locale/zh_TW.Big5.json +++ b/umap/static/umap/locale/zh_TW.Big5.json @@ -116,6 +116,8 @@ "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", "Click last point to finish shape ({distance})": "Click last point to finish shape ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "Click to add a marker", "Click to continue drawing ({distance})": "Click to continue drawing ({distance})", "Click to edit": "Click to edit", diff --git a/umap/static/umap/locale/zh_TW.js b/umap/static/umap/locale/zh_TW.js index a280cbb2..33d5313d 100644 --- a/umap/static/umap/locale/zh_TW.js +++ b/umap/static/umap/locale/zh_TW.js @@ -116,6 +116,8 @@ var locale = { "Choose the format of the data to import": "選擇匯入的資料格式", "Choose the layer to import in": "選擇匯入圖層", "Click last point to finish shape ({distance})": "點下最後一點後完成外形 ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "點選以新增標記", "Click to continue drawing ({distance})": "點擊以繼續繪製 ({distance})", "Click to edit": "點擊開始編輯", diff --git a/umap/static/umap/locale/zh_TW.json b/umap/static/umap/locale/zh_TW.json index 6fcef9d3..b9f3fde5 100644 --- a/umap/static/umap/locale/zh_TW.json +++ b/umap/static/umap/locale/zh_TW.json @@ -116,6 +116,8 @@ "Choose the format of the data to import": "選擇匯入的資料格式", "Choose the layer to import in": "選擇匯入圖層", "Click last point to finish shape ({distance})": "點下最後一點後完成外形 ({distance})", + "Line distance: {distance}": "Line distance: {distance}", + "Polygon area: {area}": "Polygon area: {area}", "Click to add a marker": "點選以新增標記", "Click to continue drawing ({distance})": "點擊以繼續繪製 ({distance})", "Click to edit": "點擊開始編輯",