qwc2 2025.12.17 → 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.
- package/components/AttributeForm.js +8 -8
- package/components/AttributeTableWidget.js +3 -3
- package/components/EditComboField.js +1 -1
- package/components/EditUploadField.js +1 -1
- package/components/IdentifyViewer.js +3 -4
- package/components/LinkFeatureForm.js +21 -4
- package/components/MeasureSwitcher.js +115 -0
- package/components/PluginsContainer.js +3 -2
- package/components/QtDesignerForm.js +2 -2
- package/components/ResizeableWindow.js +1 -1
- package/components/SearchBox.js +7 -7
- package/components/map3d/drawtool/EditTool3D.js +1 -1
- package/components/style/IdentifyViewer.css +1 -1
- package/components/style/LocationRecorder.css +1 -6
- package/components/style/PluginsContainer.css +11 -6
- package/components/timeline/FixedTimeline.js +2 -2
- package/components/timeline/InfiniteTimeline.js +2 -2
- package/components/timeline/TimelineFeaturesSlider.js +1 -1
- package/components/widgets/LayerCatalogWidget.js +1 -1
- package/package.json +1 -1
- package/plugins/Editing.js +20 -5
- package/plugins/FeatureForm.js +1 -1
- package/plugins/FeatureSearch.js +3 -3
- package/plugins/GeometryDigitizer.js +32 -18
- package/plugins/Identify.js +1 -4
- package/plugins/MapExport.js +4 -4
- package/plugins/MapFilter.js +10 -10
- package/plugins/NewsPopup.js +1 -1
- package/plugins/ObliqueView.js +88 -17
- package/plugins/Print.js +7 -7
- package/plugins/Redlining.js +25 -73
- package/plugins/Reports.js +3 -3
- package/plugins/Routing.js +4 -4
- package/plugins/ValueTool.js +1 -1
- package/plugins/View3D.js +2 -2
- package/plugins/ZoomButtons.js +1 -1
- package/plugins/map/EditingSupport.js +50 -20
- package/plugins/map/RedliningSupport.js +2 -2
- package/plugins/map/SnapSupport.js +12 -10
- package/plugins/map/style/SnappingSupport.css +1 -8
- package/plugins/map3d/Draw3D.js +2 -2
- package/plugins/map3d/ExportObjects3D.js +2 -2
- package/plugins/map3d/MapExport3D.js +4 -4
- package/reducers/editing.js +6 -1
- package/static/translations/bg-BG.json +39 -74
- package/static/translations/ca-ES.json +39 -74
- package/static/translations/cs-CZ.json +39 -74
- package/static/translations/de-CH.json +39 -74
- package/static/translations/de-DE.json +39 -74
- package/static/translations/en-US.json +39 -74
- package/static/translations/es-ES.json +39 -74
- package/static/translations/fi-FI.json +39 -74
- package/static/translations/fr-FR.json +39 -74
- package/static/translations/hu-HU.json +39 -74
- package/static/translations/it-IT.json +39 -74
- package/static/translations/ja-JP.json +39 -74
- package/static/translations/nl-NL.json +39 -74
- package/static/translations/no-NO.json +39 -74
- package/static/translations/pl-PL.json +39 -74
- package/static/translations/pt-BR.json +39 -74
- package/static/translations/pt-PT.json +39 -74
- package/static/translations/ro-RO.json +39 -74
- package/static/translations/ru-RU.json +39 -74
- package/static/translations/sv-SE.json +39 -74
- package/static/translations/tr-TR.json +39 -74
- package/static/translations/tsconfig.json +30 -67
- package/static/translations/uk-UA.json +39 -74
- package/utils/FeatureStyles.js +13 -18
- package/utils/IdentifyUtils.js +14 -11
- package/utils/SearchProviders.js +1 -1
|
@@ -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": "Warunki korzystania",
|
|
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": "Format:",
|
|
122
|
+
"line": "Linia",
|
|
123
|
+
"loading": "",
|
|
124
|
+
"lock2dview": "",
|
|
125
|
+
"noresults": "",
|
|
126
|
+
"pick": "",
|
|
127
|
+
"point": "Punkt",
|
|
128
|
+
"polygon": "Poligon",
|
|
129
|
+
"rectangle": "",
|
|
130
|
+
"resolution": "Rozdzielczość:",
|
|
131
|
+
"save": "",
|
|
132
|
+
"select": "Zaznacz...",
|
|
133
|
+
"selectlayer": "",
|
|
134
|
+
"square": "",
|
|
135
|
+
"sync2dview": "",
|
|
136
|
+
"text": "Tekst",
|
|
137
|
+
"wait": "",
|
|
138
|
+
"zoomin": "Przybliż",
|
|
139
|
+
"zoomout": "Oddal"
|
|
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": "Nie usuwaj",
|
|
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": "Usuń",
|
|
186
209
|
"discard": "Odrzuć",
|
|
187
210
|
"draw": "Rysuj",
|
|
188
211
|
"feature": "",
|
|
189
212
|
"geomnonzeroz": "",
|
|
190
213
|
"geomreadonly": "",
|
|
191
214
|
"invalidform": "",
|
|
192
|
-
"maximize": "Maksymalizuj",
|
|
193
|
-
"minimize": "Minimalizuj",
|
|
194
215
|
"noeditablelayers": "Brak edytowalnych warstw.",
|
|
195
216
|
"paint": "",
|
|
196
|
-
"pick": "Wybierz",
|
|
197
217
|
"pickdrawfeature": "",
|
|
198
218
|
"reallydelete": "Usuń",
|
|
199
219
|
"relationcommitfailed": "",
|
|
200
|
-
"select": "Zaznacz",
|
|
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": "a.s.l.",
|
|
@@ -262,8 +276,6 @@
|
|
|
262
276
|
"clipboard": "",
|
|
263
277
|
"compare": "",
|
|
264
278
|
"comparing": "",
|
|
265
|
-
"download": "",
|
|
266
|
-
"export": "Eksport",
|
|
267
279
|
"featureReport": "Feature report",
|
|
268
280
|
"featurecount": "",
|
|
269
281
|
"layerall": "",
|
|
@@ -292,7 +304,6 @@
|
|
|
292
304
|
"asgroup": "",
|
|
293
305
|
"connect": "Połącz",
|
|
294
306
|
"filter": "Filtruj...",
|
|
295
|
-
"loading": "",
|
|
296
307
|
"localfile": "Plik lokalny",
|
|
297
308
|
"nofeatures": "Elementy nie mogły zostać zaimportowane",
|
|
298
309
|
"noresults": "Brak wyników lub błędny adres URL",
|
|
@@ -348,8 +359,6 @@
|
|
|
348
359
|
"zoomtoobject": ""
|
|
349
360
|
},
|
|
350
361
|
"linkfeatureform": {
|
|
351
|
-
"cancel": "",
|
|
352
|
-
"close": "",
|
|
353
362
|
"drawhint": "",
|
|
354
363
|
"pickhint": ""
|
|
355
364
|
},
|
|
@@ -374,32 +383,22 @@
|
|
|
374
383
|
"resetrotation": ""
|
|
375
384
|
},
|
|
376
385
|
"map3d": {
|
|
377
|
-
"lockview": "",
|
|
378
|
-
"syncview": "",
|
|
379
386
|
"terrain": "",
|
|
380
387
|
"title": ""
|
|
381
388
|
},
|
|
382
389
|
"mapexport": {
|
|
383
390
|
"configuration": "",
|
|
384
|
-
"format": "Format:",
|
|
385
391
|
"projection": "",
|
|
386
|
-
"resolution": "Rozdzielczość:",
|
|
387
392
|
"scale": "",
|
|
388
393
|
"size": "",
|
|
389
|
-
"
|
|
390
|
-
"usersize": "",
|
|
391
|
-
"wait": ""
|
|
394
|
+
"usersize": ""
|
|
392
395
|
},
|
|
393
396
|
"mapfilter": {
|
|
394
397
|
"addcustomfilter": "",
|
|
395
398
|
"brokenrendering": "",
|
|
396
|
-
"cancel": "",
|
|
397
399
|
"geomfilter": "",
|
|
398
400
|
"hidefiltergeom": "",
|
|
399
401
|
"invalidfilter": "",
|
|
400
|
-
"save": "",
|
|
401
|
-
"select": "",
|
|
402
|
-
"selectlayer": "",
|
|
403
402
|
"timefilter": "",
|
|
404
403
|
"timefrom": "",
|
|
405
404
|
"timeto": ""
|
|
@@ -443,7 +442,8 @@
|
|
|
443
442
|
"imperial": "",
|
|
444
443
|
"lengthLabel": "Odległość",
|
|
445
444
|
"metric": "",
|
|
446
|
-
"pointLabel": "Pozycja"
|
|
445
|
+
"pointLabel": "Pozycja",
|
|
446
|
+
"showmeasurements": ""
|
|
447
447
|
},
|
|
448
448
|
"misc": {
|
|
449
449
|
"ctrlclickhint": ""
|
|
@@ -454,7 +454,6 @@
|
|
|
454
454
|
"prev": ""
|
|
455
455
|
},
|
|
456
456
|
"newspopup": {
|
|
457
|
-
"dialogclose": "",
|
|
458
457
|
"dontshowagain": "",
|
|
459
458
|
"title": ""
|
|
460
459
|
},
|
|
@@ -484,28 +483,21 @@
|
|
|
484
483
|
},
|
|
485
484
|
"print": {
|
|
486
485
|
"atlasfeature": "",
|
|
487
|
-
"download": "",
|
|
488
486
|
"download_as_onepdf": "",
|
|
489
487
|
"download_as_onezip": "",
|
|
490
488
|
"download_as_single": "",
|
|
491
|
-
"format": "Format",
|
|
492
489
|
"grid": "Siatka",
|
|
493
490
|
"layout": "Layout",
|
|
494
491
|
"legend": "",
|
|
495
|
-
"maximize": "Maksymalizuj",
|
|
496
|
-
"minimize": "Minimalizuj",
|
|
497
492
|
"nolayouts": "Wybrany motyw nie umożliwia drukowania",
|
|
498
493
|
"notheme": "Brak wybranego motywu",
|
|
499
494
|
"output": "Drukuj output",
|
|
500
495
|
"overlap": "",
|
|
501
496
|
"pickatlasfeature": "",
|
|
502
|
-
"resolution": "Rozdzielczość",
|
|
503
497
|
"rotation": "Obrót",
|
|
504
|
-
"save": "",
|
|
505
498
|
"scale": "Skala",
|
|
506
499
|
"series": "",
|
|
507
|
-
"submit": "Drukuj"
|
|
508
|
-
"wait": "Proszę czekać..."
|
|
500
|
+
"submit": "Drukuj"
|
|
509
501
|
},
|
|
510
502
|
"qtdesignerform": {
|
|
511
503
|
"loading": ""
|
|
@@ -518,35 +510,20 @@
|
|
|
518
510
|
"bufferlayer": "Destynacja",
|
|
519
511
|
"bufferlayername": "Buforuj",
|
|
520
512
|
"bufferselectfeature": "Wybierz element do buforowania",
|
|
521
|
-
"circle": "",
|
|
522
|
-
"clone": "",
|
|
523
513
|
"ctrlhint": "",
|
|
524
|
-
"delete": "Usuń",
|
|
525
514
|
"draw": "Rysuj",
|
|
526
515
|
"edit": "Edytuj",
|
|
527
|
-
"ellipse": "",
|
|
528
|
-
"export": "",
|
|
529
516
|
"freehand": "",
|
|
530
517
|
"label": "Etykieta",
|
|
531
518
|
"layer": "Warstwa",
|
|
532
519
|
"layertitle": "",
|
|
533
|
-
"line": "Linia",
|
|
534
520
|
"markers": "",
|
|
535
|
-
"measurements": "",
|
|
536
521
|
"numericinput": "",
|
|
537
|
-
"pick": "Wybierz",
|
|
538
|
-
"point": "Punkt",
|
|
539
|
-
"polygon": "Poligon",
|
|
540
|
-
"rectangle": "",
|
|
541
522
|
"size": "Rozmiar",
|
|
542
|
-
"
|
|
543
|
-
"text": "Tekst",
|
|
523
|
+
"text": "",
|
|
544
524
|
"transform": ""
|
|
545
525
|
},
|
|
546
526
|
"reports": {
|
|
547
|
-
"all": "",
|
|
548
|
-
"download": "",
|
|
549
|
-
"pick": "",
|
|
550
527
|
"region": "",
|
|
551
528
|
"selectlayer": ""
|
|
552
529
|
},
|
|
@@ -555,11 +532,9 @@
|
|
|
555
532
|
"addlayer": "",
|
|
556
533
|
"addviapoint": "",
|
|
557
534
|
"arriveat": "",
|
|
558
|
-
"clear": "",
|
|
559
535
|
"computefailed": "",
|
|
560
536
|
"computing": "",
|
|
561
537
|
"excludepolygons": "",
|
|
562
|
-
"export": "",
|
|
563
538
|
"fastest": "",
|
|
564
539
|
"fromhere": "",
|
|
565
540
|
"importerror": "",
|
|
@@ -595,9 +570,7 @@
|
|
|
595
570
|
"finish": ""
|
|
596
571
|
},
|
|
597
572
|
"search": {
|
|
598
|
-
"all": "Wszystko",
|
|
599
573
|
"circleradius": "",
|
|
600
|
-
"clearfilter": "",
|
|
601
574
|
"coordinates": "",
|
|
602
575
|
"existinglayer": "",
|
|
603
576
|
"filter": "",
|
|
@@ -606,7 +579,6 @@
|
|
|
606
579
|
"more": "",
|
|
607
580
|
"nodescription": "",
|
|
608
581
|
"none": "",
|
|
609
|
-
"noresults": "",
|
|
610
582
|
"placeholder": "",
|
|
611
583
|
"places": "",
|
|
612
584
|
"providerselection": "",
|
|
@@ -694,7 +666,6 @@
|
|
|
694
666
|
"group": "",
|
|
695
667
|
"groupnone": "",
|
|
696
668
|
"home": "",
|
|
697
|
-
"loading": "",
|
|
698
669
|
"loop": "",
|
|
699
670
|
"markers": "",
|
|
700
671
|
"notemporaldata": "",
|
|
@@ -725,17 +696,13 @@
|
|
|
725
696
|
"months": "",
|
|
726
697
|
"seconds": "",
|
|
727
698
|
"years": ""
|
|
728
|
-
}
|
|
729
|
-
"zoomin": "",
|
|
730
|
-
"zoomout": ""
|
|
699
|
+
}
|
|
731
700
|
},
|
|
732
701
|
"tooltip": {
|
|
733
702
|
"background": "Zmień podkład map",
|
|
734
703
|
"fullscreendisable": "",
|
|
735
704
|
"fullscreenenable": "",
|
|
736
|
-
"home": "Pokaż całą mapę"
|
|
737
|
-
"zoomin": "Przybliż",
|
|
738
|
-
"zoomout": "Oddal"
|
|
705
|
+
"home": "Pokaż całą mapę"
|
|
739
706
|
},
|
|
740
707
|
"tourguide": {
|
|
741
708
|
"done": "",
|
|
@@ -743,7 +710,6 @@
|
|
|
743
710
|
"previous": ""
|
|
744
711
|
},
|
|
745
712
|
"valuetool": {
|
|
746
|
-
"all": "",
|
|
747
713
|
"allbands": "",
|
|
748
714
|
"alllayers": "",
|
|
749
715
|
"bands": "",
|
|
@@ -770,7 +736,6 @@
|
|
|
770
736
|
"storingstate": ""
|
|
771
737
|
},
|
|
772
738
|
"window": {
|
|
773
|
-
"close": "",
|
|
774
739
|
"detach": "",
|
|
775
740
|
"dock": "",
|
|
776
741
|
"embed": "",
|
|
@@ -67,7 +67,6 @@
|
|
|
67
67
|
"addfeature": "Adicionar feição",
|
|
68
68
|
"commit": "Commit",
|
|
69
69
|
"csvexport": "",
|
|
70
|
-
"delete": "Deletar",
|
|
71
70
|
"deletefailed": "Falha ao deletar",
|
|
72
71
|
"deletefeatures": "Deletar feições",
|
|
73
72
|
"deleting": "Deletando",
|
|
@@ -76,12 +75,10 @@
|
|
|
76
75
|
"geomnoadd": "Geometria não adicionada",
|
|
77
76
|
"limittoextent": "",
|
|
78
77
|
"loadfailed": "Falha ao carregar",
|
|
79
|
-
"loading": "Carregando",
|
|
80
78
|
"nodelete": "Não excluir",
|
|
81
79
|
"nogeomnoform": "",
|
|
82
80
|
"pleasereload": "Por favor recarregue",
|
|
83
81
|
"reload": "Recarregar",
|
|
84
|
-
"selectlayer": "Selecione a camada",
|
|
85
82
|
"title": "Título",
|
|
86
83
|
"zoomtoselection": "Zoom para a seleção"
|
|
87
84
|
},
|
|
@@ -110,6 +107,37 @@
|
|
|
110
107
|
"terms_label": "Termos de uso",
|
|
111
108
|
"viewertitle_label": "Home page"
|
|
112
109
|
},
|
|
110
|
+
"common": {
|
|
111
|
+
"all": "Todos",
|
|
112
|
+
"cancel": "Cancelar",
|
|
113
|
+
"circle": "Círculo",
|
|
114
|
+
"clear": "Limpar",
|
|
115
|
+
"clone": "Clonar",
|
|
116
|
+
"close": "Fechar diálogo",
|
|
117
|
+
"delete": "Eliminar",
|
|
118
|
+
"download": "Descarregar",
|
|
119
|
+
"ellipse": "Elipse",
|
|
120
|
+
"export": "Enviar",
|
|
121
|
+
"format": "Formato:",
|
|
122
|
+
"line": "Línha",
|
|
123
|
+
"loading": "Carregando",
|
|
124
|
+
"lock2dview": "",
|
|
125
|
+
"noresults": "Sem resultados",
|
|
126
|
+
"pick": "Escolha",
|
|
127
|
+
"point": "Ponto",
|
|
128
|
+
"polygon": "Polígono",
|
|
129
|
+
"rectangle": "Retângulo",
|
|
130
|
+
"resolution": "Resolução:",
|
|
131
|
+
"save": "Salvar",
|
|
132
|
+
"select": "Selecione...",
|
|
133
|
+
"selectlayer": "Selecionar camada...",
|
|
134
|
+
"square": "Praça",
|
|
135
|
+
"sync2dview": "",
|
|
136
|
+
"text": "Texto",
|
|
137
|
+
"wait": "Aguarde",
|
|
138
|
+
"zoomin": "Mais zoom",
|
|
139
|
+
"zoomout": "Reduzir o zoom"
|
|
140
|
+
},
|
|
113
141
|
"compare3d": {
|
|
114
142
|
"clipplane": "",
|
|
115
143
|
"compare_objects": "",
|
|
@@ -136,17 +164,14 @@
|
|
|
136
164
|
"title": "Titulo"
|
|
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": "Adicionar",
|
|
170
195
|
"attrtable": "Tabela de atributos",
|
|
171
196
|
"canceldelete": "Não apagar",
|
|
172
|
-
"clearpicture": "Limpar imagem",
|
|
173
197
|
"clone_all": "",
|
|
174
198
|
"clone_copy": "",
|
|
175
199
|
"clone_defaulted": "",
|
|
@@ -182,23 +206,17 @@
|
|
|
182
206
|
"commitfailed": "Falha de confirmação",
|
|
183
207
|
"contraintviolation": "",
|
|
184
208
|
"create": "Criar",
|
|
185
|
-
"delete": "Excluir",
|
|
186
209
|
"discard": "Descartar",
|
|
187
210
|
"draw": "Desenhar",
|
|
188
211
|
"feature": "Feição",
|
|
189
212
|
"geomnonzeroz": "Geometria somente de leitura",
|
|
190
213
|
"geomreadonly": "",
|
|
191
214
|
"invalidform": "Formulário inválido",
|
|
192
|
-
"maximize": "Maximizar",
|
|
193
|
-
"minimize": "Minimizar",
|
|
194
215
|
"noeditablelayers": "Sem camadas editadas.",
|
|
195
216
|
"paint": "Pintar",
|
|
196
|
-
"pick": "Escolher",
|
|
197
217
|
"pickdrawfeature": "Clique para desenhar uma feição",
|
|
198
218
|
"reallydelete": "Excluir",
|
|
199
219
|
"relationcommitfailed": "Falha na confirmação",
|
|
200
|
-
"select": "Selecione",
|
|
201
|
-
"selectlayer": "",
|
|
202
220
|
"takepicture": "Selecionar imagem",
|
|
203
221
|
"unsavedchanged": "Alterações não salvas"
|
|
204
222
|
},
|
|
@@ -210,14 +228,11 @@
|
|
|
210
228
|
},
|
|
211
229
|
"featureform": {
|
|
212
230
|
"feature": "Feiçao",
|
|
213
|
-
"noresults": "Sem resultados",
|
|
214
231
|
"querying": "Consultando...",
|
|
215
232
|
"title": "Título"
|
|
216
233
|
},
|
|
217
234
|
"featuresearch": {
|
|
218
|
-
"noresults": "Sem resultados",
|
|
219
235
|
"query": "Consulta",
|
|
220
|
-
"select": "Selecione",
|
|
221
236
|
"title": "Título"
|
|
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": "a.s.l.",
|
|
@@ -262,8 +276,6 @@
|
|
|
262
276
|
"clipboard": "",
|
|
263
277
|
"compare": "",
|
|
264
278
|
"comparing": "",
|
|
265
|
-
"download": "",
|
|
266
|
-
"export": "Exportação",
|
|
267
279
|
"featureReport": "Relatório de recurso",
|
|
268
280
|
"featurecount": "",
|
|
269
281
|
"layerall": "",
|
|
@@ -292,7 +304,6 @@
|
|
|
292
304
|
"asgroup": "",
|
|
293
305
|
"connect": "Conectar",
|
|
294
306
|
"filter": "Filtro...",
|
|
295
|
-
"loading": "Carregando...",
|
|
296
307
|
"localfile": "Arquivo local",
|
|
297
308
|
"nofeatures": "Nenhum recurso poder ser importado.",
|
|
298
309
|
"noresults": "Sem resultados ou URL inválido",
|
|
@@ -348,8 +359,6 @@
|
|
|
348
359
|
"zoomtoobject": ""
|
|
349
360
|
},
|
|
350
361
|
"linkfeatureform": {
|
|
351
|
-
"cancel": "Cancelar",
|
|
352
|
-
"close": "Fechar",
|
|
353
362
|
"drawhint": "Mostrar dica",
|
|
354
363
|
"pickhint": "Escolher dica"
|
|
355
364
|
},
|
|
@@ -374,32 +383,22 @@
|
|
|
374
383
|
"resetrotation": "Redefinir rotação"
|
|
375
384
|
},
|
|
376
385
|
"map3d": {
|
|
377
|
-
"lockview": "",
|
|
378
|
-
"syncview": "",
|
|
379
386
|
"terrain": "",
|
|
380
387
|
"title": ""
|
|
381
388
|
},
|
|
382
389
|
"mapexport": {
|
|
383
390
|
"configuration": "Configuração",
|
|
384
|
-
"format": "Formato:",
|
|
385
391
|
"projection": "",
|
|
386
|
-
"resolution": "Resolução:",
|
|
387
392
|
"scale": "Escala",
|
|
388
393
|
"size": "Tamanho",
|
|
389
|
-
"
|
|
390
|
-
"usersize": "Usar tamanho",
|
|
391
|
-
"wait": "Aguarde"
|
|
394
|
+
"usersize": "Usar tamanho"
|
|
392
395
|
},
|
|
393
396
|
"mapfilter": {
|
|
394
397
|
"addcustomfilter": "",
|
|
395
398
|
"brokenrendering": "",
|
|
396
|
-
"cancel": "",
|
|
397
399
|
"geomfilter": "",
|
|
398
400
|
"hidefiltergeom": "",
|
|
399
401
|
"invalidfilter": "",
|
|
400
|
-
"save": "",
|
|
401
|
-
"select": "",
|
|
402
|
-
"selectlayer": "",
|
|
403
402
|
"timefilter": "",
|
|
404
403
|
"timefrom": "",
|
|
405
404
|
"timeto": ""
|
|
@@ -443,7 +442,8 @@
|
|
|
443
442
|
"imperial": "Imperial",
|
|
444
443
|
"lengthLabel": "Distância",
|
|
445
444
|
"metric": "Métrica",
|
|
446
|
-
"pointLabel": "Posição"
|
|
445
|
+
"pointLabel": "Posição",
|
|
446
|
+
"showmeasurements": "Medidas"
|
|
447
447
|
},
|
|
448
448
|
"misc": {
|
|
449
449
|
"ctrlclickhint": ""
|
|
@@ -454,7 +454,6 @@
|
|
|
454
454
|
"prev": ""
|
|
455
455
|
},
|
|
456
456
|
"newspopup": {
|
|
457
|
-
"dialogclose": "Fechar diálogo",
|
|
458
457
|
"dontshowagain": "Não mostrar de novo",
|
|
459
458
|
"title": "Título"
|
|
460
459
|
},
|
|
@@ -484,28 +483,21 @@
|
|
|
484
483
|
},
|
|
485
484
|
"print": {
|
|
486
485
|
"atlasfeature": "Feições do atlas",
|
|
487
|
-
"download": "",
|
|
488
486
|
"download_as_onepdf": "",
|
|
489
487
|
"download_as_onezip": "",
|
|
490
488
|
"download_as_single": "",
|
|
491
|
-
"format": "Formato",
|
|
492
489
|
"grid": "Grade",
|
|
493
490
|
"layout": "Layout",
|
|
494
491
|
"legend": "Legenda",
|
|
495
|
-
"maximize": "Maximizar",
|
|
496
|
-
"minimize": "Minimizar",
|
|
497
492
|
"nolayouts": "O tema selecionado não suporta impressão",
|
|
498
493
|
"notheme": "Nenhum tema selecionado",
|
|
499
494
|
"output": "Saída de impressão",
|
|
500
495
|
"overlap": "",
|
|
501
496
|
"pickatlasfeature": "",
|
|
502
|
-
"resolution": "Resolução",
|
|
503
497
|
"rotation": "Rotação",
|
|
504
|
-
"save": "",
|
|
505
498
|
"scale": "Escala",
|
|
506
499
|
"series": "",
|
|
507
|
-
"submit": "Imprimir"
|
|
508
|
-
"wait": "Aguarde..."
|
|
500
|
+
"submit": "Imprimir"
|
|
509
501
|
},
|
|
510
502
|
"qtdesignerform": {
|
|
511
503
|
"loading": "Carregando"
|
|
@@ -518,35 +510,20 @@
|
|
|
518
510
|
"bufferlayer": "Camada do buffer",
|
|
519
511
|
"bufferlayername": "Nome do buffer",
|
|
520
512
|
"bufferselectfeature": "Selecione uma característica para o buffer...",
|
|
521
|
-
"circle": "Círculo",
|
|
522
|
-
"clone": "",
|
|
523
513
|
"ctrlhint": "",
|
|
524
|
-
"delete": "Excluir",
|
|
525
514
|
"draw": "Traçar",
|
|
526
515
|
"edit": "Editar",
|
|
527
|
-
"ellipse": "Elipse",
|
|
528
|
-
"export": "",
|
|
529
516
|
"freehand": "Desenho à mão livre ",
|
|
530
517
|
"label": "Etiqueta",
|
|
531
518
|
"layer": "Camada",
|
|
532
519
|
"layertitle": "",
|
|
533
|
-
"line": "Línha",
|
|
534
520
|
"markers": "",
|
|
535
|
-
"measurements": "Medidas",
|
|
536
521
|
"numericinput": "Entrada numérica",
|
|
537
|
-
"pick": "Escolher",
|
|
538
|
-
"point": "Ponto",
|
|
539
|
-
"polygon": "Polígono",
|
|
540
|
-
"rectangle": "Retângulo",
|
|
541
522
|
"size": "Tamanho",
|
|
542
|
-
"
|
|
543
|
-
"text": "Texto",
|
|
523
|
+
"text": "",
|
|
544
524
|
"transform": "Transformar"
|
|
545
525
|
},
|
|
546
526
|
"reports": {
|
|
547
|
-
"all": "",
|
|
548
|
-
"download": "",
|
|
549
|
-
"pick": "",
|
|
550
527
|
"region": "",
|
|
551
528
|
"selectlayer": ""
|
|
552
529
|
},
|
|
@@ -555,11 +532,9 @@
|
|
|
555
532
|
"addlayer": "",
|
|
556
533
|
"addviapoint": "Adicionar ponto de via",
|
|
557
534
|
"arriveat": "Chegada",
|
|
558
|
-
"clear": "Limpar",
|
|
559
535
|
"computefailed": "Falha de processamento",
|
|
560
536
|
"computing": "Processando...",
|
|
561
537
|
"excludepolygons": "Excluir polígonos",
|
|
562
|
-
"export": "Exportar",
|
|
563
538
|
"fastest": "Mais rápido",
|
|
564
539
|
"fromhere": "Daqui",
|
|
565
540
|
"importerror": "Erro de importação",
|
|
@@ -595,9 +570,7 @@
|
|
|
595
570
|
"finish": "Terminar"
|
|
596
571
|
},
|
|
597
572
|
"search": {
|
|
598
|
-
"all": "Todos",
|
|
599
573
|
"circleradius": "",
|
|
600
|
-
"clearfilter": "",
|
|
601
574
|
"coordinates": "",
|
|
602
575
|
"existinglayer": "A camada já existe no mapa",
|
|
603
576
|
"filter": "Refinar a procura",
|
|
@@ -606,7 +579,6 @@
|
|
|
606
579
|
"more": "{0} mais resultados",
|
|
607
580
|
"nodescription": "Não há descrição disponível",
|
|
608
581
|
"none": "",
|
|
609
|
-
"noresults": "Sem resultados",
|
|
610
582
|
"placeholder": "Procurar local ou adicionar mapa...",
|
|
611
583
|
"places": "",
|
|
612
584
|
"providerselection": "Escolher o provedor",
|
|
@@ -694,7 +666,6 @@
|
|
|
694
666
|
"group": "Grupo",
|
|
695
667
|
"groupnone": "Nenhum grupo",
|
|
696
668
|
"home": "Home",
|
|
697
|
-
"loading": "Carregando",
|
|
698
669
|
"loop": "Loop",
|
|
699
670
|
"markers": "Marcadores",
|
|
700
671
|
"notemporaldata": "Sem dados temporais",
|
|
@@ -725,17 +696,13 @@
|
|
|
725
696
|
"months": "Meses",
|
|
726
697
|
"seconds": "Segundos",
|
|
727
698
|
"years": "Anos"
|
|
728
|
-
}
|
|
729
|
-
"zoomin": "",
|
|
730
|
-
"zoomout": ""
|
|
699
|
+
}
|
|
731
700
|
},
|
|
732
701
|
"tooltip": {
|
|
733
702
|
"background": "Mudar de fundo",
|
|
734
703
|
"fullscreendisable": "Desativar tela cheia",
|
|
735
704
|
"fullscreenenable": "Ativar tela cheia",
|
|
736
|
-
"home": "Mostrar mapa inteiro"
|
|
737
|
-
"zoomin": "Mais zoom",
|
|
738
|
-
"zoomout": "Reduzir o zoom"
|
|
705
|
+
"home": "Mostrar mapa inteiro"
|
|
739
706
|
},
|
|
740
707
|
"tourguide": {
|
|
741
708
|
"done": "",
|
|
@@ -743,7 +710,6 @@
|
|
|
743
710
|
"previous": ""
|
|
744
711
|
},
|
|
745
712
|
"valuetool": {
|
|
746
|
-
"all": "",
|
|
747
713
|
"allbands": "",
|
|
748
714
|
"alllayers": "",
|
|
749
715
|
"bands": "",
|
|
@@ -770,7 +736,6 @@
|
|
|
770
736
|
"storingstate": ""
|
|
771
737
|
},
|
|
772
738
|
"window": {
|
|
773
|
-
"close": "Fechar",
|
|
774
739
|
"detach": "",
|
|
775
740
|
"dock": "Encaixar",
|
|
776
741
|
"embed": "",
|