qwc2 2025.12.17 → 2025.12.19
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/OverviewMapButton.js +147 -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/{plugins/map3d/style/OverviewMap3D.css → components/style/OverviewMapButton.css} +4 -4
- 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 +40 -26
- 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 +177 -61
- 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 +4 -4
- 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/plugins/map3d/OverviewMap3D.js +27 -102
- package/plugins/style/ObliqueView.css +6 -2
- 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/EditingUtils.js +2 -2
- 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": "Adicionar Recurso",
|
|
68
68
|
"commit": "Confirmar",
|
|
69
69
|
"csvexport": "",
|
|
70
|
-
"delete": "Eliminar",
|
|
71
70
|
"deletefailed": "Falha ao Eliminar",
|
|
72
71
|
"deletefeatures": "Eliminar Recursos",
|
|
73
72
|
"deleting": "A eliminar",
|
|
@@ -76,12 +75,10 @@
|
|
|
76
75
|
"geomnoadd": "A geometria não pode ser adicionada",
|
|
77
76
|
"limittoextent": "",
|
|
78
77
|
"loadfailed": "Falha ao Carregar",
|
|
79
|
-
"loading": "A carregar",
|
|
80
78
|
"nodelete": "Não é possível eliminar",
|
|
81
79
|
"nogeomnoform": "Sem geometria e sem formulário",
|
|
82
80
|
"pleasereload": "Por favor, recarregue",
|
|
83
81
|
"reload": "Recarregar",
|
|
84
|
-
"selectlayer": "Selecionar Camada",
|
|
85
82
|
"title": "Tabela de Atributos",
|
|
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": "Visualizador"
|
|
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": "Linha",
|
|
123
|
+
"loading": "A carregar",
|
|
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": "Selecionar...",
|
|
133
|
+
"selectlayer": "Selecionar camada...",
|
|
134
|
+
"square": "Quadrado",
|
|
135
|
+
"sync2dview": "",
|
|
136
|
+
"text": "Texto",
|
|
137
|
+
"wait": "Por favor, aguarde...",
|
|
138
|
+
"zoomin": "Aumentar Zoom",
|
|
139
|
+
"zoomout": "Diminuir Zoom"
|
|
140
|
+
},
|
|
113
141
|
"compare3d": {
|
|
114
142
|
"clipplane": "",
|
|
115
143
|
"compare_objects": "",
|
|
@@ -136,17 +164,14 @@
|
|
|
136
164
|
"title": "Cyclomedia"
|
|
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": "Cancelar Eliminação",
|
|
172
|
-
"clearpicture": "Limpar Imagem",
|
|
173
197
|
"clone_all": "",
|
|
174
198
|
"clone_copy": "",
|
|
175
199
|
"clone_defaulted": "",
|
|
@@ -182,23 +206,17 @@
|
|
|
182
206
|
"commitfailed": "Falha ao Confirmar",
|
|
183
207
|
"contraintviolation": "",
|
|
184
208
|
"create": "Criar",
|
|
185
|
-
"delete": "Eliminar",
|
|
186
209
|
"discard": "Descartar",
|
|
187
210
|
"draw": "Desenhar",
|
|
188
211
|
"feature": "Recurso",
|
|
189
212
|
"geomnonzeroz": "Geometria Apenas para Leitura",
|
|
190
213
|
"geomreadonly": "",
|
|
191
214
|
"invalidform": "Formulário Inválido",
|
|
192
|
-
"maximize": "Maximizar",
|
|
193
|
-
"minimize": "Minimizar",
|
|
194
215
|
"noeditablelayers": "Sem Camadas Editáveis",
|
|
195
216
|
"paint": "Pintar",
|
|
196
|
-
"pick": "Escolher",
|
|
197
217
|
"pickdrawfeature": "Escolher Desenhar Recurso",
|
|
198
218
|
"reallydelete": "Eliminar",
|
|
199
219
|
"relationcommitfailed": "Falha ao Confirmar Relação",
|
|
200
|
-
"select": "Selecionar",
|
|
201
|
-
"selectlayer": "",
|
|
202
220
|
"takepicture": "Tirar Fotografia",
|
|
203
221
|
"unsavedchanged": "Alterações Não Guardadas"
|
|
204
222
|
},
|
|
@@ -210,14 +228,11 @@
|
|
|
210
228
|
},
|
|
211
229
|
"featureform": {
|
|
212
230
|
"feature": "Recurso",
|
|
213
|
-
"noresults": "Sem Resultados",
|
|
214
231
|
"querying": "A consultar",
|
|
215
232
|
"title": "Formulário de Recurso"
|
|
216
233
|
},
|
|
217
234
|
"featuresearch": {
|
|
218
|
-
"noresults": "Sem Resultados",
|
|
219
235
|
"query": "Consulta",
|
|
220
|
-
"select": "Selecionar",
|
|
221
236
|
"title": "Pesquisa de Recurso"
|
|
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": "Área de Transferência",
|
|
263
277
|
"compare": "",
|
|
264
278
|
"comparing": "",
|
|
265
|
-
"download": "",
|
|
266
|
-
"export": "Exportar",
|
|
267
279
|
"featureReport": "Relatório de Recurso",
|
|
268
280
|
"featurecount": "",
|
|
269
281
|
"layerall": "",
|
|
@@ -292,7 +304,6 @@
|
|
|
292
304
|
"asgroup": "",
|
|
293
305
|
"connect": "Ligar",
|
|
294
306
|
"filter": "Filtro...",
|
|
295
|
-
"loading": "A carregar...",
|
|
296
307
|
"localfile": "Ficheiro Local",
|
|
297
308
|
"nofeatures": "Nenhuma característica poderia ser importada.",
|
|
298
309
|
"noresults": "Sem resultados ou URL inválida",
|
|
@@ -348,8 +359,6 @@
|
|
|
348
359
|
"zoomtoobject": ""
|
|
349
360
|
},
|
|
350
361
|
"linkfeatureform": {
|
|
351
|
-
"cancel": "Cancelar",
|
|
352
|
-
"close": "Fechar",
|
|
353
362
|
"drawhint": "Desenhe um retângulo para selecionar um recurso...",
|
|
354
363
|
"pickhint": "Clique no mapa para selecionar um recurso..."
|
|
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": "Tamanho Personalizado",
|
|
391
|
-
"wait": "Por favor, aguarde..."
|
|
394
|
+
"usersize": "Tamanho Personalizado"
|
|
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": "Comprimento",
|
|
445
444
|
"metric": "Métrico",
|
|
446
|
-
"pointLabel": "Posição"
|
|
445
|
+
"pointLabel": "Posição",
|
|
446
|
+
"showmeasurements": "Medições"
|
|
447
447
|
},
|
|
448
448
|
"misc": {
|
|
449
449
|
"ctrlclickhint": "Ctrl + clique para selecionar múltiplos resultados"
|
|
@@ -454,7 +454,6 @@
|
|
|
454
454
|
"prev": ""
|
|
455
455
|
},
|
|
456
456
|
"newspopup": {
|
|
457
|
-
"dialogclose": "Fechar Diálogo",
|
|
458
457
|
"dontshowagain": "Não Mostrar Novamente",
|
|
459
458
|
"title": "Pop-up de Notícias"
|
|
460
459
|
},
|
|
@@ -484,28 +483,21 @@
|
|
|
484
483
|
},
|
|
485
484
|
"print": {
|
|
486
485
|
"atlasfeature": "Recurso 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": "Grelha",
|
|
493
490
|
"layout": "Esquema",
|
|
494
491
|
"legend": "Legenda",
|
|
495
|
-
"maximize": "Maximizar",
|
|
496
|
-
"minimize": "Minimizar",
|
|
497
492
|
"nolayouts": "O tema selecionado não suporta a impressão",
|
|
498
493
|
"notheme": "Nenhum tema selecionado",
|
|
499
494
|
"output": "Saída",
|
|
500
495
|
"overlap": "",
|
|
501
496
|
"pickatlasfeature": "Escolher Recurso do Atlas",
|
|
502
|
-
"resolution": "Resolução",
|
|
503
497
|
"rotation": "Rotação",
|
|
504
|
-
"save": "",
|
|
505
498
|
"scale": "Escala",
|
|
506
499
|
"series": "",
|
|
507
|
-
"submit": "Imprimir"
|
|
508
|
-
"wait": "Por favor, aguarde..."
|
|
500
|
+
"submit": "Imprimir"
|
|
509
501
|
},
|
|
510
502
|
"qtdesignerform": {
|
|
511
503
|
"loading": "A carregar..."
|
|
@@ -518,35 +510,20 @@
|
|
|
518
510
|
"bufferlayer": "Camada de Destino",
|
|
519
511
|
"bufferlayername": "Nome da Camada de Tampão",
|
|
520
512
|
"bufferselectfeature": "Selecione uma característica para o tampão...",
|
|
521
|
-
"circle": "Círculo",
|
|
522
|
-
"clone": "",
|
|
523
513
|
"ctrlhint": "",
|
|
524
|
-
"delete": "Excluir",
|
|
525
514
|
"draw": "Desenhar",
|
|
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": "Linha",
|
|
534
520
|
"markers": "Marcadores",
|
|
535
|
-
"measurements": "Medições",
|
|
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 passagem",
|
|
557
534
|
"arriveat": "Chegar a",
|
|
558
|
-
"clear": "Limpar",
|
|
559
535
|
"computefailed": "Cálculo falhou",
|
|
560
536
|
"computing": "Calculando",
|
|
561
537
|
"excludepolygons": "Excluir polígonos",
|
|
562
|
-
"export": "Exportar",
|
|
563
538
|
"fastest": "Mais Rápido",
|
|
564
539
|
"fromhere": "A partir daqui",
|
|
565
540
|
"importerror": "Erro na importação",
|
|
@@ -595,9 +570,7 @@
|
|
|
595
570
|
"finish": "Terminar"
|
|
596
571
|
},
|
|
597
572
|
"search": {
|
|
598
|
-
"all": "Todos",
|
|
599
573
|
"circleradius": "",
|
|
600
|
-
"clearfilter": "Limpar Filtro",
|
|
601
574
|
"coordinates": "",
|
|
602
575
|
"existinglayer": "A camada já existe no mapa",
|
|
603
576
|
"filter": "Refinar Pesquisa",
|
|
@@ -606,7 +579,6 @@
|
|
|
606
579
|
"more": "{0} mais resultados",
|
|
607
580
|
"nodescription": "Sem descrição disponível",
|
|
608
581
|
"none": "Nenhum",
|
|
609
|
-
"noresults": "Sem Resultados",
|
|
610
582
|
"placeholder": "Procurar local ou adicionar mapa...",
|
|
611
583
|
"places": "",
|
|
612
584
|
"providerselection": "Seleção do Provedor",
|
|
@@ -694,7 +666,6 @@
|
|
|
694
666
|
"group": "Grupo",
|
|
695
667
|
"groupnone": "Nenhum Grupo",
|
|
696
668
|
"home": "Início",
|
|
697
|
-
"loading": "A carregar",
|
|
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": "Aumentar Zoom",
|
|
730
|
-
"zoomout": "Diminuir Zoom"
|
|
699
|
+
}
|
|
731
700
|
},
|
|
732
701
|
"tooltip": {
|
|
733
702
|
"background": "Mudar Fundo",
|
|
734
703
|
"fullscreendisable": "Desativar Tela Cheia",
|
|
735
704
|
"fullscreenenable": "Ativar Tela Cheia",
|
|
736
|
-
"home": "Mostrar Mapa Completo"
|
|
737
|
-
"zoomin": "Aumentar Zoom",
|
|
738
|
-
"zoomout": "Diminuir Zoom"
|
|
705
|
+
"home": "Mostrar Mapa Completo"
|
|
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": "Acoplar",
|
|
776
741
|
"embed": "",
|
|
@@ -67,7 +67,6 @@
|
|
|
67
67
|
"addfeature": "Adaugă obiect spațial",
|
|
68
68
|
"commit": "Salvează",
|
|
69
69
|
"csvexport": "",
|
|
70
|
-
"delete": "Ștergere",
|
|
71
70
|
"deletefailed": "Ștergerea a eșuat",
|
|
72
71
|
"deletefeatures": "Șterge obiecte spațiale",
|
|
73
72
|
"deleting": "Ștergere obiecte spațiale...",
|
|
@@ -76,12 +75,10 @@
|
|
|
76
75
|
"geomnoadd": "Vă rugăm să folosiți formularul de editare pentru adăugarea de noi obiecte spațiale",
|
|
77
76
|
"limittoextent": "",
|
|
78
77
|
"loadfailed": "Încărcarea a eșuat",
|
|
79
|
-
"loading": "Se încarcă",
|
|
80
78
|
"nodelete": "Nu șterge",
|
|
81
79
|
"nogeomnoform": "Formularul de editare nu este disponibil pentru straturi fără geometrie",
|
|
82
80
|
"pleasereload": "Apăsați butonul 'Reîncarcă' pentru a încărca tabela de atribute...",
|
|
83
81
|
"reload": "Reîncarcă",
|
|
84
|
-
"selectlayer": "Selectați stratul...",
|
|
85
82
|
"title": "Tabelul de atribute",
|
|
86
83
|
"zoomtoselection": "Vedeți obiecte spațiale selectate"
|
|
87
84
|
},
|
|
@@ -110,6 +107,37 @@
|
|
|
110
107
|
"terms_label": "Termeni de utilizare",
|
|
111
108
|
"viewertitle_label": "Despre"
|
|
112
109
|
},
|
|
110
|
+
"common": {
|
|
111
|
+
"all": "",
|
|
112
|
+
"cancel": "",
|
|
113
|
+
"circle": "Cerc",
|
|
114
|
+
"clear": "Curățare",
|
|
115
|
+
"clone": "",
|
|
116
|
+
"close": "Închideți",
|
|
117
|
+
"delete": "",
|
|
118
|
+
"download": "",
|
|
119
|
+
"ellipse": "Elipsă",
|
|
120
|
+
"export": "",
|
|
121
|
+
"format": "",
|
|
122
|
+
"line": "Linie",
|
|
123
|
+
"loading": "Se încarcă",
|
|
124
|
+
"lock2dview": "",
|
|
125
|
+
"noresults": "Niciun rezultat",
|
|
126
|
+
"pick": "",
|
|
127
|
+
"point": "Punct",
|
|
128
|
+
"polygon": "Poligon",
|
|
129
|
+
"rectangle": "Dreptunghi",
|
|
130
|
+
"resolution": "",
|
|
131
|
+
"save": "",
|
|
132
|
+
"select": "Selectează...",
|
|
133
|
+
"selectlayer": "",
|
|
134
|
+
"square": "Pătrat",
|
|
135
|
+
"sync2dview": "",
|
|
136
|
+
"text": "Text",
|
|
137
|
+
"wait": "",
|
|
138
|
+
"zoomin": "Mărire",
|
|
139
|
+
"zoomout": "Micșorare"
|
|
140
|
+
},
|
|
113
141
|
"compare3d": {
|
|
114
142
|
"clipplane": "",
|
|
115
143
|
"compare_objects": "",
|
|
@@ -136,17 +164,14 @@
|
|
|
136
164
|
"title": "Informații Cyclomedia"
|
|
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": "Adaugă",
|
|
170
195
|
"attrtable": "Tabel",
|
|
171
196
|
"canceldelete": "Nu șterge",
|
|
172
|
-
"clearpicture": "Elimină imaginea",
|
|
173
197
|
"clone_all": "",
|
|
174
198
|
"clone_copy": "",
|
|
175
199
|
"clone_defaulted": "",
|
|
@@ -182,23 +206,17 @@
|
|
|
182
206
|
"commitfailed": "Salvarea a eșuat",
|
|
183
207
|
"contraintviolation": "",
|
|
184
208
|
"create": "Creare",
|
|
185
|
-
"delete": "Ștergere",
|
|
186
209
|
"discard": "Renunță",
|
|
187
210
|
"draw": "Desenare",
|
|
188
211
|
"feature": "Obiect spațial",
|
|
189
212
|
"geomnonzeroz": "Geometria include valori Z și, prin urmare, nu poate fi editată",
|
|
190
213
|
"geomreadonly": "",
|
|
191
214
|
"invalidform": "Date invalide în formular",
|
|
192
|
-
"maximize": "Maximizează",
|
|
193
|
-
"minimize": "Minimizează",
|
|
194
215
|
"noeditablelayers": "Tema nu conține straturi ce pot fi modificate",
|
|
195
216
|
"paint": "Modifică",
|
|
196
|
-
"pick": "Alege",
|
|
197
217
|
"pickdrawfeature": "Clonează geometria existentă",
|
|
198
218
|
"reallydelete": "Șterge",
|
|
199
219
|
"relationcommitfailed": "Salvarea relației a eșuat, vă rugăm să verificați informațiile asociate iconițelor",
|
|
200
|
-
"select": "Selectează",
|
|
201
|
-
"selectlayer": "",
|
|
202
220
|
"takepicture": "Fotografiază",
|
|
203
221
|
"unsavedchanged": "Modificările nu sunt salvate. Doriți să părăsiți pagina oricum?"
|
|
204
222
|
},
|
|
@@ -210,14 +228,11 @@
|
|
|
210
228
|
},
|
|
211
229
|
"featureform": {
|
|
212
230
|
"feature": "Obiect spațial",
|
|
213
|
-
"noresults": "Nu există rezultate",
|
|
214
231
|
"querying": "Interogare...",
|
|
215
232
|
"title": "Formular obiecte spațiale"
|
|
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": "dM",
|
|
@@ -262,8 +276,6 @@
|
|
|
262
276
|
"clipboard": "Copiere în clipboard",
|
|
263
277
|
"compare": "",
|
|
264
278
|
"comparing": "",
|
|
265
|
-
"download": "",
|
|
266
|
-
"export": "Export",
|
|
267
279
|
"featureReport": "Raport obiect spațial",
|
|
268
280
|
"featurecount": "",
|
|
269
281
|
"layerall": "",
|
|
@@ -292,7 +304,6 @@
|
|
|
292
304
|
"asgroup": "",
|
|
293
305
|
"connect": "Conectare",
|
|
294
306
|
"filter": "Filtrare...",
|
|
295
|
-
"loading": "Se încarcă...",
|
|
296
307
|
"localfile": "Fișier local",
|
|
297
308
|
"nofeatures": "Nu s-a putut importa niciun obiect spațial",
|
|
298
309
|
"noresults": "Fără rezultat sau adresă URL invalidă",
|
|
@@ -348,8 +359,6 @@
|
|
|
348
359
|
"zoomtoobject": ""
|
|
349
360
|
},
|
|
350
361
|
"linkfeatureform": {
|
|
351
|
-
"cancel": "Renunță",
|
|
352
|
-
"close": "Închide",
|
|
353
362
|
"drawhint": "Desenare obiect spațial în hartă",
|
|
354
363
|
"pickhint": "Alegeți un obiect spațial din hartă"
|
|
355
364
|
},
|
|
@@ -374,32 +383,22 @@
|
|
|
374
383
|
"resetrotation": "Resetează rotația"
|
|
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": "",
|
|
385
391
|
"projection": "",
|
|
386
|
-
"resolution": "",
|
|
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": "Mărimi imperiale",
|
|
444
443
|
"lengthLabel": "Lungime",
|
|
445
444
|
"metric": "Mărimi metrice",
|
|
446
|
-
"pointLabel": "Poziție"
|
|
445
|
+
"pointLabel": "Poziție",
|
|
446
|
+
"showmeasurements": "Afișare dimensiuni"
|
|
447
447
|
},
|
|
448
448
|
"misc": {
|
|
449
449
|
"ctrlclickhint": ""
|
|
@@ -454,7 +454,6 @@
|
|
|
454
454
|
"prev": ""
|
|
455
455
|
},
|
|
456
456
|
"newspopup": {
|
|
457
|
-
"dialogclose": "Închideți",
|
|
458
457
|
"dontshowagain": "Nu mai afișați acest mesaj",
|
|
459
458
|
"title": "Noutăți"
|
|
460
459
|
},
|
|
@@ -484,28 +483,21 @@
|
|
|
484
483
|
},
|
|
485
484
|
"print": {
|
|
486
485
|
"atlasfeature": "Obiect în atlas",
|
|
487
|
-
"download": "",
|
|
488
486
|
"download_as_onepdf": "",
|
|
489
487
|
"download_as_onezip": "",
|
|
490
488
|
"download_as_single": "",
|
|
491
|
-
"format": "",
|
|
492
489
|
"grid": "Grid",
|
|
493
490
|
"layout": "Șablon",
|
|
494
491
|
"legend": "Legendă",
|
|
495
|
-
"maximize": "Maximizează",
|
|
496
|
-
"minimize": "Minimizează",
|
|
497
492
|
"nolayouts": "Această temă nu permite tipărirea",
|
|
498
493
|
"notheme": "Nicio temă selectată",
|
|
499
494
|
"output": "Rezultat tipărire",
|
|
500
495
|
"overlap": "",
|
|
501
496
|
"pickatlasfeature": "Selectare din stratul {0}...",
|
|
502
|
-
"resolution": "Rezoluție",
|
|
503
497
|
"rotation": "Rotație",
|
|
504
|
-
"save": "",
|
|
505
498
|
"scale": "Scară",
|
|
506
499
|
"series": "",
|
|
507
|
-
"submit": "Tipărește"
|
|
508
|
-
"wait": "Vă rugăm așteptați..."
|
|
500
|
+
"submit": "Tipărește"
|
|
509
501
|
},
|
|
510
502
|
"qtdesignerform": {
|
|
511
503
|
"loading": "Formularul se încarcă"
|
|
@@ -518,35 +510,20 @@
|
|
|
518
510
|
"bufferlayer": "Destinația",
|
|
519
511
|
"bufferlayername": "Zonă tampon",
|
|
520
512
|
"bufferselectfeature": "Selectați o entitate...",
|
|
521
|
-
"circle": "Cerc",
|
|
522
|
-
"clone": "",
|
|
523
513
|
"ctrlhint": "",
|
|
524
|
-
"delete": "Elimină",
|
|
525
514
|
"draw": "Desenare",
|
|
526
515
|
"edit": "Modifică",
|
|
527
|
-
"ellipse": "Elipsă",
|
|
528
|
-
"export": "",
|
|
529
516
|
"freehand": "Desen liber",
|
|
530
517
|
"label": "Titlu",
|
|
531
518
|
"layer": "Strat",
|
|
532
519
|
"layertitle": "",
|
|
533
|
-
"line": "Linie",
|
|
534
520
|
"markers": "",
|
|
535
|
-
"measurements": "Afișare dimensiuni",
|
|
536
521
|
"numericinput": "Afișare formular pentru valori numerice",
|
|
537
|
-
"pick": "Alege",
|
|
538
|
-
"point": "Punct",
|
|
539
|
-
"polygon": "Poligon",
|
|
540
|
-
"rectangle": "Dreptunghi",
|
|
541
522
|
"size": "Dimeniuni",
|
|
542
|
-
"
|
|
543
|
-
"text": "Text",
|
|
523
|
+
"text": "",
|
|
544
524
|
"transform": "Transformare"
|
|
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": "Punct intermediar",
|
|
557
534
|
"arriveat": "Punct de sosire",
|
|
558
|
-
"clear": "Curățare",
|
|
559
535
|
"computefailed": "Calculul a eșuat",
|
|
560
536
|
"computing": "Se calculează traseul...",
|
|
561
537
|
"excludepolygons": "Exclude poligoane",
|
|
562
|
-
"export": "Export",
|
|
563
538
|
"fastest": "Cea mai rapidă",
|
|
564
539
|
"fromhere": "De aici",
|
|
565
540
|
"importerror": "Importul a eșuat. Fișierul trebuie să fie în format GeoJSON și să conțină o listă (FeatureCollection) de puncte (Point)",
|
|
@@ -595,9 +570,7 @@
|
|
|
595
570
|
"finish": "Finalizare"
|
|
596
571
|
},
|
|
597
572
|
"search": {
|
|
598
|
-
"all": "Toate",
|
|
599
573
|
"circleradius": "",
|
|
600
|
-
"clearfilter": "",
|
|
601
574
|
"coordinates": "",
|
|
602
575
|
"existinglayer": "Stratul există deja în hartă",
|
|
603
576
|
"filter": "Filtrare căutare",
|
|
@@ -606,7 +579,6 @@
|
|
|
606
579
|
"more": "{0} alte rezultate",
|
|
607
580
|
"nodescription": "Nicio descriere disponibilă",
|
|
608
581
|
"none": "",
|
|
609
|
-
"noresults": "Niciun rezultat",
|
|
610
582
|
"placeholder": "Caută locație sau adaugă hartă",
|
|
611
583
|
"places": "",
|
|
612
584
|
"providerselection": "Selectare furnizor",
|
|
@@ -694,7 +666,6 @@
|
|
|
694
666
|
"group": "Atribut pentru grupare",
|
|
695
667
|
"groupnone": "Necompletat",
|
|
696
668
|
"home": "Resetare interval de timp",
|
|
697
|
-
"loading": "Se încarcă...",
|
|
698
669
|
"loop": "Continuu",
|
|
699
670
|
"markers": "Indicatoare",
|
|
700
671
|
"notemporaldata": "Nu există straturi cu componentă temporală în hartă.",
|
|
@@ -725,17 +696,13 @@
|
|
|
725
696
|
"months": "luni",
|
|
726
697
|
"seconds": "secunde",
|
|
727
698
|
"years": "ani"
|
|
728
|
-
}
|
|
729
|
-
"zoomin": "Mărire",
|
|
730
|
-
"zoomout": "Micșorare"
|
|
699
|
+
}
|
|
731
700
|
},
|
|
732
701
|
"tooltip": {
|
|
733
702
|
"background": "Schimbă fundalul",
|
|
734
703
|
"fullscreendisable": "Dezactivează mod pe-tot-ecranul",
|
|
735
704
|
"fullscreenenable": "Activează mod pe-tot-ecranul",
|
|
736
|
-
"home": "Arată toată harta"
|
|
737
|
-
"zoomin": "Mărire",
|
|
738
|
-
"zoomout": "Micșorare"
|
|
705
|
+
"home": "Arată toată harta"
|
|
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": "Închide",
|
|
774
739
|
"detach": "",
|
|
775
740
|
"dock": "Andocare",
|
|
776
741
|
"embed": "",
|