@esri/solutions-components 0.5.9 → 0.5.10
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/assets/t9n/public-notification/resources.json +1 -1
- package/dist/assets/t9n/public-notification/resources_ar.json +5 -4
- package/dist/assets/t9n/public-notification/resources_bg.json +5 -4
- package/dist/assets/t9n/public-notification/resources_bs.json +5 -4
- package/dist/assets/t9n/public-notification/resources_ca.json +5 -4
- package/dist/assets/t9n/public-notification/resources_cs.json +5 -4
- package/dist/assets/t9n/public-notification/resources_da.json +5 -4
- package/dist/assets/t9n/public-notification/resources_de.json +5 -4
- package/dist/assets/t9n/public-notification/resources_el.json +5 -4
- package/dist/assets/t9n/public-notification/resources_en.json +1 -1
- package/dist/assets/t9n/public-notification/resources_es.json +5 -4
- package/dist/assets/t9n/public-notification/resources_et.json +5 -4
- package/dist/assets/t9n/public-notification/resources_fi.json +5 -4
- package/dist/assets/t9n/public-notification/resources_fr.json +5 -4
- package/dist/assets/t9n/public-notification/resources_he.json +5 -4
- package/dist/assets/t9n/public-notification/resources_hr.json +5 -4
- package/dist/assets/t9n/public-notification/resources_hu.json +5 -4
- package/dist/assets/t9n/public-notification/resources_id.json +5 -4
- package/dist/assets/t9n/public-notification/resources_it.json +5 -4
- package/dist/assets/t9n/public-notification/resources_ja.json +5 -4
- package/dist/assets/t9n/public-notification/resources_ko.json +5 -4
- package/dist/assets/t9n/public-notification/resources_lt.json +5 -4
- package/dist/assets/t9n/public-notification/resources_lv.json +5 -4
- package/dist/assets/t9n/public-notification/resources_nb.json +5 -4
- package/dist/assets/t9n/public-notification/resources_nl.json +5 -4
- package/dist/assets/t9n/public-notification/resources_pl.json +5 -4
- package/dist/assets/t9n/public-notification/resources_pt-BR.json +5 -4
- package/dist/assets/t9n/public-notification/resources_pt-PT.json +5 -4
- package/dist/assets/t9n/public-notification/resources_ro.json +5 -4
- package/dist/assets/t9n/public-notification/resources_ru.json +5 -4
- package/dist/assets/t9n/public-notification/resources_sk.json +5 -4
- package/dist/assets/t9n/public-notification/resources_sl.json +5 -4
- package/dist/assets/t9n/public-notification/resources_sr.json +5 -4
- package/dist/assets/t9n/public-notification/resources_sv.json +5 -4
- package/dist/assets/t9n/public-notification/resources_th.json +5 -4
- package/dist/assets/t9n/public-notification/resources_tr.json +5 -4
- package/dist/assets/t9n/public-notification/resources_uk.json +5 -4
- package/dist/assets/t9n/public-notification/resources_vi.json +5 -4
- package/dist/assets/t9n/public-notification/resources_zh-CN.json +5 -4
- package/dist/assets/t9n/public-notification/resources_zh-HK.json +5 -4
- package/dist/assets/t9n/public-notification/resources_zh-TW.json +5 -4
- package/dist/cjs/buffer-tools_4.cjs.entry.js +3 -3
- package/dist/cjs/calcite-input-text_5.cjs.entry.js +6 -11
- package/dist/cjs/{downloadUtils-4ef4b28b.js → downloadUtils-7a0fd3c0.js} +77 -20
- package/dist/cjs/{index.es-cbe67d5b.js → index.es-9965b78c.js} +1 -1
- package/dist/cjs/layer-table_2.cjs.entry.js +8 -3
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/public-notification.cjs.entry.js +56 -21
- package/dist/cjs/solutions-components.cjs.js +1 -1
- package/dist/collection/components/buffer-tools/buffer-tools.css +4 -0
- package/dist/collection/components/buffer-tools/buffer-tools.js +1 -1
- package/dist/collection/components/layer-table/layer-table.js +7 -2
- package/dist/collection/components/map-draw-tools/map-draw-tools.css +4 -0
- package/dist/collection/components/map-select-tools/map-select-tools.js +18 -1
- package/dist/collection/components/pdf-download/pdf-download.js +3 -9
- package/dist/collection/components/public-notification/public-notification.js +57 -21
- package/dist/collection/demos/new-public-notification.html +6 -4
- package/dist/collection/utils/downloadUtils.js +74 -19
- package/dist/collection/utils/downloadUtils.ts +93 -26
- package/dist/collection/utils/interfaces.ts +2 -2
- package/dist/components/buffer-tools2.js +2 -2
- package/dist/components/downloadUtils.js +75 -20
- package/dist/components/layer-table2.js +7 -2
- package/dist/components/map-draw-tools2.js +1 -1
- package/dist/components/map-select-tools2.js +3 -1
- package/dist/components/pdf-download2.js +3 -9
- package/dist/components/public-notification.js +57 -21
- package/dist/esm/buffer-tools_4.entry.js +3 -3
- package/dist/esm/calcite-combobox_3.entry.js +1 -1
- package/dist/esm/calcite-input-text_5.entry.js +7 -12
- package/dist/esm/{downloadUtils-2ebeb46d.js → downloadUtils-a447bab1.js} +77 -22
- package/dist/esm/{index.es-6dd27a48.js → index.es-b9cb902a.js} +2 -2
- package/dist/esm/layer-table_2.entry.js +9 -4
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{mapViewUtils-ebbd4733.js → mapViewUtils-27dfdc29.js} +1 -1
- package/dist/esm/public-notification.entry.js +57 -22
- package/dist/esm/solutions-components.js +1 -1
- package/dist/solutions-components/demos/new-public-notification.html +6 -4
- package/dist/solutions-components/p-2f4e1ddf.entry.js +6 -0
- package/dist/solutions-components/{p-657caece.js → p-345f517c.js} +5 -5
- package/dist/solutions-components/{p-390d7de8.js → p-4b426bab.js} +1 -1
- package/dist/solutions-components/{p-b4d4b50a.entry.js → p-52b747fa.entry.js} +3 -3
- package/dist/solutions-components/p-62492a2d.entry.js +17 -0
- package/dist/solutions-components/{p-ad82c173.js → p-80757ebd.js} +1 -1
- package/dist/solutions-components/p-cf00a2ef.entry.js +6 -0
- package/dist/solutions-components/{p-83e3db8e.entry.js → p-db099e05.entry.js} +1 -1
- package/dist/solutions-components/solutions-components.esm.js +1 -1
- package/dist/solutions-components/utils/downloadUtils.ts +93 -26
- package/dist/solutions-components/utils/interfaces.ts +2 -2
- package/dist/types/components/map-select-tools/map-select-tools.d.ts +5 -0
- package/dist/types/components/public-notification/public-notification.d.ts +18 -11
- package/dist/types/components.d.ts +8 -0
- package/dist/types/utils/downloadUtils.d.ts +22 -8
- package/dist/types/utils/interfaces.d.ts +2 -2
- package/package.json +1 -1
- package/dist/solutions-components/p-6f27bea2.entry.js +0 -17
- package/dist/solutions-components/p-db82a9ce.entry.js +0 -6
- package/dist/solutions-components/p-deb90ce7.entry.js +0 -6
@@ -17,7 +17,7 @@
|
|
17
17
|
"selectPDFLabelOption": "Format options",
|
18
18
|
"removeDuplicate": "Remove duplicates:",
|
19
19
|
"numDuplicates": "{{n}} duplicates",
|
20
|
-
"selectLayerAndAdd": "Use selection tools to choose which features to include and then click Create list.",
|
20
|
+
"selectLayerAndAdd": "Create lists of features to export as CSV and PDF. Use selection tools to choose which features to include and then click Create list.",
|
21
21
|
"selectSearchTip": "Select features from the input layer to add to your list. Draw with sketch tools, specify a search distance, and use features from another layer to select overlapping features.",
|
22
22
|
"selectLayerTip": "Draw shapes to select features from the chosen selection layer; the results will be used to select features from the addressee layer",
|
23
23
|
"selectSketchTip": "Use sketch tools to draw graphics in the map to select intersecting features in the addressee layer.",
|
@@ -14,8 +14,8 @@
|
|
14
14
|
"stepTwoFull": "إنشاء قائمة جديدة",
|
15
15
|
"cancel": "إلغاء الأمر",
|
16
16
|
"done": "تم",
|
17
|
-
"selectPDFLabelOption": "
|
18
|
-
"removeDuplicate": "بيت_Remove
|
17
|
+
"selectPDFLabelOption": "بيت_Format options_______________لاحقة",
|
18
|
+
"removeDuplicate": "بيت_Remove duplicates___________________لاحقة:",
|
19
19
|
"numDuplicates": "{{n}} عناصر مكررة",
|
20
20
|
"selectLayerAndAdd": "بيت_Use selection tools to choose which features to include and then click Create list___________________________________________لاحقة.",
|
21
21
|
"selectSearchTip": "بيت_Select features from the input layer to add to your list. Draw with sketch tools, specify a search distance, and use features from another layer to select overlapping features_________________________________________________________________________________________لاحقة.",
|
@@ -35,7 +35,8 @@
|
|
35
35
|
"pdfOptions": "خيارات PDF",
|
36
36
|
"csvOptions": "خيارات CSV",
|
37
37
|
"refineSelection": "تحسين التحديد",
|
38
|
-
"refineTip": "بيت_Refine and finalize your lists by using sketch tools to add or remove
|
38
|
+
"refineTip": "بيت_Refine and finalize your lists by using sketch tools to add or remove selected features_____________________________________________لاحقة.",
|
39
39
|
"refineTipNoSelections": "لا يوجد أي تحديدات لتحسينها. انتقل إلى القوائم الخاصة بي لإنشاء قائمة من المعالم.",
|
40
|
-
"duplicatesTip": "بيت_Duplicate features are always removed. When enabled
|
40
|
+
"duplicatesTip": "بيت_Duplicate features are always removed. When enabled, pop-ups from each layer will be compared and any duplicate pop-up information will be removed___________________________________________________________________________لاحقة.",
|
41
|
+
"exportListsLabel": "بيت_My lists_________________لاحقة"
|
41
42
|
}
|
@@ -14,8 +14,8 @@
|
|
14
14
|
"stepTwoFull": "Създаване на нов списък",
|
15
15
|
"cancel": "Отказ",
|
16
16
|
"done": "Готово",
|
17
|
-
"selectPDFLabelOption": "
|
18
|
-
"removeDuplicate": "й_Remove
|
17
|
+
"selectPDFLabelOption": "й_Format options_______________й",
|
18
|
+
"removeDuplicate": "й_Remove duplicates___________________й:",
|
19
19
|
"numDuplicates": "{{n}} дублирания",
|
20
20
|
"selectLayerAndAdd": "й_Use selection tools to choose which features to include and then click Create list___________________________________________й.",
|
21
21
|
"selectSearchTip": "й_Select features from the input layer to add to your list. Draw with sketch tools, specify a search distance, and use features from another layer to select overlapping features_________________________________________________________________________________________й.",
|
@@ -35,7 +35,8 @@
|
|
35
35
|
"pdfOptions": "PDF опции",
|
36
36
|
"csvOptions": "CSV опции",
|
37
37
|
"refineSelection": "Прецизиране на избор",
|
38
|
-
"refineTip": "й_Refine and finalize your lists by using sketch tools to add or remove
|
38
|
+
"refineTip": "й_Refine and finalize your lists by using sketch tools to add or remove selected features_____________________________________________й.",
|
39
39
|
"refineTipNoSelections": "Няма селекции за прецизиране. Отидете в Моите списъци, за да създадете списък с обекти.",
|
40
|
-
"duplicatesTip": "й_Duplicate features are always removed. When enabled
|
40
|
+
"duplicatesTip": "й_Duplicate features are always removed. When enabled, pop-ups from each layer will be compared and any duplicate pop-up information will be removed___________________________________________________________________________й.",
|
41
|
+
"exportListsLabel": "й_My lists_________________й"
|
41
42
|
}
|
@@ -14,8 +14,8 @@
|
|
14
14
|
"stepTwoFull": "Stvori novi popis",
|
15
15
|
"cancel": "Odustani",
|
16
16
|
"done": "Gotovo",
|
17
|
-
"selectPDFLabelOption": "
|
18
|
-
"removeDuplicate": "Č_Remove
|
17
|
+
"selectPDFLabelOption": "Č_Format options_______________ž",
|
18
|
+
"removeDuplicate": "Č_Remove duplicates___________________ž:",
|
19
19
|
"numDuplicates": "{{n}} duplikati",
|
20
20
|
"selectLayerAndAdd": "Č_Use selection tools to choose which features to include and then click Create list___________________________________________ž.",
|
21
21
|
"selectSearchTip": "Č_Select features from the input layer to add to your list. Draw with sketch tools, specify a search distance, and use features from another layer to select overlapping features_________________________________________________________________________________________ž.",
|
@@ -35,7 +35,8 @@
|
|
35
35
|
"pdfOptions": "Opcije PDF-a",
|
36
36
|
"csvOptions": "Opcije CSV-a",
|
37
37
|
"refineSelection": "Pročisti odabir",
|
38
|
-
"refineTip": "Č_Refine and finalize your lists by using sketch tools to add or remove
|
38
|
+
"refineTip": "Č_Refine and finalize your lists by using sketch tools to add or remove selected features_____________________________________________ž.",
|
39
39
|
"refineTipNoSelections": "Nema odabira za precizirati. Idite na Moje popise da biste stvorili popis geoobjekata.",
|
40
|
-
"duplicatesTip": "Č_Duplicate features are always removed. When enabled
|
40
|
+
"duplicatesTip": "Č_Duplicate features are always removed. When enabled, pop-ups from each layer will be compared and any duplicate pop-up information will be removed___________________________________________________________________________ž.",
|
41
|
+
"exportListsLabel": "Č_My lists_________________ž"
|
41
42
|
}
|
@@ -14,8 +14,8 @@
|
|
14
14
|
"stepTwoFull": "Crea una llista nova",
|
15
15
|
"cancel": "Cancel·la",
|
16
16
|
"done": "Fet",
|
17
|
-
"selectPDFLabelOption": "
|
18
|
-
"removeDuplicate": "ó_Remove
|
17
|
+
"selectPDFLabelOption": "ó_Format options_______________à",
|
18
|
+
"removeDuplicate": "ó_Remove duplicates___________________à:",
|
19
19
|
"numDuplicates": "{{n}} duplicats",
|
20
20
|
"selectLayerAndAdd": "ó_Use selection tools to choose which features to include and then click Create list___________________________________________à.",
|
21
21
|
"selectSearchTip": "ó_Select features from the input layer to add to your list. Draw with sketch tools, specify a search distance, and use features from another layer to select overlapping features_________________________________________________________________________________________à.",
|
@@ -35,7 +35,8 @@
|
|
35
35
|
"pdfOptions": "Opcions de PDF",
|
36
36
|
"csvOptions": "Opcions de CSV",
|
37
37
|
"refineSelection": "Delimita la selecció",
|
38
|
-
"refineTip": "ó_Refine and finalize your lists by using sketch tools to add or remove
|
38
|
+
"refineTip": "ó_Refine and finalize your lists by using sketch tools to add or remove selected features_____________________________________________à.",
|
39
39
|
"refineTipNoSelections": "No hi ha cap selecció per delimitar. Aneu a Les meves llistes per crear una llista d'entitats.",
|
40
|
-
"duplicatesTip": "ó_Duplicate features are always removed. When enabled
|
40
|
+
"duplicatesTip": "ó_Duplicate features are always removed. When enabled, pop-ups from each layer will be compared and any duplicate pop-up information will be removed___________________________________________________________________________à.",
|
41
|
+
"exportListsLabel": "ó_My lists_________________à"
|
41
42
|
}
|
@@ -14,8 +14,8 @@
|
|
14
14
|
"stepTwoFull": "Vytvořit nový seznam",
|
15
15
|
"cancel": "Storno",
|
16
16
|
"done": "Hotovo",
|
17
|
-
"selectPDFLabelOption": "
|
18
|
-
"removeDuplicate": "Ř_Remove
|
17
|
+
"selectPDFLabelOption": "Ř_Format options_______________ů",
|
18
|
+
"removeDuplicate": "Ř_Remove duplicates___________________ů:",
|
19
19
|
"numDuplicates": "{{n}} duplikátů",
|
20
20
|
"selectLayerAndAdd": "Ř_Use selection tools to choose which features to include and then click Create list___________________________________________ů.",
|
21
21
|
"selectSearchTip": "Ř_Select features from the input layer to add to your list. Draw with sketch tools, specify a search distance, and use features from another layer to select overlapping features_________________________________________________________________________________________ů.",
|
@@ -35,7 +35,8 @@
|
|
35
35
|
"pdfOptions": "Možnosti PDF",
|
36
36
|
"csvOptions": "Možnosti CSV",
|
37
37
|
"refineSelection": "Upřesnit výběr",
|
38
|
-
"refineTip": "Ř_Refine and finalize your lists by using sketch tools to add or remove
|
38
|
+
"refineTip": "Ř_Refine and finalize your lists by using sketch tools to add or remove selected features_____________________________________________ů.",
|
39
39
|
"refineTipNoSelections": "Neexistují žádné výběry, které by bylo možné upřesnit. Přejděte na Moje seznamy a vytvořte seznam prvků.",
|
40
|
-
"duplicatesTip": "Ř_Duplicate features are always removed. When enabled
|
40
|
+
"duplicatesTip": "Ř_Duplicate features are always removed. When enabled, pop-ups from each layer will be compared and any duplicate pop-up information will be removed___________________________________________________________________________ů.",
|
41
|
+
"exportListsLabel": "Ř_My lists_________________ů"
|
41
42
|
}
|
@@ -14,8 +14,8 @@
|
|
14
14
|
"stepTwoFull": "Opret ny liste",
|
15
15
|
"cancel": "Annullér",
|
16
16
|
"done": "Udført",
|
17
|
-
"selectPDFLabelOption": "
|
18
|
-
"removeDuplicate": "ø_Remove
|
17
|
+
"selectPDFLabelOption": "ø_Format options_______________å",
|
18
|
+
"removeDuplicate": "ø_Remove duplicates___________________å:",
|
19
19
|
"numDuplicates": "{{n}} dubletter",
|
20
20
|
"selectLayerAndAdd": "ø_Use selection tools to choose which features to include and then click Create list___________________________________________å.",
|
21
21
|
"selectSearchTip": "ø_Select features from the input layer to add to your list. Draw with sketch tools, specify a search distance, and use features from another layer to select overlapping features_________________________________________________________________________________________å.",
|
@@ -35,7 +35,8 @@
|
|
35
35
|
"pdfOptions": "PDF-indstillinger",
|
36
36
|
"csvOptions": "CSV-indstillinger",
|
37
37
|
"refineSelection": "Forfin valget",
|
38
|
-
"refineTip": "ø_Refine and finalize your lists by using sketch tools to add or remove
|
38
|
+
"refineTip": "ø_Refine and finalize your lists by using sketch tools to add or remove selected features_____________________________________________å.",
|
39
39
|
"refineTipNoSelections": "Der er ingen markeringer at forfine. Gå til Mine lister for at oprette en liste med objekter.",
|
40
|
-
"duplicatesTip": "ø_Duplicate features are always removed. When enabled
|
40
|
+
"duplicatesTip": "ø_Duplicate features are always removed. When enabled, pop-ups from each layer will be compared and any duplicate pop-up information will be removed___________________________________________________________________________å.",
|
41
|
+
"exportListsLabel": "ø_My lists_________________å"
|
41
42
|
}
|
@@ -14,8 +14,8 @@
|
|
14
14
|
"stepTwoFull": "Neue Liste erstellen",
|
15
15
|
"cancel": "Abbrechen",
|
16
16
|
"done": "Fertig",
|
17
|
-
"selectPDFLabelOption": "
|
18
|
-
"removeDuplicate": "ä_Remove
|
17
|
+
"selectPDFLabelOption": "ä_Format options_______________Ü",
|
18
|
+
"removeDuplicate": "ä_Remove duplicates___________________Ü:",
|
19
19
|
"numDuplicates": "{{n}} Duplikate",
|
20
20
|
"selectLayerAndAdd": "ä_Use selection tools to choose which features to include and then click Create list___________________________________________Ü.",
|
21
21
|
"selectSearchTip": "ä_Select features from the input layer to add to your list. Draw with sketch tools, specify a search distance, and use features from another layer to select overlapping features_________________________________________________________________________________________Ü.",
|
@@ -35,7 +35,8 @@
|
|
35
35
|
"pdfOptions": "PDF-Optionen",
|
36
36
|
"csvOptions": "CSV-Optionen",
|
37
37
|
"refineSelection": "Auswahl verfeinern",
|
38
|
-
"refineTip": "ä_Refine and finalize your lists by using sketch tools to add or remove
|
38
|
+
"refineTip": "ä_Refine and finalize your lists by using sketch tools to add or remove selected features_____________________________________________Ü.",
|
39
39
|
"refineTipNoSelections": "Es sind keine Auswahlen zum Verfeinern vorhanden. Wechseln Sie zu \"Eigene Listen\", um eine Feature-Liste zu erstellen.",
|
40
|
-
"duplicatesTip": "ä_Duplicate features are always removed. When enabled
|
40
|
+
"duplicatesTip": "ä_Duplicate features are always removed. When enabled, pop-ups from each layer will be compared and any duplicate pop-up information will be removed___________________________________________________________________________Ü.",
|
41
|
+
"exportListsLabel": "ä_My lists_________________Ü"
|
41
42
|
}
|
@@ -14,8 +14,8 @@
|
|
14
14
|
"stepTwoFull": "Δημιουργία νέας λίστας",
|
15
15
|
"cancel": "Ακύρωση",
|
16
16
|
"done": "Τέλος",
|
17
|
-
"selectPDFLabelOption": "
|
18
|
-
"removeDuplicate": "Đ_Remove
|
17
|
+
"selectPDFLabelOption": "Đ_Format options_______________ớ",
|
18
|
+
"removeDuplicate": "Đ_Remove duplicates___________________ớ:",
|
19
19
|
"numDuplicates": "{{n}} διπλότυπα",
|
20
20
|
"selectLayerAndAdd": "Đ_Use selection tools to choose which features to include and then click Create list___________________________________________ớ.",
|
21
21
|
"selectSearchTip": "Đ_Select features from the input layer to add to your list. Draw with sketch tools, specify a search distance, and use features from another layer to select overlapping features_________________________________________________________________________________________ớ.",
|
@@ -35,7 +35,8 @@
|
|
35
35
|
"pdfOptions": "Επιλογές PDF",
|
36
36
|
"csvOptions": "Επιλογές CSV",
|
37
37
|
"refineSelection": "Περιορισμός επιλογής",
|
38
|
-
"refineTip": "Đ_Refine and finalize your lists by using sketch tools to add or remove
|
38
|
+
"refineTip": "Đ_Refine and finalize your lists by using sketch tools to add or remove selected features_____________________________________________ớ.",
|
39
39
|
"refineTipNoSelections": "Δεν υπάρχουν επιλογές προς περιορισμό. Μεταβείτε στην ενότητα «Οι λίστες μου» για να δημιουργήσετε λίστα χαρακτηριστικών.",
|
40
|
-
"duplicatesTip": "Đ_Duplicate features are always removed. When enabled
|
40
|
+
"duplicatesTip": "Đ_Duplicate features are always removed. When enabled, pop-ups from each layer will be compared and any duplicate pop-up information will be removed___________________________________________________________________________ớ.",
|
41
|
+
"exportListsLabel": "Đ_My lists_________________ớ"
|
41
42
|
}
|
@@ -17,7 +17,7 @@
|
|
17
17
|
"selectPDFLabelOption": "Format options",
|
18
18
|
"removeDuplicate": "Remove duplicates:",
|
19
19
|
"numDuplicates": "{{n}} duplicates",
|
20
|
-
"selectLayerAndAdd": "Use selection tools to choose which features to include and then click Create list.",
|
20
|
+
"selectLayerAndAdd": "Create lists of features to export as CSV and PDF. Use selection tools to choose which features to include and then click Create list.",
|
21
21
|
"selectSearchTip": "Select features from the input layer to add to your list. Draw with sketch tools, specify a search distance, and use features from another layer to select overlapping features.",
|
22
22
|
"selectLayerTip": "Draw shapes to select features from the chosen selection layer; the results will be used to select features from the addressee layer",
|
23
23
|
"selectSketchTip": "Use sketch tools to draw graphics in the map to select intersecting features in the addressee layer.",
|
@@ -14,8 +14,8 @@
|
|
14
14
|
"stepTwoFull": "Crear lista nueva",
|
15
15
|
"cancel": "Cancelar",
|
16
16
|
"done": "Listo",
|
17
|
-
"selectPDFLabelOption": "
|
18
|
-
"removeDuplicate": "á_Remove
|
17
|
+
"selectPDFLabelOption": "á_Format options_______________Ó",
|
18
|
+
"removeDuplicate": "á_Remove duplicates___________________Ó:",
|
19
19
|
"numDuplicates": "{{n}} duplicados",
|
20
20
|
"selectLayerAndAdd": "á_Use selection tools to choose which features to include and then click Create list___________________________________________Ó.",
|
21
21
|
"selectSearchTip": "á_Select features from the input layer to add to your list. Draw with sketch tools, specify a search distance, and use features from another layer to select overlapping features_________________________________________________________________________________________Ó.",
|
@@ -35,7 +35,8 @@
|
|
35
35
|
"pdfOptions": "Opciones de PDF",
|
36
36
|
"csvOptions": "Opciones de CSV",
|
37
37
|
"refineSelection": "Refinar selección",
|
38
|
-
"refineTip": "á_Refine and finalize your lists by using sketch tools to add or remove
|
38
|
+
"refineTip": "á_Refine and finalize your lists by using sketch tools to add or remove selected features_____________________________________________Ó.",
|
39
39
|
"refineTipNoSelections": "No hay selecciones para restringir. Vaya a Mis listas para crear una lista de entidades.",
|
40
|
-
"duplicatesTip": "á_Duplicate features are always removed. When enabled
|
40
|
+
"duplicatesTip": "á_Duplicate features are always removed. When enabled, pop-ups from each layer will be compared and any duplicate pop-up information will be removed___________________________________________________________________________Ó.",
|
41
|
+
"exportListsLabel": "á_My lists_________________Ó"
|
41
42
|
}
|
@@ -14,8 +14,8 @@
|
|
14
14
|
"stepTwoFull": "Loo uus loend",
|
15
15
|
"cancel": "Loobu",
|
16
16
|
"done": "Valmis",
|
17
|
-
"selectPDFLabelOption": "
|
18
|
-
"removeDuplicate": "Š_Remove
|
17
|
+
"selectPDFLabelOption": "Š_Format options_______________ä",
|
18
|
+
"removeDuplicate": "Š_Remove duplicates___________________ä:",
|
19
19
|
"numDuplicates": "{{n}} duplikaati",
|
20
20
|
"selectLayerAndAdd": "Š_Use selection tools to choose which features to include and then click Create list___________________________________________ä.",
|
21
21
|
"selectSearchTip": "Š_Select features from the input layer to add to your list. Draw with sketch tools, specify a search distance, and use features from another layer to select overlapping features_________________________________________________________________________________________ä.",
|
@@ -35,7 +35,8 @@
|
|
35
35
|
"pdfOptions": "PDF-i valikud",
|
36
36
|
"csvOptions": "CSV valikud",
|
37
37
|
"refineSelection": "Täpsusta valikut",
|
38
|
-
"refineTip": "Š_Refine and finalize your lists by using sketch tools to add or remove
|
38
|
+
"refineTip": "Š_Refine and finalize your lists by using sketch tools to add or remove selected features_____________________________________________ä.",
|
39
39
|
"refineTipNoSelections": "Täpsustamiseks pole ühtegi valikut. Objektiloendi loomiseks avage Minu loendid.",
|
40
|
-
"duplicatesTip": "Š_Duplicate features are always removed. When enabled
|
40
|
+
"duplicatesTip": "Š_Duplicate features are always removed. When enabled, pop-ups from each layer will be compared and any duplicate pop-up information will be removed___________________________________________________________________________ä.",
|
41
|
+
"exportListsLabel": "Š_My lists_________________ä"
|
41
42
|
}
|
@@ -14,8 +14,8 @@
|
|
14
14
|
"stepTwoFull": "Luo uusi luettelo",
|
15
15
|
"cancel": "Peruuta",
|
16
16
|
"done": "Valmis",
|
17
|
-
"selectPDFLabelOption": "
|
18
|
-
"removeDuplicate": "Å_Remove
|
17
|
+
"selectPDFLabelOption": "Å_Format options_______________ö",
|
18
|
+
"removeDuplicate": "Å_Remove duplicates___________________ö:",
|
19
19
|
"numDuplicates": "{{n}} kaksoiskappaletta",
|
20
20
|
"selectLayerAndAdd": "Å_Use selection tools to choose which features to include and then click Create list___________________________________________ö.",
|
21
21
|
"selectSearchTip": "Å_Select features from the input layer to add to your list. Draw with sketch tools, specify a search distance, and use features from another layer to select overlapping features_________________________________________________________________________________________ö.",
|
@@ -35,7 +35,8 @@
|
|
35
35
|
"pdfOptions": "PDF-asetukset",
|
36
36
|
"csvOptions": "CSV-asetukset",
|
37
37
|
"refineSelection": "Tarkenna valintaa",
|
38
|
-
"refineTip": "Å_Refine and finalize your lists by using sketch tools to add or remove
|
38
|
+
"refineTip": "Å_Refine and finalize your lists by using sketch tools to add or remove selected features_____________________________________________ö.",
|
39
39
|
"refineTipNoSelections": "Tarkennettavia valintoja ei ole. Luo kohdeluettelo siirtymällä kohtaan Omat luettelot.",
|
40
|
-
"duplicatesTip": "Å_Duplicate features are always removed. When enabled
|
40
|
+
"duplicatesTip": "Å_Duplicate features are always removed. When enabled, pop-ups from each layer will be compared and any duplicate pop-up information will be removed___________________________________________________________________________ö.",
|
41
|
+
"exportListsLabel": "Å_My lists_________________ö"
|
41
42
|
}
|
@@ -14,8 +14,8 @@
|
|
14
14
|
"stepTwoFull": "Créer une nouvelle liste",
|
15
15
|
"cancel": "Annuler",
|
16
16
|
"done": "Terminé",
|
17
|
-
"selectPDFLabelOption": "
|
18
|
-
"removeDuplicate": "æ_Remove
|
17
|
+
"selectPDFLabelOption": "æ_Format options_______________Â",
|
18
|
+
"removeDuplicate": "æ_Remove duplicates___________________Â:",
|
19
19
|
"numDuplicates": "{{n}} doublons",
|
20
20
|
"selectLayerAndAdd": "æ_Use selection tools to choose which features to include and then click Create list___________________________________________Â.",
|
21
21
|
"selectSearchTip": "æ_Select features from the input layer to add to your list. Draw with sketch tools, specify a search distance, and use features from another layer to select overlapping features_________________________________________________________________________________________Â.",
|
@@ -35,7 +35,8 @@
|
|
35
35
|
"pdfOptions": "Options PDF",
|
36
36
|
"csvOptions": "Options CSV",
|
37
37
|
"refineSelection": "Affiner la sélection",
|
38
|
-
"refineTip": "æ_Refine and finalize your lists by using sketch tools to add or remove
|
38
|
+
"refineTip": "æ_Refine and finalize your lists by using sketch tools to add or remove selected features_____________________________________________Â.",
|
39
39
|
"refineTipNoSelections": "Aucune sélection à affiner. Accédez à Mes listes pour créer une liste d’entités.",
|
40
|
-
"duplicatesTip": "æ_Duplicate features are always removed. When enabled
|
40
|
+
"duplicatesTip": "æ_Duplicate features are always removed. When enabled, pop-ups from each layer will be compared and any duplicate pop-up information will be removed___________________________________________________________________________Â.",
|
41
|
+
"exportListsLabel": "æ_My lists_________________Â"
|
41
42
|
}
|
@@ -14,8 +14,8 @@
|
|
14
14
|
"stepTwoFull": "צור רשימה חדשה",
|
15
15
|
"cancel": "ביטול",
|
16
16
|
"done": "בוצע",
|
17
|
-
"selectPDFLabelOption": "
|
18
|
-
"removeDuplicate": "כן_Remove
|
17
|
+
"selectPDFLabelOption": "כן_Format options_______________ש",
|
18
|
+
"removeDuplicate": "כן_Remove duplicates___________________ש:",
|
19
19
|
"numDuplicates": "{{n}} כפילויות",
|
20
20
|
"selectLayerAndAdd": "כן_Use selection tools to choose which features to include and then click Create list___________________________________________ש.",
|
21
21
|
"selectSearchTip": "כן_Select features from the input layer to add to your list. Draw with sketch tools, specify a search distance, and use features from another layer to select overlapping features_________________________________________________________________________________________ש.",
|
@@ -35,7 +35,8 @@
|
|
35
35
|
"pdfOptions": "אפשרויות PDF",
|
36
36
|
"csvOptions": "אפשרויות CSV",
|
37
37
|
"refineSelection": "חידוד בחירה",
|
38
|
-
"refineTip": "כן_Refine and finalize your lists by using sketch tools to add or remove
|
38
|
+
"refineTip": "כן_Refine and finalize your lists by using sketch tools to add or remove selected features_____________________________________________ש.",
|
39
39
|
"refineTipNoSelections": "אין בחירות לחידוד. עבור אל 'הרשימות שלי' כדי ליצור רשימת ישויות.",
|
40
|
-
"duplicatesTip": "כן_Duplicate features are always removed. When enabled
|
40
|
+
"duplicatesTip": "כן_Duplicate features are always removed. When enabled, pop-ups from each layer will be compared and any duplicate pop-up information will be removed___________________________________________________________________________ש.",
|
41
|
+
"exportListsLabel": "כן_My lists_________________ש"
|
41
42
|
}
|
@@ -14,8 +14,8 @@
|
|
14
14
|
"stepTwoFull": "Stvori novi popis",
|
15
15
|
"cancel": "Odustani",
|
16
16
|
"done": "Gotovo",
|
17
|
-
"selectPDFLabelOption": "
|
18
|
-
"removeDuplicate": "Č_Remove
|
17
|
+
"selectPDFLabelOption": "Č_Format options_______________ž",
|
18
|
+
"removeDuplicate": "Č_Remove duplicates___________________ž:",
|
19
19
|
"numDuplicates": "{{n}} duplikati",
|
20
20
|
"selectLayerAndAdd": "Č_Use selection tools to choose which features to include and then click Create list___________________________________________ž.",
|
21
21
|
"selectSearchTip": "Č_Select features from the input layer to add to your list. Draw with sketch tools, specify a search distance, and use features from another layer to select overlapping features_________________________________________________________________________________________ž.",
|
@@ -35,7 +35,8 @@
|
|
35
35
|
"pdfOptions": "Opcije PDF-a",
|
36
36
|
"csvOptions": "Opcije CSV-a",
|
37
37
|
"refineSelection": "Pročisti odabir",
|
38
|
-
"refineTip": "Č_Refine and finalize your lists by using sketch tools to add or remove
|
38
|
+
"refineTip": "Č_Refine and finalize your lists by using sketch tools to add or remove selected features_____________________________________________ž.",
|
39
39
|
"refineTipNoSelections": "Nema odabira za precizirati. Idite na Moje popise da biste stvorili popis geoobjekata.",
|
40
|
-
"duplicatesTip": "Č_Duplicate features are always removed. When enabled
|
40
|
+
"duplicatesTip": "Č_Duplicate features are always removed. When enabled, pop-ups from each layer will be compared and any duplicate pop-up information will be removed___________________________________________________________________________ž.",
|
41
|
+
"exportListsLabel": "Č_My lists_________________ž"
|
41
42
|
}
|
@@ -14,8 +14,8 @@
|
|
14
14
|
"stepTwoFull": "Új lista létrehozása",
|
15
15
|
"cancel": "Mégse",
|
16
16
|
"done": "Kész",
|
17
|
-
"selectPDFLabelOption": "
|
18
|
-
"removeDuplicate": "í_Remove
|
17
|
+
"selectPDFLabelOption": "í_Format options_______________ő",
|
18
|
+
"removeDuplicate": "í_Remove duplicates___________________ő:",
|
19
19
|
"numDuplicates": "{{n}} ismétlődő",
|
20
20
|
"selectLayerAndAdd": "í_Use selection tools to choose which features to include and then click Create list___________________________________________ő.",
|
21
21
|
"selectSearchTip": "í_Select features from the input layer to add to your list. Draw with sketch tools, specify a search distance, and use features from another layer to select overlapping features_________________________________________________________________________________________ő.",
|
@@ -35,7 +35,8 @@
|
|
35
35
|
"pdfOptions": "PDF opciók",
|
36
36
|
"csvOptions": "CSV opciók",
|
37
37
|
"refineSelection": "Kijelölés finomítása",
|
38
|
-
"refineTip": "í_Refine and finalize your lists by using sketch tools to add or remove
|
38
|
+
"refineTip": "í_Refine and finalize your lists by using sketch tools to add or remove selected features_____________________________________________ő.",
|
39
39
|
"refineTipNoSelections": "Nincsenek finomítandó választások. Menjen a Saját listák menüpontba, hogy létrehozza a vektoros elemek listáját.",
|
40
|
-
"duplicatesTip": "í_Duplicate features are always removed. When enabled
|
40
|
+
"duplicatesTip": "í_Duplicate features are always removed. When enabled, pop-ups from each layer will be compared and any duplicate pop-up information will be removed___________________________________________________________________________ő.",
|
41
|
+
"exportListsLabel": "í_My lists_________________ő"
|
41
42
|
}
|
@@ -14,8 +14,8 @@
|
|
14
14
|
"stepTwoFull": "Buat daftar baru",
|
15
15
|
"cancel": "Batalkan",
|
16
16
|
"done": "Selesai",
|
17
|
-
"selectPDFLabelOption": "
|
18
|
-
"removeDuplicate": "ng_Remove
|
17
|
+
"selectPDFLabelOption": "ng_Format options_______________ny",
|
18
|
+
"removeDuplicate": "ng_Remove duplicates___________________ny:",
|
19
19
|
"numDuplicates": "{{n}} duplikat",
|
20
20
|
"selectLayerAndAdd": "ng_Use selection tools to choose which features to include and then click Create list___________________________________________ny.",
|
21
21
|
"selectSearchTip": "ng_Select features from the input layer to add to your list. Draw with sketch tools, specify a search distance, and use features from another layer to select overlapping features_________________________________________________________________________________________ny.",
|
@@ -35,7 +35,8 @@
|
|
35
35
|
"pdfOptions": "Opsi PDF",
|
36
36
|
"csvOptions": "Opsi CSV",
|
37
37
|
"refineSelection": "Perjelas pilihan",
|
38
|
-
"refineTip": "ng_Refine and finalize your lists by using sketch tools to add or remove
|
38
|
+
"refineTip": "ng_Refine and finalize your lists by using sketch tools to add or remove selected features_____________________________________________ny.",
|
39
39
|
"refineTipNoSelections": "Tidak ada pilihan yang dapat diperjelas. Buka Daftar saya untuk membuat daftar fitur.",
|
40
|
-
"duplicatesTip": "ng_Duplicate features are always removed. When enabled
|
40
|
+
"duplicatesTip": "ng_Duplicate features are always removed. When enabled, pop-ups from each layer will be compared and any duplicate pop-up information will be removed___________________________________________________________________________ny.",
|
41
|
+
"exportListsLabel": "ng_My lists_________________ny"
|
41
42
|
}
|
@@ -14,8 +14,8 @@
|
|
14
14
|
"stepTwoFull": "Crea nuovo elenco",
|
15
15
|
"cancel": "Annulla",
|
16
16
|
"done": "Completato",
|
17
|
-
"selectPDFLabelOption": "
|
18
|
-
"removeDuplicate": "é_Remove
|
17
|
+
"selectPDFLabelOption": "é_Format options_______________È",
|
18
|
+
"removeDuplicate": "é_Remove duplicates___________________È:",
|
19
19
|
"numDuplicates": "{{n}} duplicati",
|
20
20
|
"selectLayerAndAdd": "é_Use selection tools to choose which features to include and then click Create list___________________________________________È.",
|
21
21
|
"selectSearchTip": "é_Select features from the input layer to add to your list. Draw with sketch tools, specify a search distance, and use features from another layer to select overlapping features_________________________________________________________________________________________È.",
|
@@ -35,7 +35,8 @@
|
|
35
35
|
"pdfOptions": "Opzioni PDF",
|
36
36
|
"csvOptions": "Opzioni CSV",
|
37
37
|
"refineSelection": "Ottimizza selezione",
|
38
|
-
"refineTip": "é_Refine and finalize your lists by using sketch tools to add or remove
|
38
|
+
"refineTip": "é_Refine and finalize your lists by using sketch tools to add or remove selected features_____________________________________________È.",
|
39
39
|
"refineTipNoSelections": "Non ci sono selezioni da affinare. Vai su I miei elenchi per creare un elenco di feature.",
|
40
|
-
"duplicatesTip": "é_Duplicate features are always removed. When enabled
|
40
|
+
"duplicatesTip": "é_Duplicate features are always removed. When enabled, pop-ups from each layer will be compared and any duplicate pop-up information will be removed___________________________________________________________________________È.",
|
41
|
+
"exportListsLabel": "é_My lists_________________È"
|
41
42
|
}
|
@@ -14,8 +14,8 @@
|
|
14
14
|
"stepTwoFull": "新しいリストの作成",
|
15
15
|
"cancel": "キャンセル",
|
16
16
|
"done": "完了",
|
17
|
-
"selectPDFLabelOption": "
|
18
|
-
"removeDuplicate": "須_Remove
|
17
|
+
"selectPDFLabelOption": "須_Format options_______________鷗",
|
18
|
+
"removeDuplicate": "須_Remove duplicates___________________鷗:",
|
19
19
|
"numDuplicates": "{{n}} の重複",
|
20
20
|
"selectLayerAndAdd": "須_Use selection tools to choose which features to include and then click Create list___________________________________________鷗.",
|
21
21
|
"selectSearchTip": "須_Select features from the input layer to add to your list. Draw with sketch tools, specify a search distance, and use features from another layer to select overlapping features_________________________________________________________________________________________鷗.",
|
@@ -35,7 +35,8 @@
|
|
35
35
|
"pdfOptions": "PDF オプション",
|
36
36
|
"csvOptions": "CSV オプション",
|
37
37
|
"refineSelection": "選択の調整",
|
38
|
-
"refineTip": "須_Refine and finalize your lists by using sketch tools to add or remove
|
38
|
+
"refineTip": "須_Refine and finalize your lists by using sketch tools to add or remove selected features_____________________________________________鷗.",
|
39
39
|
"refineTipNoSelections": "絞り込む選択セットがありません。 マイ リストに移動して、フィーチャのリストを作成します。",
|
40
|
-
"duplicatesTip": "須_Duplicate features are always removed. When enabled
|
40
|
+
"duplicatesTip": "須_Duplicate features are always removed. When enabled, pop-ups from each layer will be compared and any duplicate pop-up information will be removed___________________________________________________________________________鷗.",
|
41
|
+
"exportListsLabel": "須_My lists_________________鷗"
|
41
42
|
}
|
@@ -14,8 +14,8 @@
|
|
14
14
|
"stepTwoFull": "새 목록 생성",
|
15
15
|
"cancel": "취소",
|
16
16
|
"done": "완료",
|
17
|
-
"selectPDFLabelOption": "
|
18
|
-
"removeDuplicate": "한_Remove
|
17
|
+
"selectPDFLabelOption": "한_Format options_______________빠",
|
18
|
+
"removeDuplicate": "한_Remove duplicates___________________빠:",
|
19
19
|
"numDuplicates": "중복 {{n}}개",
|
20
20
|
"selectLayerAndAdd": "한_Use selection tools to choose which features to include and then click Create list___________________________________________빠.",
|
21
21
|
"selectSearchTip": "한_Select features from the input layer to add to your list. Draw with sketch tools, specify a search distance, and use features from another layer to select overlapping features_________________________________________________________________________________________빠.",
|
@@ -35,7 +35,8 @@
|
|
35
35
|
"pdfOptions": "PDF 옵션",
|
36
36
|
"csvOptions": "CSV 옵션",
|
37
37
|
"refineSelection": "선택 항목 세부 조정",
|
38
|
-
"refineTip": "한_Refine and finalize your lists by using sketch tools to add or remove
|
38
|
+
"refineTip": "한_Refine and finalize your lists by using sketch tools to add or remove selected features_____________________________________________빠.",
|
39
39
|
"refineTipNoSelections": "세부 조정할 선택 항목이 없습니다. 내 목록으로 이동하여 피처 목록을 생성합니다.",
|
40
|
-
"duplicatesTip": "한_Duplicate features are always removed. When enabled
|
40
|
+
"duplicatesTip": "한_Duplicate features are always removed. When enabled, pop-ups from each layer will be compared and any duplicate pop-up information will be removed___________________________________________________________________________빠.",
|
41
|
+
"exportListsLabel": "한_My lists_________________빠"
|
41
42
|
}
|
@@ -14,8 +14,8 @@
|
|
14
14
|
"stepTwoFull": "Kurti naują sąrašą",
|
15
15
|
"cancel": "Atšaukti",
|
16
16
|
"done": "Atlikta",
|
17
|
-
"selectPDFLabelOption": "
|
18
|
-
"removeDuplicate": "Į_Remove
|
17
|
+
"selectPDFLabelOption": "Į_Format options_______________š",
|
18
|
+
"removeDuplicate": "Į_Remove duplicates___________________š:",
|
19
19
|
"numDuplicates": "{{n}} dublikatai (-ų)",
|
20
20
|
"selectLayerAndAdd": "Į_Use selection tools to choose which features to include and then click Create list___________________________________________š.",
|
21
21
|
"selectSearchTip": "Į_Select features from the input layer to add to your list. Draw with sketch tools, specify a search distance, and use features from another layer to select overlapping features_________________________________________________________________________________________š.",
|
@@ -35,7 +35,8 @@
|
|
35
35
|
"pdfOptions": "PDF parinktys",
|
36
36
|
"csvOptions": "CSV parinktys",
|
37
37
|
"refineSelection": "Tikslinti pasirinkimą",
|
38
|
-
"refineTip": "Į_Refine and finalize your lists by using sketch tools to add or remove
|
38
|
+
"refineTip": "Į_Refine and finalize your lists by using sketch tools to add or remove selected features_____________________________________________š.",
|
39
39
|
"refineTipNoSelections": "Nėra pasirinkimo apimties, kurią galima būtų patikslinti. Norėdami sukurti elementų sąrašą, eikite į Mano sąrašai.",
|
40
|
-
"duplicatesTip": "Į_Duplicate features are always removed. When enabled
|
40
|
+
"duplicatesTip": "Į_Duplicate features are always removed. When enabled, pop-ups from each layer will be compared and any duplicate pop-up information will be removed___________________________________________________________________________š.",
|
41
|
+
"exportListsLabel": "Į_My lists_________________š"
|
41
42
|
}
|
@@ -14,8 +14,8 @@
|
|
14
14
|
"stepTwoFull": "Izveidot jaunu sarakstu",
|
15
15
|
"cancel": "Atcelt",
|
16
16
|
"done": "Gatavs",
|
17
|
-
"selectPDFLabelOption": "
|
18
|
-
"removeDuplicate": "ķ_Remove
|
17
|
+
"selectPDFLabelOption": "ķ_Format options_______________ū",
|
18
|
+
"removeDuplicate": "ķ_Remove duplicates___________________ū:",
|
19
19
|
"numDuplicates": "{{n}} dublikāti",
|
20
20
|
"selectLayerAndAdd": "ķ_Use selection tools to choose which features to include and then click Create list___________________________________________ū.",
|
21
21
|
"selectSearchTip": "ķ_Select features from the input layer to add to your list. Draw with sketch tools, specify a search distance, and use features from another layer to select overlapping features_________________________________________________________________________________________ū.",
|
@@ -35,7 +35,8 @@
|
|
35
35
|
"pdfOptions": "PDF opcijas",
|
36
36
|
"csvOptions": "CSV opcijas",
|
37
37
|
"refineSelection": "Precizēt atlasi",
|
38
|
-
"refineTip": "ķ_Refine and finalize your lists by using sketch tools to add or remove
|
38
|
+
"refineTip": "ķ_Refine and finalize your lists by using sketch tools to add or remove selected features_____________________________________________ū.",
|
39
39
|
"refineTipNoSelections": "Nav atlases, ko precizēt. Atveriet Mani saraksti, lai izveidotu elementu sarakstu.",
|
40
|
-
"duplicatesTip": "ķ_Duplicate features are always removed. When enabled
|
40
|
+
"duplicatesTip": "ķ_Duplicate features are always removed. When enabled, pop-ups from each layer will be compared and any duplicate pop-up information will be removed___________________________________________________________________________ū.",
|
41
|
+
"exportListsLabel": "ķ_My lists_________________ū"
|
41
42
|
}
|
@@ -14,8 +14,8 @@
|
|
14
14
|
"stepTwoFull": "Opprett ny liste",
|
15
15
|
"cancel": "Avbryt",
|
16
16
|
"done": "Ferdig",
|
17
|
-
"selectPDFLabelOption": "
|
18
|
-
"removeDuplicate": "å_Remove
|
17
|
+
"selectPDFLabelOption": "å_Format options_______________ø",
|
18
|
+
"removeDuplicate": "å_Remove duplicates___________________ø:",
|
19
19
|
"numDuplicates": "{{n}} duplikater",
|
20
20
|
"selectLayerAndAdd": "å_Use selection tools to choose which features to include and then click Create list___________________________________________ø.",
|
21
21
|
"selectSearchTip": "å_Select features from the input layer to add to your list. Draw with sketch tools, specify a search distance, and use features from another layer to select overlapping features_________________________________________________________________________________________ø.",
|
@@ -35,7 +35,8 @@
|
|
35
35
|
"pdfOptions": "PDF-alternativer",
|
36
36
|
"csvOptions": "CSV-alternativer",
|
37
37
|
"refineSelection": "Begrens utvalg",
|
38
|
-
"refineTip": "å_Refine and finalize your lists by using sketch tools to add or remove
|
38
|
+
"refineTip": "å_Refine and finalize your lists by using sketch tools to add or remove selected features_____________________________________________ø.",
|
39
39
|
"refineTipNoSelections": "Det er ingen utvalg å finjustere. Gå til Mine lister for å opprette en liste med geoobjekter.",
|
40
|
-
"duplicatesTip": "å_Duplicate features are always removed. When enabled
|
40
|
+
"duplicatesTip": "å_Duplicate features are always removed. When enabled, pop-ups from each layer will be compared and any duplicate pop-up information will be removed___________________________________________________________________________ø.",
|
41
|
+
"exportListsLabel": "å_My lists_________________ø"
|
41
42
|
}
|
@@ -14,8 +14,8 @@
|
|
14
14
|
"stepTwoFull": "Nieuwe lijst maken",
|
15
15
|
"cancel": "Annuleren",
|
16
16
|
"done": "Gereed",
|
17
|
-
"selectPDFLabelOption": "
|
18
|
-
"removeDuplicate": "IJ_Remove
|
17
|
+
"selectPDFLabelOption": "IJ_Format options_______________ä",
|
18
|
+
"removeDuplicate": "IJ_Remove duplicates___________________ä:",
|
19
19
|
"numDuplicates": "{{n}} duplicaten",
|
20
20
|
"selectLayerAndAdd": "IJ_Use selection tools to choose which features to include and then click Create list___________________________________________ä.",
|
21
21
|
"selectSearchTip": "IJ_Select features from the input layer to add to your list. Draw with sketch tools, specify a search distance, and use features from another layer to select overlapping features_________________________________________________________________________________________ä.",
|
@@ -35,7 +35,8 @@
|
|
35
35
|
"pdfOptions": "PDF-opties",
|
36
36
|
"csvOptions": "CSV-opties",
|
37
37
|
"refineSelection": "Selectie verfijnen",
|
38
|
-
"refineTip": "IJ_Refine and finalize your lists by using sketch tools to add or remove
|
38
|
+
"refineTip": "IJ_Refine and finalize your lists by using sketch tools to add or remove selected features_____________________________________________ä.",
|
39
39
|
"refineTipNoSelections": "Er zijn geen selecties die u kunt verfijnen Ga naar Mijn lijsten om een lijst met objecten te maken.",
|
40
|
-
"duplicatesTip": "IJ_Duplicate features are always removed. When enabled
|
40
|
+
"duplicatesTip": "IJ_Duplicate features are always removed. When enabled, pop-ups from each layer will be compared and any duplicate pop-up information will be removed___________________________________________________________________________ä.",
|
41
|
+
"exportListsLabel": "IJ_My lists_________________ä"
|
41
42
|
}
|