From 3d5da276d52eee5307b287a7c0c25e013ee98a9b Mon Sep 17 00:00:00 2001 From: Philip Beelmann Date: Thu, 27 Apr 2023 10:26:35 +0000 Subject: [PATCH] refactor: translation variables --- umap/static/umap/js/umap.controls.js | 4 ++-- umap/static/umap/locale/am_ET.js | 4 ++-- umap/static/umap/locale/am_ET.json | 4 ++-- umap/static/umap/locale/ar.js | 4 ++-- umap/static/umap/locale/ar.json | 4 ++-- umap/static/umap/locale/ast.js | 4 ++-- umap/static/umap/locale/ast.json | 4 ++-- umap/static/umap/locale/bg.js | 4 ++-- umap/static/umap/locale/bg.json | 4 ++-- umap/static/umap/locale/ca.js | 4 ++-- umap/static/umap/locale/ca.json | 4 ++-- umap/static/umap/locale/cs_CZ.js | 4 ++-- umap/static/umap/locale/cs_CZ.json | 4 ++-- umap/static/umap/locale/da.js | 4 ++-- umap/static/umap/locale/da.json | 4 ++-- umap/static/umap/locale/de.js | 4 ++-- umap/static/umap/locale/de.json | 4 ++-- umap/static/umap/locale/el.js | 4 ++-- umap/static/umap/locale/el.json | 4 ++-- 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 | 4 ++-- umap/static/umap/locale/es.json | 4 ++-- umap/static/umap/locale/et.js | 4 ++-- umap/static/umap/locale/et.json | 4 ++-- umap/static/umap/locale/fa_IR.js | 4 ++-- umap/static/umap/locale/fa_IR.json | 4 ++-- umap/static/umap/locale/fi.js | 4 ++-- umap/static/umap/locale/fi.json | 4 ++-- umap/static/umap/locale/fr.js | 4 ++-- umap/static/umap/locale/fr.json | 4 ++-- umap/static/umap/locale/gl.js | 4 ++-- umap/static/umap/locale/gl.json | 4 ++-- umap/static/umap/locale/he.js | 4 ++-- umap/static/umap/locale/he.json | 4 ++-- umap/static/umap/locale/hr.js | 4 ++-- umap/static/umap/locale/hr.json | 4 ++-- umap/static/umap/locale/hu.js | 4 ++-- umap/static/umap/locale/hu.json | 4 ++-- umap/static/umap/locale/id.js | 4 ++-- umap/static/umap/locale/id.json | 4 ++-- umap/static/umap/locale/is.js | 4 ++-- umap/static/umap/locale/is.json | 4 ++-- umap/static/umap/locale/it.js | 4 ++-- umap/static/umap/locale/it.json | 4 ++-- umap/static/umap/locale/ja.js | 4 ++-- umap/static/umap/locale/ja.json | 4 ++-- umap/static/umap/locale/ko.js | 4 ++-- umap/static/umap/locale/ko.json | 4 ++-- umap/static/umap/locale/lt.js | 4 ++-- umap/static/umap/locale/lt.json | 4 ++-- umap/static/umap/locale/ms.js | 4 ++-- umap/static/umap/locale/ms.json | 4 ++-- umap/static/umap/locale/nl.js | 4 ++-- umap/static/umap/locale/nl.json | 4 ++-- umap/static/umap/locale/no.js | 4 ++-- umap/static/umap/locale/no.json | 4 ++-- umap/static/umap/locale/pl.js | 4 ++-- umap/static/umap/locale/pl.json | 4 ++-- umap/static/umap/locale/pl_PL.json | 4 ++-- umap/static/umap/locale/pt.js | 4 ++-- umap/static/umap/locale/pt.json | 4 ++-- umap/static/umap/locale/pt_BR.js | 4 ++-- umap/static/umap/locale/pt_BR.json | 4 ++-- umap/static/umap/locale/pt_PT.js | 4 ++-- umap/static/umap/locale/pt_PT.json | 4 ++-- umap/static/umap/locale/ro.js | 4 ++-- umap/static/umap/locale/ro.json | 4 ++-- umap/static/umap/locale/ru.js | 4 ++-- umap/static/umap/locale/ru.json | 4 ++-- umap/static/umap/locale/si_LK.js | 4 ++-- umap/static/umap/locale/si_LK.json | 4 ++-- umap/static/umap/locale/sk_SK.js | 4 ++-- umap/static/umap/locale/sk_SK.json | 4 ++-- umap/static/umap/locale/sl.js | 4 ++-- umap/static/umap/locale/sl.json | 4 ++-- umap/static/umap/locale/sr.js | 4 ++-- umap/static/umap/locale/sr.json | 4 ++-- umap/static/umap/locale/sv.js | 4 ++-- umap/static/umap/locale/sv.json | 4 ++-- umap/static/umap/locale/th_TH.js | 4 ++-- umap/static/umap/locale/th_TH.json | 4 ++-- umap/static/umap/locale/tr.js | 4 ++-- umap/static/umap/locale/tr.json | 4 ++-- umap/static/umap/locale/uk_UA.js | 4 ++-- umap/static/umap/locale/uk_UA.json | 4 ++-- umap/static/umap/locale/vi.js | 4 ++-- umap/static/umap/locale/vi.json | 4 ++-- umap/static/umap/locale/vi_VN.json | 4 ++-- umap/static/umap/locale/zh.js | 4 ++-- umap/static/umap/locale/zh.json | 4 ++-- umap/static/umap/locale/zh_CN.json | 4 ++-- umap/static/umap/locale/zh_TW.Big5.json | 4 ++-- umap/static/umap/locale/zh_TW.js | 4 ++-- umap/static/umap/locale/zh_TW.json | 4 ++-- 96 files changed, 192 insertions(+), 192 deletions(-) diff --git a/umap/static/umap/js/umap.controls.js b/umap/static/umap/js/umap.controls.js index 383b8312..5eecf5c4 100644 --- a/umap/static/umap/js/umap.controls.js +++ b/umap/static/umap/js/umap.controls.js @@ -1277,9 +1277,9 @@ L.U.Editable = L.Editable.extend({ } else { // when moving an existing point if (e.layer instanceof L.Polygon){ - content = L._('Polygon area: {area}', { area: e.layer.getMeasure() }); + content = L._('Polygon area: {measure}', { measure: e.layer.getMeasure() }); } else if (e.layer instanceof L.Polyline) { - content = L._('Line distance: {distance}', { distance: e.layer.getMeasure() }); + content = L._('Line distance: {measure}', { measure: e.layer.getMeasure() }); } } } diff --git a/umap/static/umap/locale/am_ET.js b/umap/static/umap/locale/am_ET.js index 6b074913..9df8da2d 100644 --- a/umap/static/umap/locale/am_ET.js +++ b/umap/static/umap/locale/am_ET.js @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "መለያ ለመጨመር ጠቅ አድርግ", "Click to continue drawing": "መሳል ለመቀጠል ጠቅ አድርግ", "Click to edit": "ለማረም ጠቅ አድርግ", diff --git a/umap/static/umap/locale/am_ET.json b/umap/static/umap/locale/am_ET.json index 758a6eea..2620d994 100644 --- a/umap/static/umap/locale/am_ET.json +++ b/umap/static/umap/locale/am_ET.json @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "መለያ ለመጨመር ጠቅ አድርግ", "Click to continue drawing": "መሳል ለመቀጠል ጠቅ አድርግ", "Click to edit": "ለማረም ጠቅ አድርግ", diff --git a/umap/static/umap/locale/ar.js b/umap/static/umap/locale/ar.js index 4fc0df26..6849ed5a 100644 --- a/umap/static/umap/locale/ar.js +++ b/umap/static/umap/locale/ar.js @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Click to add a marker", "Click to continue drawing": "Click to continue drawing", "Click to edit": "Click to edit", diff --git a/umap/static/umap/locale/ar.json b/umap/static/umap/locale/ar.json index 45591047..07172705 100644 --- a/umap/static/umap/locale/ar.json +++ b/umap/static/umap/locale/ar.json @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Click to add a marker", "Click to continue drawing": "Click to continue drawing", "Click to edit": "Click to edit", diff --git a/umap/static/umap/locale/ast.js b/umap/static/umap/locale/ast.js index f5bf3524..7db5adf7 100644 --- a/umap/static/umap/locale/ast.js +++ b/umap/static/umap/locale/ast.js @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Click to add a marker", "Click to continue drawing": "Click to continue drawing", "Click to edit": "Click to edit", diff --git a/umap/static/umap/locale/ast.json b/umap/static/umap/locale/ast.json index 1bfea060..155a2322 100644 --- a/umap/static/umap/locale/ast.json +++ b/umap/static/umap/locale/ast.json @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Click to add a marker", "Click to continue drawing": "Click to continue drawing", "Click to edit": "Click to edit", diff --git a/umap/static/umap/locale/bg.js b/umap/static/umap/locale/bg.js index 9c08dbac..ff93565f 100644 --- a/umap/static/umap/locale/bg.js +++ b/umap/static/umap/locale/bg.js @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Click to add a marker", "Click to continue drawing": "Click to continue drawing", "Click to edit": "Click to edit", diff --git a/umap/static/umap/locale/bg.json b/umap/static/umap/locale/bg.json index 42207c93..2e2aad84 100644 --- a/umap/static/umap/locale/bg.json +++ b/umap/static/umap/locale/bg.json @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Click to add a marker", "Click to continue drawing": "Click to continue drawing", "Click to edit": "Click to edit", diff --git a/umap/static/umap/locale/ca.js b/umap/static/umap/locale/ca.js index 44cd72b7..57036e85 100644 --- a/umap/static/umap/locale/ca.js +++ b/umap/static/umap/locale/ca.js @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Feu clic per a afegir una marca", "Click to continue drawing": "Click to continue drawing", "Click to edit": "Click to edit", diff --git a/umap/static/umap/locale/ca.json b/umap/static/umap/locale/ca.json index 3abe7d14..628ed880 100644 --- a/umap/static/umap/locale/ca.json +++ b/umap/static/umap/locale/ca.json @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Feu clic per a afegir una marca", "Click to continue drawing": "Click to continue drawing", "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 550433b8..25ab078e 100644 --- a/umap/static/umap/locale/cs_CZ.js +++ b/umap/static/umap/locale/cs_CZ.js @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Kliknutím přidáš značku", "Click to continue drawing": "Kliknutím můžeš pokračovat v kreslení", "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 614894ae..367ce0f8 100644 --- a/umap/static/umap/locale/cs_CZ.json +++ b/umap/static/umap/locale/cs_CZ.json @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Kliknutím přidáš značku", "Click to continue drawing": "Kliknutím můžeš pokračovat v kreslení", "Click to edit": "Klikněte pro úpravy", diff --git a/umap/static/umap/locale/da.js b/umap/static/umap/locale/da.js index 60d8b854..c6730cb7 100644 --- a/umap/static/umap/locale/da.js +++ b/umap/static/umap/locale/da.js @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Klik for at tilføje en markør", "Click to continue drawing": "Klik for at fortsætte indtegning", "Click to edit": "Klik for at redigere", diff --git a/umap/static/umap/locale/da.json b/umap/static/umap/locale/da.json index 5b208f1b..b3531cfb 100644 --- a/umap/static/umap/locale/da.json +++ b/umap/static/umap/locale/da.json @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Klik for at tilføje en markør", "Click to continue drawing": "Klik for at fortsætte indtegning", "Click to edit": "Klik for at redigere", diff --git a/umap/static/umap/locale/de.js b/umap/static/umap/locale/de.js index 530735d7..0e27a605 100644 --- a/umap/static/umap/locale/de.js +++ b/umap/static/umap/locale/de.js @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Klicke, um einen Marker hinzuzufügen", "Click to continue drawing": "Klicke, um weiter zu zeichnen", "Click to edit": "Zum Bearbeiten klicken", diff --git a/umap/static/umap/locale/de.json b/umap/static/umap/locale/de.json index 92140086..e00d65ca 100644 --- a/umap/static/umap/locale/de.json +++ b/umap/static/umap/locale/de.json @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Klicke, um einen Marker hinzuzufügen", "Click to continue drawing": "Klicke, um weiter zu zeichnen", "Click to edit": "Zum Bearbeiten klicken", diff --git a/umap/static/umap/locale/el.js b/umap/static/umap/locale/el.js index 8dbf8e6d..cedfd308 100644 --- a/umap/static/umap/locale/el.js +++ b/umap/static/umap/locale/el.js @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Πατήστε για την εισαγωγή σημείου", "Click to continue drawing": "Πατήστε για συνέχεια σχεδίασης", "Click to edit": "Πατήστε για επεξεργασία", diff --git a/umap/static/umap/locale/el.json b/umap/static/umap/locale/el.json index f7c87b8a..65717352 100644 --- a/umap/static/umap/locale/el.json +++ b/umap/static/umap/locale/el.json @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Πατήστε για την εισαγωγή σημείου", "Click to continue drawing": "Πατήστε για συνέχεια σχεδίασης", "Click to edit": "Πατήστε για επεξεργασία", diff --git a/umap/static/umap/locale/en.js b/umap/static/umap/locale/en.js index c137aba6..4c223371 100644 --- a/umap/static/umap/locale/en.js +++ b/umap/static/umap/locale/en.js @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Click to add a marker", "Click to continue drawing": "Click to continue drawing", "Click to edit": "Click to edit", diff --git a/umap/static/umap/locale/en.json b/umap/static/umap/locale/en.json index 4ae9daeb..ed224c02 100644 --- a/umap/static/umap/locale/en.json +++ b/umap/static/umap/locale/en.json @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Click to add a marker", "Click to continue drawing": "Click to continue drawing", "Click to edit": "Click to edit", diff --git a/umap/static/umap/locale/en_US.json b/umap/static/umap/locale/en_US.json index 75734974..cf9a378a 100644 --- a/umap/static/umap/locale/en_US.json +++ b/umap/static/umap/locale/en_US.json @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Click to add a marker", "Click to continue drawing": "Click to continue drawing", "Click to edit": "Click to edit", diff --git a/umap/static/umap/locale/es.js b/umap/static/umap/locale/es.js index d8595209..d68bdeec 100644 --- a/umap/static/umap/locale/es.js +++ b/umap/static/umap/locale/es.js @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Haga clic para añadir un marcador", "Click to continue drawing": "Haga clic para continuar dibujando", "Click to edit": "Clic para editar", diff --git a/umap/static/umap/locale/es.json b/umap/static/umap/locale/es.json index 57ec00bc..01d1d38f 100644 --- a/umap/static/umap/locale/es.json +++ b/umap/static/umap/locale/es.json @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Haga clic para añadir un marcador", "Click to continue drawing": "Haga clic para continuar dibujando", "Click to edit": "Clic para editar", diff --git a/umap/static/umap/locale/et.js b/umap/static/umap/locale/et.js index 6c24794e..5aa3651a 100644 --- a/umap/static/umap/locale/et.js +++ b/umap/static/umap/locale/et.js @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Klõpsa markeri lisamiseks", "Click to continue drawing": "Klõpsa joonistamise jätkamiseks", "Click to edit": "Klõpsa muutmiseks", diff --git a/umap/static/umap/locale/et.json b/umap/static/umap/locale/et.json index 9ef49d7e..b8c1ebb5 100644 --- a/umap/static/umap/locale/et.json +++ b/umap/static/umap/locale/et.json @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Klõpsa markeri lisamiseks", "Click to continue drawing": "Klõpsa joonistamise jätkamiseks", "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 6847ec3f..ef450d2a 100644 --- a/umap/static/umap/locale/fa_IR.js +++ b/umap/static/umap/locale/fa_IR.js @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "برای افزودن نشانگر کلیک کنید", "Click to continue drawing": "برای ادامه ترسیم کلیک کنید", "Click to edit": "برای ویرایش کلیک کنید", diff --git a/umap/static/umap/locale/fa_IR.json b/umap/static/umap/locale/fa_IR.json index b65cc363..4f908f5e 100644 --- a/umap/static/umap/locale/fa_IR.json +++ b/umap/static/umap/locale/fa_IR.json @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "برای افزودن نشانگر کلیک کنید", "Click to continue drawing": "برای ادامه ترسیم کلیک کنید", "Click to edit": "برای ویرایش کلیک کنید", diff --git a/umap/static/umap/locale/fi.js b/umap/static/umap/locale/fi.js index f5904003..e6ef7631 100644 --- a/umap/static/umap/locale/fi.js +++ b/umap/static/umap/locale/fi.js @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Klikkaa lisätäksesi karttamerkki", "Click to continue drawing": "Klikkaa jatkaaksesi piirtämistä", "Click to edit": "Klikkaa muokataksesi", diff --git a/umap/static/umap/locale/fi.json b/umap/static/umap/locale/fi.json index 0781c3e4..314d03b0 100644 --- a/umap/static/umap/locale/fi.json +++ b/umap/static/umap/locale/fi.json @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Klikkaa lisätäksesi karttamerkki", "Click to continue drawing": "Klikkaa jatkaaksesi piirtämistä", "Click to edit": "Klikkaa muokataksesi", diff --git a/umap/static/umap/locale/fr.js b/umap/static/umap/locale/fr.js index f4d7ad82..18243c96 100644 --- a/umap/static/umap/locale/fr.js +++ b/umap/static/umap/locale/fr.js @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Cliquer pour ajouter le marqueur", "Click to continue drawing": "Cliquer pour continuer le tracé", "Click to edit": "Cliquer pour modifier", diff --git a/umap/static/umap/locale/fr.json b/umap/static/umap/locale/fr.json index eb3acf53..7661dc32 100644 --- a/umap/static/umap/locale/fr.json +++ b/umap/static/umap/locale/fr.json @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Cliquer pour ajouter le marqueur", "Click to continue drawing": "Cliquer pour continuer le tracé", "Click to edit": "Cliquer pour modifier", diff --git a/umap/static/umap/locale/gl.js b/umap/static/umap/locale/gl.js index e4575157..0e95aff7 100644 --- a/umap/static/umap/locale/gl.js +++ b/umap/static/umap/locale/gl.js @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Preme para engadir unha marcaxe", "Click to continue drawing": "Preme para seguir debuxando", "Click to edit": "Preme para editar", diff --git a/umap/static/umap/locale/gl.json b/umap/static/umap/locale/gl.json index f6e829ed..9e3c8c55 100644 --- a/umap/static/umap/locale/gl.json +++ b/umap/static/umap/locale/gl.json @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Preme para engadir unha marcaxe", "Click to continue drawing": "Preme para seguir debuxando", "Click to edit": "Preme para editar", diff --git a/umap/static/umap/locale/he.js b/umap/static/umap/locale/he.js index 51ce716f..1d3d5ee1 100644 --- a/umap/static/umap/locale/he.js +++ b/umap/static/umap/locale/he.js @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "יש ללחוץ כדי להוסיף סמן", "Click to continue drawing": "יש ללחוץ כדי להמשיך בציור", "Click to edit": "יש ללחוץ כדי לערוך", diff --git a/umap/static/umap/locale/he.json b/umap/static/umap/locale/he.json index 77806963..47daa2c4 100644 --- a/umap/static/umap/locale/he.json +++ b/umap/static/umap/locale/he.json @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "יש ללחוץ כדי להוסיף סמן", "Click to continue drawing": "יש ללחוץ כדי להמשיך בציור", "Click to edit": "יש ללחוץ כדי לערוך", diff --git a/umap/static/umap/locale/hr.js b/umap/static/umap/locale/hr.js index d429fd1c..f91d9bed 100644 --- a/umap/static/umap/locale/hr.js +++ b/umap/static/umap/locale/hr.js @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Click to add a marker", "Click to continue drawing": "Click to continue drawing", "Click to edit": "Click to edit", diff --git a/umap/static/umap/locale/hr.json b/umap/static/umap/locale/hr.json index 97c8d189..e7dfff3c 100644 --- a/umap/static/umap/locale/hr.json +++ b/umap/static/umap/locale/hr.json @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Click to add a marker", "Click to continue drawing": "Click to continue drawing", "Click to edit": "Click to edit", diff --git a/umap/static/umap/locale/hu.js b/umap/static/umap/locale/hu.js index ba849233..2da957fb 100644 --- a/umap/static/umap/locale/hu.js +++ b/umap/static/umap/locale/hu.js @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Jelölő hozzáadásához kattintson", "Click to continue drawing": "Kattintson a rajzolás folytatásához", "Click to edit": "Kattintson a szerkesztéshez", diff --git a/umap/static/umap/locale/hu.json b/umap/static/umap/locale/hu.json index b5cfdb3c..d8a02e13 100644 --- a/umap/static/umap/locale/hu.json +++ b/umap/static/umap/locale/hu.json @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Jelölő hozzáadásához kattintson", "Click to continue drawing": "Kattintson a rajzolás folytatásához", "Click to edit": "Kattintson a szerkesztéshez", diff --git a/umap/static/umap/locale/id.js b/umap/static/umap/locale/id.js index a8ef11ec..546a2a76 100644 --- a/umap/static/umap/locale/id.js +++ b/umap/static/umap/locale/id.js @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Click to add a marker", "Click to continue drawing": "Click to continue drawing", "Click to edit": "Click to edit", diff --git a/umap/static/umap/locale/id.json b/umap/static/umap/locale/id.json index 1bfea060..155a2322 100644 --- a/umap/static/umap/locale/id.json +++ b/umap/static/umap/locale/id.json @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Click to add a marker", "Click to continue drawing": "Click to continue drawing", "Click to edit": "Click to edit", diff --git a/umap/static/umap/locale/is.js b/umap/static/umap/locale/is.js index deefd9c6..a3d25c0f 100644 --- a/umap/static/umap/locale/is.js +++ b/umap/static/umap/locale/is.js @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Smella til að bæta við kortamerki", "Click to continue drawing": "Smelltu til að halda áfram að teikna", "Click to edit": "Smelltu til að breyta", diff --git a/umap/static/umap/locale/is.json b/umap/static/umap/locale/is.json index 750dbfb7..11b1c0da 100644 --- a/umap/static/umap/locale/is.json +++ b/umap/static/umap/locale/is.json @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Smella til að bæta við kortamerki", "Click to continue drawing": "Smelltu til að halda áfram að teikna", "Click to edit": "Smelltu til að breyta", diff --git a/umap/static/umap/locale/it.js b/umap/static/umap/locale/it.js index 2c15e44d..844d1f9b 100644 --- a/umap/static/umap/locale/it.js +++ b/umap/static/umap/locale/it.js @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Clicca per aggiungere un marcatore", "Click to continue drawing": "Clic per continuare a disegnare", "Click to edit": "Clic per la modifica", diff --git a/umap/static/umap/locale/it.json b/umap/static/umap/locale/it.json index 5e195bfd..8e8a7d1f 100644 --- a/umap/static/umap/locale/it.json +++ b/umap/static/umap/locale/it.json @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Clicca per aggiungere un marcatore", "Click to continue drawing": "Clic per continuare a disegnare", "Click to edit": "Clic per la modifica", diff --git a/umap/static/umap/locale/ja.js b/umap/static/umap/locale/ja.js index 32c005f9..e3ec11ab 100644 --- a/umap/static/umap/locale/ja.js +++ b/umap/static/umap/locale/ja.js @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "クリックでマーカー追加", "Click to continue drawing": "クリックで描画を継続", "Click to edit": "クリックで編集", diff --git a/umap/static/umap/locale/ja.json b/umap/static/umap/locale/ja.json index 3a0b1054..f8b12c7a 100644 --- a/umap/static/umap/locale/ja.json +++ b/umap/static/umap/locale/ja.json @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "クリックでマーカー追加", "Click to continue drawing": "クリックで描画を継続", "Click to edit": "クリックで編集", diff --git a/umap/static/umap/locale/ko.js b/umap/static/umap/locale/ko.js index b63277ad..29417d4c 100644 --- a/umap/static/umap/locale/ko.js +++ b/umap/static/umap/locale/ko.js @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "마커를 추가하려면 클릭", "Click to continue drawing": "계속 그리려면 클릭", "Click to edit": "편집하려면 클릭", diff --git a/umap/static/umap/locale/ko.json b/umap/static/umap/locale/ko.json index ab6ac7f1..2f25a0de 100644 --- a/umap/static/umap/locale/ko.json +++ b/umap/static/umap/locale/ko.json @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "마커를 추가하려면 클릭", "Click to continue drawing": "계속 그리려면 클릭", "Click to edit": "편집하려면 클릭", diff --git a/umap/static/umap/locale/lt.js b/umap/static/umap/locale/lt.js index efd584af..5998c5f0 100644 --- a/umap/static/umap/locale/lt.js +++ b/umap/static/umap/locale/lt.js @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Paspauskite kad pridėti žymeklį", "Click to continue drawing": "Paspauskite kad tęsti piešimą", "Click to edit": "Click to edit", diff --git a/umap/static/umap/locale/lt.json b/umap/static/umap/locale/lt.json index 6b4ceb2d..a072ff80 100644 --- a/umap/static/umap/locale/lt.json +++ b/umap/static/umap/locale/lt.json @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Paspauskite kad pridėti žymeklį", "Click to continue drawing": "Paspauskite kad tęsti piešimą", "Click to edit": "Click to edit", diff --git a/umap/static/umap/locale/ms.js b/umap/static/umap/locale/ms.js index 3996dcce..55adb133 100644 --- a/umap/static/umap/locale/ms.js +++ b/umap/static/umap/locale/ms.js @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Klik untuk tambahkan penanda", "Click to continue drawing": "Klik untuk terus melukis", "Click to edit": "Klik untuk menyunting", diff --git a/umap/static/umap/locale/ms.json b/umap/static/umap/locale/ms.json index 22756028..e00f65b3 100644 --- a/umap/static/umap/locale/ms.json +++ b/umap/static/umap/locale/ms.json @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Klik untuk tambahkan penanda", "Click to continue drawing": "Klik untuk terus melukis", "Click to edit": "Klik untuk menyunting", diff --git a/umap/static/umap/locale/nl.js b/umap/static/umap/locale/nl.js index 82c8f3bb..a9ab9a5f 100644 --- a/umap/static/umap/locale/nl.js +++ b/umap/static/umap/locale/nl.js @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Klik om een punt toe te voegen", "Click to continue drawing": "Klik om te blijven tekenen", "Click to edit": "Klik om te bewerken", diff --git a/umap/static/umap/locale/nl.json b/umap/static/umap/locale/nl.json index 12135ec9..a3ede233 100644 --- a/umap/static/umap/locale/nl.json +++ b/umap/static/umap/locale/nl.json @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Klik om een punt toe te voegen", "Click to continue drawing": "Klik om te blijven tekenen", "Click to edit": "Klik om te bewerken", diff --git a/umap/static/umap/locale/no.js b/umap/static/umap/locale/no.js index b955399d..ae29f15a 100644 --- a/umap/static/umap/locale/no.js +++ b/umap/static/umap/locale/no.js @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Klikk for å legge til en markør", "Click to continue drawing": "Klikk for å fortsette å tegne", "Click to edit": "Klikk for å redigere", diff --git a/umap/static/umap/locale/no.json b/umap/static/umap/locale/no.json index 399e6daf..0ed19459 100644 --- a/umap/static/umap/locale/no.json +++ b/umap/static/umap/locale/no.json @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Klikk for å legge til en markør", "Click to continue drawing": "Klikk for å fortsette å tegne", "Click to edit": "Klikk for å redigere", diff --git a/umap/static/umap/locale/pl.js b/umap/static/umap/locale/pl.js index e2c248ca..febd044e 100644 --- a/umap/static/umap/locale/pl.js +++ b/umap/static/umap/locale/pl.js @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Kliknij, aby dodać znacznik", "Click to continue drawing": "Kliknij, aby kontynuować rysowanie", "Click to edit": "Kliknij, aby edytować", diff --git a/umap/static/umap/locale/pl.json b/umap/static/umap/locale/pl.json index 876c495a..cdaea6b7 100644 --- a/umap/static/umap/locale/pl.json +++ b/umap/static/umap/locale/pl.json @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Kliknij, aby dodać znacznik", "Click to continue drawing": "Kliknij, aby kontynuować rysowanie", "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 1bfea060..155a2322 100644 --- a/umap/static/umap/locale/pl_PL.json +++ b/umap/static/umap/locale/pl_PL.json @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Click to add a marker", "Click to continue drawing": "Click to continue drawing", "Click to edit": "Click to edit", diff --git a/umap/static/umap/locale/pt.js b/umap/static/umap/locale/pt.js index 2e364372..68aef3c6 100644 --- a/umap/static/umap/locale/pt.js +++ b/umap/static/umap/locale/pt.js @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Clique para adicionar um marcador", "Click to continue drawing": "Clique para continuar a desenhar", "Click to edit": "Clique para editar", diff --git a/umap/static/umap/locale/pt.json b/umap/static/umap/locale/pt.json index 11fc3886..91536312 100644 --- a/umap/static/umap/locale/pt.json +++ b/umap/static/umap/locale/pt.json @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Clique para adicionar um marcador", "Click to continue drawing": "Clique para continuar a desenhar", "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 c4f5cc39..6d2bce93 100644 --- a/umap/static/umap/locale/pt_BR.js +++ b/umap/static/umap/locale/pt_BR.js @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Clique para adicionar um marcador", "Click to continue drawing": "Clique para continuar a desenhar", "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 c552ce85..1546e466 100644 --- a/umap/static/umap/locale/pt_BR.json +++ b/umap/static/umap/locale/pt_BR.json @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Clique para adicionar um marcador", "Click to continue drawing": "Clique para continuar a desenhar", "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 a6bdea07..3cb5b7c9 100644 --- a/umap/static/umap/locale/pt_PT.js +++ b/umap/static/umap/locale/pt_PT.js @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Clique para adicionar um marcador", "Click to continue drawing": "Clique para continuar a desenhar", "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 8057ab2d..02b8490b 100644 --- a/umap/static/umap/locale/pt_PT.json +++ b/umap/static/umap/locale/pt_PT.json @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Clique para adicionar um marcador", "Click to continue drawing": "Clique para continuar a desenhar", "Click to edit": "Clique para editar", diff --git a/umap/static/umap/locale/ro.js b/umap/static/umap/locale/ro.js index c2584062..5468e985 100644 --- a/umap/static/umap/locale/ro.js +++ b/umap/static/umap/locale/ro.js @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Click to add a marker", "Click to continue drawing": "Click to continue drawing", "Click to edit": "Click to edit", diff --git a/umap/static/umap/locale/ro.json b/umap/static/umap/locale/ro.json index ae647e56..2a983a7f 100644 --- a/umap/static/umap/locale/ro.json +++ b/umap/static/umap/locale/ro.json @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Click to add a marker", "Click to continue drawing": "Click to continue drawing", "Click to edit": "Click to edit", diff --git a/umap/static/umap/locale/ru.js b/umap/static/umap/locale/ru.js index 35c9704c..aad8405c 100644 --- a/umap/static/umap/locale/ru.js +++ b/umap/static/umap/locale/ru.js @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Щёлкните, чтобы добавить метку", "Click to continue drawing": "Щёлкайте, чтобы продолжить рисование", "Click to edit": "Щёлкните, чтобы изменить", diff --git a/umap/static/umap/locale/ru.json b/umap/static/umap/locale/ru.json index 06f0aff4..131b524d 100644 --- a/umap/static/umap/locale/ru.json +++ b/umap/static/umap/locale/ru.json @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Щёлкните, чтобы добавить метку", "Click to continue drawing": "Щёлкайте, чтобы продолжить рисование", "Click to edit": "Щёлкните, чтобы изменить", diff --git a/umap/static/umap/locale/si_LK.js b/umap/static/umap/locale/si_LK.js index ae324aef..dd74a94e 100644 --- a/umap/static/umap/locale/si_LK.js +++ b/umap/static/umap/locale/si_LK.js @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Click to add a marker", "Click to continue drawing": "Click to continue drawing", "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 1bfea060..155a2322 100644 --- a/umap/static/umap/locale/si_LK.json +++ b/umap/static/umap/locale/si_LK.json @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Click to add a marker", "Click to continue drawing": "Click to continue drawing", "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 96fbbbd6..c5548aa4 100644 --- a/umap/static/umap/locale/sk_SK.js +++ b/umap/static/umap/locale/sk_SK.js @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Kliknutím pridáte značku", "Click to continue drawing": "Kliknutím môžete pokračovať v kreslení", "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 0ff035ba..5a9cdf0f 100644 --- a/umap/static/umap/locale/sk_SK.json +++ b/umap/static/umap/locale/sk_SK.json @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Kliknutím pridáte značku", "Click to continue drawing": "Kliknutím môžete pokračovať v kreslení", "Click to edit": "Kliknutím upravte", diff --git a/umap/static/umap/locale/sl.js b/umap/static/umap/locale/sl.js index 72c69336..fb768ef8 100644 --- a/umap/static/umap/locale/sl.js +++ b/umap/static/umap/locale/sl.js @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Kliknite za dodajanje označbe", "Click to continue drawing": "Kliknite za nadaljevanje risanja", "Click to edit": "Kliknite za urejanje", diff --git a/umap/static/umap/locale/sl.json b/umap/static/umap/locale/sl.json index c8c2b42e..ac24c617 100644 --- a/umap/static/umap/locale/sl.json +++ b/umap/static/umap/locale/sl.json @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Kliknite za dodajanje označbe", "Click to continue drawing": "Kliknite za nadaljevanje risanja", "Click to edit": "Kliknite za urejanje", diff --git a/umap/static/umap/locale/sr.js b/umap/static/umap/locale/sr.js index 5f71383a..aa7bc105 100644 --- a/umap/static/umap/locale/sr.js +++ b/umap/static/umap/locale/sr.js @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Клик за додавање ознаке", "Click to continue drawing": "Клик да наставите са цртањем", "Click to edit": "Клик за уређивање", diff --git a/umap/static/umap/locale/sr.json b/umap/static/umap/locale/sr.json index d1b6070d..2c755ee1 100644 --- a/umap/static/umap/locale/sr.json +++ b/umap/static/umap/locale/sr.json @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Клик за додавање ознаке", "Click to continue drawing": "Клик да наставите са цртањем", "Click to edit": "Клик за уређивање", diff --git a/umap/static/umap/locale/sv.js b/umap/static/umap/locale/sv.js index f54f4c09..ca308d56 100644 --- a/umap/static/umap/locale/sv.js +++ b/umap/static/umap/locale/sv.js @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Klicka för att lägga till en markör", "Click to continue drawing": "Klicka för att fortsätta rita", "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 e7100064..454a2e65 100644 --- a/umap/static/umap/locale/sv.json +++ b/umap/static/umap/locale/sv.json @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Klicka för att lägga till en markör", "Click to continue drawing": "Klicka för att fortsätta rita", "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 d251a9b1..ab74c9f3 100644 --- a/umap/static/umap/locale/th_TH.js +++ b/umap/static/umap/locale/th_TH.js @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Click to add a marker", "Click to continue drawing": "Click to continue drawing", "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 1bfea060..155a2322 100644 --- a/umap/static/umap/locale/th_TH.json +++ b/umap/static/umap/locale/th_TH.json @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Click to add a marker", "Click to continue drawing": "Click to continue drawing", "Click to edit": "Click to edit", diff --git a/umap/static/umap/locale/tr.js b/umap/static/umap/locale/tr.js index 7feddb4a..992bf68e 100644 --- a/umap/static/umap/locale/tr.js +++ b/umap/static/umap/locale/tr.js @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Bir işaretleyici eklemek için tıklayın", "Click to continue drawing": "Çizime devam etmek için tıklayın", "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 5dc8886d..8845c708 100644 --- a/umap/static/umap/locale/tr.json +++ b/umap/static/umap/locale/tr.json @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Bir işaretleyici eklemek için tıklayın", "Click to continue drawing": "Çizime devam etmek için tıklayın", "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 9c244bdf..5cd170e5 100644 --- a/umap/static/umap/locale/uk_UA.js +++ b/umap/static/umap/locale/uk_UA.js @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Клацніть, щоб додати позначку", "Click to continue drawing": "Клацайте, щоб продовжити креслення", "Click to edit": "Натисніть для редагування", diff --git a/umap/static/umap/locale/uk_UA.json b/umap/static/umap/locale/uk_UA.json index ed43b173..9784cddc 100644 --- a/umap/static/umap/locale/uk_UA.json +++ b/umap/static/umap/locale/uk_UA.json @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Клацніть, щоб додати позначку", "Click to continue drawing": "Клацайте, щоб продовжити креслення", "Click to edit": "Натисніть для редагування", diff --git a/umap/static/umap/locale/vi.js b/umap/static/umap/locale/vi.js index 6cc8c8f0..dca3d23f 100644 --- a/umap/static/umap/locale/vi.js +++ b/umap/static/umap/locale/vi.js @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Click to add a marker", "Click to continue drawing": "Click to continue drawing", "Click to edit": "Click to edit", diff --git a/umap/static/umap/locale/vi.json b/umap/static/umap/locale/vi.json index f0805599..cf9a2130 100644 --- a/umap/static/umap/locale/vi.json +++ b/umap/static/umap/locale/vi.json @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Click to add a marker", "Click to continue drawing": "Click to continue drawing", "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 1bfea060..155a2322 100644 --- a/umap/static/umap/locale/vi_VN.json +++ b/umap/static/umap/locale/vi_VN.json @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Click to add a marker", "Click to continue drawing": "Click to continue drawing", "Click to edit": "Click to edit", diff --git a/umap/static/umap/locale/zh.js b/umap/static/umap/locale/zh.js index 124cc8ce..f7ee179a 100644 --- a/umap/static/umap/locale/zh.js +++ b/umap/static/umap/locale/zh.js @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Click to add a marker", "Click to continue drawing": "Click to continue drawing", "Click to edit": "Click to edit", diff --git a/umap/static/umap/locale/zh.json b/umap/static/umap/locale/zh.json index 09c815ca..54726c6c 100644 --- a/umap/static/umap/locale/zh.json +++ b/umap/static/umap/locale/zh.json @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Click to add a marker", "Click to continue drawing": "Click to continue drawing", "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 1bfea060..155a2322 100644 --- a/umap/static/umap/locale/zh_CN.json +++ b/umap/static/umap/locale/zh_CN.json @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Click to add a marker", "Click to continue drawing": "Click to continue drawing", "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 1bfea060..155a2322 100644 --- a/umap/static/umap/locale/zh_TW.Big5.json +++ b/umap/static/umap/locale/zh_TW.Big5.json @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "Click to add a marker", "Click to continue drawing": "Click to continue drawing", "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 478f449f..946a0549 100644 --- a/umap/static/umap/locale/zh_TW.js +++ b/umap/static/umap/locale/zh_TW.js @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "點選以新增標記", "Click to continue drawing": "點擊以繼續繪製", "Click to edit": "點擊開始編輯", diff --git a/umap/static/umap/locale/zh_TW.json b/umap/static/umap/locale/zh_TW.json index a9a81f55..b95a8ead 100644 --- a/umap/static/umap/locale/zh_TW.json +++ b/umap/static/umap/locale/zh_TW.json @@ -116,8 +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}", + "Line distance: {measure}": "Line distance: {measure}", + "Polygon area: {measure}": "Polygon area: {measure}", "Click to add a marker": "點選以新增標記", "Click to continue drawing": "點擊以繼續繪製", "Click to edit": "點擊開始編輯",