qwc2 2025.12.15 → 2025.12.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (87) hide show
  1. package/components/AttributeForm.js +8 -8
  2. package/components/AttributeTableWidget.js +3 -3
  3. package/components/EditComboField.js +1 -1
  4. package/components/EditUploadField.js +1 -1
  5. package/components/IdentifyViewer.js +91 -38
  6. package/components/LinkFeatureForm.js +21 -4
  7. package/components/MeasureSwitcher.js +115 -0
  8. package/components/PluginsContainer.js +3 -2
  9. package/components/QtDesignerForm.js +2 -2
  10. package/components/ResizeableWindow.js +9 -1
  11. package/components/SearchBox.js +19 -12
  12. package/components/SideBar.js +4 -0
  13. package/components/map3d/drawtool/EditTool3D.js +1 -1
  14. package/components/style/IdentifyViewer.css +8 -6
  15. package/components/style/LocationRecorder.css +1 -6
  16. package/components/style/PluginsContainer.css +11 -6
  17. package/components/timeline/FixedTimeline.js +2 -2
  18. package/components/timeline/InfiniteTimeline.js +2 -2
  19. package/components/timeline/TimelineFeaturesSlider.js +1 -1
  20. package/components/widgets/EditableSelect.js +2 -1
  21. package/components/widgets/LayerCatalogWidget.js +26 -15
  22. package/components/widgets/MenuButton.js +7 -2
  23. package/components/widgets/NavBar.js +4 -2
  24. package/components/widgets/PopupMenu.js +44 -13
  25. package/components/widgets/SearchWidget.js +39 -50
  26. package/components/widgets/style/SearchWidget.css +3 -19
  27. package/package.json +1 -1
  28. package/plugins/Editing.js +20 -5
  29. package/plugins/FeatureForm.js +1 -1
  30. package/plugins/FeatureSearch.js +3 -3
  31. package/plugins/GeometryDigitizer.js +32 -18
  32. package/plugins/HeightProfile.js +4 -1
  33. package/plugins/Identify.js +5 -4
  34. package/plugins/LayerTree.js +5 -1
  35. package/plugins/MapExport.js +4 -4
  36. package/plugins/MapFilter.js +10 -10
  37. package/plugins/Measure.js +5 -1
  38. package/plugins/NewsPopup.js +1 -1
  39. package/plugins/ObliqueView.js +88 -17
  40. package/plugins/Print.js +8 -8
  41. package/plugins/Redlining.js +25 -73
  42. package/plugins/Reports.js +3 -3
  43. package/plugins/Routing.js +4 -4
  44. package/plugins/TopBar.js +2 -0
  45. package/plugins/ValueTool.js +1 -1
  46. package/plugins/View3D.js +2 -2
  47. package/plugins/ZoomButtons.js +1 -1
  48. package/plugins/map/EditingSupport.js +50 -20
  49. package/plugins/map/MeasurementSupport.js +1 -0
  50. package/plugins/map/RedliningSupport.js +9 -7
  51. package/plugins/map/SnapSupport.js +12 -10
  52. package/plugins/map/style/SnappingSupport.css +1 -8
  53. package/plugins/map3d/Draw3D.js +2 -2
  54. package/plugins/map3d/ExportObjects3D.js +2 -2
  55. package/plugins/map3d/MapExport3D.js +4 -4
  56. package/reducers/editing.js +6 -1
  57. package/reducers/layers.js +18 -36
  58. package/reducers/measurement.js +2 -1
  59. package/scripts/wmts_config_generator.py +1 -1
  60. package/static/translations/bg-BG.json +45 -75
  61. package/static/translations/ca-ES.json +45 -75
  62. package/static/translations/cs-CZ.json +45 -75
  63. package/static/translations/de-CH.json +45 -75
  64. package/static/translations/de-DE.json +45 -75
  65. package/static/translations/en-US.json +45 -75
  66. package/static/translations/es-ES.json +45 -75
  67. package/static/translations/fi-FI.json +45 -75
  68. package/static/translations/fr-FR.json +46 -76
  69. package/static/translations/hu-HU.json +45 -75
  70. package/static/translations/it-IT.json +45 -75
  71. package/static/translations/ja-JP.json +45 -75
  72. package/static/translations/nl-NL.json +45 -75
  73. package/static/translations/no-NO.json +45 -75
  74. package/static/translations/pl-PL.json +45 -75
  75. package/static/translations/pt-BR.json +45 -75
  76. package/static/translations/pt-PT.json +45 -75
  77. package/static/translations/ro-RO.json +45 -75
  78. package/static/translations/ru-RU.json +45 -75
  79. package/static/translations/sv-SE.json +45 -75
  80. package/static/translations/tr-TR.json +45 -75
  81. package/static/translations/tsconfig.json +35 -67
  82. package/static/translations/uk-UA.json +45 -75
  83. package/utils/FeatureStyles.js +18 -20
  84. package/utils/IdentifyUtils.js +14 -11
  85. package/utils/MiscUtils.js +2 -1
  86. package/utils/SearchProviders.js +1 -1
  87. package/utils/VectorLayerUtils.js +4 -2
@@ -92,7 +92,6 @@
92
92
  "attribtable.addfeature",
93
93
  "attribtable.commit",
94
94
  "attribtable.csvexport",
95
- "attribtable.delete",
96
95
  "attribtable.deletefailed",
97
96
  "attribtable.deletefeatures",
98
97
  "attribtable.deleting",
@@ -101,12 +100,10 @@
101
100
  "attribtable.geomnoadd",
102
101
  "attribtable.limittoextent",
103
102
  "attribtable.loadfailed",
104
- "attribtable.loading",
105
103
  "attribtable.nodelete",
106
104
  "attribtable.nogeomnoform",
107
105
  "attribtable.pleasereload",
108
106
  "attribtable.reload",
109
- "attribtable.selectlayer",
110
107
  "attribtable.title",
111
108
  "attribtable.zoomtoselection",
112
109
  "bgswitcher.nobg",
@@ -128,6 +125,35 @@
128
125
  "bottombar.scale_label",
129
126
  "bottombar.terms_label",
130
127
  "bottombar.viewertitle_label",
128
+ "common.all",
129
+ "common.cancel",
130
+ "common.circle",
131
+ "common.clear",
132
+ "common.clone",
133
+ "common.close",
134
+ "common.delete",
135
+ "common.download",
136
+ "common.ellipse",
137
+ "common.export",
138
+ "common.format",
139
+ "common.line",
140
+ "common.loading",
141
+ "common.lock2dview",
142
+ "common.noresults",
143
+ "common.pick",
144
+ "common.point",
145
+ "common.polygon",
146
+ "common.rectangle",
147
+ "common.resolution",
148
+ "common.save",
149
+ "common.select",
150
+ "common.selectlayer",
151
+ "common.square",
152
+ "common.sync2dview",
153
+ "common.text",
154
+ "common.wait",
155
+ "common.zoomin",
156
+ "common.zoomout",
131
157
  "compare3d.clipplane",
132
158
  "compare3d.compare_objects",
133
159
  "compare3d.info_message",
@@ -145,17 +171,14 @@
145
171
  "cyclomedia.login",
146
172
  "cyclomedia.scalehint",
147
173
  "cyclomedia.title",
148
- "draw3d.clone",
149
174
  "draw3d.cone",
150
175
  "draw3d.cuboid",
151
176
  "draw3d.cylinder",
152
- "draw3d.delete",
153
177
  "draw3d.drawings",
154
178
  "draw3d.intersect",
155
179
  "draw3d.label",
156
180
  "draw3d.newgroupprompt",
157
181
  "draw3d.numericinput",
158
- "draw3d.pick",
159
182
  "draw3d.position",
160
183
  "draw3d.pyramid",
161
184
  "draw3d.rotate",
@@ -174,7 +197,6 @@
174
197
  "editing.add",
175
198
  "editing.attrtable",
176
199
  "editing.canceldelete",
177
- "editing.clearpicture",
178
200
  "editing.clone_all",
179
201
  "editing.clone_copy",
180
202
  "editing.clone_defaulted",
@@ -187,23 +209,17 @@
187
209
  "editing.commitfailed",
188
210
  "editing.contraintviolation",
189
211
  "editing.create",
190
- "editing.delete",
191
212
  "editing.discard",
192
213
  "editing.draw",
193
214
  "editing.feature",
194
215
  "editing.geomnonzeroz",
195
216
  "editing.geomreadonly",
196
217
  "editing.invalidform",
197
- "editing.maximize",
198
- "editing.minimize",
199
218
  "editing.noeditablelayers",
200
219
  "editing.paint",
201
- "editing.pick",
202
220
  "editing.pickdrawfeature",
203
221
  "editing.reallydelete",
204
222
  "editing.relationcommitfailed",
205
- "editing.select",
206
- "editing.selectlayer",
207
223
  "editing.takepicture",
208
224
  "editing.unsavedchanged",
209
225
  "featureattributes.name",
@@ -211,12 +227,9 @@
211
227
  "featureattributes.value",
212
228
  "featureattributes.windowtitle",
213
229
  "featureform.feature",
214
- "featureform.noresults",
215
230
  "featureform.querying",
216
231
  "featureform.title",
217
- "featuresearch.noresults",
218
232
  "featuresearch.query",
219
- "featuresearch.select",
220
233
  "featuresearch.title",
221
234
  "fileselector.files",
222
235
  "fileselector.placeholder",
@@ -231,7 +244,6 @@
231
244
  "geomdigitizer.point_buffer",
232
245
  "geomdigitizer.selfinter",
233
246
  "geomdigitizer.send",
234
- "geomdigitizer.wait",
235
247
  "heightprofile.asl",
236
248
  "heightprofile.dhmdefaultname",
237
249
  "heightprofile.distance",
@@ -251,17 +263,17 @@
251
263
  "identify.clipboard",
252
264
  "identify.compare",
253
265
  "identify.comparing",
254
- "identify.download",
255
- "identify.export",
256
266
  "identify.featureReport",
257
267
  "identify.featurecount",
258
268
  "identify.layerall",
259
269
  "identify.link",
270
+ "identify.multiview",
260
271
  "identify.noattributes",
261
272
  "identify.noresults",
262
273
  "identify.querying",
263
274
  "identify.reportfail",
264
275
  "identify.results",
276
+ "identify.selectforcompare",
265
277
  "identify.selectreport",
266
278
  "identify.title",
267
279
  "imageeditor.confirmclose",
@@ -273,7 +285,6 @@
273
285
  "importlayer.asgroup",
274
286
  "importlayer.connect",
275
287
  "importlayer.filter",
276
- "importlayer.loading",
277
288
  "importlayer.localfile",
278
289
  "importlayer.nofeatures",
279
290
  "importlayer.noresults",
@@ -306,6 +317,7 @@
306
317
  "layertree.printlegend",
307
318
  "layertree.separator",
308
319
  "layertree.separatortooltip",
320
+ "layertree.togglegroup",
309
321
  "layertree.transparency",
310
322
  "layertree.visiblefilter",
311
323
  "layertree.zoomtolayer",
@@ -316,8 +328,6 @@
316
328
  "layertree3d.objects",
317
329
  "layertree3d.supportedformats",
318
330
  "layertree3d.zoomtoobject",
319
- "linkfeatureform.cancel",
320
- "linkfeatureform.close",
321
331
  "linkfeatureform.drawhint",
322
332
  "linkfeatureform.pickhint",
323
333
  "locate.feetUnit",
@@ -332,28 +342,18 @@
332
342
  "locationrecorder.stop",
333
343
  "map.loading",
334
344
  "map.resetrotation",
335
- "map3d.lockview",
336
- "map3d.syncview",
337
345
  "map3d.terrain",
338
346
  "map3d.title",
339
347
  "mapexport.configuration",
340
- "mapexport.format",
341
348
  "mapexport.projection",
342
- "mapexport.resolution",
343
349
  "mapexport.scale",
344
350
  "mapexport.size",
345
- "mapexport.submit",
346
351
  "mapexport.usersize",
347
- "mapexport.wait",
348
352
  "mapfilter.addcustomfilter",
349
353
  "mapfilter.brokenrendering",
350
- "mapfilter.cancel",
351
354
  "mapfilter.geomfilter",
352
355
  "mapfilter.hidefiltergeom",
353
356
  "mapfilter.invalidfilter",
354
- "mapfilter.save",
355
- "mapfilter.select",
356
- "mapfilter.selectlayer",
357
357
  "mapfilter.timefilter",
358
358
  "mapfilter.timefrom",
359
359
  "mapfilter.timeto",
@@ -390,9 +390,11 @@
390
390
  "measureComponent.lengthLabel",
391
391
  "measureComponent.metric",
392
392
  "measureComponent.pointLabel",
393
+ "measureComponent.showmeasurements",
393
394
  "misc.ctrlclickhint",
395
+ "navbar.next",
394
396
  "navbar.perpage",
395
- "newspopup.dialogclose",
397
+ "navbar.prev",
396
398
  "newspopup.dontshowagain",
397
399
  "newspopup.title",
398
400
  "numericinput.angle",
@@ -410,28 +412,21 @@
410
412
  "portal.filter",
411
413
  "portal.menulabel",
412
414
  "print.atlasfeature",
413
- "print.download",
414
415
  "print.download_as_onepdf",
415
416
  "print.download_as_onezip",
416
417
  "print.download_as_single",
417
- "print.format",
418
418
  "print.grid",
419
419
  "print.layout",
420
420
  "print.legend",
421
- "print.maximize",
422
- "print.minimize",
423
421
  "print.nolayouts",
424
422
  "print.notheme",
425
423
  "print.output",
426
424
  "print.overlap",
427
425
  "print.pickatlasfeature",
428
- "print.resolution",
429
426
  "print.rotation",
430
- "print.save",
431
427
  "print.scale",
432
428
  "print.series",
433
429
  "print.submit",
434
- "print.wait",
435
430
  "qtdesignerform.loading",
436
431
  "redlining.attributes",
437
432
  "redlining.buffer",
@@ -440,44 +435,27 @@
440
435
  "redlining.bufferlayer",
441
436
  "redlining.bufferlayername",
442
437
  "redlining.bufferselectfeature",
443
- "redlining.circle",
444
- "redlining.clone",
445
438
  "redlining.ctrlhint",
446
- "redlining.delete",
447
439
  "redlining.draw",
448
440
  "redlining.edit",
449
- "redlining.ellipse",
450
- "redlining.export",
451
441
  "redlining.freehand",
452
442
  "redlining.label",
453
443
  "redlining.layer",
454
444
  "redlining.layertitle",
455
- "redlining.line",
456
445
  "redlining.markers",
457
- "redlining.measurements",
458
446
  "redlining.numericinput",
459
- "redlining.pick",
460
- "redlining.point",
461
- "redlining.polygon",
462
- "redlining.rectangle",
463
447
  "redlining.size",
464
- "redlining.square",
465
448
  "redlining.text",
466
449
  "redlining.transform",
467
- "reports.all",
468
- "reports.download",
469
- "reports.pick",
470
450
  "reports.region",
471
451
  "reports.selectlayer",
472
452
  "routing.add",
473
453
  "routing.addlayer",
474
454
  "routing.addviapoint",
475
455
  "routing.arriveat",
476
- "routing.clear",
477
456
  "routing.computefailed",
478
457
  "routing.computing",
479
458
  "routing.excludepolygons",
480
- "routing.export",
481
459
  "routing.fastest",
482
460
  "routing.fromhere",
483
461
  "routing.importerror",
@@ -509,9 +487,7 @@
509
487
  "routing.usetollways",
510
488
  "routing.windowtitle",
511
489
  "scratchdrawing.finish",
512
- "search.all",
513
490
  "search.circleradius",
514
- "search.clearfilter",
515
491
  "search.coordinates",
516
492
  "search.existinglayer",
517
493
  "search.filter",
@@ -520,7 +496,6 @@
520
496
  "search.more",
521
497
  "search.nodescription",
522
498
  "search.none",
523
- "search.noresults",
524
499
  "search.placeholder",
525
500
  "search.places",
526
501
  "search.providerselection",
@@ -590,7 +565,6 @@
590
565
  "timemanager.group",
591
566
  "timemanager.groupnone",
592
567
  "timemanager.home",
593
- "timemanager.loading",
594
568
  "timemanager.loop",
595
569
  "timemanager.markers",
596
570
  "timemanager.notemporaldata",
@@ -620,18 +594,13 @@
620
594
  "timemanager.unit.months",
621
595
  "timemanager.unit.seconds",
622
596
  "timemanager.unit.years",
623
- "timemanager.zoomin",
624
- "timemanager.zoomout",
625
597
  "tooltip.background",
626
598
  "tooltip.fullscreendisable",
627
599
  "tooltip.fullscreenenable",
628
600
  "tooltip.home",
629
- "tooltip.zoomin",
630
- "tooltip.zoomout",
631
601
  "tourguide.done",
632
602
  "tourguide.next",
633
603
  "tourguide.previous",
634
- "valuetool.all",
635
604
  "valuetool.allbands",
636
605
  "valuetool.alllayers",
637
606
  "valuetool.bands",
@@ -652,7 +621,6 @@
652
621
  "vectorlayerpicker.none",
653
622
  "vectorlayerpicker.prompt",
654
623
  "view3d.storingstate",
655
- "window.close",
656
624
  "window.detach",
657
625
  "window.dock",
658
626
  "window.embed",
@@ -67,7 +67,6 @@
67
67
  "addfeature": "",
68
68
  "commit": "",
69
69
  "csvexport": "",
70
- "delete": "",
71
70
  "deletefailed": "",
72
71
  "deletefeatures": "",
73
72
  "deleting": "",
@@ -76,12 +75,10 @@
76
75
  "geomnoadd": "",
77
76
  "limittoextent": "",
78
77
  "loadfailed": "",
79
- "loading": "",
80
78
  "nodelete": "",
81
79
  "nogeomnoform": "",
82
80
  "pleasereload": "",
83
81
  "reload": "",
84
- "selectlayer": "",
85
82
  "title": "",
86
83
  "zoomtoselection": ""
87
84
  },
@@ -110,6 +107,37 @@
110
107
  "terms_label": "Правила користування",
111
108
  "viewertitle_label": "Домашня сторінка"
112
109
  },
110
+ "common": {
111
+ "all": "",
112
+ "cancel": "",
113
+ "circle": "",
114
+ "clear": "",
115
+ "clone": "",
116
+ "close": "",
117
+ "delete": "",
118
+ "download": "",
119
+ "ellipse": "",
120
+ "export": "",
121
+ "format": "Формат:",
122
+ "line": "Лінія",
123
+ "loading": "",
124
+ "lock2dview": "",
125
+ "noresults": "",
126
+ "pick": "",
127
+ "point": "Точка",
128
+ "polygon": "Полігон",
129
+ "rectangle": "",
130
+ "resolution": "Роздільна здатність:",
131
+ "save": "",
132
+ "select": "Виберіть...",
133
+ "selectlayer": "",
134
+ "square": "",
135
+ "sync2dview": "",
136
+ "text": "Текст",
137
+ "wait": "",
138
+ "zoomin": "Збільшити",
139
+ "zoomout": "Зменшити"
140
+ },
113
141
  "compare3d": {
114
142
  "clipplane": "",
115
143
  "compare_objects": "",
@@ -136,17 +164,14 @@
136
164
  "title": ""
137
165
  },
138
166
  "draw3d": {
139
- "clone": "",
140
167
  "cone": "",
141
168
  "cuboid": "",
142
169
  "cylinder": "",
143
- "delete": "",
144
170
  "drawings": "",
145
171
  "intersect": "",
146
172
  "label": "",
147
173
  "newgroupprompt": "",
148
174
  "numericinput": "",
149
- "pick": "",
150
175
  "position": "",
151
176
  "pyramid": "",
152
177
  "rotate": "",
@@ -169,7 +194,6 @@
169
194
  "add": "",
170
195
  "attrtable": "",
171
196
  "canceldelete": "Не видаляти",
172
- "clearpicture": "",
173
197
  "clone_all": "",
174
198
  "clone_copy": "",
175
199
  "clone_defaulted": "",
@@ -182,23 +206,17 @@
182
206
  "commitfailed": "",
183
207
  "contraintviolation": "",
184
208
  "create": "",
185
- "delete": "Видалити",
186
209
  "discard": "Скасувати зміни",
187
210
  "draw": "Намалювати",
188
211
  "feature": "",
189
212
  "geomnonzeroz": "",
190
213
  "geomreadonly": "",
191
214
  "invalidform": "",
192
- "maximize": "Розгорнути",
193
- "minimize": "Згорнути",
194
215
  "noeditablelayers": "Немає шарів доступних для редагування.",
195
216
  "paint": "",
196
- "pick": "Вибрати",
197
217
  "pickdrawfeature": "",
198
218
  "reallydelete": "Видалити",
199
219
  "relationcommitfailed": "",
200
- "select": "Виберіть...",
201
- "selectlayer": "",
202
220
  "takepicture": "",
203
221
  "unsavedchanged": ""
204
222
  },
@@ -210,14 +228,11 @@
210
228
  },
211
229
  "featureform": {
212
230
  "feature": "",
213
- "noresults": "",
214
231
  "querying": "",
215
232
  "title": ""
216
233
  },
217
234
  "featuresearch": {
218
- "noresults": "",
219
235
  "query": "",
220
- "select": "",
221
236
  "title": ""
222
237
  },
223
238
  "fileselector": {
@@ -235,8 +250,7 @@
235
250
  "line_buffer": "",
236
251
  "point_buffer": "",
237
252
  "selfinter": "",
238
- "send": "",
239
- "wait": ""
253
+ "send": ""
240
254
  },
241
255
  "heightprofile": {
242
256
  "asl": "над р.м.",
@@ -262,17 +276,17 @@
262
276
  "clipboard": "",
263
277
  "compare": "",
264
278
  "comparing": "",
265
- "download": "",
266
- "export": "Експорт",
267
279
  "featureReport": "Звіт по об’єкту",
268
280
  "featurecount": "",
269
281
  "layerall": "",
270
282
  "link": "Посилання",
283
+ "multiview": "",
271
284
  "noattributes": "Атрибути відсутні",
272
285
  "noresults": "Для обраної точки інформація відсутня",
273
286
  "querying": "Обробка запиту...",
274
287
  "reportfail": "",
275
288
  "results": "",
289
+ "selectforcompare": "",
276
290
  "selectreport": "",
277
291
  "title": "Відомості про об’єкт"
278
292
  },
@@ -290,7 +304,6 @@
290
304
  "asgroup": "",
291
305
  "connect": "Підключитись",
292
306
  "filter": "Фільтрувати...",
293
- "loading": "",
294
307
  "localfile": "",
295
308
  "nofeatures": "Жоден об’єкт не доступний для імпорту",
296
309
  "noresults": "",
@@ -331,6 +344,7 @@
331
344
  "printlegend": "Друкувати легенду",
332
345
  "separator": "",
333
346
  "separatortooltip": "",
347
+ "togglegroup": "",
334
348
  "transparency": "",
335
349
  "visiblefilter": "",
336
350
  "zoomtolayer": ""
@@ -345,8 +359,6 @@
345
359
  "zoomtoobject": ""
346
360
  },
347
361
  "linkfeatureform": {
348
- "cancel": "",
349
- "close": "",
350
362
  "drawhint": "",
351
363
  "pickhint": ""
352
364
  },
@@ -371,32 +383,22 @@
371
383
  "resetrotation": ""
372
384
  },
373
385
  "map3d": {
374
- "lockview": "",
375
- "syncview": "",
376
386
  "terrain": "",
377
387
  "title": ""
378
388
  },
379
389
  "mapexport": {
380
390
  "configuration": "",
381
- "format": "Формат:",
382
391
  "projection": "",
383
- "resolution": "Роздільна здатність:",
384
392
  "scale": "",
385
393
  "size": "",
386
- "submit": "",
387
- "usersize": "",
388
- "wait": ""
394
+ "usersize": ""
389
395
  },
390
396
  "mapfilter": {
391
397
  "addcustomfilter": "",
392
398
  "brokenrendering": "",
393
- "cancel": "",
394
399
  "geomfilter": "",
395
400
  "hidefiltergeom": "",
396
401
  "invalidfilter": "",
397
- "save": "",
398
- "select": "",
399
- "selectlayer": "",
400
402
  "timefilter": "",
401
403
  "timefrom": "",
402
404
  "timeto": ""
@@ -440,16 +442,18 @@
440
442
  "imperial": "",
441
443
  "lengthLabel": "Довжина",
442
444
  "metric": "",
443
- "pointLabel": "Позиція"
445
+ "pointLabel": "Позиція",
446
+ "showmeasurements": ""
444
447
  },
445
448
  "misc": {
446
449
  "ctrlclickhint": ""
447
450
  },
448
451
  "navbar": {
449
- "perpage": ""
452
+ "next": "",
453
+ "perpage": "",
454
+ "prev": ""
450
455
  },
451
456
  "newspopup": {
452
- "dialogclose": "",
453
457
  "dontshowagain": "",
454
458
  "title": ""
455
459
  },
@@ -479,28 +483,21 @@
479
483
  },
480
484
  "print": {
481
485
  "atlasfeature": "",
482
- "download": "",
483
486
  "download_as_onepdf": "",
484
487
  "download_as_onezip": "",
485
488
  "download_as_single": "",
486
- "format": "Формат",
487
489
  "grid": "Сітка",
488
490
  "layout": "Макет",
489
491
  "legend": "",
490
- "maximize": "Розгорнути",
491
- "minimize": "Згорнути",
492
492
  "nolayouts": "Вибранна тема не підтримує друк",
493
493
  "notheme": "Тема не вибрана",
494
494
  "output": "",
495
495
  "overlap": "",
496
496
  "pickatlasfeature": "",
497
- "resolution": "Роздільна здатність",
498
497
  "rotation": "Поворот",
499
- "save": "",
500
498
  "scale": "Масштаб",
501
499
  "series": "",
502
- "submit": "Друк",
503
- "wait": ""
500
+ "submit": "Друк"
504
501
  },
505
502
  "qtdesignerform": {
506
503
  "loading": ""
@@ -513,35 +510,20 @@
513
510
  "bufferlayer": "",
514
511
  "bufferlayername": "",
515
512
  "bufferselectfeature": "",
516
- "circle": "",
517
- "clone": "",
518
513
  "ctrlhint": "",
519
- "delete": "",
520
514
  "draw": "",
521
515
  "edit": "",
522
- "ellipse": "",
523
- "export": "",
524
516
  "freehand": "",
525
517
  "label": "Напис",
526
518
  "layer": "",
527
519
  "layertitle": "",
528
- "line": "Лінія",
529
520
  "markers": "",
530
- "measurements": "",
531
521
  "numericinput": "",
532
- "pick": "Вибрати",
533
- "point": "Точка",
534
- "polygon": "Полігон",
535
- "rectangle": "",
536
522
  "size": "Розмір",
537
- "square": "",
538
- "text": "Текст",
523
+ "text": "",
539
524
  "transform": ""
540
525
  },
541
526
  "reports": {
542
- "all": "",
543
- "download": "",
544
- "pick": "",
545
527
  "region": "",
546
528
  "selectlayer": ""
547
529
  },
@@ -550,11 +532,9 @@
550
532
  "addlayer": "",
551
533
  "addviapoint": "",
552
534
  "arriveat": "",
553
- "clear": "",
554
535
  "computefailed": "",
555
536
  "computing": "",
556
537
  "excludepolygons": "",
557
- "export": "",
558
538
  "fastest": "",
559
539
  "fromhere": "",
560
540
  "importerror": "",
@@ -590,9 +570,7 @@
590
570
  "finish": ""
591
571
  },
592
572
  "search": {
593
- "all": "Все",
594
573
  "circleradius": "",
595
- "clearfilter": "",
596
574
  "coordinates": "",
597
575
  "existinglayer": "",
598
576
  "filter": "",
@@ -601,7 +579,6 @@
601
579
  "more": "",
602
580
  "nodescription": "",
603
581
  "none": "",
604
- "noresults": "",
605
582
  "placeholder": "",
606
583
  "places": "",
607
584
  "providerselection": "",
@@ -689,7 +666,6 @@
689
666
  "group": "",
690
667
  "groupnone": "",
691
668
  "home": "",
692
- "loading": "",
693
669
  "loop": "",
694
670
  "markers": "",
695
671
  "notemporaldata": "",
@@ -720,17 +696,13 @@
720
696
  "months": "",
721
697
  "seconds": "",
722
698
  "years": ""
723
- },
724
- "zoomin": "",
725
- "zoomout": ""
699
+ }
726
700
  },
727
701
  "tooltip": {
728
702
  "background": "Змінити фон",
729
703
  "fullscreendisable": "",
730
704
  "fullscreenenable": "",
731
- "home": "Показати всю карту",
732
- "zoomin": "Збільшити",
733
- "zoomout": "Зменшити"
705
+ "home": "Показати всю карту"
734
706
  },
735
707
  "tourguide": {
736
708
  "done": "",
@@ -738,7 +710,6 @@
738
710
  "previous": ""
739
711
  },
740
712
  "valuetool": {
741
- "all": "",
742
713
  "allbands": "",
743
714
  "alllayers": "",
744
715
  "bands": "",
@@ -765,7 +736,6 @@
765
736
  "storingstate": ""
766
737
  },
767
738
  "window": {
768
- "close": "",
769
739
  "detach": "",
770
740
  "dock": "",
771
741
  "embed": "",